I was too fast. I this actually a bug? The man-page common-lisp-controller(3) mentions that packages installed with it should be loaded by the use of CLC:CLC-REQUIRE. Well, this works in clisp:
[1]> (clc:clc-require :cl-ppcre) ;; Loading file /usr/share/common-lisp/systems/cl-ppcre.asd ... ;; Loaded file /usr/share/common-lisp/systems/cl-ppcre.asd ... ;; Loaded file /var/cache/common-lisp-controller/1000/clisp/cl-ppcre/api.fas 0 errors, 0 warnings T [2]> (cl-ppcre::parse-string "^CLC works!$") (:SEQUENCE :START-ANCHOR "CLC works!" :END-ANCHOR) And I have access. I will guess that an ASDF op or ASDF-INSTALL works as well. -- CL packages installed with apt and using common-lisp-controller not working in clisp https://launchpad.net/bugs/37208 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
