ローカルのMacでは動いてるんだけど、Debian lenny(5.0.6)だと、

$ wget http://beta.quicklisp.org/quicklisp.lisp
$ sbcl --load quicklisp.lisp
* (quicklisp-quickstart:install)
* (ql:add-to-init-file)

した後に再度立ち上げると下記のエラーが。

$ sbcl
This is SBCL 1.0.18.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at .

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.
WARNING:
Error while scanning system definitions under directory #P"/usr/lib/sbcl/":
unknown &KEY argument: :RESOLVE-SYMLINKS
WARNING:
Error while scanning system definitions under directory #P"/usr/share/common-lisp/source/":
unknown &KEY argument: :RESOLVE-SYMLINKS

debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread" RUNNING {a8345c9}>:
Error during processing of initialization file /home/deployer/.sbclrc:

The name "SB-BSD-SOCKETS" does not designate any package.

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
0: [TRY-RECOMPILING] Recompile impl and try loading it again
1: [RETRY ] Retry loading component ("quicklisp" "impl").
2: [ACCEPT ] Continue, treating
loading component ("quicklisp" "impl") as having been
successful.
3: [CONTINUE ] Ignore and continue processing.
4: [ABORT ] Skip this initialization file.
5: Skip to toplevel READ/EVAL/PRINT loop.
6: [QUIT ] Quit SBCL (calling #'QUIT, killing the process).

((FLET #:LAMBDA69) #<SB-KERNEL:SIMPLE=PACKAGE-ERROR {b30ee31}>)
0]

20080618211322.gif

ざんねん!!
わたしの ぼうけんは これで おわってしまった!!

(SBCLを最新版にしたら動きました!Thank! Zach Beane and ルシフェルw)

Comments


Option