From: Blake M. <bl...@mc...> - 2017-12-25 04:15:52
|
Greetings, I noticed that QuickLisp fails on the current CLISP but succeeds in a variety of other Lisp's I tried. What I get is as follows: $ clisp i i i i i i i ooooo o ooooooo ooooo ooooo I I I I I I I 8 8 8 8 8 o 8 8 I \ `+' / I 8 8 8 8 8 8 \ `-+-' / 8 8 8 ooooo 8oooo `-__|__-' 8 8 8 8 8 | 8 o 8 8 o 8 8 ------+------ ooooo 8oooooo ooo8ooo ooooo 8 Welcome to GNU CLISP 2.49.60+ (2017-06-25) <http://clisp.org/> Copyright (c) Bruno Haible, Michael Stoll 1992, 1993 Copyright (c) Bruno Haible, Marcus Daniels 1994-1997 Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998 Copyright (c) Bruno Haible, Sam Steingold 1999-2000 Copyright (c) Sam Steingold, Bruno Haible 2001-2010 Type :h and hit Enter for context help. [1]> (load "quicklisp") ;; Loading file /home/blake/Backup/QuickLisp/quicklisp.lisp ... ==== quicklisp quickstart 2015-01-28 loaded ==== To continue with installation, evaluate: (quicklisp-quickstart:install) For installation options, evaluate: (quicklisp-quickstart:help) ;; Loaded file /home/blake/Backup/QuickLisp/quicklisp.lisp #P"/home/blake/Backup/QuickLisp/quicklisp.lisp" [2]> (quicklisp-quickstart:install) ; Fetching #<URL "http://beta.quicklisp.org/client/quicklisp.sexp"> ; 0.82KB ================================================== 838 bytes in 0.02 seconds (35.80KB/sec) ; Fetching #<URL "http://beta.quicklisp.org/client/2017-03-06/quicklisp.tar "> ; 250.00KB ================================================== 256,000 bytes in 0.22 seconds (1139.87KB/sec) ; Fetching #<URL "http://beta.quicklisp.org/client/2015-09-24/setup.lisp"> ; 4.94KB ================================================== 5,054 bytes in 0.00 seconds (2042.01KB/sec) ; Fetching #<URL "http://beta.quicklisp.org/asdf/2.26/asdf.lisp"> ; 194.07KB ================================================== 198,729 bytes in 0.18 seconds (1083.28KB/sec) ** - Continuable Error DEFPACKAGE QL-CLISP: There is no symbol EXT::DELETE-DIR . If you continue (by typing 'continue'): This symbol will be created. The following restarts are also available: RETRY :R1 Retry compiling #<CL-SOURCE-FILE "quicklisp" "impl">. ACCEPT :R2 Continue, treating compiling #<CL-SOURCE-FILE "quicklisp" "impl"> as having been successful. SKIP :R3 skip (LET # #) RETRY :R4 retry (LET # #) STOP :R5 stop loading file /home/blake/quicklisp/setup.lisp ABORT :R6 Abort main loop Break 1 QL-IMPL[3]> |