2009/4/10 John Rose <[email protected]> > On Apr 10, 2009, at 11:23 AM, Ben Evans wrote: > > ... > > BUILD SUCCESSFUL > Total time: 25 seconds > gnumake: *** [build] Error 2 > > > Can you say why gnumake is reporting error status 2? Did ant complain > somewhere? When I try an incremental rebuild, the last output looks > something like this: >
Digging into this, it looks like the failure occurs much earlier - but that it fails to terminate the build. I think the culprit is this section: cd bsd_i486_compiler2/product && ./test_gamma openjdk full version "1.7.0-internal-boxcat_2009_02_01_14_00-b00" Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object gnumake[3]: *** [product] Error 1 gnumake[2]: *** [generic_build2] Error 2 gnumake[1]: *** [product] Error 2 *** Exit status 2. > build-all-classes: > > build: > > BUILD SUCCESSFUL > Total time: 8 seconds > Control bsd i586 1.7.0-internal build_product_image build finished: > Control bsd i586 1.7.0-internal all_product_build build finished: > Control bsd i586 1.7.0-internal all build finished: > > > My davinci/sources/build.sh is enclosed, and also posted here, for > comparison: > http://blogs.sun.com/jrose/resource/davinci-build.sh > Thanks. I'm pretty confident that this is something environmental to my build - will try and track down and report. Ben
_______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
