RE: [kaffe] build failing

2003-10-05 Thread Thomas Keane
Just gave it a try with the --disable-shared option when I was running the configure script. When I tried to run make check - it got further but died with the following error: for i in gnu/regexp/MessagesBundle_fr.properties gnu/regexp/MessagesBundle.properties

Re: [kaffe] FreeBSD/alpha and kaffe

2003-10-05 Thread Dalibor Topic
Gian Luca Decurtins wrote: Hi all I'm new to this list and I hope it's the right one to ask a question. How can I port kaffe to FreeBSD on alpha? I saw that there is NetBSD support for alpha systems. Is it difficult to add FreeBSD support? Maybe you could give me a hint and I could try to make

Re: [kaffe] Planning for 1.1.2 release

2003-10-05 Thread Arnaud Vandyck
On Sat, 27 Sep 2003 18:06:48 +0200 Dalibor Topic [EMAIL PROTECTED] wrote: Jim Pick wrote: Hi, Here's what I'm planning for the next release... Sunday, September 28 - Feature Freeze for 1.1.2 Sunday, October 5 - Release 1.1.2 Is it release time? I'm really going to try to get

[kaffe] CVS kaffe (dalibor): Removed incorrect comment about stacktraceFindMethod

2003-10-05 Thread Kaffe CVS
PatchSet 4098 Date: 2003/10/05 16:04:47 Author: dalibor Branch: HEAD Tag: (none) Log: Removed incorrect comment about stacktraceFindMethod Members: ChangeLog:1.1693-1.1694 kaffe/kaffevm/stackTrace.c:1.30-1.31 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.1693

Re: [kaffe] Incorrect comment in kaffe/kaffevm/stackTrace.c

2003-10-05 Thread Dalibor Topic
Konnichiwa Kiyo, Kiyo Inaba wrote: When I try to fix some mis-configured compilation environment for kaffe, I found one comment which shall be deleted. In kaffe/kaffevm/stackTrace.c, comment just before the function 'stacktraceFindMethod' says We make these exported functions because we use them

Re: [kaffe] Planning for 1.1.2 release

2003-10-05 Thread Dalibor Topic
Arnaud Vandyck wrote: On Sat, 27 Sep 2003 18:06:48 +0200 Dalibor Topic [EMAIL PROTECTED] wrote: b) fixing most of the broken platforms to build again with latest gcc (gcc 3.3.1) ( 1.1.2 was somewhat borked there ;) I hope to have fixed all of the remaining multi-line string issues yesterday.

Re: [kaffe] build failing

2003-10-05 Thread Dalibor Topic
Thomas Keane wrote: Just gave it a try with the --disable-shared option when I was running the configure script. When I tried to run make check - it got further but died with the following error: for i in gnu/regexp/MessagesBundle_fr.properties gnu/regexp/MessagesBundle.properties

[kaffe] CVS kaffe (dalibor): Fixed iteration in HashMap and Hashtable to use hasNext()

2003-10-05 Thread Kaffe CVS
PatchSet 4099 Date: 2003/10/05 17:06:57 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed iteration in HashMap and Hashtable to use hasNext() Removed micro-optimization in putAll and putAllInternal that used size() to precompute the number of steps necessary to iterate over a collection. Use

Re: [kaffe] HashMap putAll/putAllInternal bug

2003-10-05 Thread Dalibor Topic
Hi Stuart, Stuart Ballard wrote: (sent to classpath, but their mailing list is a blackhole at the moment and, being impatient, I figured I'd send to Kaffe where it's also relevant, since Kaffe's collections classes come from Classpath) The HashMap putAll and putAllInternal (called from

[kaffe] CVS kaffe (dalibor): Fix for StackOverflowError in ant from CVS

2003-10-05 Thread Kaffe CVS
PatchSet 4100 Date: 2003/10/05 18:25:09 Author: dalibor Branch: HEAD Tag: (none) Log: Fix for StackOverflowError in ant from CVS Fixed by delegating calls to Hashtable's contains and containsValue methods to a private worker method to avoid crashes due to classes overriding both methods in a

Re: [kaffe] Bug Report: StackOverflowError and Collections

2003-10-05 Thread Dalibor Topic
Hi Jim, Jim Pick wrote: Basically, LazyHashtable.contains(Object value) calls super.contains(Object value) in Hashtable, which in Classpath's implementation, calls Hashtable.containsValue(Object value). Unfortunately, LazyHashTable.containsValue(Ojbect value) overrides that, just calling calling

Re: [kaffe] kaffe on Linux/Alpha build trouble

2003-10-05 Thread Dalibor Topic
Alexander Kotelnikov wrote: Hello. I am tring to build kaffe 1.1.1 on debian linux/alpha, unstable configuring it with --with-rt-jar=no and get the following error: make[1]: Entering directory `/tmp/k3/kaffe-1.1.1/libraries/javalib' rm -rf lib mkdir lib /bin/sh ./rebuildLib @essential.files

Re: [kaffe] Re: Java and testing release

2003-10-05 Thread Dalibor Topic
Hi Ricky, I've CC:ed Arnaud, as he's very active in the debian-java community. Ricky Clarkson wrote: Er, I found this on the debian-java mailing list and thought you guys might be interested. Regards, Ricky. On Fri, Oct 03, 2003 at 01:26:55PM +0100, MJ Ray wrote: Hi all, I was just reading

[kaffe] CVS kaffe (dalibor): Fixed crash with bad java.library.path property

2003-10-05 Thread Kaffe CVS
PatchSet 4101 Date: 2003/10/06 00:12:46 Author: dalibor Branch: HEAD Tag: (none) Log: Fixed crash with bad java.library.path property when java.library.path wasn't set to include kaffe's internal libraries, it would abort with an error message to add it's internal libraries to the

[kaffe] Release Monday

2003-10-05 Thread Jim Pick
Hi, I ran short on time today to do the release - expect it tomorrow... Cheers, - Jim ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe