IcedTea b26 build just about ready
Andrew John Hughes
gnu_andrew at member.fsf.org
Mon May 26 18:40:27 PDT 2008
I successfully built an updated IcedTea based on OpenJDK b26 and most
of the latest IcedTea6 patches this evening.
IcedTea is served: openjdk/build/linux-amd64
$ ./openjdk/build/linux-amd64/bin/java -version
java version "1.7.0"
IcedTea Runtime Environment (build 1.7.0-b26)
OpenJDK 64-Bit Server VM (build 1.7.0-b26, mixed mode)
I placed the modified tree here:
http://fuseyism.com/hg/icedtea/
for now; is it ok to commit this to the main repository?
I'll build on x86 and ppc64 tomorrow.
The main changes are:
* Merge changes in icedtea6 tree up to doko's SPARC patch (so the
jtreg and gervill changes still need to be ported across)
* Update to use b26 including new versions of generated files and patches.
* Bring the java.awt.color and java.awt.image classes across from the
Java2D tree.
* Fix an issue with an XSL file in HotSpot (see post to hotspot-dev)
* Fix an issue with @Override in the ecj build (see previous post).
* 'Generate' the UNIXProcess.java file in the build rather than
storing it, as it's just a case of copying the appropriate file.
* Ensure JAVA_HOME and JAVAC are not set within the OpenJDK build. It
gets set to 'ecj -nowarn' by a macro in acinclude.m4, and the CORBA
and JDK builds will use this in preference to their own JAVAC setting
if it is set, and not provide any arguments to it (including the
classpath). When not set, the bootstrap JAVAC is used with the
appropriate arguments.
* Make it possible to do a build outside the icedtea directory. I
found this made things a lot easier in working with icedtea.
I'll look at also porting the last two changes across to icedtea6 as
they seem to be general fixes.
The ChangeLog is as follows:
2008-05-26 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
Add XSL patch.
* Makefile.in: Regenerated.
* patches/icedtea-xslfix.patch:
New patch to fix error in HotSpot XSL file.
2008-05-26 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
More out-of-source-directory build
fixes.
* Makefile.in: Regenerated.
2008-05-26 Andrew John Hughes <gnu_andrew at member.fsf.org>
* patches/icedtea-libraries.patch:
Regenerated post-merge.
2008-05-26 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
Don't pass JAVAC through to the OpenJDK
build and disable JAVA_HOME before building.
* Makefile.in: Regenerated.
2008-05-26 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
Make plugin install optional again.
* Makefile.in,
* configure: Regenerated.
* configure.ac:
Fix regressions due to merge.
* generated/sun/tools/jconsole/Version.java:
Regenerated.
2008-05-26 Andrew John Hughes <gnu_andrew at member.fsf.org>
* patches/icedtea-ecj.patch:
Add fix for JMX @Override issue.
2008-05-26 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.in: Regenerated.
* generated/com/sun/java/swing/plaf/gtk/resources/gtk.java,
* generated/com/sun/java/swing/plaf/gtk/resources/gtk_de.java,
* generated/com/sun/java/swing/plaf/gtk/resources/gtk_es.java,
* generated/com/sun/java/swing/plaf/gtk/resources/gtk_fr.java,
* generated/com/sun/java/swing/plaf/gtk/resources/gtk_it.java,
* generated/com/sun/java/swing/plaf/gtk/resources/gtk_ja.java,
* generated/com/sun/java/swing/plaf/gtk/resources/gtk_ko.java,
* generated/com/sun/java/swing/plaf/gtk/resources/gtk_sv.java,
* generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_CN.java,
* generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_HK.java,
* generated/com/sun/java/swing/plaf/gtk/resources/gtk_zh_TW.java,
* generated/com/sun/swing/internal/plaf/basic/resources/basic.java,
* generated/com/sun/swing/internal/plaf/basic/resources/basic_de.java,
* generated/com/sun/swing/internal/plaf/basic/resources/basic_es.java,
* generated/com/sun/swing/internal/plaf/basic/resources/basic_fr.java,
* generated/com/sun/swing/internal/plaf/basic/resources/basic_it.java,
* generated/com/sun/swing/internal/plaf/basic/resources/basic_ja.java,
* generated/com/sun/swing/internal/plaf/basic/resources/basic_ko.java,
* generated/com/sun/swing/internal/plaf/basic/resources/basic_sv.java,
* generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.java,
* generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_HK.java,
* generated/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.java,
* generated/java/nio/ByteBuffer.java,
* generated/java/nio/CharBuffer.java,
* generated/java/nio/DoubleBuffer.java,
* generated/java/nio/FloatBuffer.java,
* generated/java/nio/IntBuffer.java,
* generated/java/nio/LongBuffer.java,
* generated/java/nio/ShortBuffer.java,
* generated/sun/misc/Version.java,
* generated/sun/util/resources/CalendarData_ro.java,
* generated/sun/util/resources/CurrencyNames_en_CA.java,
* generated/sun/util/resources/LocaleNames_fi.java:
Updated from b26 build.
2008-05-26 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
Remove references to control/build as
this no longer exists.
* Makefile.in: Regenerated.
2008-05-25 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am:
Fix paths to allow out-of-dir build.
* Makefile.in: Regenerated.
* patches/openjdk-ecj.patch:
Regenerated for b26.
2008-05-25 Andrew John Hughes <gnu_andrew at member.fsf.org>
* generated/java/lang/UNIXProcess.java:
Removed.
* Makefile.am:
Copy appropriate UNIXProcess.java to generated.
* Makefile.in: Regenerated.
* acinclude.m4:
(SET_OS): Work out the BUILD_OS variable.
* configure: Regenerated.
* configure.ac: Run SET_OS.
2008-05-24 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am: Revert OpenJDK patches
last and use -p1.
* Makefile.in: Regenerated.
* patches/icedtea-ant.patch,
* patches/icedtea-core-build.patch,
* patches/icedtea-libraries.patch,
* patches/icedtea-memory-limits.patch,
* patches/icedtea-static-libstdc++.patch,
* patches/icedtea-sunsrc.patch,
* patches/icedtea-zero-build.patch:
Updated for b26.
2008-05-23 Andrew John Hughes <gnu_andrew at member.fsf.org>
* patches/icedtea-headers.patch: Updated
for OpenJDK b26.
2008-05-23 Andrew John Hughes <gnu_andrew at member.fsf.org>
* patches/openjdk-color.patch: Add
OpenJDK color patch from Java2D tree.
2008-05-23 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am: Add support for reverting
OpenJDK patches.
* Makefile.in: Regenerated.
* patches/icedtea-copy-plugs.patch: Updated
for OpenJDK7 b26.
2008-05-23 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am: Add support for using
OpenJDK patches (diffs from non-master
repositories)
2008-05-19 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am: Move build back to using
OpenJDK Mercurial repository after merge,
and upgrade to b26.
* Makefile.in: Regenerated.
--
Andrew :-)
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