This is the mail archive of the
kawa@sourceware.org
mailing list for the Kawa project.
Testsuite error | java.lang.NoSuchFieldError: c1x
- From: "Charles H. Turner" <chturne at gmail dot com>
- To: kawa at sourceware dot org
- Date: Sat, 02 Jul 2011 10:43:50 +0100
- Subject: Testsuite error | java.lang.NoSuchFieldError: c1x
Is anyone else experiencing the following error with the latest SVN
revision?
./configure --enable-kawa-frontend --with-servlet=/opt/Java/servlet.jar
--enable-jemacs --with-swing --with-awt --enable-brl --with-sax2
make -j2
make -j2 test
...
CLASSPATH=.:$CLASSPATH ../bin/kawa.sh -e '(load "testing.zip")'
--no-full-tailcalls -f "./misc-test.scm" -e '(test-report)'
%%%% Starting test Miscellaneous (Writing full log to "Miscellaneous.log")
java.lang.NoSuchFieldError: c1x
at cycle2.doubleC1x(cycle2.scm:9)
at cycle1.run(cycle1.scm:24)
at gnu.expr.ModuleBody.run(ModuleBody.java:44)
at gnu.expr.ModuleBody.run(ModuleBody.java:32)
at test$Mncycle12.run(test-cycle12.scm:1)
at gnu.expr.ModuleBody.run(ModuleBody.java:44)
at gnu.expr.ModuleBody.run(ModuleBody.java:32)
at atInteractiveLevel$285.run(misc-test.scm:928)
at gnu.expr.ModuleExp.evalModule2(ModuleExp.java:288)
at gnu.expr.ModuleExp.evalModule(ModuleExp.java:189)
at kawa.Shell.run(Shell.java:281)
at kawa.Shell.runFile(Shell.java:490)
at kawa.Shell.runFileOrClass(Shell.java:428)
at kawa.repl.processArgs(repl.java:216)
at kawa.repl.main(repl.java:831)
I'm unable to debug this myself since I don't understand what the
cycle2.scm test is testing.
Regards,
Charles.