You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Check out revision 138 of branches/bona:
https://lsw2.googlecode.com/svn/branches/bona
2. In bin/abcl, comment out the line @args =
($ram,$stack,$bits,@profileargs,"-cp", $libjar, @dock);
and uncomment the line
#@args = ($ram,$stack,$bits,@profileargs,"-Xbootclasspath/a:$libjar",@dock);
3. Load LSW
What is the expected output? What do you see instead?
Rather than loading normally, loading fails with the message "Don't know how to
REQUIRE JSS"
In revision 108, /trunk/bin/abcl was changed from using the "-cp" switch to
using "-Xbootclasspath":
#@args = ($ram,$stack,$bits,@profileargs,"-cp", $libjar, @dock);
@args = ($ram,$stack,$bits,@profileargs,"-Xbootclasspath/a:$libjar",@dock);
However, this does not currently work in combination with the new JSS, which is
loaded from lib/abcl-contrib.jar (see revision 138 of
https://lsw2.googlecode.com/svn/branches/bona ). In particular,
scripts/system-registry.lisp fails to load when it reaches (require :jss):
Armed Bear Common Lisp 1.0.1-svn-13750-13751
Java 1.6.0_31 Apple Inc.
Java HotSpot(TM) Server VM
Low-level initialization completed in 0.549 seconds.
Startup completed in 1.364 seconds.
; Loading /Users/jonathanbona/quicklisp/setup.lisp ...
; Loading
jar:file:/Users/jonathanbona/lsw/lsw2/lib/abcl.jar!/org/armedbear/lisp/loop.abcl
...
; Loaded
jar:file:/Users/jonathanbona/lsw/lsw2/lib/abcl.jar!/org/armedbear/lisp/loop.abcl
(0.134 seconds)
; Loaded /Users/jonathanbona/quicklisp/setup.lisp (4.252 seconds)
Loading /Users/jonathanbona/.abclrc completed in 6.047 seconds.
; Loading
jar:file:/Users/jonathanbona/lsw/lsw2/lib/abcl.jar!/org/armedbear/lisp/abcl-cont
rib.abcl ...
; Loaded
jar:file:/Users/jonathanbona/lsw/lsw2/lib/abcl.jar!/org/armedbear/lisp/abcl-cont
rib.abcl (0.0050 seconds)
Error loading /Users/jonathanbona/lsw/lsw2/scripts/system-registry.lisp at line
42 (offset 1216)
#<THREAD "interpreter" {55EDA6}>: Debugger invoked on condition of type
SIMPLE-ERROR
Don't know how to REQUIRE JSS.
Original issue reported on code.google.com by jonathan...@gmail.com on 23 Apr 2012 at 7:35
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
jonathan...@gmail.com
on 23 Apr 2012 at 7:35The text was updated successfully, but these errors were encountered: