On Nov 26, 2012, at 15:11, Mark Evenson evenson@panix.com wrote:
Overall, I think we are more-or-less ready to release the long awaited abcl-1.1.0 with the exception of resolving the outstanding ANSI regression failures.
Hooray!
[...]
Additionally, we should probably check the Novemeber Quicklisp test reports to see if anything has been broken. I seem to see a problem with Hunchentoot under SLIME regarding the PATHNAME reader, but this may be something local to me.
FWIW, (ql:quickload :hunchentoot) on os x 10.8.2 fails because the pre-installed maven on that system is version 3.0.3:
Error loading /Users/rudi/Library/Caches/common-lisp/abcl-1.1.0-dev-fasl39-macosx-java/Users/rudi/Library/quicklisp/dists/quicklisp/software/cffi_0.10.7.1/src/cffi-abcl.abcl at line 8 (offset 577) #<THREAD "interpreter" {67D77351}>: Debugger invoked on condition of type SIMPLE-ERROR We need maven-3.0.4 or later. Restarts: 0: RETRY Retry compiling #<ASDF:MVN "jna" "net.java.dev.jna/jna/3.5.1">.
Could we make do with maven 3.0.3? (Upgrading to Oracle's jdk 1.7 causes other stuff to break on my machine, some of it work-related.)
Rudi