IcedTea6 changes -- be prepared!
Andrew John Hughes
gnu_andrew at member.fsf.org
Thu Feb 18 04:35:16 PST 2010
On 18 February 2010 10:18, Mark Wielaard <mark at klomp.org> wrote:
> 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.
>
JAXWS and JAXP are no longer in the OpenJDK tarball. Hence the
bootstrapping changes.
I'll have a look and see if I can replicate these errors later today.
> Cheers,
>
> Mark
>
>
--
Andrew :-)
Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
More information about the distro-pkg-dev
mailing list