On 4/21/12 4:19 AM, aditya siram wrote:
Hi Mark, I finally had a chance to debug some more. The tip of the repo as of today doesn't seem to build correctly (or maybe I'm doing something wrong, I'm an ant noob). The stack trace is below and it's pretty long. Even with the error the compilation process ends successfully and a jar is built but when I try to load it with SLIME I get the following error:
Armed Bear Common Lisp 1.1.0-dev-svn-13918 Java 1.6.0_24 Sun Microsystems Inc. Java HotSpot(TM) Server VM Low-level initialization completed in 0.425 seconds. org.armedbear.lisp.IntegrityError at org.armedbear.lisp.Primitives$pf_error.execute(Primitives.java:1577) at org.armedbear.lisp.Primitive.execute(Primitive.java:113) at org.armedbear.lisp.Symbol.execute(Symbol.java:802) at org.armedbear.lisp.Lisp.error(Lisp.java:380) at org.armedbear.lisp.Load.loadSystemFile(Load.java:276)
[…]
ERROR placeholder called with arguments: Failed to find loadable system file 'read-conditional' in boot classpath. Failed to find loadable system file 'read-conditional' in boot classpath. Exception in thread "interpreter" org.armedbear.lisp.IntegrityError
[…]
Process inferior-lisp<2> finished
[…]
Assuming you haven't tried already, please execute the 'abcl.clean' Ant target, and re-build. This is the first thing to try when a build fails, as the logic for checking what needs to be rebuilt in the incremental compile can sometimes be wonky.
Mark evenson@panix.com