When staring cmucl with quicklisp, i get the following error:

Error in KERNEL::UNDEFINED-SYMBOL-ERROR-HANDLER:  the function GENERATE-CRC32-TABLE is undefined.
[Condition of type UNDEFINED-FUNCTION]

Restarts:
0: [CONTINUE       ] Return NIL from load of #P"/home/***/.cache/common-lisp/cmu-19f__19f_-freebsd-x86/home/***/quicklisp/quicklisp/deflate.sse2f".
1: [TRY-RECOMPILING] Recompile deflate and try loading it again
2: [RETRY          ] Retry Loading component: ("quicklisp" "deflate").
3: [ACCEPT         ] Continue, treating
                   Loading component: ("quicklisp" "deflate") as having
                   been successful.
4:                   Return NIL from load of #P"home:quicklisp/setup.lisp".
5:                   Return NIL from load of "home:.cmucl-init".
6: [ABORT          ] Skip remaining initializations.

Debug  (type H for help)

(KERNEL::UNDEFINED-SYMBOL-ERROR-HANDLER "<error finding name>"
    #.(SYSTEM:INT-SAP #x47FD70D4)
    #<Alien (*
        SYSTEM:SYSTEM-AREA-POINTER) at #x47FD6DC0>
    (16))
Source: Error finding source: 
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM:  Source file no longer exists:
   target:code/interr.lisp.

How can i fix it, thanks !

有帮助吗?

解决方案

The easiest fix is to use a recent version of CMUCL.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top