* Anthony Green <green@xxxxxxxxxx> [2005-03-08 07:34]: > On Tue, 2005-03-08 at 11:00 +0000, Joe Orton wrote: > > It built on i386 but didn't on at least ia64: > > > > + make javahl > > /usr/lib/jvm/java-1.4.2-gcj/bin/javac -d > > subversion/bindings/java/javahl/classes -classpath ... > > Missing resource : > > org/eclipse/jdt/internal/compiler/batch/messages.properties for locale > > en_US > > Exception in thread "main" java.lang.ExceptionInInitializerError > > <<No stacktrace available>> > > Caused by: java.util.MissingResourceException: Bundle > > org.eclipse.jdt.internal.compiler.batch.messages not found > > <<No stacktrace available>> > > make: *** [javahl-java] Error 1 > > error: Bad exit status from > > /usr/src/build/536680-ia64/install-tmp/rpm-tmp.80923 (%build) > > > > This is troubling. This looks like the Eclipse compiler is broken on > ia64. But surely we're using that compiler to build other things right > now. Does anybody here know? There's a gcc backend bug (most likely) on ia64 right now so I can't build Eclipse on it. We still have an older ecj build on ia64, though, so j-g-c can build on it. We will have eclipse-ecj when I can build it on ia64. gcj bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20294 Andrew