I know this is out of the IANA scope but hoping someone listening can help get the tzupdater tool working again. $ ./openjdk/jdk-15.jdk/Contents/Home/bin/java --version openjdk 15 2020-09-15 OpenJDK Runtime Environment (build 15+35-1559) OpenJDK 64-Bit Server VM (build 15+35-1559, mixed mode, sharing) $ $ ./openjdk/jdk-15.jdk/Contents/Home/bin/java -jar tzupdater.jar -l Using https://www.iana.org/time-zones/repository/tzdata-latest.tar.gz as source for tzdata bundle. Source directory does not contain source file: pacificnew
I haven't checked, but I imagine including an empty file with that name would let the build continue. Stephen On Thu, 8 Oct 2020 at 14:48, Mike Cullinan <mcullinan@gmail.com> wrote:
I know this is out of the IANA scope but hoping someone listening can help get the tzupdater tool working again.
$ ./openjdk/jdk-15.jdk/Contents/Home/bin/java --version
openjdk 15 2020-09-15
OpenJDK Runtime Environment (build 15+35-1559)
OpenJDK 64-Bit Server VM (build 15+35-1559, mixed mode, sharing)
$
$ ./openjdk/jdk-15.jdk/Contents/Home/bin/java -jar tzupdater.jar -l
Using https://www.iana.org/time-zones/repository/tzdata-latest.tar.gz as source for tzdata bundle.
Source directory does not contain source file: pacificnew
Hi, FWIW, I had to modify the PHP bundler too, although it didn't cause an error: https://github.com/derickr/timelib/commit/5ab77d10aa01f16d4e71b56605f9b516d3... This does also mean that America/Pacific-New is now gone. cheers, Derick On Thu, 8 Oct 2020, Stephen Colebourne wrote:
I haven't checked, but I imagine including an empty file with that name would let the build continue. Stephen
On Thu, 8 Oct 2020 at 14:48, Mike Cullinan <mcullinan@gmail.com> wrote:
I know this is out of the IANA scope but hoping someone listening can help get the tzupdater tool working again.
$ ./openjdk/jdk-15.jdk/Contents/Home/bin/java --version
openjdk 15 2020-09-15
OpenJDK Runtime Environment (build 15+35-1559)
OpenJDK 64-Bit Server VM (build 15+35-1559, mixed mode, sharing)
$
$ ./openjdk/jdk-15.jdk/Contents/Home/bin/java -jar tzupdater.jar -l
Using https://www.iana.org/time-zones/repository/tzdata-latest.tar.gz as source for tzdata bundle.
Source directory does not contain source file: pacificnew
-- PHP 7.4 Release Manager Host of PHP Internals News: https://phpinternals.news Like Xdebug? Consider supporting me: https://xdebug.org/support https://derickrethans.nl | https://xdebug.org | https://dram.io twitter: @derickr and @xdebug
On 10/8/20 10:01 AM, Stephen Colebourne wrote:
I haven't checked, but I imagine including an empty file with that name would let the build continue.
I installed the attached proposed patch to do that in rearguard tarballs, starting in the next release (which should be soon due to the Fiji updates). Hope this helps.
The tzupdater issue is tracked via https://bugs.openjdk.java.net/browse/JDK-8254226 The tool itself can be hardened to ignore files that are missing/removed. regards, Sean. On 13/10/2020 00:35, Paul Eggert wrote:
On 10/8/20 10:01 AM, Stephen Colebourne wrote:
I haven't checked, but I imagine including an empty file with that name would let the build continue.
I installed the attached proposed patch to do that in rearguard tarballs, starting in the next release (which should be soon due to the Fiji updates). Hope this helps.
participants (5)
-
Derick Rethans -
Mike Cullinan -
Paul Eggert -
Seán Coffey -
Stephen Colebourne