tags 432541 + help thanks I'm really stuck with this one.
This eclipse-cdt FTBFS is always reproducible on amd64 and i386; I have not tried on other platforms. Trying to build eclipse-cdt leads to: > cd source-tree/org.eclipse.cdt.releng && \ > /usr/lib/jvm/java-gcj/bin/java -cp /usr/lib/eclipse/startup.jar \ > > -Dosgi.sharedConfiguration.area=/usr/lib/eclipse/configuration \ > -Duser.home=/home/tgg/src/eclipse-cdt-3.1.2/home \ > org.eclipse.core.launcher.Main \ > -application org.eclipse.ant.core.antRunner \ > -DjavacFailOnError=true \ > -DdontUnzip=true \ > -DbaseLocation=/usr/lib/eclipse \ > > -Dpde.build.scripts=/usr/lib/eclipse/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts > \ > -DdontFetchAnything=true \ > -Dconfigs="linux,gtk,x86" \ > -Dbaseos=linux \ > -Dbasews=gtk \ > -Dbasearch=x86 > make: *** [build-stamp] Error 13 Replacing gij with Sun's VM produces the very same error, but adding /usr/share/java/ant-launcher.jar before /usr/lib/eclipse/startup.jar makes the compilation work like a charm. Unfortunately this does not change anything for gij... Looking for System.exit(13) in eclipse's code does reveal: > plugins/org.eclipse.osgi/eclipseAdaptor/src/org/eclipse/core/runtime/internal/adaptor/EclipseErrorHandler.java:88 which is inside handleRuntimeError(). But I have not been able to attach a debugger to see what's the root cause of this, so I can't tell if it's relevant. Does anybody know how to dig a little further? Thanks, Thomas _______________________________________________ pkg-java-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers

