[kaffe] help, can't find kaffeh file

2004-08-17 Thread





I'm installing kaffe into my embedded linux on an XScale 
board. 

First, I set the environment variables:
export CC=arm-linux-gccexport AS=arm-linux-asexport 
LD=arm-linux-ldexport CPP='arm-linux-gcc -E'export 
AR=arm-linux-arexport NM=arm-linux-nmexport 
STRIP=arm-linux-stripexport OBJCOPY=arm-linux-objcopyexport 
OBJDUMP=arm-linux-objdumpexport RANLIB=arm-linux-ranlibexport 
QTDIR=/usr/local/qt-2.3.2export PATH=$QTDIR/bin:$PATHexport 
PATH=/home/sitsang/tmp/sitsang_fs/usr/local/kaffe/bin:$PATH
export 
KAFFEH=/home/sitsang/tmp/sitsang_fs/usr/local/kaffe/bin/kaffeh

Then I configured it with:
./configure 
--prefix=/home/sitsang/tmp/sitsang_fs/usr/local/kaffe --build=i386-linux 
--host=arm-linux CC=arm-linux-gcc CXX=arm-linux-g++ CPP='arm-linux-gcc -E' 
--with-qtdir=/usr/local/qt-2.3.2 --with-awt=qt 
--with-includes=/usr/local/arm-linux/include 
--with-libraries=/usr/local/arm-linux/lib --without-x --target=arm-linux 
--enable-pure-java-math --disable-esdtest --without-esd

There was no error occured in configure.

But when I tried to make it, it told me that there is no 
kaffeh filein 
/home/sitsang/tmp/sitsang_fs/usr/local/kaffe/bin/kaffeh

I wonder is there anything wrong in the configure? Or is there 
any parameters I forgot?

I need your help.

And it's my first time to use mail list, I don't konw how to 
get your reply.Do I need to login to some web site? If so, please write to 
me at least this time. My email: [EMAIL PROTECTED] or [EMAIL PROTECTED] 
.

Thanks alot.




___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Server downtime

2004-08-17 Thread Jim Pick
Hi,
I apologize for the server downtime - it's back up now after I drove to 
the colo.

It appears it was a system administration problem - I think all the 
nameservers in /etc/resolv.conf had long since gone away.  I also had a 
strange issue which was preventing console logins.  I reinstalled a few 
packages, and the problem seems to have gone away.

I was somewhat concerned that the server may have been compromised, but 
I couldn't find any evidence of that (eg. testing with chkrootkit). 
It's probably worth keeping an eye out anyways in case I missed something.

The good news out of all of this is that I had an extra 512MB DDR SDRAM 
that I stuck in the server, so it now should be more responsive.

I'm planning on upgrading the server shortly so I can use it for some 
additional projects, for example, sharing some resources with the 
Classpath developers.

If you see anything strange, send me a note.
Cheers,
 - Jim

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] CVS kaffe (dalibor): Resynced with GNU Classpath

2004-08-17 Thread Kaffe CVS
PatchSet 5072 
Date: 2004/08/17 17:54:56
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Resynced with GNU Classpath

2004-08-15  Dalibor Topic  [EMAIL PROTECTED]

* libraries/javalib/java/text/AttributedString.java:
Resynced with GNU Classpath.

2004-08-16  Tom Tromey  [EMAIL PROTECTED]

Bug 9949.
* java/text/AttributedString.java (AttributedString): Use
ArrayList to build array of attribute ranges.  Don't use
nextCount', not count.

2004-08-15  Dalibor Topic  [EMAIL PROTECTED]

* libraries/javalib/java/lang/Compiler.java:
Resynced with GNU Classpath.

* libraries/javalib/java/lang/VMCompiler.java:
New file. Taken from GNU Classpath.

* libraries/javalib/Makefile.am,
libraries/javalib/Makefile.in,
libraries/javalib/all.files:
Regenerated.

2004-08-16  Tom Tromey  [EMAIL PROTECTED]

* java/lang/Compiler.java: Rewrote in terms of VMCompiler.
* vm/reference/java/lang/VMCompiler.java: New file.

2004-08-15  Dalibor Topic  [EMAIL PROTECTED]

* libraries/javalib/java/io/File.java:
Resynced with GNU Classpath.

2004-08-16  Jeroen Frijters  [EMAIL PROTECTED]

* java/io/File.java File(String,String): Fixed handling of empty
path.
2004-08-15  Dalibor Topic  [EMAIL PROTECTED]

* libraries/javalib/java/security/DummyKeyPairGenerator.java,
libraries/javalib/java/security/DummyMessageDigest.java,
libraries/javalib/java/security/DummySignature.java,
libraries/javalib/java/security/MessageDigest.java,
libraries/javalib/java/security/MessageDigestSpi.java,
libraries/javalib/java/security/Signature.java,
libraries/javalib/java/security/SignatureSpi.java,
libraries/javalib/javax/crypto/MacSpi.java:
Resynced with GNU Classpath.

* libraries/javalib/java/security/KeyPairGenerator.java,
libraries/javalib/java/security/KeyPairGeneratorSpi.java:
Replaced by implementation from GNU Classpath.

2004-08-15  Casey Marshall  [EMAIL PROTECTED]

* java/security/DummyKeyPairGenerator.java (clone): removed
useless instanceof check.
* java/security/DummyMessageDigest.java (clone): likewise.
* java/security/DummySignature.java (clone): likewise.
* java/security/MessageDigest.java (clone): remove useless
instanceof check.
* java/security/MessageDigestSpi.java (clone): likewise.
* java/security/Signature.java (clone): provide meaningful
implementation.
* java/security/SignatureSpi.java (clone): likewise.
* javax/crypto/MacSpi.java (clone): likewise.

Members: 
ChangeLog:1.2630-1.2631 
libraries/javalib/Makefile.am:1.222-1.223 
libraries/javalib/Makefile.in:1.299-1.300 
libraries/javalib/all.files:1.16-1.17 
libraries/javalib/java/io/File.java:1.53-1.54 
libraries/javalib/java/lang/Compiler.java:1.5-1.6 
libraries/javalib/java/lang/VMCompiler.java:INITIAL-1.1 
libraries/javalib/java/rmi/server/UID.java:1.3-1.4 
libraries/javalib/java/security/DummyKeyPairGenerator.java:INITIAL-1.1 
libraries/javalib/java/security/DummyMessageDigest.java:1.1-1.2 
libraries/javalib/java/security/DummySignature.java:INITIAL-1.1 
libraries/javalib/java/security/KeyPairGenerator.java:1.3-1.4 
libraries/javalib/java/security/KeyPairGeneratorSpi.java:1.1-1.2 
libraries/javalib/java/security/MessageDigest.java:1.6-1.7 
libraries/javalib/java/security/MessageDigestSpi.java:1.2-1.3 
libraries/javalib/java/security/Signature.java:1.5-1.6 
libraries/javalib/java/security/SignatureSpi.java:1.3-1.4 
libraries/javalib/java/text/AttributedString.java:1.7-1.8 
libraries/javalib/javax/crypto/MacSpi.java:1.1-1.2 
libraries/javalib/javax/swing/JDesktopPane.java:1.1-1.2 
libraries/javalib/javax/swing/plaf/basic/BasicSplitPaneUI.java:1.2-1.3 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2630 kaffe/ChangeLog:1.2631
--- kaffe/ChangeLog:1.2630  Mon Aug 16 10:33:34 2004
+++ kaffe/ChangeLog Tue Aug 17 17:54:56 2004
@@ -6,6 +6,100 @@
 
 2004-08-15  Dalibor Topic  [EMAIL PROTECTED]
 
+   * libraries/javalib/java/text/AttributedString.java:
+   Resynced with GNU Classpath.
+
+   2004-08-16  Tom Tromey  [EMAIL PROTECTED]
+
+Bug 9949.
+* java/text/AttributedString.java (AttributedString): Use
+ArrayList to build array of attribute ranges.  Don't use
+`attribs' before it is set.
+
+2004-08-15  Dalibor Topic  [EMAIL PROTECTED]
+
+   * libraries/javalib/javax/swing/JDesktopPane.java,
+   libraries/javalib/javax/swing/plaf/basic/BasicSplitPaneUI.java:
+   Resynced with GNU Classpath.
+
+   2004-08-16  Tom Tromey  [EMAIL PROTECTED]
+
+Bug 9948.
+* 

[kaffe] kjc on m68k/netbsd works.

2004-08-17 Thread Kiyo Inaba
Hi all,

I am glad to report that m68k/netbsd can now make kjc to compile.
As attached patch suggests, this is a revert patch against Tony submitted
several years ago. This portion is to correctly setup saved registers area
(usually for d2-d7/a2-a5) when exception was raised and I have no idea why
he commented it out.

But, anyway it becomes work! Currently, roughly 20 test cases are failed,
and the number without this patch was 42.

Maybe, I can submit one more patch for linux to make it work with jit3. (But
still jit3 is slower than jit on m68k :-)

Kiyo

diff -Naur kaffe-snap-040812.orig/ChangeLog kaffe-snap-040812/ChangeLog
--- kaffe-snap-040812.orig/ChangeLog2004-08-11 09:18:29.0 +0900
+++ kaffe-snap-040812/ChangeLog 2004-08-17 22:39:08.0 +0900
@@ -1,3 +1,8 @@
+2004-08-17  Kiyo Inaba  [EMAIL PROTECTED]
+
+   * config/m68k/jit3-m68k.def:
+   Make kjc works.
+
 2004-08-10  Dalibor Topic  [EMAIL PROTECTED]
 
* 
libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c,
diff -Naur kaffe-snap-040812.orig/config/m68k/jit3-m68k.def 
kaffe-snap-040812/config/m68k/jit3-m68k.def
--- kaffe-snap-040812.orig/config/m68k/jit3-m68k.def2004-07-30 20:22:45.0 
+0900
+++ kaffe-snap-040812/config/m68k/jit3-m68k.def 2004-08-17 12:14:35.0 +0900
@@ -1302,13 +1302,11 @@
l-at = (uintp)CODEPC+2;
op_addal_ia(0, REG_a0);
 
-#if(0) // don't destroy our good registers
 #if !defined(HAVE_NO_SUBAW)
op_subaw_ia(SRNR * SLOTSIZE, REG_a0);
 #else
op_subal_ia(SRNR * SLOTSIZE, REG_a0);
 #endif
-#endif // end no-oped section
 
op_moveal_aa(REG_a0, REG_sp);
 }

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Re: [kaffe-siteadmin] Server downtime

2004-08-17 Thread Dalibor Topic
Jim Pick wrote:
Hi,
I apologize for the server downtime - it's back up now after I drove to 
the colo.
Thanks you very much, Jim!
The good news out of all of this is that I had an extra 512MB DDR SDRAM 
that I stuck in the server, so it now should be more responsive.
Feels like it :)
I'm planning on upgrading the server shortly so I can use it for some 
additional projects, for example, sharing some resources with the 
Classpath developers.
Yeah, that would be very nice. The Gump developers also suggested on the 
gump mailing list[1] that they would be interested in running a gump 
with Kaffe to see how well apache java projects are doing on GNU 
Classpath based runtimes. But I think they plan to do that on brutus, 
their gump server.

cheers,
dalibor topic
[1] http://article.gmane.org/gmane.comp.jakarta.gump/8018/match=kaffe+gump
___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] java exception

2004-08-17 Thread Sze Huat
 --- Dalibor Topic [EMAIL PROTECTED] wrote:  
 Sze Huat wrote:
  hi,
  
  i've installed kaffe (1.1.3-1) on familiar linux running opie 1.0.3
  on a compaq ipaq handheld
  
  problem:
  when i try to run a particular jar file,
  
  java -cp wajei.jar WaJEi
  
  i get:
  
  Internal error: caught an unexpected exception.
  Please check your CLASSPATH and your installation.
  java/lang/UnsatisfiedLinkError: libawt: not found Adding its
 directory
  to LD_LIBRARY_PATH may help.
  
  i'm really a baby in java
 
 Hi Sze,
 
 the application you want to run needs AWT, but kaffe can not find 
 libawt. Please make sure libawt is in 
 /path-where-kaffe-is-installed/jre/lib/cpu-architecture/
 
 cheers,
 dalibor topic


hi Dalibor,

i found my kaffe files are installed as:

Package kaffe (1.1.3-1) is installed on root and has the following
files:
/usr/jre/lib/rt.jar
/usr/jre/lib/arm/libmanagement-1.1.3.so
/usr/jre/bin/kaffe
/usr/jre/lib/arm/libkaffevm-1.1.3.so
/usr/jre/lib/arm/libzip.la
/usr/jre/lib/arm/libio-1.1.3.so
/usr/jre/lib/arm/libnio-1.1.3.so
/usr/bin/kaffe
/usr/jre/lib/arm/libnative-1.1.3.so
/usr/jre/lib/arm/libio.so
/usr/jre/lib/arm/libnet.la
/usr/bin/rmic
/usr/jre/lib/arm/libawt-1.1.3.so
/usr/jre/lib/arm/libzip-1.1.3.so
/usr/jre/lib/arm/libkaffevm.la
/usr/jre/lib/arm/libzip.so
/usr/jre/lib/arm/libnio.la
/usr/jre/lib/arm/libsecurity-1.1.3.so
/usr/jre/bin/java
/usr/jre/lib/arm/libmanagement.la
/usr/bin/jar
/usr/jre/lib/arm/libio.la
/usr/jre/lib/arm/libsecurity.so
/usr/jre/lib/arm/libsecurity.la
/usr/bin/install-jar
/usr/bin/appletviewer
/usr/jre/lib/arm/libkaffevm.so
/usr/jre/lib/arm/libnet.so
/usr/jre/lib/arm/libawt.la
/usr/jre/lib/arm/libmanagement.so
/usr/jre/bin/kaffe-bin
/usr/jre/lib/arm/libnet-1.1.3.so
/usr/jre/lib/arm/libnio.so
/usr/bin/rmiregistry
/usr/jre/lib/security/java.security
/usr/jre/lib/arm/libnative.la
/usr/jre/lib/arm/libnative.so
/usr/bin/java
/usr/jre/bin/rmiregistry
/usr/jre/lib/arm/libawt.so

an 'env' lists the environment variables:

USER=root
LD_LIBRARY_PATH=:/usr/X11R6/lib:/opt/QtPalmtop/lib:/usr/jre/lib/arm
OLDPWD=/root
HOME=/root
QTDIR=/opt/QtPalmtop
VISUAL=ae
LOGNAME=root
TERM=xterm
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/games:/opt/QtPalmtop/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/sbin:/bin:/usr/jre/lib/arm
DISPLAY=:0.0
SHELL=/bin/sh
PWD=/home/QtPalmtop/java
EDITOR=ae

it seems that '/usr/jre/lib/arm/' is listed in the LD_LIBRARY_PATH
variable, but i stil get the 'java/lang/UnsatisfiedLinkError: libawt:
not found' error

the full error is:

/opt/QtPalmtop/java # java -cp HelloWorld.jar HelloWorld
Internal error: caught an unexpected exception.
Please check your CLASSPATH and your installation.
java/lang/UnsatisfiedLinkError: libawt: not found
Adding its directory to LD_LIBRARY_PATH may help.
at java.lang.VMThrowable.fillInStackTrace(VMThrowable.java:76)
at java.lang.Throwable.fillInStackTrace(Throwable.java:492)
at java.lang.Throwable.init(Throwable.java:161)
at java.lang.Error.init(Error.java:81)
at java.lang.LinkageError.init(LinkageError.java:72)
at
java.lang.UnsatisfiedLinkError.init(UnsatisfiedLinkError.java:72)
at java.lang.Runtime.loadLibrary(Runtime.java:170)
at java.lang.System.loadLibrary(System.java:123)
at java.awt.Toolkit.clinit(Toolkit.java:110)
SIGABRT

many thanks.

regards,
sze huat

__
Do You Yahoo!?
Download the latest ringtones, games, and more!
http://sg.mobile.yahoo.com

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Re: kjc on m68k/netbsd works.

2004-08-17 Thread Dalibor Topic
Kiyo Inaba wrote:
Hi all,
I am glad to report that m68k/netbsd can now make kjc to compile.
Great! Thank you very much, Kiyo!
As attached patch suggests, this is a revert patch against Tony submitted
several years ago. This portion is to correctly setup saved registers area
(usually for d2-d7/a2-a5) when exception was raised and I have no idea why
he commented it out.
I've CC:ed Tony, maybe he can remember why the change was necessary.
But, anyway it becomes work! Currently, roughly 20 test cases are failed,
and the number without this patch was 42.
Great! Riccardo is going to love to hear that ;)
Maybe, I can submit one more patch for linux to make it work with jit3. (But
still jit3 is slower than jit on m68k :-)
That would be awesome!
cheers,
dalibor topic
___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Using Kaffe with remote debugging via Eclipse

2004-08-17 Thread Woloszynski, Charles
I am looking to use Kaffe as the target VM for an embedded system.  We
would like to use Eclipse as the development IDE.  Has anyone worked on
supporting remote debugging (JPDA) under kaffe?  I saw some old posts
that this was partly done.  Can anyone comment on its status?

Thanks,

Charlie

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] CVS kaffe (dalibor): Made kjc work again on m68k

2004-08-17 Thread Kaffe CVS
PatchSet 5073 
Date: 2004/08/17 18:36:57
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Made kjc work again on m68k

2004-08-17  Kiyo Inaba  [EMAIL PROTECTED]

* config/m68k/jit3-m68k.def:
Make kjc works.

Members: 
ChangeLog:1.2631-1.2632 
config/m68k/jit3-m68k.def:1.9-1.10 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2631 kaffe/ChangeLog:1.2632
--- kaffe/ChangeLog:1.2631  Tue Aug 17 17:54:56 2004
+++ kaffe/ChangeLog Tue Aug 17 18:36:57 2004
@@ -1,3 +1,8 @@
+2004-08-17  Kiyo Inaba  [EMAIL PROTECTED]
+
+   * config/m68k/jit3-m68k.def:
+   Make kjc works.
+
 2004-08-16  Guilhem Lavaux  [EMAIL PROTECTED]
 
* config/m68k/openbsd2/md.h
Index: kaffe/config/m68k/jit3-m68k.def
diff -u kaffe/config/m68k/jit3-m68k.def:1.9 kaffe/config/m68k/jit3-m68k.def:1.10
--- kaffe/config/m68k/jit3-m68k.def:1.9 Fri Jul 30 11:22:45 2004
+++ kaffe/config/m68k/jit3-m68k.def Tue Aug 17 18:36:59 2004
@@ -1302,13 +1302,11 @@
l-at = (uintp)CODEPC+2;
op_addal_ia(0, REG_a0);
 
-#if(0) // don't destroy our good registers
 #if !defined(HAVE_NO_SUBAW)
op_subaw_ia(SRNR * SLOTSIZE, REG_a0);
 #else
op_subal_ia(SRNR * SLOTSIZE, REG_a0);
 #endif
-#endif // end no-oped section
 
op_moveal_aa(REG_a0, REG_sp);
 }

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Re: kjc on m68k/netbsd works.

2004-08-17 Thread Tony Wyatt
Hi Dalibor and all,

On 08/17/2004, you wrote:

 I am glad to report that m68k/netbsd can now make kjc to compile.
 
 Great! Thank you very much, Kiyo!
 
 As attached patch suggests, this is a revert patch against Tony submitted
 several years ago. This portion is to correctly setup saved registers
 area (usually for d2-d7/a2-a5) when exception was raised and I have no
 idea why he commented it out.
 
 I've CC:ed Tony, maybe he can remember why the change was necessary.
 
I can't get to my notebook at the moment, but I seem to remember that it was
because when unwinding an exception, registers were unsaved unnecessarily,
which corrupted the return address (in A3?). I'll try to find out what it
was. In any case, so much else has changed since then that my change may be
obsolete.
The change was applied to 1.0.7 - I don't know how valid it is for later
versions.

 But, anyway it becomes work! Currently, roughly 20 test cases are failed,
 and the number without this patch was 42.
 
 Great! Riccardo is going to love to hear that ;)
 
 Maybe, I can submit one more patch for linux to make it work with jit3.
 (But still jit3 is slower than jit on m68k :-)
 
 That would be awesome!
 
cheers


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] [RFC] Debian Bugs information: Bug list for package kaffe

2004-08-17 Thread Arnaud Vandyck
Hi Kaffe lovers,

Here is a summary of bugs that has been reported to kaffe Debian
package. I try to comment every bugs, but thanks to comment it also.

Each bug is separated by a line. First, there is the bug number (you can
find it if you point your browser to http://bugs.debian.org/XXX where
XXX is the number without the '#'), title of the bug, number of days the
bug has been reported. After that, I boxed a custom summary of different
mails that have been exchanged about the bug; then a personnal note
about the bug. There is a title to the 'box': `Debian' title means the
bug has to be resolved by Debian (or anyone who want to help);
`Kaffe' title means the bug is in the kaffe side.

To be clear in your replies, cleanup all non relevant informations
(including this text ;-))

 Debian Bug report logs: package kaffe

Important bugs - outstanding (4 bugs)

 * #227741: kaffe FTBFS on buildd for ARM; 210 days old.

,[ Debian ]
|  jikes is broken on arm
|  see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=230601
| 
|  The problem will be solved when the arch and indep builds will be
|  completely split because rt.jar does not have to be built on allarches.
| 
| [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=257066msg=6att=0
`

Ean, Doogie, the Debian package is really complicated and I don't have
that time to give to a single package. We have to split the build
process to arch-dep and indep. The split is done *after* the package has
been built... we need to split the process *before*.

 _


 * #259055: Kaffe: FTBFS on mips and mipsel; 30 days old.

,[ Kaffe ]
| [kaffe] Fixing mipsel-linux: differences between jit3 and jit1
| 
|  [...]
| 
| Done  checked in. Cross compiles for both i386 and mipsel, so I
| guess it's o.k. :)
| 
| cheers,
| dalibor topic
|  It does seem to be the LOUT stuff referred to in the thread, as
|  that's what I see in the buildd logs.
| 
|  [1] http://www.kaffe.org/pipermail/kaffe/2004-July/098810.html
| 
| Yep, I've also fixed some other build problems with jit3 for mips(el),
| so the CVS head crosscompiles fine for mips. I'm working with arnaud
| on making a 'dist' of CVS head build fine on all debian platforms,
| natively.
| 
| cheers,
| dalibor topic
`

2004-07-11  Dalibor Topic  [EMAIL PROTECTED]

* config/mips/jit3-mips.def: Changed LOUT to use
jit3 syntax.

Dalibor, Is #259055 closed for you (or maybe another Changelog entry?)?

 _

 * #264919: javax-servletapi2.3: FTBFS on amd64

,[ Kaffe ]
|  Hi, javax-servletapi2.3 fails to build on amd64, see attached buildd
|  log.
| 
| [...]
| 
|  /usr/lib/kaffe/bin/java -classpath
|  /usr/share/java/gnujaxp.jar:/usr/share/ant1.6/lib/ant.jar:\
|  /usr/share/ant1.6/lib/ant-launcher.jar \
|  org.apache.tools.ant.Main -Dbuild.compiler=jikes \
|  -Dant.home=/usr/share/ant1.6 dist
| 
|  make: *** [build-stamp] Error 1
|  ***
|  Build finished at 20040810-1218
|  FAILED [dpkg-buildpackage died]
|  ---
| 
| Hard to say something! Maybe kaffe is not doing the job on AMD64!
| 
| I've just rebuild servletapi with pbuilder on powerpc and everything
| was fine.
`

Is Kaffe running well on amd64? Is Kaffe running ant1.6 on amd64 has
already been reported successfully?

 _

Normal bugs - outstanding (6 bugs)

 * #159162: sid Kaffe does not support LFS; 1 year and 345 days old.

,[ Kaffe ]
| Kaffe fails when extending files to more than 2Gb-1 (when running
| freenet). This suggests it has been compiled without large file
| support.
`

This bug was reported for release 1.0.6 of Kaffe. I parsed all the
change logs and did not find anything about that.

 _

 * #175877: kaffe: Scrollpane has no size; is otherwise broken; 1
   year and 216 days old.

,[ Kaffe ]
| A Scrollpane doesn't seem to want to take up any space. An example
| showing the bug is:
| http://www.scism.sbu.ac.uk/jfl/hci97/morning/scrollpane/ScrollPaneExample.java
| 
| This example works correctly in the Sun JRE 1.4.1.
`

There are more details in the bug report. The report was sent against
release 1.0.7 but I think I tried this a month or two ago and the bug was
still present. Now, with the progress of the Classpath AWT/Swing merge,
I don't know what is the status of this bug.

 _

 * #234191: kaffe: TextField.setEchoChar() is not compatible with the
   delete key; 172 days old.

,[ Kaffe ]
| If I press delete or backspace in a TextField which has had an echo
| character set for it, nothing visible happens. If I then select a few 

[kaffe] problem in kaffe compilation from CVS head on fbsd 5.2.1

2004-08-17 Thread Supreet Sethi
hi people,
I am trying to compile kaffe for intel Pentium III with Fbsd 5.2.1 as
the operating system.

following error comes:

BOOTCLASSPATH=lib:./Klasses.jar.bootstrap
KAFFELIBRARYPATH=../../libraries/clib/native/:../../libraries/clib/io/:../../libraries/clib/zip/:../../libraries/clib/nio/
 ../../kaffe/kaffe/kaffe-bin kaffe.tools.jar.Jar -uvf rt.jar -C . META-INF/
Assertion failed: (diff % gc_pgsize == 0), function gc_primitive_alloc,
file gc-mem.c, line 781.
gmake[3]: *** [rt.jar] Abort trap (core dumped)
gmake[3]: *** Deleting file `rt.jar'

what could be the problem

regards

Supreet


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] jit3 for m68k/linux

2004-08-17 Thread Kiyo Inaba
Hi all,

As I told yesterday, attached patch makes jit3 work with m68k/linux.
For the time being, I use self compilation for m68k/linux and it
took longer than m68k/netbsd. At least HelloWorldApp.java can be
compiled by kjc and executed properly.

Test case report 'will' follow. (I mean, two days later ;-)

Next thing should be to implement xprofiling for m68k, maybe...

Kiyo

diff -Naur kaffe-snap-040812.orig/ChangeLog kaffe-snap-040812/ChangeLog
--- kaffe-snap-040812.orig/ChangeLog2004-08-11 09:18:29.0 +0900
+++ kaffe-snap-040812/ChangeLog 2004-08-17 22:39:08.0 +0900
@@ -1,3 +1,8 @@
+2004-08-17  Kiyo Inaba  [EMAIL PROTECTED]
+
+   * config/m68k/linux/jit3-md.h:
+   Make jit3 works for m68k/linux.
+
 2004-08-10  Dalibor Topic  [EMAIL PROTECTED]
 
* 
libraries/clib/awt/classpath-gtk/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c,
diff -Naur kaffe-snap-040812.orig/config/m68k/linux/jit3-md.h 
kaffe-snap-040812/config/m68k/linux/jit3-md.h
--- kaffe-snap-040812.orig/config/m68k/linux/jit3-md.h  1970-01-01 09:00:00.0 
+0900
+++ kaffe-snap-040812/config/m68k/linux/jit3-md.h   2004-08-17 20:34:05.0 
+0900
@@ -0,0 +1 @@
+#include m68k/linux/jit-md.h

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] CVS kaffe (dalibor): Made kjc work again on m68k

2004-08-17 Thread Kiyo Inaba
To be precise, kjc keeps working with intrp or jit. The patch makes kjc
works fine with jit3 for m68k/netbsd.

Kiyo

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe