#413: CFFI foreign-alloc breaks abcl --------------------------+----------------------- Reporter: charmon | Owner: Type: defect | Status: closed Priority: blocker | Milestone: 1.5.0 Component: other | Version: 1.4.0-dev Resolution: fixed | Keywords: Parent Tickets: | --------------------------+----------------------- Changes (by mevenson): * status: new => closed * resolution: => fixed Comment: As Anton points out in <https://mailman.common-lisp.net/pipermail /armedbear-devel/2016-October/003721.html>, cffi-0.18 fixes problems with ABCL's use of jna-4.2.2 with <https://github.com/cffi/cffi/commit/4385468ff863d42bdb30108f0c3b9366c3fc2242>. This explains why neither ferada nor pipping could reproduce my error, as they were presumably running a patched version of CFFI. WORKAROUND ========== Until the next Quicklisp updates to cffi-0.18, one may fix things for a given installation via {{{ cd ~/quicklisp/local-projects && git checkout -b v0.18.0 https://github.com/cffi/cffi }}} Ferada's patch to add support for JAVA:JNEW-RUNTIME-CLASS has been added as r14903 -- Ticket URL: <http://abcl.org/trac/ticket/413#comment:10> armedbear <http://abcl.org> armedbear