* Tony Liptak [2012-02-13 17:04] writes:
ASDF could not load sb-bsd-sockets because failed to find the TRUENAME of /home/tony/.cache/common-lisp/sbcl-1.0.55-linux-x64/usr/local/pkg/sbcl-1.0.55/lib/sbcl/sb-bsd-sockets/constants.lisp-temp: No such file or directory. ; ; compilation unit aborted ; caught 2 fatal ERROR conditions ; compilation aborted after 0:00:01.535 ;; ;; Error while compiling /usr/local/src/slime/swank-sbcl.lisp: ;; failed to find the TRUENAME of /home/tony/.cache/common-lisp/sbcl-1.0.55-linux-x64/usr/local/pkg/sbcl-1.0.55/lib/sbcl/sb-bsd-sockets/constants.lisp-temp: ;; No such file or directory ;; Aborting. ;; *
What am I doing wrong?
A possibility could be that asdf::*asdf-version* is 2.017. If so, then you need to upgrade. That version was broken.
Helmut