openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #10744
Bug#775044: openjdk-7: FTBFS: java.lang.RuntimeException: time is more than 10 years from present: 1104530400000
Source: openjdk-7
Version: 7u71-2.5.3-2
Severity: serious
>From my pbuilder build log (on amd64):
...
rm -f /tmp/buildd/openjdk-7-7u71-2.5.3/build/openjdk.build-boot/lib/currency.data
/tmp/buildd/openjdk-7-7u71-2.5.3/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /tmp/buildd/openjdk-7-7u71-2.5.3/build/openjdk.build-boot/btjars/generatecurrencydata.jar -o /tmp/buildd/openjdk-7-7u71-2.5.3/build/openjdk.build-boot/lib/currency.data.temp \
< ../../../src/share/classes/java/util/CurrencyData.properties
Error: time is more than 10 years from present: 1104530400000
java.lang.RuntimeException: time is more than 10 years from present: 1104530400000
at build.tools.generatecurrencydata.GenerateCurrencyData.makeSpecialCaseEntry(GenerateCurrencyData.java:285)
at build.tools.generatecurrencydata.GenerateCurrencyData.buildMainAndSpecialCaseTables(GenerateCurrencyData.java:225)
at build.tools.generatecurrencydata.GenerateCurrencyData.main(GenerateCurrencyData.java:154)
Makefile:345: recipe for target '/tmp/buildd/openjdk-7-7u71-2.5.3/build/openjdk.build-boot/lib/currency.data' failed
make[6]: *** [/tmp/buildd/openjdk-7-7u71-2.5.3/build/openjdk.build-boot/lib/currency.data] Error 1
make[6]: Leaving directory '/tmp/buildd/openjdk-7-7u71-2.5.3/build/openjdk-boot/jdk/make/java/java'
Makefile:63: recipe for target 'all' failed
make[5]: *** [all] Error 1
make[5]: Leaving directory '/tmp/buildd/openjdk-7-7u71-2.5.3/build/openjdk-boot/jdk/make/java'
Makefile:253: recipe for target 'all' failed
make[4]: *** [all] Error 1
make[4]: Leaving directory '/tmp/buildd/openjdk-7-7u71-2.5.3/build/openjdk-boot/jdk/make'
make/jdk-rules.gmk:92: recipe for target 'jdk-build' failed
make[3]: *** [jdk-build] Error 2
make[3]: Leaving directory '/tmp/buildd/openjdk-7-7u71-2.5.3/build/openjdk-boot'
Makefile:251: recipe for target 'build_product_image' failed
make[2]: *** [build_product_image] Error 2
make[2]: Leaving directory '/tmp/buildd/openjdk-7-7u71-2.5.3/build/openjdk-boot'
Makefile:2301: recipe for target 'stamps/icedtea-boot.stamp' failed
make[1]: *** [stamps/icedtea-boot.stamp] Error 2
make[1]: Leaving directory '/tmp/buildd/openjdk-7-7u71-2.5.3/build'
debian/rules:1308: recipe for target 'stamps/build' failed
make: *** [stamps/build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
(If I divide that number by 1000, it becomes Fri Dec 31 22:00:00 UTC 2004.
So I'm not sure where the number comes from, but it appears to be off by a
factor of 1000.)
--
Daniel Schepler
Follow ups