I suspect that the problem is happening earlier, classpath isn't building. the javac wrapper eats the return code from a java compile.
On Tue, Aug 23, 2011 at 3:49 AM, Steffen Sledz <[email protected]>wrote: > On 23.08.2011 09:35, Robert Schuster wrote: > > Hi, > > > > Am 23.08.2011 09:28, schrieb Steffen Sledz: > >>>> | Making all in native > >>>> | make[3]: Entering directory > `/home/sledz/work/angstrom-setup-scripts/build/tmp-angstrom_2008_1/work/armv7a-angstrom-linux-gnueabi/cacao-0.99.3-r11/cacao-0.99.3/src/native' > >>>> | Making all in include > >>>> | make[4]: Entering directory > `/home/sledz/work/angstrom-setup-scripts/build/tmp-angstrom_2008_1/work/armv7a-angstrom-linux-gnueabi/cacao-0.99.3-r11/cacao-0.99.3/src/native/include' > >>>> | > /home/sledz/work/angstrom-setup-scripts/build/tmp-angstrom_2008_1/sysroots/x86_64-linux/usr/bin/cacaoh-0.99.3/cacaoh > -bootclasspath > ../../../src/classes/classes:/home/sledz/work/angstrom-setup-scripts/build/tmp-angstrom_2008_1/sysroots/armv7a-angstrom-linux-gnueabi/usr/share/classpath/glibj.zip > -d . java.lang.Class > >>>> | java.lang.ClassNotFoundException: java/lang/Object > > Can you check the mentioned glibj.zip file whether it really contains a > > java/lang/Object.class file and whether the path is right, etc.? > > The path seems to be right, but glibj.zip does not contain the mentioned > classes. For complete content see attached output of > > zipinfo > /home/sledz/work/angstrom-setup-scripts/build/tmp-angstrom_2008_1/sysroots/armv7a-angstrom-linux-gnueabi/usr/share/classpath/glibj.zip > > >>> I'm not a java expert, but could this be related to < > http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=344>? > > Quickly looking at it I'd say its not related as it is about building > > cacao as part of icedtea7. > > Regards, > Steffen > > -- > DResearch Fahrzeugelektronik GmbH > Otto-Schmirgal-Str. 3, 10319 Berlin, Germany > Tel: +49 30 515932-237 mailto:[email protected] > Fax: +49 30 515932-299 > Geschäftsführer: Dr. Michael Weber, Werner Mögle; > Amtsgericht Berlin Charlottenburg; HRB 130120 B; > Ust.-IDNr. DE273952058 > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
