IcedTea6 changes -- be prepared!

Mark Wielaard mark at klomp.org
Thu Feb 18 02:18:20 PST 2010


On Wed, 2010-02-17 at 23:30 +0000, Andrew John Hughes wrote:
> I've just pushed the necessary Makefile changes to enable the Rhino
> rewriter and fix
> http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=179
> This also coincided with the release of b18, which is now supported by
> IcedTea6 via the import of the changesets from the icedtea6-hg branch.
> 
> Both have been well-tested (the latter over the last three months of
> work on b18), but please report any issues you may have building the
> newly updated IcedTea6.

On a Fedora 12 x86 machine I am getting the following with a
simple ./autogen.sh && ./configure && make:

[...]
mkdir -p lib/rt
/home/mark/src/icedtea6/bootstrap/jdk1.6.0/bin/javac  -g -d lib/rt \
          -source 1.5 \
          -sourcepath \
            'openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openj
dk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/
share/classes:openjdk/jaxws/src/share/classes:/home/mark/src/icedtea6/generated'
 \
          -classpath /usr/lib/jvm/java-gcj/jre/lib/rt.jar \
          -bootclasspath \'\' @rt-source-files.txt ;
incorrect classpath: ''
incorrect classpath: openjdk/jaxp/src/share/classes
incorrect classpath: openjdk/jaxws/src/share/classes
----------
1. ERROR in /home/mark/src/icedtea6/openjdk/jdk/src/share/classes/com/sun/jdi/event/ThreadStartEvent.java (at line 55)
        public interface ThreadStartEvent extends Event {
                         ^^^^^^^^^^^^^^^^
The type ThreadStartEvent is already defined
[... lot of similar errors ...]
540. ERROR in /home/mark/src/icedtea6/openjdk/jdk/src/share/classes/javax/script/Invocable.java (at line 36)
        public interface Invocable  {
                         ^^^^^^^^^
The type Invocable is already defined
----------
540 problems (540 errors)make: *** [stamps/rt-class-files.stamp] Error 255

I assume the 'incorrect classpath' warnings above are the problem.

Also the autobuilder (which does a builddir != srcdir build) has a bit
of a problem with corba relying on some Unsafe methods:
http://icedtea.classpath.org/pipermail/testresults/2010-February/000294.html
Full logs at: http://icedtea.classpath.org/builds/icedtea6/
But it is somewhat harder to see when that started since the autobuilder
had a hickup since Fosdem and was only kicked into action today again.

Cheers,

Mark




More information about the distro-pkg-dev mailing list