classpath is not actually building correctly, a bug in the shell script wrapper for calling javac is eating the error code from javac, and making it look like things built ok when they did not.
On Fri, Aug 5, 2011 at 10:16 AM, Jesse Gilles <[email protected]> wrote: > > On 07/07/2011 06:39 AM, George C. Huntington, III wrote: > > > who are the people I should talk to about problems building classpath > and > > > jamvm on the 2011.03-maintenance branch? > > > > Start by posting your problems (and your config) to the ML. > > > > I am also having issues with classpath 0.98 on the 2011.03-maintenance > branch. The package builds successfully, but the class library zip > (/usr/share/classpath/glibj.zip) produced is way too small and is > missing most classes. The compile log shows many (around 4500) java > compile errors, but the make doesn't error out so the bitbake task > succeeds. > > current commit on my branch is 819822d3d32700dafbb3e33172450c34c6334f13 > DISTRO = "angstrom-2010.x" > MACHINE = "at91sam9g20ek" > > Build machine is Ubuntu 10.04 x86_64. > > Lots of errors like this: > > 2. ERROR in ./external/asm/org/objectweb/asm/ClassVisitor.java (at line > 65) > String name, > ^^^^^^ > String cannot be resolved to a type > > I attached the entire compile log for more detail. > > Is this perhaps an issue with ecj? > > Thanks, > Jesse > > _______________________________________________ > 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
