Faré <[email protected]> writes: > Works for me. > > Can you give an example of a non-working setup? >
$/usr/bin/sbcl --eval '(progn (describe (asdf:find-system :ubf nil)) (format t "~S~%~S~%" asdf::*source-registry* (asdf:asdf-version)) (sb-ext:quit))' This is SBCL 1.0.31.0.debian, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. COMMON-LISP:NIL [null] NIL names a constant variable: Value: NIL NIL names a primitive type-specifier: (undocumented) ((#P"/usr/share/common-lisp/cl-build/systems/" #P"~/.clc/systems/" #P"/usr/share/common-lisp/systems/")) "1.502" I try to (pushnew #P"~/.clc/systems/" asdf:*central-registry*) then (clc:clc-require :cl-xmpp) for example. SBCL returns NIL. Then I try (pushnew #P"/home/victor/.clc/systems/" asdf:*central-registry*) and all works. Also i try $sbcl --eval '(progn (dolist (dir asdf:*central-registry*) (print (eval dir))) (sb-ext:quit))' This is SBCL 1.0.31.0.debian, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>. SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. #P"/home/victor/.sbcl/systems/" #P"/usr/lib/sbcl/site-systems/" "/home/victor/" -- Victor Chukhantsev xmpp: [email protected] - +7 963 9428428 gpg --keyserver wwwkeys.nl.pgp.net --recv-keys 0xF5BCF225 _______________________________________________ pkg-common-lisp-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-common-lisp-devel
