Public bug reported: when we start a new CL session, we can't load any library. Like this :
$> sbcl This is SBCL 0.9.14, 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. * (require 'asdf-install) ; loading system definition from ; /usr/lib/sbcl/sb-bsd-sockets/sb-bsd-sockets.asd into #<PACKAGE "ASDF0"> ; registering #<SYSTEM SB-BSD-SOCKETS {AB228C9}> as SB-BSD-SOCKETS ; registering #<SYSTEM SB-BSD-SOCKETS-TESTS {ACAFF81}> as SB-BSD-SOCKETS-TESTS debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread #<THREAD "initial thread" {A814439}>: can't create directory /var/cache/common-lisp-controller/1000/ Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Retry directory creation. 1: [CONTINUE] Continue as if directory creation was successful. 2: [ABORT ] Exit debugger, returning to top level. (ENSURE-DIRECTORIES-EXIST #P"/var/cache/common-lisp-controller/1000/") 0] i have the same problem with all CL libraries. ** Affects: common-lisp-controller (Ubuntu) Importance: Undecided Status: Unconfirmed -- Cant' load common lisp library https://launchpad.net/bugs/69233 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
