rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.51k stars 104 forks source link

Installation: which SBCL version? #3

Closed hai-nc closed 3 years ago

hai-nc commented 3 years ago

Hi,

During the installation step, I got an error with the Ironclad-VM library in quicklisp (please find the error details below).

I guess this might be an Ironclad-related issue but I want to try to see if using your specific SBCL version may work around this.

Could you tell me the SBCL version you used for this project?

My error details are below:

CL-USER> (ql:quickload :clog)
...
[package ironclad]................................
[package ironclad-vm]
; 
; caught ERROR:
;   READ error during COMPILE-FILE:
;   
;     Lock on package SB-VM violated when interning MAKE-EA while in package
;     IRONCLAD-VM.
;   See also:
;     The SBCL Manual, Node "Package Locks"
;   
;     (in form starting at line: 34, column: 0, position: 1344)

and the Slime debugger window shows:

COMPILE-FILE-ERROR while compiling
   #<IRONCLAD-SOURCE-FILE "ironclad" "src" "opt" "sbcl" "x86oid-vm">
   [Condition of type UIOP/LISP-BUILD:COMPILE-FILE-ERROR]

Restarts:
 0: [RETRY] Retry compiling #<IRONCLAD-SOURCE-FILE "ironclad" "src" "opt" "sbcl" "x86oid-vm">.
 1: [ACCEPT] Continue, treating compiling #<IRONCLAD-SOURCE-FILE "ironclad" "src" "opt" "sbcl" "x86oid-vm"> as having been successful.
 2: [RETRY] Retry ASDF operation.
 3: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the configuration.
 4: [RETRY] Retry ASDF operation.
 5: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the configuration.
 --more--

Thank you for your support.

hai-nc commented 3 years ago

Hi,

The problem has gone when I updated my quicklisp:

CL-USER> (ql:update-client)
  Updating client from version 2019-02-16 to version 2020-01-04.
...
CL-USER> (ql:update-all-dists)
...