Opened 12 years ago
Closed 12 years ago
#234 closed defect (fixed)
ABCL-ASDF mvn errors with VERSION slot unbound
Reported by: | ehuelsmann | Owned by: | Mark Evenson |
---|---|---|---|
Priority: | blocker | Milestone: | 1.1.0 |
Component: | ASDF | Version: | 1.1.0-dev |
Keywords: | cffi, abcl-asdf, abcl-contrib, quicklisp | Cc: | |
Parent Tickets: |
Description
50,852 bytes in 0.48 seconds (102.60KB/sec)
; Loading "drakma"
................................................jnaASDF could not load because
The slot VERSION is unbound in the object #<MVN {1B44E59}>..
Error loading C:/Users/Erik/AppData/Local/common-lisp/cache/abcl-1.1.0-dev-svn-1
4063m-fasl39-win-x86/C/Users/Erik/quicklisp/dists/quicklisp/software/cffi_0.10.7
.1/src/cffi-abcl.abcl at line 8 (offset 578)
#<THREAD "interpreter" {1C32B82}>: Debugger invoked on condition of type UNBOUND
-SLOT
The slot VERSION is unbound in the object #<MVN {1B44E59}>.
Restarts:
0: RETRY Retry compiling #<ASDF:MVN "jna" "com.sun.jna/jna/3.0.9">.
1: ACCEPT Continue, treating compiling #<ASDF:MVN "jna" "com.sun.jna/
jna/3.0.9"> as having been successful.
2: TRY-RECOMPILING Recompile cffi-abcl and try loading it again
3: RETRY Retry loading FASL for #<ASDF:CL-SOURCE-FILE "cffi" "src" "
cffi-abcl">.
4: ACCEPT Continue, treating loading FASL for #<ASDF:CL-SOURCE-FILE "
cffi" "src" "cffi-abcl"> as having been successful.
5: ABORT Give up on "drakma"
6: TOP-LEVEL Return to top level.
[1] CL-USER(37):
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | → 1.1.0 |
---|---|
Priority: | major → blocker |
Status: | new → assigned |
Summary: | ASDF-MVN errors with VERSION slot unbound → ABCL-ASDF mvn errors with VERSION slot unbound |
Version: | → 1.1.0-dev |
comment:2 Changed 12 years ago by
Keywords: | cffi abcl-asdf abcl-contrib quicklisp added |
---|
comment:3 Changed 12 years ago by
Status: | assigned → accepted |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
drakma loads as of http://trac.common-lisp.net/armedbear/changeset/14192
Drakma needs CFFI which depends on getting the com.sun.jna.Native class in the classpath.