[kaffe] Re: kaffe for m68k/linux and m68k/netbsd

Kiyo Inaba inaba at src.ricoh.co.jp
Thu May 13 00:13:02 PDT 2004


I made fresh check-out with tag 'Release_1_1_5_Branch' and start to
test it on m68k (68030)/linux (debian woody).

>But for the time being, we have to use prebuilt rt.jar when compiling
>on m68k/linux. Compiling rt.jar is going to become one of regression
>tests...

Compilation failed for
------------------------------------------------------------------
[ parsed pure-java/math/java/math/BigInteger.java in 182,372 ms ]
java/lang/ArithmeticException.java:54: error:Cannot find class "RuntimeException
" [JLS 8]
pure-java/math/gnu/java/math/MPN.java:50: error:Super class "<gen>" is not accessible : it is not in the same package and not public [JLS 8.1.3, 6.6]
pure-java/math/java/math/BigDecimal.java:42: error:Cannot find class "Number" [JLS 8]
pure-java/math/java/math/BigInteger.java:1: error:Cannot find class "java/util/Random" [JLS 7.5.2, 7.6]
pure-java/math/java/math/BigInteger.java:1: error:Cannot find class "java/io/ObjectInputStream" [JLS 7.5.2, 7.6]
pure-java/math/java/math/BigInteger.java:1: error:Cannot find class "java/io/ObjectOutputStream" [JLS 7.5.2, 7.6]
pure-java/math/java/math/BigInteger.java:1: error:Cannot find class "java/io/IOException" [JLS 7.5.2, 7.6]
pure-java/math/java/math/BigInteger.java:62: error:Cannot find class "Number" [JLS 8]
------------------------------------------------------------------
java/lang/StrictMath.java:1281: error:Double literal "3.282003415807913e-22" is too small [JLS 3.10.2]
java/lang/StrictMath.java:1783: error:Double literal "0.5" is too small [JLS 3.10.2]
[ parsed java/lang/StrictMath.java in 166,761 ms ]
------------------------------------------------------------------

And I started regression test.

The 'kaffe -fullversion' output is
------------------------------------------------------------------
Engine: Just-in-time   Version: 1.1.x-cvs   Java Version: 1.1
Configuration/Compilation options:
  Compile date  : Thu May 13 18:32:52 JST 2004
  Compile host  : crybaby
  Install prefix: /usr/local/kaffe
  Thread system : unix-jthreads
  CC            : gcc
  CFLAGS        : -g -O2 -Wno-import -Wchar-subscripts -Wcomment -Wformat=2 -Wimplicit-int -Wmain -Wmissing-braces -Wmultichar -Wparentheses -Wreturn-type -Wswitch -Wtrigraphs -Wuninitialized -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Wnested-externs -Winline -Wlong-long -fno-omit-frame-pointer
  LDFLAGS       : 
  ChangeLog head: 2004-04-30  Guilhem Lavaux <guilhem at kaffe.org>
------------------------------------------------------------------

Kiyo







More information about the kaffe mailing list