On 2022-10-28 18:55:54-0700, Paul Eggert via tz-announce via tz <tz@iana.org> wrote:
The 2022f release of the tz code and data is available.
Hello, zdump is broken with this release, this is output from "make check" make[1]: Entering directory '/builddir/tzdb-2022f' ./zdump -i -c 2050 '/builddir/tzdb-2022f/'$(expr tzs2050.dir/Africa/Abidjan.zd : '\(.*\).zd') \ >tzs2050.dir/Africa/Abidjan.zd /builddir/tzdb-2022f/tzs2050.dir/Africa/Abidjan: No error information make[1]: *** [Makefile:725: tzs2050.dir/Africa/Abidjan.zd] Error 1 make[1]: Leaving directory '/builddir/tzdb-2022f' make: *** [Makefile:734: to2050new.tzs] Error 2 Bisecting shows that fdd27053, (Fix zdump undefined behavior if !USE_LTZ, 2022-10-26) is the first bad commit, reverting fdd27053 indeeds fix the problem for me. OS: Linux 6.0.2 libc: musl 1.1.24 Compiler: gcc 10.2.1 -- Danh