Re: [kaffe] NetworkInterfaceTest fails on Linux 2.4.18-3

2005-08-11 Thread Ito Kazumitsu
> NetworkInterfaceTest fails when run on Linux 2.4.18-3. > $ cat test/regression/NetworkInterfaceTest.fail > /home/ito/kaffe/kaffe-snap-050804/kaffe/kaffe/.libs/lt-kaffe-bin: relocation > error: > /home/ito/kaffe/kaffe-snap-050804/libraries/clib/net/.libs/libnet-1.1.x-cvs.so: > undefined symbo

[kaffe] CVS kaffe (robilad): Warning fix for PlainSocketImpl

2005-08-11 Thread Kaffe CVS
PatchSet 6815 Date: 2005/08/12 02:26:07 Author: robilad Branch: HEAD Tag: (none) Log: Warning fix for PlainSocketImpl 2005-08-11 Andreas Tobler <[EMAIL PROTECTED]> * libraries/clib/net/PlainSocketImpl.c (gnu_java_net_PlainSocketImpl_socketGetOption): Initialize r. Members:

[kaffe] CVS kaffe (robilad): warning fix for jni

2005-08-11 Thread Kaffe CVS
PatchSet 6816 Date: 2005/08/12 02:37:24 Author: robilad Branch: HEAD Tag: (none) Log: warning fix for jni 2005-08-11 Andreas Tobler <[EMAIL PROTECTED]> * kaffe/kaffevm/jni/jni.c (Kaffe_DefineClass): Cast buf to match the prototype of classFileInit. Members: ChangeLog:1

[kaffe] CVS kaffe (robilad): Warning fixes for ppc jit

2005-08-11 Thread Kaffe CVS
PatchSet 6814 Date: 2005/08/12 01:58:39 Author: robilad Branch: HEAD Tag: (none) Log: Warning fixes for ppc jit 2005-08-11 Andreas Tobler <[EMAIL PROTECTED]> * kaffe/kaffevm/jit3/funcs.h: Add HAVE_move_register_float and HAVE_move_register_double to fix compiler warnings. Membe

Re: [kaffe] Kaffe treats extended abstract redefinition incorrectly [Tiny Test Case attached]

2005-08-11 Thread Ito Kazumitsu
Hi, From: "David Tiller" <[EMAIL PROTECTED]> Subject: [kaffe] Kaffe treats extended abstract redefinition incorrectly [Tiny Test Case attached] Date: Thu, 11 Aug 2005 08:00:54 -0400 > When run under kaffe-1.1.5, the following is output: > > In Class1 method. > java.lang.VerifyError: No code att

[kaffe] CVS kaffe (robilad): Warning fix for Biginteger

2005-08-11 Thread Kaffe CVS
PatchSet 6813 Date: 2005/08/11 22:07:49 Author: robilad Branch: HEAD Tag: (none) Log: Warning fix for Biginteger 2005-08-11 Andreas Tobler <[EMAIL PROTECTED]> * libraries/clib/math/BigInteger.c (Java_java_math_BigInteger_assignString0): Add return value to fix compiler

[kaffe] Kaffe treats extended abstract redefinition incorrectly [Tiny Test Case attached]

2005-08-11 Thread David Tiller
Class1 is abstract, with a concrete private method 'method'. Class2 is abstract, extends Class1, with a protected abstract method 'method'. Class3 is concrete, extends Class2, with a concrete protected method 'method'. When the classes are compiled and the Main class is run under Sun's JRE 1.4.2

Re: [kaffe] File order bug - Testcase

2005-08-11 Thread Dalibor Topic
Wolfgang Baer wrote: > Dalibor Topic wrote: > >> Thanks, Wolfgang & Ito. When Ito checks his patch in, I'll prepare a >> new tarball for debian experimental. I've received a few more warning >> fixes from Andreas, and want to look into the alpha kaffeh issue >> exposed by the experimental buildd.

[kaffe] kaffe security manager fix backport attemt, lock/GC bug

2005-08-11 Thread mag
Hi! I made an attempt to backport the kaffe security manager fix, which is needed to run tomcat4. The patch is at http://devel.linux.hu/~mag/kaffe-tomcat-lock-gc-report/07_gnu_classloader_try10.patch There is a bug in the thing which I cannot stamp out. It bails out with kaffe-bin: /home/mag/tm