coldfire status?

2008-11-10 Thread Xerxes Rånby
In curious on the coldfire status to run the whole debian m68k. I have been running a devmachine using aranym now for some time ant it is unfortuannly horribly slow doing java gcc gcj debugging and developement on. Im thinking of setting up a qemu devmachine but since qemu-m68k only emulated t

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

2008-11-10 Thread Xerxes Rånby
?? () from /usr/lib/libgcj.so.90 #7 #8 0xc230d404 in ?? () from /lib/libgcc_s.so.2 #9 0x0010 in ?? () #10 0x in ?? () (gdb) Have a great day! Xerxes Xerxes Rånby skrev: made a new testcase for ant this morning and found the early ant exit bug in the exec ant target as well

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

2008-11-10 Thread Xerxes Rånby
exec] xerxes pts/0192.168.1.25 30Oct08 1.00s 1.13s 0.86s /usr/bin/java - [exec] xerxes pts/1:1.0 19Sep08 46days 4days 19:27m gnome-terminal [echo] done BUILD SUCCESSFUL Total time: 0 seconds [EMAIL PROTECTED]:~/antexectest$ cheers. Xerxes Xerxes Rånby skr

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

2008-11-09 Thread Xerxes Rånby
NU libgcj) version 4.3.2 /etc/alternatives/kaffe-system/bin/java segfaults ant exit with failure. java full version "kaffe-1.4.2" kaffe VM "1.1.8" /usr/bin/java-sablevm throws java/lang/IllegalMonitorStateException and then exit with failue. SableVM version 1.13 Have a great da

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

2008-11-08 Thread Xerxes Rånby
======= Cheers Xerxes 15 sep 2008 kl. 12.19 skrev Xerxes Rånby: On my machine i hit another build error a bit further: see the attached log My icedtea6 build is configured with ./configure --with-jar=gjar-4.3 For some reason JAVAC_CMD

Re: perl borken?

2008-10-30 Thread Xerxes Rånby
Stephen R Marenka skrev: Just updating some buildd sid chroots and I got this on this fine morning. | Setting up perl-base (5.10.0-16) ... | (Reading database ... 9205 files and directories currently installed.) | Preparing to replace tzdata 2008g-1 (using .../tzdata_2008h-1_all.deb) ... | Unpa

Re: perl borken?

2008-10-23 Thread Xerxes Rånby
Hi and Yikes! No ideas. Wanted to inform you that I have got the same perl errors on my sid aranym dev machines when upgraded perl. So you are not alone. Have you found a cure for your machine? Do you know if perl works on a fresh install of sid? Cheers Xerxes Stephen R Marenka skrev: Just up

fastjar 2:0.95-4 needs to be uploaded from thing2 buildd machine. required for successful OpenJDK 6 build.

2008-10-06 Thread Xerxes Rånby
the ftp sites 2:0.95-3 2:0.95-4 is a bugfix for this specific fastjar segfault but i can't find it on the current debian sid ftp's. upload needed from thing2 ? Have a great day! Xerxes Rånby -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

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

icedtea zero M68K atomic patch

2008-09-12 Thread Xerxes Rånby
Greetings! Here is a patch for the M68K zero port to deal with missing atomic operations in M68K hardware, here implemented using a processor specific CAS instruction found on most 680X0 CPUs. It will priobably work on 68020 68030 68040 and 68060. Suggestions are welcome how to make improve it

OpenJDK6 m68k port : what is the current status of helper __kernel_atomic_cmpxchg_32 ?

2008-09-10 Thread Xerxes Rånby
Greetings! Im working on a patch to make OpenJDK6 compile and run on m68k. The missing piece for the implementation is a way to do a atomic cmpxchg from userspace. If we invent a way of doing that then the missing gcc atomic builtins: __sync_val_compare_and_swap_4 __sync_lock_test_and_set_4 _