abcl-1.4.0 released

Anton Vodonosov avodonosov at yandex.ru
Tue Oct 18 19:33:41 UTC 2016


15.10.2016, 13:48, "Anton Vodonosov" <avodonosov at yandex.ru>:
> From CFFI 0.18.0 release notes:
>
>>   * bugfix: the ABCL backend has been fixed to handle recent JNA
>>     changes. (Thanks to Daniel Kochmanksi.)
>
> This might be related somehow

I've tried adding CFFI 0.18.0 to quicklisp's local-projects/ directory, but that doesn't help.

Below is a bigger quote of the console output with error and backtrace when the error happens:

; Wrote /home/testgrid/.cache/common-lisp/abcl-1.4.0-fasl42-linux-x86/home/testgrid/lisps/abcl-bin-1.4.0/abcl-contrib.jar/abcl-asdf/maven-embedder-tmp2IRAAKTB.abcl (0.288 seconds)
jnaASDF could not load  because org.armedbear.lisp.Go.
cffiASDF could not load  because org.armedbear.lisp.Go.
Error loading jar:file:/home/testgrid/lisps/abcl-bin-1.4.0/abcl.jar!/org/armedbear/lisp/run-program.abcl at line 96 (offset 4172)
#<THREAD "interpreter" {312564}>: Debugger invoked on condition of type ERROR
  org.armedbear.lisp.Go
Restarts:
  0: RETRY                         Retry compiling #<ASDF/INTERFACE:MVN "jna" "net.java.dev.jna/jna/4.2.2">.
  1: ACCEPT                        Continue, treating compiling #<ASDF/INTERFACE:MVN "jna" "net.java.dev.jna/jna/4.2.2"> as having been successful.
  2: RETRY                         Retry compiling #<ASDF/LISP-ACTION:CL-SOURCE-FILE "cffi" "src" "cffi-abcl">.
  3: ACCEPT                        Continue, treating compiling #<ASDF/LISP-ACTION:CL-SOURCE-FILE "cffi" "src" "cffi-abcl"> as having been successful.
  4: RETRY                         Retry ASDF operation.
  5: CLEAR-CONFIGURATION-AND-RETRY Retry ASDF operation after resetting the configuration.
  6: TOP-LEVEL                     Return to top level.
[1] SYS(2): :bt 

  0: (SYSTEM:BACKTRACE)
  1: (INVOKE-DEBUGGER #<ERROR {548583}>)
  2: org.armedbear.lisp.Lisp.error(Lisp.java:382)
  3: org.armedbear.lisp.Java.jfield(Java.java:232)
  4: org.armedbear.lisp.Java$pf_jfield.execute(Java.java:272)
  5: org.armedbear.lisp.Primitive.execute(Primitive.java:123)
  6: org.armedbear.lisp.Lisp.error(Lisp.java:382)
  7: org.armedbear.lisp.Java.classForName(Java.java:1299)
[1] SYS(3): 



More information about the armedbear-devel mailing list