I've got a package up for review (https://bugzilla.redhat.com/show_bug.cgi?id=316141) that builds fine for F8, and for devel-x86_64 but fails on devel-ppc during a java compile.
Error (http://koji.fedoraproject.org/koji/getfile?taskID=243056&name=build.log) is:
_____Making JAVA targets_____ Buildfile: build.xml
init:
drmaa: [java] Buildfile: build.xml [java] [java] init: [java] [java] BUILD FAILED [java] /builddir/build/BUILD/gridengine/source/classes/build.xml:42: Execute failed: java.io.IOException: java.io.IOException: No such file or directory [java] [java] Total time: 1 second
BUILD FAILED /builddir/build/BUILD/gridengine/source/build.xml:39: The following error occurred while executing this line: /builddir/build/BUILD/gridengine/source/build.xml:18: Java returned: 1
I've attached build.xml. I'm at a loss. Any suggestions for debugging would be greatly appreciated.
On 15/11/2007, Orion Poplawski orion@cora.nwra.com wrote:
/builddir/build/BUILD/gridengine/source/classes/build.xml:42: Execute failed: java.io.IOException: java.io.IOException: No such file or directory [java] [java] Total time: 1 second
BUILD FAILED /builddir/build/BUILD/gridengine/source/build.xml:39: The following error occurred while executing this line: /builddir/build/BUILD/gridengine/source/build.xml:18: Java returned: 1
I've attached build.xml. I'm at a loss. Any suggestions for debugging would be greatly appreciated.
Which build.xml did you attach -- source/build.xml or source/classes/build.xml? It looks like the actual problem is in source/classes ...
MEF
Mary Ellen Foster wrote:
Which build.xml did you attach -- source/build.xml or source/classes/build.xml? It looks like the actual problem is in source/classes ...
MEF
Ah, here we are:
<exec executable="hostname" outputproperty="hostname"/>
and hostname is no longer in the build roots in devel. Thanks!
java-devel@lists.fedoraproject.org