[Bug 1212] New: IcedTea7 fails to build due to missing method calls to Resources.getText( )
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Nov 8 08:05:51 PST 2012
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1212
Priority: P3
Bug ID: 1212
CC: unassigned at icedtea.classpath.org
Assignee: gnu.andrew at redhat.com
Summary: IcedTea7 fails to build due to missing method calls to
Resources.getText( )
Severity: normal
Classification: Unclassified
OS: Linux
Reporter: smohammad at redhat.com
Hardware: x86_64
Status: NEW
Version: 7-hg
Component: IcedTea
Product: IcedTea
IcedTea7 fails to compile because Resources.getText( ) is missing.
I was able to reproduce this multiple time without passing any arguments when
configuring and building.
As Andrew pointed out on IRC, a quick workaround would be to remove
/path/to/build/generated.build/sun/tools/jconsole/Version.java and then
rebuilding.
The failure message is below and the full log is attached.
Using:
java version "1.7.0_09-icedtea"
OpenJDK Runtime Environment (fedora-2.3.3.fc17.1-x86_64)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
Fail Message:
# Running javac:
/home/smohammad/GROUNDS/playground/icedtea7/build/bootstrap/jdk1.6.0/bin/javac
-J-XX:ThreadStackSize=1536 -J-XX:-PrintVMOptions
-J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-Xmx512m -J-Xms512m
-J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 7 -target 7 -encoding
ascii
-Xbootclasspath:/home/smohammad/GROUNDS/playground/icedtea7/build/openjdk.build-boot/classes
-encoding iso8859-1 -sourcepath
/home/smohammad/GROUNDS/playground/icedtea7/build/generated.build:../../../src/solaris/classes:../../../src/share/classes
-bootclasspath
/home/smohammad/GROUNDS/playground/icedtea7/build/openjdk.build-boot/classes:/home/smohammad/GROUNDS/playground/icedtea7/build/bootstrap/jdk1.6.0/jre/lib/rt.jar
-d /home/smohammad/GROUNDS/playground/icedtea7/build/openjdk.build-boot/classes
@/home/smohammad/GROUNDS/playground/icedtea7/build/openjdk.build-boot/tmp/sun/sun.tools.jconsole/.classes.list
/home/smohammad/GROUNDS/playground/icedtea7/build/generated.build/sun/tools/jconsole/Version.java:37:
error: cannot find symbol
ps.println(Resources.getText("Name and Build",
^
symbol: method getText(String,String,String)
location: class Resources
/home/smohammad/GROUNDS/playground/icedtea7/build/generated.build/sun/tools/jconsole/Version.java:41:
error: cannot find symbol
ps.println(Resources.getText("Name Build and Mode",
^
symbol: method getText(String,String,String,String)
location: class Resources
/home/smohammad/GROUNDS/playground/icedtea7/build/generated.build/sun/tools/jconsole/Version.java:49:
error: cannot find symbol
ps.println(Resources.getText("JConsole version", jconsole_version));
^
symbol: method getText(String,String)
location: class Resources
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.
3 errors
make[5]: *** [.compile.classlist] Error 1
make[5]: Leaving directory
`/home/smohammad/GROUNDS/playground/icedtea7/build/openjdk-boot/jdk/make/sun/jconsole'
make[4]: *** [all] Error 1
make[4]: Leaving directory
`/home/smohammad/GROUNDS/playground/icedtea7/build/openjdk-boot/jdk/make/sun'
make[3]: *** [all] Error 1
make[3]: Leaving directory
`/home/smohammad/GROUNDS/playground/icedtea7/build/openjdk-boot/jdk/make'
make[2]: *** [jdk-build] Error 2
make[2]: Leaving directory
`/home/smohammad/GROUNDS/playground/icedtea7/build/openjdk-boot'
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory
`/home/smohammad/GROUNDS/playground/icedtea7/build/openjdk-boot'
make: *** [stamps/icedtea-boot.stamp] Error 2
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121108/4c558e9e/attachment.html
More information about the distro-pkg-dev
mailing list