Re: [kaffe] ppc: mouse keyboard problems with kaffe 1.1.7rc1

2006-03-10 Thread Wolfgang Baer
Bernhard Reiter wrote: > Am Freitag, 10. März 2006 10:54 schrieb Dalibor Topic: > > This brings me to the question: How far away is 1.1.7? I know that the Debian > maintainers are currently waiting with their Sarge backport until it is > out. ;) As already said at FOSDEM, I would like to have o

Re: [kaffe] failed assertion with Eclispe

2006-01-18 Thread Wolfgang Baer
Riccardo wrote: > Hey, > > after running and typing in Eclipse for quire some time, kaffe crashed! > > (orthanc:~/eclipse302) multix% kaffe-bin: > ../../../../kaffe/kaffe/kaffevm/jit3/machine.c:271: translate: Assertion > `reinvoke == false' failed. > > > on linux, x86, jit3 Thats the same as

Re: [kaffe] 1.1.7-rc1

2006-01-15 Thread Wolfgang Baer
Hi, Dalibor Topic wrote: Hi team, I've tagged and uploaded a release candidate for 1.1.7. The tarball is available at http://www.kaffe.org/~robilad/kaffe-1.1.7-rc1.tar.gz Debian package is ready for upload (builds now with the configure patch of my previously mail). Please give it a tr

Re: [kaffe] Configure problem with ecj in internal classpath configuration

2006-01-15 Thread Wolfgang Baer
Hi all, giving 1.1.7-rc1 a try this problem is still here - however its a classpath and not a kaffe problem. I first thought it has to do with a problem in forwarding the ecj configure option from kaffe to the internal classpath copy. But I found a temporary workaround with the attached patch to

[kaffe] Configure problem with ecj in internal classpath configuration

2006-01-10 Thread Wolfgang Baer
Hi all, I have finished the debian package for the upcoming 1.1.7 release and it works without a problem on my dev box. Giving it a try with pbuilder (this simulates the debian build process) it fails during configure. It stops during configuration of the internal classpath copy due to not findi

[kaffe] Debian Bug summary

2006-01-09 Thread Wolfgang Baer
Hi all, this is an overview of the open bugs of the debian kaffe package which are not yet identified as fixed by me. Comments and of course fixes for these bugs are welcome :-) Wolfgang kaffe: Error when directory containing the class has special characters http://bugs.debian.org/cgi-bin/bugre

[kaffe] Linking rt.jar to glibj.zip doesn't respect DESTDIR

2006-01-06 Thread Wolfgang Baer
Hi, Linking rt.jar to glibj.zip doesn't respect DESTDIR thus breaking the debian package build. Attached patch should fix it - please apply (if correct :-) ) Regards, Wolfgang --- kaffe-1.1.6.cvs20060105/libraries/javalib/Makefile.in.orig 2006-01-03 16:28:12.0 +0100 +++ kaffe-1.1.6.cvs

Re: [kaffe] ecj-compiled kaffe fails in regression tests

2005-12-08 Thread Wolfgang Baer
Hi Ito, Ito Kazumitsu wrote: Using the following poor man's ecj, $ cat bin/ecj #!/bin/sh exec /usr/local/kaffe/bin/kaffe \ -classpath $HOME/javalib/org.eclipse.jdt.core_3.1.1.jar \ org.eclipse.jdt.internal.compiler.batch.Main \ "$@" I could make kaffe from kaffe-snapsho

Re: [kaffe] CVS kaffe (guilhem): Fix to be able to use ECJ instead of JIKES.

2005-12-05 Thread Wolfgang Baer
Hi Guilhem, Guilhem Lavaux wrote: Hi Wolfgang, Wolfgang Baer wrote: [...] I just tried it, the normal kaffe compilation succeeds. However the testsuite still doesn't compile with ecj so we don't get testresults. Attached the testresult part of the build log. The other big proble

Re: [kaffe] CVS kaffe (guilhem): Fix to be able to use ECJ instead of JIKES.

2005-12-05 Thread Wolfgang Baer
Hi Guilhem, Kaffe CVS wrote: PatchSet 6980 Date: 2005/12/03 12:54:16 Author: guilhem Branch: HEAD Tag: (none) Log: Fix to be able to use ECJ instead of JIKES. * configure.ac: Added a new option "--with-ecj" to be able to compile with ecj. Reworked the java compiler detection.

[kaffe] Kaffe and ecj

2005-11-06 Thread Wolfgang Baer
Hi all, kaffe does not work with ecj used with ant for compilation. Putting ecj.jar into the normal classpath results in the following: [EMAIL PROTECTED]:~/kaffe_ecj_test$ JAVA_HOME=/usr/lib/kaffe ant -lib /usr/share/java/ecj.jar Buildfile: build.xml compile: [javac] Compiling 1 source f

[kaffe] Compile problem after classpath merge

2005-10-29 Thread Wolfgang Baer
Hi all, I am currently in the process of modifing debian's kaffe package after the classpath merge and found a problem with selecting the compiler to use: Using jikes makes no problems. However we want to switch to ecj as default compiler. Before the merge we used --with-jikes=/usr/bin/ecj toget

[kaffe] [Debian bug report] Kaffe JVMPI shutdown problem on ppc

2005-10-28 Thread Wolfgang Baer
Hi all, we received a kaffe jvmpi bug report for powerpc in debian. For the thread up to now and followups see: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=335622 JMP seems to work the same as on my x86 box except that during the vm shutdown on ppc of the bug reporter an internal error in

[kaffe] Re: Bug#335649: kaffe: assertion failure with rhdb-explain

2005-10-25 Thread Wolfgang Baer
forwarded 335649 kaffe@kaffe.org thanks Hi Peter, Peter Eisentraut wrote: > Package: kaffe > Version: 2:1.1.6-3 > Severity: normal > > The package rhdb-explain currently requires a Sun JDK. Trying to run > it with kaffe leads to this: > > kaffe -cp /usr/share/java/postgresql.jar:/usr/share/jav

Re: [kaffe] xpg fails to build: java.util.jar.JarException: Attributes cannot be called 'Name'

2005-10-12 Thread Wolfgang Baer
Hi Joshua, Joshua Nichols wrote: > I'm trying to build the Gentoo package for xpg ( > http://www.kazak.ws/xpg/) with kaffe-1.1.6. When doing so, I get the > following error: I cannot help you in this specific case. But it might interest you that debian has switched to fastjar for the jar tool in

[kaffe] Tests fail with ecj as compiler due to compile problems

2005-09-22 Thread Wolfgang Baer
== All 1 tests passed == make[6]: Verlasse Verzeichnis »/home/wbaer/privat/Debian-GIS/new/kaffe-1.1.6/build/pthreads/test/internal« make[5]: Verlasse Verzeichnis »/home/wbaer/privat/Debian-GIS/new/kaffe-1.1.6/build/pthreads/test/internal« Making check in regressi

Re: [kaffe] xalan-2.6.0 fails to compile with kaffe-1.1.6

2005-09-20 Thread Wolfgang Baer
Hi Joshua, Joshua Nichols wrote: > I can't seem to get xalan-2.6.0 to compile with kaffe-1.1.6. I believe > it is the same cause of the compile errors I was gettingxerces-2.6.2 > which I posted earlier (but seems to need moderation). I used a > pastebin service, so hopefully the log will be around

Re: [kaffe] Running JOnAS (head, 4.6) on Kaffe (head, 1.1.6)

2005-09-19 Thread Wolfgang Baer
Dalibor Topic wrote: Since there seems to be an interestig bug somewhere either in kaffe or in the class loading code that leads to lack of protection domains being applied to some files, you need to apply the attached patch dali.diff to Kaffe sources in ordr to make the accesscontrolcontext

[kaffe] Simple typo patches

2005-09-19 Thread Wolfgang Baer
Hi Dalibor, here are the simple patches :-) Some typos and an FSF address update which generate packaging errors in debian. Wolfgang --- kaffe/THIRDPARTY.orig 2005-09-19 22:36:00.0 +0200 +++ kaffe/THIRDPARTY 2005-09-19 22:40:32.0 +0200 @@ -680,7 +680,7 @@ public domain. An ind

[kaffe] [Debian bug report] Kaffe jar Internal error on alpha

2005-09-14 Thread Wolfgang Baer
Hi all, we got a bug report for kaffe on alpha: $ /usr/lib/kaffe/pthreads/bin/jar Internal error: caught an unexpected exception. Please check your CLASSPATH and your installation. java/lang/NullPointerException at gnu.classpath.SystemProperties.getProperty (SystemProperties.java:134) at ja

[kaffe] kaffe exeptions during common-daemon build on alpha and mips

2005-09-11 Thread Wolfgang Baer
Hi all, commons-daemon is one of the debian packages which are build with kaffe on all architectures as it contains archictecture specific code. The new upload shows two problems with kaffe on alpha and mips. alpha: Full log: http://buildd.debian.org/build.php?&pkg=commons-daemon&ver=1.0.1-1&ar

Re: [kaffe] Implementation kaffe on konqueror

2005-09-10 Thread Wolfgang Baer
Hi Oliveiros, Oliveiros Peixoto wrote: Hi I wonder if kaffe can work together with konqueror. You can give the direct path to the java command in the konqueror settings dialog - so it should work (depending on the applet and its swing usage ...) Wolfgang

[kaffe] Current configure options for the debian package

2005-08-15 Thread Wolfgang Baer
Hi Dalibor, as requested - these are the current configure options in the kaffe debian package. Feel free to suggest more, better ones etc. for 1.1.6 Especially which engine should be used on which architecture with 1.1.6 - currently all use the default - except mips,mipsel and powerpc intrp. W

Re: [kaffe] File order bug - Testcase

2005-08-10 Thread Wolfgang Baer
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. Hi Dalibor, thanks. BTW 1.1.5

Re: [kaffe] File order bug - Testcase

2005-08-10 Thread Wolfgang Baer
Ito Kazumitsu wrote: > From: Wolfgang Baer <[EMAIL PROTECTED]> > Subject: Re: [kaffe] File order bug - Testcase > Date: Wed, 10 Aug 2005 09:31:57 +0200 > > >>yes the API does not specify an order. However, as the unit testcases >>of logkit show, some pro

Re: [kaffe] File order bug - Testcase

2005-08-10 Thread Wolfgang Baer
Ito Kazumitsu wrote: > From: Wolfgang Baer <[EMAIL PROTECTED]> > Subject: [kaffe] File order bug - Testcase > Date: Tue, 09 Aug 2005 22:01:42 +0200 > > >>here is the testcase. kaffe behaves differently than all other >>implementations in the order the files are

[kaffe] File order bug - Testcase

2005-08-09 Thread Wolfgang Baer
Hi Dalibor, here is the testcase. kaffe behaves differently than all other implementations in the order the files are listed. Just put in an empty directory, compile and run. JDK 1.4/1.5, sablevm, jamvm, gcj 4.0 have this order: java FileOrderBug Name: ./FileOrderBug.class Name: ./FileOrderB

[kaffe] [Patch] Explain jdb.in placeholder script

2005-08-09 Thread Wolfgang Baer
Hi, this is the last remaining patch from debian kaffe cvs which aims at adding some explanations to the output of the jdb placeholder script. Wolfgang Index: kaffe/scripts/jdb.in === RCS file: /cvs/kaffe/kaffe/kaffe/scripts/jdb.in,

[kaffe] [Patch] Manpage fixes

2005-08-08 Thread Wolfgang Baer
Hi, attached some manpage fixes. Wolfgang Index: kaffe/man/kaffe.1.xml === RCS file: /cvs/kaffe/kaffe/kaffe/man/kaffe.1.xml,v retrieving revision 1.1 diff -u -r1.1 kaffe.1.xml --- kaffe/man/kaffe.1.xml 25 Mar 2005 16:24:22 - 1.1

Re: [kaffe] CVS kaffe (robilad): Fix for FTBFS on debian-sparc

2005-08-06 Thread Wolfgang Baer
Kaffe CVS wrote: PatchSet 6787 Date: 2005/08/06 17:41:01 Author: robilad Branch: HEAD Tag: (none) Log: Fix for FTBFS on debian-sparc Hi Dalibor, I will backport this fix for 1.1.5 and apply to debian kaffe cvs for the next upload. I think that should be straightforward so that I can do it :

Re: [kaffe] Build failures for new 1.1.5 upload to debian

2005-08-04 Thread Wolfgang Baer
Hi Dalibor, Dalibor Topic wrote: > Wolfgang Baer wrote: >> sparc failure >> >> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321209 >> > > Looks like a bug in kaffe. I'm apt-get dist-upgrading my sparc box to > see how to fix it. My initial idea is

[kaffe] Build failures for new 1.1.5 upload to debian

2005-08-04 Thread Wolfgang Baer
Hi, we have some FTBS for the new 1.1.5 upload for the c++ transition. As 1.1.5 has been build successfully on all architectures in the past the failures are most likely gcc / g++ 4.0 related: sparc failure http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321209 sparc-linux-gnu-gcc -DHAVE_CONF

Re: [kaffe] Does 1.1.5 support Web Start ?

2005-07-21 Thread Wolfgang Baer
Rex wrote: Couldn't find it in the release notes. Is JNLP supported in this release ? Thanks. No - however there exist free JNLP solutions: http://openjnlp.nanode.org/ http://jnlp.sourceforge.net/netx/ Haven't tried them myself so far. Wolfgang __

Re: [kaffe] Getting 1.1.5 running on OpenBSD 3.7

2005-07-19 Thread Wolfgang Baer
Kurt Miller wrote: > From: "Vacuum Joe" <[EMAIL PROTECTED]> > [...] >> classes. Tomcat 5.0 exits saying it needs JDK instead >> of a JRE. Again, Kaffe has kjc so it should be able >> to do everything Tomcat 5.0 needs (ie, compile JSPs). tomcat detects a JDK through the existence of the jdb tool

Re: [kaffe] German translation of kaffe.pot (de.po)

2005-07-18 Thread Wolfgang Baer
Dalibor Topic wrote: > Wolfgang Baer wrote: > >> Hi, >> >> attached (as gzipped tar to avoid mailing problems) a german >> translation for kaffe internationalization :-) > > > Danke, Wolfgang! Gern geschehen ! [...] > Thanks for the update. I&

[kaffe] German translation of kaffe.pot (de.po)

2005-07-18 Thread Wolfgang Baer
Hi, attached (as gzipped tar to avoid mailing problems) a german translation for kaffe internationalization :-) BTW the debian packaging changes are finished. I will have to test the upgrade path in the next days. Beside that I am ready for a 1.1.6 release ... However we have still to wait for a

Re: [kaffe] kaffeh and inner classes

2005-07-16 Thread Wolfgang Baer
Kurt Miller wrote: From: "Guilhem Lavaux" <[EMAIL PROTECTED]> Thank you very much for your patch ! We are sometimes a bit low to answer and sorry for that. I will try it and if it looks ok it will go into CVS. No worries. :-) Here's a new version that also adds -bootclasspath for better com

[kaffe] Debian bug reports summary

2005-07-12 Thread Wolfgang Baer
Hi all, here is the debian bug reports summary: Bugs not fixed (tested by me): #255418: Error when directory containing the class has special characters http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=255418 Seems not to be kaffe specific (jamvm/sablevm fail too) #305258: java/lang/Runtime.av

Re: [kaffe] Build with configure --with-staticvm --with-staticlib fails

2005-07-12 Thread Wolfgang Baer
Hi Dalibor, Dalibor Topic wrote: > Wolfgang Baer wrote: [...] > > I'd recommend against packaging a CVS snapshot (unless it should go for > exprimental), as jvw and vorlon didn't really want to have CVS snaps in > the archives. If you want to package a CVs snap, I could

[kaffe] New Debian Kaffe bug reports

2005-07-12 Thread Wolfgang Baer
Hi all, there are two feature enhancement requests in the debian kaffe bug tracker which have not yet been forwarded: javah missing -force option URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=304927 Add -V option to jar implementation http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=2965

[kaffe] Build with configure --with-staticvm --with-staticlib fails

2005-07-09 Thread Wolfgang Baer
Hi, I am in the process of packaging a new kaffe package for unstable (CVS 09 July 04). As you know we have three kaffe flavors in debian (jthreads, pthreads and pthreads-profile). The first two compile fine, but the pthreads-profile (only for i386) fails to compile: configure options (same as f

Re: [kaffe] Re: Testresults i386 jit

2005-06-27 Thread Wolfgang Baer
Riccardo wrote: Hey, here are testresults for i386 (Pentium-M) jit for todays kaffe cvs: you should mention your OS too! sorry - Linux / 2.6.11 1 Test failed: SoTimeout.java However, I also run the tests during high load (synchronization of my laptop with my pc at work - high disk/net

[kaffe] Testresults i386 jit

2005-06-27 Thread Wolfgang Baer
Hi all, here are testresults for i386 (Pentium-M) jit for todays kaffe cvs: 1 Test failed: SoTimeout.java However, I also run the tests during high load (synchronization of my laptop with my pc at work - high disk/network load) and there additionally InetSocketAddressTest.java and WaitTest.java

Re: [kaffe] [bug]org/omg/CORBA/Object, used as interface by org/omg/PortableServer/POA

2005-04-19 Thread Wolfgang Baer
takahiro tokui wrote: Hi I've been used kaffe-1.1.4 on x86 & use CORBA(JacORB1_3_30) correctly. But install kaffe-1.1.5 on x86, I can't use CORBA Class Is this bug? # export CLASSPATH=/hoge/bar/jacorb.jar:. # java -Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB \ -Dorg.omg.CORBA.ORBSingletonClass=o

Re: [kaffe] HSQLDB and Kaffe

2005-04-05 Thread Wolfgang Baer
Fernando Lozano wrote: Hi there, Just to report HSQLDB (hsqldb.sf.net) seems to run fine under Kaffe (tried both standalone and server modes). There are only quirks with the GUI utilities, specially the DatabaseAdministrator. It runs, but the screen flickers, and sometimes I have to click on the

Re: [kaffe] RC for 1.1.5

2005-04-03 Thread Wolfgang Baer
Dalibor Topic wrote: Hi all, I've put up the snapshot of CVS head online at http://www.kaffe.org/~robilad/kaffe-1.1.x-cvs.tar.gz which is the 'release candidate' for 1.1.5. It doesn't have the uplifting RELEASE NOTES yet, though, those are coming tomorrow ;) Please give it a beating, and report bui

Re: [kaffe] Re: Getting 1.1.5 out

2005-03-24 Thread Wolfgang Baer
Arnaud Vandyck wrote: Thu, 24 Mar 2005 04:19:54 +0100, Dalibor Topic <[EMAIL PROTECTED]> wrote: [...] Is there anything I've missed? #295014: kaffe: gcFree Assertion at gc-incremental.c:1300 - "Attempt to explicitly free nonfixed object" This problem is solved for me. The packages where

[kaffe] Updating Manpage

2005-03-17 Thread Wolfgang Baer
Hi all, i will update the manpage for kaffe to include all options listed in kaffe --help. Some questions: - Should I exclude the options currently ignored form the manpage or not ? (-verify -verifyremote -debug -noasyncgc -cs, -checksource -oss ) - see also section guavac is outdated. I would re

[kaffe] Re: Assertion failture SORRY !

2005-03-16 Thread Wolfgang Baer
Wolfgang Baer wrote: Hi all, the last time I wrote about this assertion failure only two packages in Debian were affected. Now I am getting more and more problems building debian packages with kaffe. I just checked out kaffe CVS and tested with a local CVS build. The error is still there in CVS

[kaffe] Assertion failture in gc-incremental.c:1305 prevents building of several packages in Debian

2005-03-16 Thread Wolfgang Baer
Hi all, the last time I wrote about this assertion failure only two packages in Debian were affected. Now I am getting more and more problems building debian packages with kaffe. I just checked out kaffe CVS and tested with a local CVS build. The error is still there in CVS. All I can offer is to t

[kaffe] Assertion failure in gc-incremental.c

2005-02-20 Thread Wolfgang Baer
Hi, with the new upload of PRECVS8 to debian unstable I get in some packages the following assertion failure during compilation. compile: kaffe-bin: /build/buildd/kaffe-1.1.4.PRECVS8/build-tree/kaffe-1.1.4.PRECVS8/ \ kaffe/kaffevm/kaffe-gc/gc-incremental.c:1305: gcFree: Assertion `!!!"Attempt to ex