edicl / cl-unicode

Portable Unicode library for Common Lisp
https://edicl.github.io/cl-unicode/
61 stars 24 forks source link

Cannot compile clear in ABCLv1.9.0 #36

Open Sasanidas opened 1 year ago

Sasanidas commented 1 year ago

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!