[kaffe] Re: 'mktemp' check in configure (or kaffe shell script does not work)

2003-09-29 Thread Kiyo Inaba
Hi again, Since mktemp command in 'www.mktemp.org' is BSD style license, aren't there any possibilities to include it into kaffe tree? Kiyo ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] Re: 'mktemp' check in configure (or kaffe shell script does not work)

2003-09-29 Thread Kiyo Inaba
Oops, my previous report is too terse. I said, >As the subject line says, configure.in version 1.200 introduced existence check >for 'mktemp' command, but it does not change anything for configure script. >This command is used in 'kaffe' shell script and if we don't have mktemp >(well, this is the

[kaffe] 'mktemp' check in configure (or kaffe shell script does not work)

2003-09-29 Thread Kiyo Inaba
Hi, As the subject line says, configure.in version 1.200 introduced existence check for 'mktemp' command, but it does not change anything for configure script. This command is used in 'kaffe' shell script and if we don't have mktemp (well, this is the case for me on Solaris) the final 'kaffe' scri

[kaffe] huge number of 'sleep' processes

2003-09-29 Thread M.Negovanovic
Hi, i am having trouble while running 'make check' on netbsd/i386. No mater what number of max user processes i set its never enough and i always get 'cant fork' error. Now quick look at top while running 'make check' in the background shows very large number of 'sleep' processes. Doing 'kill -9 s

[kaffe] CVS kaffe (dalibor): Small cleanup in java.util.zip

2003-09-29 Thread Kaffe CVS
PatchSet 4082 Date: 2003/09/29 23:50:25 Author: dalibor Branch: HEAD Tag: (none) Log: Small cleanup in java.util.zip Fixed java.util.zip classes to use accessor methods when accessing fields of ZipEntrys. Members: ChangeLog:1.1677->1.1678 libraries/javalib/java/util/zip/ZipEnt

[kaffe] Kaffe CLasspath AWT Status

2003-09-29 Thread James Simmons
I managed to get kaffe with GNU classpath to compile. Even better I got Hello World to run without crashing Now the next question. How to rework the native code. The present awt implementation just creates windows and uses java side code to create things like menus. Should I apprach it us

Re: [kaffe] Bug Report - InetAddress.getHostAddress() returns null for a received DatagramPacket

2003-09-29 Thread Guilhem Lavaux
Everton da Silva Marques wrote: Hi, Hi Everton, This is a problem under Kaffe 1.1.1 on i686-pc-linux. When I try to get the source address of a received multicast packet, getHostAddress() fails and returns a null pointer instead. Is this known? Is there a fix? I think this is fixed in

Re: [kaffe] bytecode verifier

2003-09-29 Thread Dalibor Topic
Hi Kalyan, kalyan ram wrote: Hai Does the interpreter version of the kaffe virtual machine has a bytecode verifier? On the home page of kaffe, it says that kaffe lacks verifier? The verifier has mostly been implemented by Rob Gonzales. It isn't complete yet, there are a few issues remaining.

[kaffe] Bug Report - InetAddress.getHostAddress() returns null for a received DatagramPacket

2003-09-29 Thread Everton da Silva Marques
Hi, This is a problem under Kaffe 1.1.1 on i686-pc-linux. When I try to get the source address of a received multicast packet, getHostAddress() fails and returns a null pointer instead. The code below shows the problem. It shows the "getHostAddress() failed" message on stderr. byte[] buffer =

Re: [kaffe] Feature freeze for 1.1.2

2003-09-29 Thread Stuart Ballard
Jim Pick wrote: Hi, Just a reminder - we're in a "feature freeze" now, for the 1.1.2 release that I'm going to try to make next Sunday (Oct. 5). So, please try to do some testing, if you've got time, and please don't check in stuff that might be destabilizing until after the release. Any chance of

[kaffe] Feature freeze for 1.1.2

2003-09-29 Thread Jim Pick
Hi, Just a reminder - we're in a "feature freeze" now, for the 1.1.2 release that I'm going to try to make next Sunday (Oct. 5). So, please try to do some testing, if you've got time, and please don't check in stuff that might be destabilizing until after the release. Cheers, - Jim __

[kaffe] bytecode verifier

2003-09-29 Thread kalyan ram
Hai Does the interpreter version of the kaffe virtual machine has a bytecode verifier? On the home page of kaffe, it says that kaffe lacks verifier? Thank you = C.Kalyan Ram 2221,S St Apt #23,Lincoln NE-68503 Email:[EMAIL PROTECTED] Ph:(402)742-9671 University Of Nebraska-Lincoln __

[kaffe] CVS kaffe (dalibor): Merged in java/util/zip/GZIPOutputStream from GNU Classpath

2003-09-29 Thread Kaffe CVS
PatchSet 4081 Date: 2003/09/29 11:17:19 Author: dalibor Branch: HEAD Tag: (none) Log: Merged in java/util/zip/GZIPOutputStream from GNU Classpath Members: ChangeLog:1.1676->1.1677 libraries/javalib/java/util/zip/GZIPOutputStream.java:1.3->1.4 Index: kaffe/ChangeLog diff -u ka

[kaffe] CVS kaffe (hkraemer): adapted internal jit test to changes in the gc

2003-09-29 Thread Kaffe CVS
PatchSet 4080 Date: 2003/09/29 10:01:57 Author: hkraemer Branch: HEAD Tag: (none) Log: adapted internal jit test to changes in the gc Members: ChangeLog:1.1675->1.1676 kaffe/kaffevm/mem/gc-mem.c:1.47->1.48 test/internal/jit_stub.c:1.3->1.4 Index: kaffe/ChangeLog diff

Re: Freenet Re: [kaffe] CVS kaffe (guilhem): NIO+NET classes merging from GNU Classpath + KJC updates.

2003-09-29 Thread Helmer Krämer
On Mon, 29 Sep 2003 10:01:32 +0200 Michael Koch <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am Montag, 29. September 2003 07:09 schrieb Guilhem Lavaux: > > Dalibor Topic wrote: > > > Kaffe CVS wrote: > > >> PatchSet 4072 Date: 2003/09/28 19:53:51 > > >> Author

Re: Freenet Re: [kaffe] CVS kaffe (guilhem): NIO+NET classes merging from GNU Classpath + KJC updates.

2003-09-29 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 29. September 2003 07:09 schrieb Guilhem Lavaux: > Dalibor Topic wrote: > > Kaffe CVS wrote: > >> PatchSet 4072 Date: 2003/09/28 19:53:51 > >> Author: guilhem > >> Branch: HEAD > >> Tag: (none) Log: > >> NIO+NET classes merging from GNU Clas