[kaffe] Is it a bug? System.loadLibrary() fails...

2003-01-10 Thread Kim, Seong Beom
Dear members, This is the source code for simple test application... ### begins here import java.lang.*; public class LoadTest { public static void main( String[] args ) { System.loadLibrary( pthread ); } }; ### ends here When I executed the java

Re: [kaffe] [crash] Jython 2.1 Installer vs. jthread_disable_stop

2003-01-10 Thread Dalibor Topic
--- Greg Wooledge [EMAIL PROTECTED] wrote: Dalibor Topic ([EMAIL PROTECTED]) wrote: Could you guys check if you still get them using the latest source from CVS when you configure kaffe --with-engine=intrp ? OpenBSD 3.2 i386 ./configure --with-engine=intrp gmake (cd .libs gcc -c

[kaffe] Kaffe CVS: kaffe dalibor

2003-01-10 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/01/10 02:59:18 Modified files: . : ChangeLog README libraries/javalib/java/io: DataInputStream.java FilterInputStream.java

Re: [kaffe] BCEL Verifier?

2003-01-10 Thread Dalibor Topic
Hi Rob, --- gonzo [EMAIL PROTECTED] wrote: It runs on kaffe, so you can use the GraphicalVerifier if you add swing.jar to the CLASSPATH, or the commandline Verifier to verify single classes. But it hasn't been integrated, as in delegate verification to it. It comes under the ASF

[kaffe] Kaffe CVS: kaffe dalibor

2003-01-10 Thread Kaffe CVS
CVSROOT:/cvs/kaffe Module name:kaffe Changes by: dalibor 03/01/10 03:19:23 Modified files: . : ChangeLog libraries/javalib/java/awt: KeyEvt.java Log message: 2003-01-10 Benja Fallenstein [EMAIL PROTECTED] * libraries/javalib/java/awt/KeyEvt.java:

Re: [kaffe] Is it a bug? System.loadLibrary() fails...

2003-01-10 Thread Kim, Seong Beom
Hi Dalibor, I checked out kaffe source into a new directory and configured it with the following options... ~/work/kaffe/configure --with-engine=intrp --with-awt=qt --with-qtdir=/home/sbki m/work/qt-3.0.6 --with-jikes=/home/sbkim/bin/jikes --disable-debug --disable-xpr ofiling

Re: [kaffe] QT AWT ExceptionInInitializerError (not the libawt one)

2003-01-10 Thread Kim, Seong Beom
Hi Benja, Did you try embedded QT as a AWT backend? If I'm not mistaken, qt-awt backend only works with embedded QT. It is worth trying to check those undefined symbols reside either in embedded QT or desktop QT. Best Regards, Seongbeom - Original Message - From: Benja Fallenstein

Re: [kaffe] QT AWT ExceptionInInitializerError (not the libawt one)

2003-01-10 Thread Helmer Krämer
On Fri, 10 Jan 2003 00:52:42 +0100 Benja Fallenstein [EMAIL PROTECTED] wrote: Hi again Benja! java.lang.ExceptionInInitializerError: java.lang.ExceptionInInitializerError: [exception was java.lang.UnsatisfiedLinkError: /usr/local/kaffe/jre/lib/i386/libawt-1.1.x-cvs.so: undefined symbol:

Re: [kaffe] QT AWT ExceptionInInitializerError (not the libawt one)

2003-01-10 Thread Dalibor Topic
--- Kim, Seong Beom [EMAIL PROTECTED] wrote: Hi Benja, Did you try embedded QT as a AWT backend? If I'm not mistaken, qt-awt backend only works with embedded QT. It is worth trying to check those undefined symbols reside either in embedded QT or desktop QT. As far as I've tested it, it

Re: [kaffe] Is it a bug? System.loadLibrary() fails...

2003-01-10 Thread Dalibor Topic
Hi Seongbeom, --- Kim, Seong Beom [EMAIL PROTECTED] wrote: zip -r rt.jar META-INF zip warning: name not matched: META-INF zip error: Nothing to do! (try: zip -r rt.jar . -i META-INF) gmake[1]: *** [rt.jar] error 12 gmake[1]: leave `/home/sbkim/work/i386/kaffe/libraries/javalib'

[kaffe] kaffe_mips

2003-01-10 Thread murat guven
Hi guys, does anyone know the latest situation of Kaffe on MIPS platforms (I'm sure Dalibor knows:). I know Kevin Kissell was working on MIPS Kaffe issues and some other guys were working on a PS2 port. Kevin, do you know if gcc + Kaffe v1.0.7 has problems running on standard MIPS instruction sets

Re: [kaffe] Is it a bug? System.loadLibrary() fails...

2003-01-10 Thread Timothy Stack
Hi Seongbeom, --- Kim, Seong Beom [EMAIL PROTECTED] wrote: zip -r rt.jar META-INF zip warning: name not matched: META-INF zip error: Nothing to do! (try: zip -r rt.jar . -i META-INF) gmake[1]: *** [rt.jar] error 12 gmake[1]: leave

[kaffe] Change in file name/location in CVS version?

2003-01-10 Thread Scott Lerman
This is a potentially stupid question, but I'll ask anyway. A Java game server that I run (Scorch2000, by the way. Really fun game) is looking for /usr/share/kaffe/Klasses.jar. It ran fine on Red Hat 7.3/JRE 1.3.1/Kaffe 1.0.5 (think I got all the version numbers right), but it won't work on Red

Re: [kaffe] Change in file name/location in CVS version?

2003-01-10 Thread Dalibor Topic
--- Scott Lerman [EMAIL PROTECTED] wrote: This is a potentially stupid question, but I'll ask anyway. A Java game server that I run (Scorch2000, by the way. Really fun game) is looking for /usr/share/kaffe/Klasses.jar. It ran fine on Red Hat 7.3/JRE 1.3.1/Kaffe 1.0.5 (think I got all the

Re: [kaffe] Re:_[kaffe]_Kaffe_is_obsolte!_*please_read,_some_very_interresting_suggestions*

2003-01-10 Thread Dalibor Topic
--- [EMAIL PROTECTED] wrote: p.s. I'm writing this using Columba - a Java/SWING based mail client. It would be nice to see this running on Kaffe... that just got a little closer with jython running on kaffe, but we are not there yet ;) best regards, dalibor topic

Re: [kaffe] [crash] Jython 2.1 Installer vs. jthread_disable_stop

2003-01-10 Thread Dan Kegel
Dalibor Topic wrote: Dan's patch can be found at http://www.kaffe.org/pipermail/kaffe/2002-December/028511.html and it upgrades kaffe 1.0.7 to latest libtool from CVS. It may or may not work with the CVS version, that hasn't been tested yet ;) Don't forget my 2nd patch, which picks up a couple

Re: [kaffe] Is it a bug? System.loadLibrary() fails...

2003-01-10 Thread Dan Kegel
Kim, Seong Beom wrote: p.s. my first name is Seongbeom, sorry for confusing name convention... ;-) I find the capitalize the family name convention quite helpful. e.g. Dan KEGEL, KIM Seongbeom, Seongbeom KIM. -- Dan Kegel Linux User #78045 http://www.kegel.com

Re: [kaffe] [crash] Jython 2.1 Installer vs. jthread_disable_stop

2003-01-10 Thread Timothy Stack
Hi, hi, now that we've got Jython to run, I've tried to install it using the Jaython 2.1 installer from http://www.jython.org/download.html . That lead to an interesting crash: the jthread_disable_stop assert that checks if the disable_counter is less than 10 leads to a core dump.

[kaffe] pure java vs. native implementations

2003-01-10 Thread Timothy Stack
hi, So, on the discussion of replacing native library implementations with pure java versions from classpath, I don't see why they both can't be included. With a bit of configure magic everything should work fine... For example: if libgmp is available !force_pure_java: use native

Re: [kaffe] BCEL Verifier?

2003-01-10 Thread Timothy Stack
p.s. how is your verifier coming along? funny you should ask :) after a good number of months of little work (i was taking a graphics class that required a pretty enormous amount of programming), i've finally started picking it up again this week. pass 2 of verification is mostly

[kaffe] lots of extra error messages

2003-01-10 Thread gonzo
when i compile the following using Sun's SDK version 1.4.1_01 and then run it with the newest CVS verison of kaffe, i get a TON of: ... Warning: Unrecognized version number 47/0 in classfile. Warning: Unrecognized version number 47/0 in classfile. Warning:

Re: [kaffe] lots of extra error messages

2003-01-10 Thread gonzo
Hi Archie, On Fri, 10 Jan 2003, Archie Cobbs wrote: gonzo wrote: when i compile the following using Sun's SDK version 1.4.1_01 and then run it with the newest CVS verison of kaffe, i get a TON of: ... Warning: Unrecognized version number 47/0 in classfile. Warning:

Re: [kaffe] [crash] Jython 2.1 Installer vs. jthread_disable_stop

2003-01-10 Thread Dalibor Topic
Hi Tim, --- Timothy Stack [EMAIL PROTECTED] wrote: There are quite a few nested internal locks, which causes the assert to fire... So, technically, increasing the number should be fine. A better fix would be to either get rid of support for stop(), handle unlocking internal locks when

Re: [kaffe] lots of extra error messages

2003-01-10 Thread Patrick Tullmann
Dalibor wrote: Sun added support for assertions in 1.4, so they bumped up the classfile version. FYI, here's the assertion spec: http://java.sun.com/docs/books/jls/assert-spec.html#semantics And a guide to using asserts: http://java.sun.com/j2se/1.4/docs/guide/lang/assert.html

Re: [kaffe] pure java vs. native implementations

2003-01-10 Thread Dalibor Topic
--- Stuart Ballard [EMAIL PROTECTED] wrote: Dalibor Topic wrote: Yeah, that sounds good. Something like --with-pure-java=PACKAGE,... as in --with-pure-java=java.math,java.util.zip should be easy. I could add a pure-java directory in libraries/javalib and set java_math_SRCS and

Re: [kaffe] lots of extra error messages

2003-01-10 Thread Patrick Tullmann
Do you know any site that has information on different revisions of the Java Class file format? I've browsed the JDK docs, but I couldn't find anything. Yeah, I poked around a bit and couldn't find much either. I did find a JSR covering JavaTM Class File Specification Update:

Re: [kaffe] [crash] Jython 2.1 Installer vs. jthread_disable_stop

2003-01-10 Thread Dalibor Topic
--- Dalibor Topic [EMAIL PROTECTED] wrote: Hi Tim, --- Timothy Stack [EMAIL PROTECTED] wrote: A lame guess is that this is due to a cycle in the serialized objects and kaffe not being smart enough to notice. But, I don't know that much about the serialization code (pat touched

Re: [kaffe] Red Hat 8.0 Kaffe

2003-01-10 Thread Dalibor Topic
Hi suat, --- Suat [EMAIL PROTECTED] wrote: Hi all, I have tried the install Kaffe on Red Hat 8.0, and got this error couple of times. Isn't it posibble to install Kaffe on Red Hat 8.0, or am I doing something wrong? that bug has been fixed in the CVS. Check out kaffe's source from

[kaffe] core dump, assertion failed (THREAD_RUNNING)

2003-01-10 Thread Greg Wooledge
OpenBSD 3.2 i386 CVS Kaffe from about 2 days ago (modified libtool to make it link) ./configure --with-engine=intrp running Freenet assertion tid-status != THREAD_RUNNING failed: file jthread.c, line 1941 #0 0x400ed27b in kill () #1 0x400ecbd7 in abort () #2 0x400a7f53 in __assert () #3

Re: [kaffe] Failed to locate native function: java/math/BigInteger.init0()V

2003-01-10 Thread Greg Wooledge
Dalibor Topic ([EMAIL PROTECTED]) wrote: It probably means that the configure script is unable to pick up gmp and something really bad happens ;) Yes; I worked around this by creating symlinks to the gmp header and library files from /usr/include and /usr/lib respectively. I couldn't find

Re: [kaffe] Is it a bug? System.loadLibrary() fails...

2003-01-10 Thread Kim, Seong Beom
Hi Timothy, I've also configured in a different directory from checked-out kaffe source. When I changed Makefile in $configured-home/libraries/javalib directory as you told, the problem was solved. Thank you Timothy, Best Regards, Kim, Seongbeom. - Original Message - From: Timothy

Re: [OT] Naming conventions Re: [kaffe] Is it a bug? System.loadLibrary() fails...

2003-01-10 Thread KIM, Seongbeom
Hi all, We Koreans don't have middle name, but usually assign each words to Korean-pronunciation units. I know it is seriously confusing in western sense; thus there is a trend to use western format like 'Seongbeom Kim' in official documents such as passports. However 'Seongbeom' is really hard