Re: [kaffe] Kaffe being removed from debian?

2002-10-30 Thread Dalibor Topic
Hi Stuart,

--- Stuart Ballard [EMAIL PROTECTED] wrote:
 http://lwn.net/Articles/14019/ is the latest Debian
 Weekly News, and 
 includes in passing a mention that Kaffe will be
 removed from Debian for 
 being unmaintained.

The maintainer (Ean Schuessler) is back from vacation
and has uploaded a 1.0.7 package:
http://lists.debian.org/debian-java/2002/debian-java-200210/msg00149.html
as well as fixed a few bugs (scroll to the bottom):
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=155443repeatmerged=yes

There was a non-maintainer package for 1.0.7, too,
made by Marco Nenciarini, who also offered to step up
the plate to maintain the package, if Ean was MIA.

As Ean's back at it, I don't see a reason to worry.
There seems to be a lot of interest in the debian
community to keep kaffe in debian, especially as it
was seen as a way to get more free java software into
debian.

best regards,

dalibor topic

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

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



Re: [kaffe] (no subject)

2002-10-30 Thread Timothy Stack
 hi tim,

hi

 I'm writing it for linux and arch is IBM PowerPC405 . I'm compiling the
 present one but getting the error-
 
 /***ERROR LOG */
 In file included from
 /opt/hardhat/devkit/ppc/405/bin/../target/usr/include/stdio.h:33,
  from debug.h:31,
  from support.c:12:
 /opt/hardhat/devkit/ppc/405/bin/../lib/gcc-lib/powerpc-hardhat-linux/2.95.3/
 include/stddef.h:170: warning: empty declaration
 In file included from
 /opt/hardhat/devkit/ppc/405/bin/../target/usr/include/stdlib.h:391,
  from ../../config/config-std.h:15,
  from support.c:14:
 /opt/hardhat/devkit/ppc/405/bin/../target/usr/include/sys/types.h:106:
 warning: empty declaration
 support.c: In function `sysdepCallMethod':
 support.c:1051: Internal compiler error:
 support.c:1051: internal error--insn does not satisfy its constraints:
 (insn 998 995 507 (set (reg/v:DF 40 f8)
 (mem:DF (plus:SI (reg:SI 31 r31)
 (const_int 8 [0x8])) 0)) 441 {*movdf_softfloat32} (nil)
 (nil))
 make[3]: *** [support.lo] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all-recursive] Error 1
 
 /***END ERROR LOG */

I agree with dalibor, you should try upgrading.  Another thing you can try 
though is just compiling the sysdepCallMethod separately (its getting 
inlined up there, so remove static inline and just compile the file), 
that will give us a better idea of where the problem is.

 Thanks,
 Regards,
 Sanjeev

tim stack

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



RE: [kaffe] (no subject)

2002-10-30 Thread Sanjeev Manral
hi,


I've removed static inline but it is giving the same error.


I've complied kaffe by using #if 0 out the asm floating point references in
config/powerpc/sysdepCallMethod.h.  stuff like:  register double d0
asm(fr1);
http://www.kaffe.org/pipermail/kaffe/2002-July/008630.html


But if I run kaffe on my ppc405 board. It is running fine for help eg.
./java -version and ./java -help
is wokring properly
but when I trying to run some class file
./java HelloWord
I've put HelloWord in the same directory
It's giving segmentation fault and rebooting the system.
Is it because of #if 0 in sysdepCallMethod or some oher problem(like path
settings etc).

How can I do the following-
http://www.kaffe.org/pipermail/kaffe/2002-July/008631.html
Maybe it's better to switch on fpu emulation in kernel, rather than =
using soft floating points of glibc.


Thanks in advance,
Regards,
Sanjeev






-Original Message-
From: Timothy Stack [mailto:stack;cs.utah.edu]
Sent: Wednesday, October 30, 2002 10:45 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [kaffe] (no subject)


 hi tim,

hi

 I'm writing it for linux and arch is IBM PowerPC405 . I'm compiling the
 present one but getting the error-
 
 /***ERROR LOG */
 In file included from
 /opt/hardhat/devkit/ppc/405/bin/../target/usr/include/stdio.h:33,
  from debug.h:31,
  from support.c:12:

/opt/hardhat/devkit/ppc/405/bin/../lib/gcc-lib/powerpc-hardhat-linux/2.95.3/
 include/stddef.h:170: warning: empty declaration
 In file included from
 /opt/hardhat/devkit/ppc/405/bin/../target/usr/include/stdlib.h:391,
  from ../../config/config-std.h:15,
  from support.c:14:
 /opt/hardhat/devkit/ppc/405/bin/../target/usr/include/sys/types.h:106:
 warning: empty declaration
 support.c: In function `sysdepCallMethod':
 support.c:1051: Internal compiler error:
 support.c:1051: internal error--insn does not satisfy its constraints:
 (insn 998 995 507 (set (reg/v:DF 40 f8)
 (mem:DF (plus:SI (reg:SI 31 r31)
 (const_int 8 [0x8])) 0)) 441 {*movdf_softfloat32} (nil)
 (nil))
 make[3]: *** [support.lo] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all-recursive] Error 1
 
 /***END ERROR LOG */

I agree with dalibor, you should try upgrading.  Another thing you can try 
though is just compiling the sysdepCallMethod separately (its getting 
inlined up there, so remove static inline and just compile the file), 
that will give us a better idea of where the problem is.

 Thanks,
 Regards,
 Sanjeev

tim stack

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