pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Compiling OpenJDK compile error



I've compiled OpenJDK at least a half dozen times, and today I got this odd error:
Error: time is more than 10 years from present: 1104530400000

Here is the output:


Ideas?

gmake[5]: '/usr/pkgsrc/lang/openjdk7/work/openjdk/build/bsd-amd64/tmp/java/java.lang/java/obj64/.files_compiled' is up to date. gmake[5]: Leaving directory '/usr/pkgsrc/lang/openjdk7/work/openjdk/jdk/make/java/java' Done with parallel compiles: /usr/pkgsrc/lang/openjdk7/work/openjdk/jdk/make/java/java rm -f /usr/pkgsrc/lang/openjdk7/work/openjdk/build/bsd-amd64/lib/currency.data /usr/pkgsrc/lang/openjdk7/work/bootstrap/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -XX:+UseSerialGC -Xmx512m -Xms512m -XX:PermSize=32m -XX:MaxPermSize=160m -jar /usr/pkgsrc/lang/openjdk7/work/openjdk/build/bsd-amd64/btjars/generatecurrencydata.jar -o /usr/pkgsrc/lang/openjdk7/work/openjdk/build/bsd-amd64/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:347: recipe for target '/usr/pkgsrc/lang/openjdk7/work/openjdk/build/bsd-amd64/lib/currency.data' failed gmake[4]: *** [/usr/pkgsrc/lang/openjdk7/work/openjdk/build/bsd-amd64/lib/currency.data] Error 1 gmake[4]: Leaving directory '/usr/pkgsrc/lang/openjdk7/work/openjdk/jdk/make/java/java'
Makefile:63: recipe for target 'all' failed
gmake[3]: *** [all] Error 1
gmake[3]: Leaving directory '/usr/pkgsrc/lang/openjdk7/work/openjdk/jdk/make/java'
Makefile:253: recipe for target 'all' failed
gmake[2]: *** [all] Error 1
gmake[2]: Leaving directory '/usr/pkgsrc/lang/openjdk7/work/openjdk/jdk/make'
make/jdk-rules.gmk:88: recipe for target 'jdk-build' failed
gmake[1]: *** [jdk-build] Error 2
gmake[1]: Leaving directory '/usr/pkgsrc/lang/openjdk7/work/openjdk'
Makefile:251: recipe for target 'build_product_image' failed
gmake: *** [build_product_image] Error 2
*** Error code 2



Home | Main Index | Thread Index | Old Index