On Fri, Mar 04, 2005 at 10:29:42AM -0800, Anthony Green wrote: > On Fri, 2005-03-04 at 18:14 +0000, Joe Orton wrote: > > On Fri, Mar 04, 2005 at 09:50:16AM -0800, Anthony Green wrote: > > > With a little subversion.spec tweaking, I have the rawhide subversion > > > java bindings (svn-javahl.jar) and JNI library (libsvnjavahl-1.so) > > > building out of the box right now. > > > > Great! This needs new BuildRequires too, presumably; gcc-java >= 4.0.0, > > or something? > > There's a BuildPreReq for java-1.4.2-gcj-compat-devel which pulls in the > right gcj bits. Ah, sorry, I missed that. I committed this with a change to use the jdk_path macro which was unused otherwise. 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) is that a compiler bug? joe