Installing cl-unicode via quicklisp fails
Here's the printout and a reproduction recipe:
==================================================
; Loading "cl-unicode"
...
;;; Parsing Unicode file UnicodeData?.txt
;;; Parsing Unicode file Scripts.txt
;;; Parsing Unicode file Blocks.txt
;;; Parsing Unicode file PropList?.txt
;;; Parsing Unicode file DerivedAge?.txt
;;; Parsing Unicode file BidiMirroring?.txt
;;; Parsing Unicode file Jamo.txt
;;; Building hash tables
;;; Writing source file methods.lisp
;;; Writing source file hash-tables.lisp
;;; Writing source file lists.lisp
;;; Writing source file derived-properties
;;; Parsing Unicode file
DerivedCoreProperties?.txtjava.lang.ClassFormatError?: Unknown constant
tag 41 in class file org/armedbear/lisp/ASDF_TMP_hash_tables_2
at java.lang.ClassLoader?.defineClass1(Native Method)
at java.lang.ClassLoader?.defineClass(ClassLoader?.java:634)
at java.lang.ClassLoader?.defineClass(ClassLoader?.java:480)
at org.armedbear.lisp.FaslClassLoader?.findClass(FaslClassLoader?.java:95)
at org.armedbear.lisp.FaslClassLoader?.loadClass(FaslClassLoader?.java:77)
at java.lang.ClassLoader?.loadClass(ClassLoader?.java:266)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2406)
at java.lang.Class.getConstructor0(Class.java:2716)
at java.lang.Class.newInstance0(Class.java:343)
at java.lang.Class.newInstance(Class.java:325)
...
==================================================
Reproduce:
- Install Quicklisp
- (ql:quickload :cl-unicode)
Change History (7)
Component: |
other →
compiler
|
Owner: |
changed from somebody to ehuelsmann
|
Priority: |
major →
critical
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
(In [13511]) Re #116: while working to fix the issue, at least tell the user we're
unable to generate a conforming class file.