This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: icedtea6 fails to bootstrap on Fedora 17/18
- From: Matthias Klose <doko at ubuntu dot com>
- To: Stefan Ring <stefan at complang dot tuwien dot ac dot at>
- Cc: distro-pkg-dev <distro-pkg-dev at openjdk dot java dot net>, GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Mon, 04 Mar 2013 16:56:59 +0800
- Subject: Re: icedtea6 fails to bootstrap on Fedora 17/18
- References: <CAAxjCEzKrepM6yfBy6p4mmtg-C+6mLoKJeUT5RVHgy3=iLLdsw@mail.gmail.com>
Am 03.03.2013 17:14, schrieb Stefan Ring:
> ecj is much more recent on Fedora apparently:
>
> Ubuntu quantal $ ecj -version:
> Eclipse Java Compiler 0.972_R35x, 3.5.1 release, Copyright IBM Corp
> 2000, 2009. All rights reserved.
> Fedora 17 $ ecj -version
> Eclipse Compiler for Java(TM) v20120814-155456, 3.8.2, Copyright IBM
> Corp 2000, 2012. All rights reserved.
Debian and Ubuntu use the same sources to provide both ecj and ecj1.
ftp://sourceware.org/pub/java/ still has 3.5 as the latest version available.
If Fedora ships an updated ecj1, then it would be nice to see this "upstream" as
well.
Matthias