Re: [kaffe] AmigaOS Config failure

2003-06-09 Thread Kiyo Inaba
Hi Tony, Tony Wyatt <[EMAIL PROTECTED]> wrote: >Sadly the configure script will not run on my AmigaOS platform. The script >crashes the machine, leaving only a file "configure.lineno" behind. This >file has 30,690 lines. That's too bad... For this specific issue, I am sorry to say I can not help

[kaffe] 1.1.0 on sh3-linux

2003-06-09 Thread Kiyo Inaba
Hi, As I previously reported, there are two problems for this target made by cross-compiling, but the result is '2 of 136 tests failed'. The failed tests are 'DosTimeVerify.java' and 'ZipTest.java', and skipped one is 'NetworkInterfaceTest.java'. Failed two tests are actually caused by the lack of

Re: [kaffe] 1.1.0 build failure on i686-linux-2.0.38

2003-06-09 Thread Kiyo Inaba
In-Reply-To: <[EMAIL PROTECTED]> I said, > Same (I think) thing happens for RedHat-5.2 (Linux 2.2.5, glibc-2.1.1). Sorry, this is RedHat-6.0. Kiyo ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

[kaffe] memory leaking

2003-06-09 Thread Greg Wooledge
After having run the CVS release of kaffe, and now version 1.1.0, for several days, I'm pretty sure it's leaking memory a lot faster than the CVS version from a month ago did. The early May version typically took 24 to 48 hours to fill up the memory I allowed it (224 MB) while running Freenet. Wi

Re: [kaffe] 1.1.0 build failure on i686-linux-2.0.38

2003-06-09 Thread Kiyo Inaba
Ito Kazumitsu <[EMAIL PROTECTED]> wrote: >Needless to say, as discussed before, some features needed >for the current kaffe are missing in Linux 2.0.38. Same (I think) thing happens for RedHat-5.2 (Linux 2.2.5, glibc-2.1.1). The error messages while compiling is --

Re: [kaffe] 1.1.0 build failure on parisc-hpux

2003-06-09 Thread Greg Wooledge
Additional info: Kaffe builds and installs on HP-UX 10.20 using GNU make and gcc 3.2. (This by itself is pretty astonishing to me; most large projects won't build on this system because they fall over and die when they find out there aren't any pthreads.) The regression tests, however, do not wor

[kaffe] AmigaOS Config failure

2003-06-09 Thread Tony Wyatt
Hi all, Sadly the configure script will not run on my AmigaOS platform. The script crashes the machine, leaving only a file "configure.lineno" behind. This file has 30,690 lines. The last few lines of "configure.lineno" are: * int main () { return f != $ac_func; ; return

Re: [kaffe] 1.1.0 on i386-openbsd hangs in make check

2003-06-09 Thread Greg Wooledge
Dalibor Topic ([EMAIL PROTECTED]) wrote: > I've tried out 1.1.0 on i386-openbsd. It builds and installs fine, but > unfortunately one regression test hangs forever, apparently. Hmm, curious. It passed all tests for me. # uname -a OpenBSD pegasus 3.3 GENERIC#0 i386 # pwd /tmp/kaffe/build/test/re

[kaffe] 1.1.0 build failure on i686-linux-2.0.38

2003-06-09 Thread Ito Kazumitsu
Needless to say, as discussed before, some features needed for the current kaffe are missing in Linux 2.0.38. In file included from getifaddrs.c:30: ifaddrs_linux.c:42: linux/netlink.h: No such file or directory ifaddrs_linux.c:43: linux/rtnetlink.h: No such file or directory In file included from

Re: [kaffe] 1.1.0 build failure on parisc-hpux

2003-06-09 Thread Greg Wooledge
Dalibor Topic ([EMAIL PROTECTED]) wrote: > Hi, I've tried to build kaffe on HP's TestDrive's parisc-HPUX machine, but I > didn't get too far: > ln -s ifaddrs.h > Usage: ln [-f] [-i] [-s] f1 f2 >ln [-f] [-i] [-s] f1 ... fn d1 > ifaddrs.h: ifaddrs_compat.h > $(LN_S)

[kaffe] Re: kaffe on NetBSD

2003-06-09 Thread Milos Negovanovic
On Mon, 2003-06-09 at 20:59, Dalibor Topic wrote: > these classes should be in libraries/javalib/lib after the compilation. Are you > sure that the class library compilation works without fuss? Could you turn off > the -v in rebuildLib, try to rebuild it again, and see if you can spot anything > s

[kaffe] Small build test script

2003-06-09 Thread Dalibor Topic
Hi, after mail-bombing the list with all those test results, I've attached the small, trivial script I used to build and configure kaffe, so you can go ahead and run the same test on your favorite platform and tell us how it went. just source test.sh in the directory where you downloaded kaffe-1.

[kaffe] FullTest results of 1.1.0 on debian i386-linux

2003-06-09 Thread Dalibor Topic
Hi, I'va also ran a FullTest.sh on i386-linux. It looks quite good, except from 4 regression test failures with the jit3-optimized-static configuration, which are attached. They look like genuine crashes. > /tmp/topic [514] time bash FullTest.sh /tmp/topic/kaffe-1.1.0/ Mon Jun 9 13:29:22 CEST 200

[kaffe] 1.1.0 on ia64-linux

2003-06-09 Thread Dalibor Topic
builds and installs fine. There are 44 regression test failures. make[3]: Entering directory `/tmp/kaffe/build/test/regression' PASS: HelloWorldApp.class.save FAIL: HelloWorldApp.java PASS: TestIntLong.java PASS: TestFloatDouble.java FAIL: DoubleCvt.java PASS: DoubleNeg.java FAIL: DoubleConst.java

[kaffe] 1.1.0 on mips-irix

2003-06-09 Thread Dalibor Topic
The results for mips-irix build are in. It builds and compiles just fine. Make check results in only 2 failures, both related to mips floating point problems, I guess. Attached are the compiler warnings and failures. gmake[3]: Entering directory `/tmp/kaffe/build/test/regression' PASS: HelloWorldA

[kaffe] 1.1.0 on sparc-solaris2

2003-06-09 Thread Dalibor Topic
Hi, another test on a another platform :) Solaris 9 complained about the tar archive being broken. I've unpacked the tar archive under linux and used that directory. 1.1.0 builds just fine on below are the results for make check on sparc-solaris2, with my usual settings. I've attached the warni

[kaffe] 1.1.0 on i386-openbsd hangs in make check

2003-06-09 Thread Dalibor Topic
Hi, I've tried out 1.1.0 on i386-openbsd. It builds and installs fine, but unfortunately one regression test hangs forever, apparently. TestScript ../../../kaffe-1.1.0/test/regression/ProcessTest.java testing ../../../kaffe-1.1.0/test/regression/ProcessTest.java JAVA_SRCS=../../../kaffe-1.1.0/tes

[kaffe] 1.1.0 on parsic-linux

2003-06-09 Thread Dalibor Topic
Hi all, kaffe 1.1.0 builds and installs fine on parisc-linux, but unfortunately, there are several problems exposed by the regression test suite: make[3]: Entering directory `/tmp/kaffe/build/test/regression' PASS: HelloWorldApp.class.save PASS: HelloWorldApp.java PASS: TestIntLong.java PASS: Tes

Re: [kaffe] 1.1.0 build failure on alpha-tru64

2003-06-09 Thread mcmahill
On Mon, 9 Jun 2003, Dalibor Topic wrote: > Hi, I've tried to build kaffe on HP's TestDrive's alpha-tru64 machine, but I > didn't get too far with this one either: > >*** Exit 1*** Exit 1No suffix list. > > Some messages on the automake mailing list blame not using GNU make for "No > suf

[kaffe] 1.1.0 on alpha-linux: make check crashes

2003-06-09 Thread Dalibor Topic
Hi, I've also tried out 1.1.0 on alpha linux machines. While kaffe builds fine, running make check results in most of the tests crashing during the compilation. make[3]: Entering directory `/tmp/kaffe/build/test/regression' TestScript: line 4: 13170 Aborted $JAVA $* >$TMPRESULT 2>&

[kaffe] 1.1.0 build failure on alpha-tru64

2003-06-09 Thread Dalibor Topic
Hi, I've tried to build kaffe on HP's TestDrive's alpha-tru64 machine, but I didn't get too far with this one either: ../kaffe/kaffeh/kaffeh -jni -classpath ../../kaffe-1.1.0/libraries/javalib/Klasses.jar.bootstrap -o org_tritonus_lowlevel_alsa_AlsaSeqSystemInfo.h org/tritonus/lowlevel/alsa/Alsa

[kaffe] 1.1.0 make check works fine on i386-NetBSD

2003-06-09 Thread Dalibor Topic
hi, I've just built 1.1.0 on i386-netbsd1 and it said All 137 tests passed Engine: Just-in-time v3 Version: 1.1.0 Java Version: 1.1 Configuration/Compilation options: Compile date : Mon Jun 9 08:37:22 EDT 2003 Compile host : spe143.testdrive.hp

[kaffe] 1.1.0 build failure on parisc-hpux

2003-06-09 Thread Dalibor Topic
Hi, I've tried to build kaffe on HP's TestDrive's parisc-HPUX machine, but I didn't get too far: ../kaffe/kaffeh/kaffeh -jni -classpath ../../kaffe-1.1.0/libraries/javalib/Klasses.jar.bootstrap -o org_tritonus_lowlevel_alsa_AlsaSeqQueueTimer.h org/tritonus/lowlevel/alsa/AlsaSeqQueueTimer ../ka

Re: [kaffe] Re: kaffe on NetBSD

2003-06-09 Thread Dalibor Topic
Zdravo Milose, --- Milos Negovanovic <[EMAIL PROTECTED]> wrote: > adding: > META-INF/services/javax.sound.sampled.spi.FormatConversionProvider > (deflated 61%) > adding: META-INF/services/javax.sound.sampled.spi.MixerProvider > (deflated 47%) > (cd lib && zip -DX -r ../rt.jar gnu java javax kaf

[kaffe] Re: kaffe on NetBSD

2003-06-09 Thread Milos Negovanovic
On Sun, 2003-06-08 at 13:22, Tony Wyatt wrote: > Hi Milos, > > On 08-Jun-03, you wrote: > > > Compile finished clean but i am not sure if this brakes something, most > > of the "make check" tests fail with: > > > > Couldn't find or load essential class `java/lang/Object' > > java.lang.ClassNotF

Re: [kaffe] Kaffe-awt-qt

2003-06-09 Thread Dalibor Topic
--- samuel <[EMAIL PROTECTED]> wrote: > Thanks Dalibor, > I've successfully build the kaffe-awt-qt. Even I need to > change the "xor" to "Xor". However, another problem was raised, I can > only run the "Unico" from the test example. I cannot run both "Calc" > or WidgetsDemo. Both of them

Re: [kaffe] Kaffe CVS: kaffe jim

2003-06-09 Thread Jim Pick
On Sun, 2003-06-08 at 23:54, Dalibor Topic wrote: > Cool patch! It will make life easier for platfroms suffering from > jitter/interpreter/strtod bugs during the rebuild of class library. I hope that > it also trivially fixes the make distcheck issues. Yeah, I figured it was sort of essential for

[kaffe] Kaffe-awt-qt

2003-06-09 Thread samuel
Thanks Dalibor, I've successfully build the kaffe-awt-qt. Even I need to change the "xor" to "Xor". However, another problem was raised, I can only run the "Unico" from the test example. I cannot run both "Calc" or WidgetsDemo. Both of them show the same error //ERR

[kaffe] Kaffe CVS: kaffe jim

2003-06-09 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: jim 03/06/09 00:17:17 Modified files: . : Tag: Release_1_1_0_Branch ChangeLog README RELEASE-NOTES WHATSNEW configure configure.in libltdl: Tag: Release_1_1_0_Branc

[kaffe] Kaffe 1.1.0 "Development" Release available for download

2003-06-09 Thread Jim Pick
Hi, I've made the 1.1.0 release of Kaffe available for download at: ftp://ftp.kaffe.org/pub/kaffe/v1.1.x-development/kaffe-1.1.0.tar.gz http://www.kaffe.org/ftp/pub/kaffe/v1.1.x-development/kaffe-1.1.0.tar.gz This is a "development" release, the first one in the 1.1.x series. It's probably much

Re: [kaffe] Kaffe CVS: kaffe jim

2003-06-09 Thread Dalibor Topic
Hi Jim, --- Kaffe CVS <[EMAIL PROTECTED]> wrote: > Log message: > 2003-06-08 Jim Pick <[EMAIL PROTECTED]> > > * Makefile.am: > New dist-hook target to build rt-precompiled.jar during > "make dist". > > * libraries/javalib/Makefile.am.in: > Small fix for installing precompiled rt.jar. > > * co