Re: openjdk-6 build failure on m68k - problem with fork="true" ant javac target

2008-11-10 Thread Stephen R Marenka
On Mon, Nov 10, 2008 at 02:08:32PM +0100, Xerxes Rånby wrote: > It turned out that the bug is located in libgcj. The gcj java in debian > m68k should be concidered unstable. > If someone wants to fix gcj on m68k there is a list of things to look > into from the gcc libjava tests: > http://gcc

Re: openjdk-6 build failure on m68k - problem with fork="true" ant javac target

2008-11-10 Thread Xerxes Rånby
It turned out that the bug is located in libgcj. The gcj java in debian m68k should be concidered unstable. If someone wants to fix gcj on m68k there is a list of things to look into from the gcc libjava tests: http://gcc.gnu.org/ml/gcc-testresults/2008-09/msg00733.html The developement of the

Re: openjdk-6 build failure on m68k - problem with fork="true" ant javac target

2008-11-10 Thread Xerxes Rånby
made a new testcase for ant this morning and found the early ant exit bug in the exec ant target as well. testing ant exec target with this simple testcase: == output from debian m68k (fail) [EMAIL PROTECTED]:~/an

Re: openjdk-6 build failure on m68k - problem with fork="true" ant javac target

2008-11-09 Thread Xerxes Rånby
The same problem found with ant javac targets exist with ant java targets with fork="true" this simple ant task makes ant quit directly after running the class.on m68k. I suspect i am observing a bug in libgcj with fork and not in ant itself. I have tested using the testcase found in m

Re: openjdk-6 build failure on m68k - problem with fork="true" ant javac target

2008-11-08 Thread Xerxes Rånby
I have spotted a problem with ant javac target on debian m68k. ant javac targets with fork="true" on m68k makes the whole ant build exit directly after the javac task ends. This screws the openjdk6 build on m68k since the langtools classes and bootstrap files are not fully built. I have c

Re: openjdk-6 build failure on m68k

2008-09-15 Thread Xerxes Rånby
Matthias Klose skrev: See http://buildd.debian.org/fetch.cgi?&pkg=openjdk-6&ver=6b11-7&arch=m68k&stamp=1221384832&file=log not sure about this problem. the segfault is seen while unpacking an archive with jar (pointing to fastjar). I'd appreciate if somebody could investigate and maybe make a N

Re: openjdk-6 build failure on m68k

2008-09-15 Thread Xerxes Rånby
Matthias Klose skrev: See http://buildd.debian.org/fetch.cgi?&pkg=openjdk-6&ver=6b11-7&arch=m68k&stamp=1221384832&file=log not sure about this problem. the segfault is seen while unpacking an archive with jar (pointing to fastjar). I'd appreciate if somebody could investigate and maybe make a N

openjdk-6 build failure on m68k

2008-09-14 Thread Matthias Klose
See http://buildd.debian.org/fetch.cgi?&pkg=openjdk-6&ver=6b11-7&arch=m68k&stamp=1221384832&file=log not sure about this problem. the segfault is seen while unpacking an archive with jar (pointing to fastjar). I'd appreciate if somebody could investigate and maybe make a NMU for fastjar if a fix