[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68333: Time bomb in icedtea/openjdk
From: |
Ludovic Courtès |
Subject: |
bug#68333: Time bomb in icedtea/openjdk |
Date: |
Tue, 09 Jan 2024 10:51:24 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hello!
Julien Lepiller <julien@lepiller.eu> skribis:
> There seems to be a time bomb in icedtea@2 and openjdk@9. while
> building it:
>
> Error: time is more than 10 years from present: 1388527200000
> java.lang.RuntimeException: time is more than 10 years from present:
> 1388527200000 at
> build.tools.generatecurrencydata.GenerateCurrencyData.makeSpecialCaseEntry(GenerateCurrencyData.java:288)
> at
> build.tools.generatecurrencydata.GenerateCurrencyData.buildMainAndSpecialCaseTables(GenerateCurrencyData.java:227)
> at
> build.tools.generatecurrencydata.GenerateCurrencyData.main(GenerateCurrencyData.java:158)
>
> I managed to work around that by setting the date back, but we should
> investigate and fix it. icedtea@3 doesn't seem to be affected.
Confirmed:
https://guix.bordeaux.inria.fr/build/432486/log
This is with Guix commit 7a7c8920aeddaf9ab8d68c572780bc34b404711b.
I couldn’t find ‘GenerateCurrencyData.java’ though, not sure where it
lives.
Ludo’.