IcedTea6-1.5 release branch created
Andrew John Hughes
gnu_andrew at member.fsf.org
Tue May 26 01:33:46 PDT 2009
2009/5/25 Lillian Angel <langel at redhat.com>:
> Andreas Radke wrote:
>>
>> Am Tue, 19 May 2009 08:10:17 -0400
>> schrieb Lillian Angel <langel at redhat.com>:
>>
>>
>>>
>>> Hi,
>>>
>>> I have tagged the main repo with the tag "icedtea6-1.5rc3" and
>>> created the release branch here:
>>> http://icedtea.classpath.org/hg/release/icedtea6-1.5
>>>
>>> Any patches that are required to go into the release branch should be
>>> discussed on list. If they are approved to go in, they must be
>>> applied to both the main branch and the release branch.
>>>
>>>
>>> Cheers,
>>> Lillian
>>>
>>>
>>
>> I've used the hg 1.5rc3 tarball and get this build error:
>>
>> ../../../src/solaris/classes/sun/awt/X11/ListHelper.java
>> # Running javac:
>> /tmp/openjdk6/trunk/src/icedtea6-926c38e2b283/bootstrap/jdk1.6.0/bin/java
>> -Xmx896m -Xms128m -XX:PermSize=32m -XX:MaxPermSize=160m
>> -Xbootclasspath/p:/tmp/openjdk6/trunk/src/icedtea6-926c38e2b283/openjdk/build/linux-amd64/langtools/dist/bootstrap/lib/javac.jar
>> -jar
>> /tmp/openjdk6/trunk/src/icedtea6-926c38e2b283/openjdk/build/linux-amd64/langtools/dist/bootstrap/lib/javac.jar
>> -g -source 1.5 -target 5 -encoding ascii
>> -Xbootclasspath:/tmp/openjdk6/trunk/src/icedtea6-926c38e2b283/openjdk/build/linux-amd64/classes
>> -sourcepath
>> /tmp/openjdk6/trunk/src/icedtea6-926c38e2b283/openjdk/build/linux-amd64/gensrc:../../../src/solaris/classes:../../../src/share/classes
>> -d
>> /tmp/openjdk6/trunk/src/icedtea6-926c38e2b283/openjdk/build/linux-amd64/classes
>> @/tmp/openjdk6/trunk/src/icedtea6-926c38e2b283/openjdk/build/linux-amd64/tmp/sun/sun.awt.X11/xawt/.classes.list
>> ../../../src/solaris/classes/sun/awt/X11/XWindowPeer.java:415: cannot find
>> symbol
>> symbol : variable XAWTIcon32_java_icon16_png
>> location: class sun.awt.X11.XWindowPeer
>> defaultIconInfo.add(new
>> XIconInfo(XAWTIcon32_java_icon16_png.java_icon16_png));
>> ^
>> ../../../src/solaris/classes/sun/awt/X11/XWindowPeer.java:416: cannot find
>> symbol
>> symbol : variable XAWTIcon32_java_icon24_png
>> location: class sun.awt.X11.XWindowPeer
>> defaultIconInfo.add(new
>> XIconInfo(XAWTIcon32_java_icon24_png.java_icon24_png));
>> ^
>> ../../../src/solaris/classes/sun/awt/X11/XWindowPeer.java:417: cannot find
>> symbol
>> symbol : variable XAWTIcon32_java_icon32_png
>> location: class sun.awt.X11.XWindowPeer
>> defaultIconInfo.add(new
>> XIconInfo(XAWTIcon32_java_icon32_png.java_icon32_png));
>> ^
>> ../../../src/solaris/classes/sun/awt/X11/XWindowPeer.java:418: cannot find
>> symbol
>> symbol : variable XAWTIcon32_java_icon48_png
>> location: class sun.awt.X11.XWindowPeer
>> defaultIconInfo.add(new
>> XIconInfo(XAWTIcon32_java_icon48_png.java_icon48_png));
>> ^
>> ../../../src/solaris/classes/sun/awt/X11/XWindowPeer.java:420: cannot find
>> symbol
>> symbol : variable XAWTIcon64_java_icon16_png
>> location: class sun.awt.X11.XWindowPeer
>> defaultIconInfo.add(new
>> XIconInfo(XAWTIcon64_java_icon16_png.java_icon16_png));
>> ^
>> ../../../src/solaris/classes/sun/awt/X11/XWindowPeer.java:421: cannot find
>> symbol
>> symbol : variable XAWTIcon64_java_icon24_png
>> location: class sun.awt.X11.XWindowPeer
>> defaultIconInfo.add(new
>> XIconInfo(XAWTIcon64_java_icon24_png.java_icon24_png));
>> ^
>> ../../../src/solaris/classes/sun/awt/X11/XWindowPeer.java:422: cannot find
>> symbol
>> symbol : variable XAWTIcon64_java_icon32_png
>> location: class sun.awt.X11.XWindowPeer
>> defaultIconInfo.add(new
>> XIconInfo(XAWTIcon64_java_icon32_png.java_icon32_png));
>> ^
>> ../../../src/solaris/classes/sun/awt/X11/XWindowPeer.java:423: cannot find
>> symbol
>> symbol : variable XAWTIcon64_java_icon48_png
>> location: class sun.awt.X11.XWindowPeer
>> defaultIconInfo.add(new
>> XIconInfo(XAWTIcon64_java_icon48_png.java_icon48_png));
>> ^
>> Note: Some input files use or override a deprecated API.
>> Note: Recompile with -Xlint:deprecation for details.
>> Note: Some input files use unchecked or unsafe operations.
>> Note: Recompile with -Xlint:unchecked for details.
>> 8 errors
>> make[4]: *** [.compile.classlist] Error 1
>> make[4]: Leaving directory
>> `/tmp/openjdk6/trunk/src/icedtea6-926c38e2b283/openjdk/jdk/make/sun/xawt'
>> make[3]: *** [all] Error 1
>> make[3]: Leaving directory
>> `/tmp/openjdk6/trunk/src/icedtea6-926c38e2b283/openjdk/jdk/make/sun'
>> make[2]: *** [all] Error 1
>> make[2]: Leaving directory
>> `/tmp/openjdk6/trunk/src/icedtea6-926c38e2b283/openjdk/jdk/make'
>> make[1]: *** [jdk-build] Fehler 2
>> make[1]: Leaving directory
>> `/tmp/openjdk6/trunk/src/icedtea6-926c38e2b283/openjdk'
>> make: *** [stamps/icedtea.stamp] Fehler 2
>> ==> FEHLER: Build fehlgeschlagen.
>>
>>
>> Any idea?
>
>
> What configure options are you using? I cannot reproduce it with mine.
>
>
> Cheers,
> Lillian
>
These XAWT* files are auto-generated rather than being part of the
OpenJDK download. You're likely to see this error with a full
bootstrap, but AFAIK plenty of people have done a full bootstrap since
the move to b16 without such issue.
--
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