Re: [kaffe] org.kaffe.security.provider.Kaffe

2008-01-20 Thread Dalibor Topic
Ito Kazumitsu wrote: Maybe after the removal of libraries/clib/security/Kaffe.security, this warning message appears: WARNING: Error loading security provider org.kaffe.security.provider.Kaffe: java.lang.ClassNotFoundException: org.kaffe.security.provider.Kaffe not found in

[kaffe] CVS kaffe (robilad): removed libltdl from include path

2008-01-20 Thread Kaffe CVS
PatchSet 7702 Date: 2008/01/20 17:33:21 Author: robilad Branch: HEAD Tag: (none) Log: removed libltdl from include path 2008-01-20 Dalibor Topic [EMAIL PROTECTED] * kaffe/xprof/Makefile.am (AM_CPPFLAGS), * kaffe/jvmpi/Makefile.am (AM_CPPFLAGS), *

[kaffe] CVS kaffe (robilad): updated TODO

2008-01-20 Thread Kaffe CVS
PatchSet 7703 Date: 2008/01/20 17:38:14 Author: robilad Branch: HEAD Tag: (none) Log: updated TODO Members: ChangeLog:1.5204-1.5205 TODO:1.40-1.41 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5204 kaffe/ChangeLog:1.5205 --- kaffe/ChangeLog:1.5204 Sun Jan 20 17:33:21

[kaffe] CVS kaffe (robilad): cleaned up autogen.sh

2008-01-20 Thread Kaffe CVS
PatchSet 7704 Date: 2008/01/20 17:55:34 Author: robilad Branch: HEAD Tag: (none) Log: cleaned up autogen.sh 2008-01-20 Dalibor Topic [EMAIL PROTECTED] * developers/autogen.sh: Replaced the complicated invocations of autotools with a single autoreconf call. Members:

[kaffe] CVS kaffe (robilad): removed m4/libtool.m4

2008-01-20 Thread Kaffe CVS
PatchSet 7705 Date: 2008/01/20 18:10:34 Author: robilad Branch: HEAD Tag: (none) Log: removed m4/libtool.m4 2008-01-20 Dalibor Topic [EMAIL PROTECTED] * m4/libtool.m4: Removed. Members: ChangeLog:1.5206-1.5207 Makefile.in:1.309-1.310 aclocal.m4:1.141-1.142

[kaffe] CVS kaffe (robilad): removed version checking logic from autogen.sh

2008-01-20 Thread Kaffe CVS
PatchSet 7706 Date: 2008/01/20 18:15:29 Author: robilad Branch: HEAD Tag: (none) Log: removed version checking logic from autogen.sh 2008-01-20 Dalibor Topic [EMAIL PROTECTED] * developers/autogen.sh: Removed version checking logic. We should simply set the minimum versions

[kaffe] CVS kaffe (robilad): autoupdated configure.ac

2008-01-20 Thread Kaffe CVS
PatchSet 7707 Date: 2008/01/20 18:50:29 Author: robilad Branch: HEAD Tag: (none) Log: autoupdated configure.ac 2008-01-20 Dalibor Topic [EMAIL PROTECTED] * configure.ac: Autoupdated. Now requires autoconf 2.61. Members: ChangeLog:1.5208-1.5209

[kaffe] CVS kaffe (robilad): updated TODO

2008-01-20 Thread Kaffe CVS
PatchSet 7708 Date: 2008/01/20 18:55:05 Author: robilad Branch: HEAD Tag: (none) Log: updated TODO Members: ChangeLog:1.5209-1.5210 TODO:1.41-1.42 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5209 kaffe/ChangeLog:1.5210 --- kaffe/ChangeLog:1.5209 Sun Jan 20 18:50:29

[kaffe] CVS kaffe (robilad): lower automake requirement for OE

2008-01-20 Thread Kaffe CVS
PatchSet 7709 Date: 2008/01/20 18:58:13 Author: robilad Branch: HEAD Tag: (none) Log: lower automake requirement for OE 2008-01-20 Robert Schuster [EMAIL PROTECTED] * configure.ac: Require automake 1.9 instead of 1.10. Members: ChangeLog:1.5210-1.5211

Re: [kaffe] patch: lower automake requirements

2008-01-20 Thread Dalibor Topic
Dalibor Topic wrote: Robert Schuster wrote: Hi, this patch makes life easier in OE land where automake 1.10 is still not the default. This patch is not a must have for me because this can easily be patched (even for dreaded CVS builds). 2008-01-19 Robert Schuster [EMAIL PROTECTED] *

[kaffe] CVS kaffe (robilad): don't link files you can add to _SOURCES

2008-01-20 Thread Kaffe CVS
PatchSet 7710 Date: 2008/01/20 19:55:36 Author: robilad Branch: HEAD Tag: (none) Log: don't link files you can add to _SOURCES 2008-01-20 Dalibor Topic [EMAIL PROTECTED] * configure.ac: Don't link files for kaffeh. * kaffe/kaffeh/Makefile.am (kaffeh_SOURCES): Added files used from kaffevm.

[kaffe] CVS kaffe (robilad): updated TODO

2008-01-20 Thread Kaffe CVS
PatchSet 7711 Date: 2008/01/20 20:03:35 Author: robilad Branch: HEAD Tag: (none) Log: updated TODO Members: ChangeLog:1.5212-1.5213 TODO:1.42-1.43 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5212 kaffe/ChangeLog:1.5213 --- kaffe/ChangeLog:1.5212 Sun Jan 20 19:55:36

Re: [kaffe] cross-compile error

2008-01-20 Thread Robert Schuster
Hi, Robert Schuster schrieb: I now found a cacheflush implementation in libffi. I adjust this for kaffe and report back. I took what was said here[0] as a base for an OABI- EABI-compliant implementation of the cache flushing. It compiles nicely (I can only test the EABI-variant here).

Re: [kaffe] cross-compile error

2008-01-20 Thread Robert Schuster
Hi, talking to Dalibor on IRC he said there are some interesting compiler warnings in my build and he is going to look at them. Robert Schuster schrieb: kaffe-bin: exception.c:100: vmExcept_setJNIFrame: Assertion `fp != (JNIFrameAddress)0' Perhaps a backtrace for this is of interest: #0

[kaffe] CVS kaffe (robilad): documented zziplib requirment

2008-01-20 Thread Kaffe CVS
PatchSet 7713 Date: 2008/01/21 01:13:04 Author: robilad Branch: HEAD Tag: (none) Log: documented zziplib requirment 2008-01-21 Dalibor Topic [EMAIL PROTECTED] * TODO: Updated. * FAQ/FAQ.requiredlibraries: Add zziplib. Members: ChangeLog:1.5214-1.5215

Re: [kaffe] cross-compile error

2008-01-20 Thread Robert Schuster
Hi, its me again. Robert Schuster schrieb: #0 0x40042a38 in vmExcept_setJNIFrame () from /usr/lib/kaffe/jre/lib/arm/libkaffe-1.1.9-pre.so #1 0x4004f1bc in KaffeVM_safeCallMethodA () from /usr/lib/kaffe/jre/lib/arm/libkaffe-1.1.9-pre.so #2 0x4003a0ec in processClass () from

[kaffe] CVS kaffe (robilad): reimplemented jar reading

2008-01-20 Thread Kaffe CVS
PatchSet 7712 Date: 2008/01/21 01:04:28 Author: robilad Branch: HEAD Tag: (none) Log: reimplemented jar reading 2008-01-21 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/baseClasses.c (initialiseKaffe): Don't initialize JAR file cache, it's gone. * kaffe/kaffevm/jar.h, kaffe/kaffevm/jar.c:

[kaffe] CVS kaffe (robilad): updated TODO

2008-01-20 Thread Kaffe CVS
PatchSet 7714 Date: 2008/01/21 01:44:43 Author: robilad Branch: HEAD Tag: (none) Log: updated TODO Members: ChangeLog:1.5215-1.5216 TODO:1.44-1.45 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5215 kaffe/ChangeLog:1.5216 --- kaffe/ChangeLog:1.5215 Mon Jan 21 01:13:04

[kaffe] CVS kaffe (robilad): small compiler warning fix

2008-01-20 Thread Kaffe CVS
PatchSet 7715 Date: 2008/01/21 02:03:31 Author: robilad Branch: HEAD Tag: (none) Log: small compiler warning fix 008-01-21 Dalibor Topic [EMAIL PROTECTED] * kaffe/kaffevm/findInJar.c (getManifestMainAttribute): Fixed type of i to match return type of getUncompressedSize. Members: