[kaffe] build error in cvs HEAD (kjc update related?)

jrandom jrandom at i2p.net
Sun May 23 03:09:01 PDT 2004


I'm debugging some networking code and tried updating to CVS HEAD, but I
think there may be a problem with the recent changes to kjc - during build
('make distclean ; cvs update -dP ; ./configure ; make'), I get:

...
[ checked body of java/text/DecimalFormatSymbols.java in 1,234 ms ]
[ checked body of java/text/FieldPosition.java in 5 ms ]
[ checked body of java/text/Format.java in 5 ms ]
gnu/java/text/FormatCharacterIterator.java:510: error:Statement is unreachable [JLS 14.20]
[ checked body of gnu/java/text/FormatCharacterIterator.java in 43 ms ]
...
...
<GC: heap 38916K, total before 33124K, after 22504K (613020/424770 objs)
 42.2% free, allocated 15269K (#257375), marked 18221K, swept 10620K
(#188250)
 0 objs (0K) awaiting finalization>
*** Error code 1

Stop in /usr/home/jrandom/kaffe/kaffe/libraries/javalib.
*** Error code 1

Stop in /usr/home/jrandom/kaffe/kaffe.

The content at gnu/java/text/FormatCharacterIterator.java:510 looks
related to the recent kjc commit -

 507   if (!Configuration.DEBUG)
 508     return;
 509
 510   System.out.println("Dumping internal table:");

(Configuration.DEBUG is set to false)

At the moment I'm trying to work around some IPv6 problems, but I don't
think thats related.  Could there be some other build or environment
option out of wack on my machine?

=jr




More information about the kaffe mailing list