I broke my CL environment. I can run sbcl
but I can't re-run or re-install Quicklisp (I simply deleted the directory ~/quicklisp/
and would like to start over properly). I get the following error:
* (load #p"~/quicklisp/setup.lisp")
While evaluating the form starting at line 129, column 0
of #P"~/quicklisp/setup.lisp":
debugger invoked on a UNDEFINED-FUNCTION in thread
#<THREAD "main thread" RUNNING {10019B67B3}>:
The function ASDF/FIND-SYSTEM::STAMP<= is undefined.
The line 129 isn't of big interest, or so it seems.
Same trying to re-install Quicklisp.
ASDF version 3.2.1, SBCL 1.3.19.
What can be the cause of this ?
Or how can I totally and properly start over ? (thinking about hidden .fasl files or something).
Thanks !
edit: it downloads asdf 2.26
* (quicklisp-quickstart:install)
; Fetching #<URL "http://beta.quicklisp.org/client/quicklisp.sexp">
; 0.82KB
==================================================
838 bytes in 0.00 seconds (818.36KB/sec)
; Fetching #<URL "http://beta.quicklisp.org/client/2017-03-06/quicklisp.tar">
; 250.00KB
==================================================
256,000 bytes in 0.09 seconds (2941.18KB/sec)
; Fetching #<URL "http://beta.quicklisp.org/client/2015-09-24/setup.lisp">
; 4.94KB
==================================================
5,054 bytes in 0.00 seconds (0.00KB/sec)
; Fetching #<URL "http://beta.quicklisp.org/asdf/2.26/asdf.lisp">
; 194.07KB
==================================================
198,729 bytes in 0.08 seconds (2553.57KB/sec)While evaluating the form starting at line 129, column 0
of #P"/home/vince/quicklisp/setup.lisp":
debugger invoked on a UNDEFINED-FUNCTION in thread
#<THREAD "main thread" RUNNING {10019B68B3}>:
The function ASDF/FIND-SYSTEM::STAMP<= is undefined.