oh... This is Gentoo's mess. I have this in /etc/sbclrc:
------------- /etc/sbclrc -------------- ;;; The following is required if you want source location functions to ;;; work in SLIME, for example. (setf (logical-pathname-translations "SYS") '(("SYS:SRC;**;*.*.*" #p"/usr/lib64/sbcl/src/**/*.*") ("SYS:CONTRIB;**;*.*.*" #p"/usr/lib64/sbcl/**/*.*"))) ;;; Setup ASDF2 (load "/etc/gentoo-init.lisp") ========================== And this in /etc/gentoo-init.lisp: -------------- /etc/gentoo-init.lisp ------------ (in-package #:cl-user) #+(or sbcl ecl) (require :asdf) #-(or sbcl ecl) (load #p"/usr/share/common-lisp/source/asdf/asdf.lisp") (push #p"/usr/share/common-lisp/systems/" asdf:*central-registry*) (asdf:oos 'asdf:load-op :asdf-binary-locations) (setf asdf:*centralize-lisp-binaries* t) (setf asdf:*source-to-target-mappings* '((#p"/usr/lib/sbcl/" nil) (#p"/usr/lib64/sbcl/" nil))) ================================= ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ open-axiom-devel mailing list open-axiom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open-axiom-devel