You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to compile cl-unicode with:
Armed Bear Common Lisp 1.9.0
Java 11.0.19 Ubuntu
OpenJDK 64-Bit Server VM
It triggers:
Error loading /home/fermin/.cache/common-lisp/abcl-1.9.0-fasl43-linux-x64/home/fermin/quicklisp/dists/quicklisp/software/cl-unicode-20210228-git/hash-tables.abcl at line 11 (offset 1202352)
#<THREAD "interpreter" {481AD9B9}>: Debugger invoked on condition of type UNBOUND-VARIABLE
The variable #:LOOP-LIST-1090112 is unbound.
Restarts:
0: TRY-RECOMPILING Recompile hash-tables and try loading it again
1: RETRY Retry loading FASL for #<ASDF/LISP-ACTION:CL-SOURCE-FILE "cl-unicode" "hash-tables">.
2: ACCEPT Continue, treating loading FASL for #<ASDF/LISP-ACTION:CL-SOURCE-FILE "cl-unicode" "hash-tables"> as having been successful.
3: RETRY Retry ASDF operation.
4: CLEAR-CONFIGURATION-AND-RETRY Retry ASDF operation after resetting the configuration.
5: ABORT Give up on "lem-tests"
6: REGISTER-LOCAL-PROJECTS Register local projects and try again.
Triggering accept does continue working, but I don't think that's the idea.
Thanks!
The text was updated successfully, but these errors were encountered:
Trying to compile cl-unicode with:
Armed Bear Common Lisp 1.9.0
Java 11.0.19 Ubuntu
OpenJDK 64-Bit Server VM
It triggers:
Triggering accept does continue working, but I don't think that's the idea.
Thanks!
The text was updated successfully, but these errors were encountered: