>>> tzdata: Building main/tzdata 2025b-r0 (using abuild 3.15.0-r0) started Mon, 08 Sep 2025 18:58:51 +0000 >>> tzdata: Validating /home/udu/aports/main/tzdata/APKBUILD... >>> tzdata: Analyzing dependencies... >>> tzdata: Installing for build: build-base (1/1) Installing .makedepends-tzdata (20250908.185851) OK: 973 MiB in 406 packages >>> tzdata: Cleaning up srcdir >>> tzdata: Cleaning up pkgdir >>> tzdata: Cleaning up tmpdir >>> tzdata: Fetching https://www.iana.org/time-zones/repository/releases/tzcode2025b.tar.gz >>> tzdata: Fetching https://www.iana.org/time-zones/repository/releases/tzdata2025b.tar.gz >>> tzdata: Fetching https://dev.alpinelinux.org/archive/posixtz/posixtz-0.5.tar.xz >>> tzdata: Fetching https://www.iana.org/time-zones/repository/releases/tzcode2025b.tar.gz >>> tzdata: Fetching https://www.iana.org/time-zones/repository/releases/tzdata2025b.tar.gz >>> tzdata: Fetching https://dev.alpinelinux.org/archive/posixtz/posixtz-0.5.tar.xz >>> tzdata: Checking sha512sums... tzcode2025b.tar.gz: OK tzdata2025b.tar.gz: OK posixtz-0.5.tar.xz: OK 0001-posixtz-ensure-the-file-offset-we-pass-to-lseek-is-o.patch: OK 0002-fix-implicit-declaration-warnings-by-including-strin.patch: OK >>> tzdata: Unpacking /var/cache/distfiles/tzcode2025b.tar.gz... >>> tzdata: Unpacking /var/cache/distfiles/tzdata2025b.tar.gz... >>> tzdata: Unpacking /var/cache/distfiles/posixtz-0.5.tar.xz... >>> tzdata: 0001-posixtz-ensure-the-file-offset-we-pass-to-lseek-is-o.patch patching file posixtz-0.5/posixtz.c >>> tzdata: 0002-fix-implicit-declaration-warnings-by-including-strin.patch patching file posixtz-0.5/posixtz.c read -r VERSION tzselect.out printf '%s\n' >tzdir.h.out \ '#ifndef TZDEFAULT' \ '# define TZDEFAULT "/etc/localtime" /* default zone */' \ '#endif' \ '#ifndef TZDIR' \ '# define TZDIR "/usr/share/zoneinfo" /* TZif directory */' \ '#endif' read -r VERSION version.h.out cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DHAVE_STDINT_H=1 -c -o asctime.o asctime.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DHAVE_STDINT_H=1 -c -o difftime.o difftime.c awk \ -v DATAFORM=main \ -v PACKRATDATA='' \ -v PACKRATLIST='' \ -f ziguard.awk \ africa antarctica asia australasia europe northamerica southamerica etcetera factory backward >main.zi.out awk \ -v DATAFORM=vanguard \ -v PACKRATDATA='' \ -v PACKRATLIST='' \ -f ziguard.awk \ africa antarctica asia australasia europe northamerica southamerica etcetera factory backward >vanguard.zi.out awk \ -v DATAFORM=rearguard \ -v PACKRATDATA='' \ -v PACKRATLIST='' \ -f ziguard.awk \ africa antarctica asia australasia europe northamerica southamerica etcetera factory backward >rearguard.zi.out mv tzdir.h.out tzdir.h mv version.h.out version.h cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DHAVE_STDINT_H=1 -c -o localtime.o localtime.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DHAVE_STDINT_H=1 -c -o strftime.o strftime.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DHAVE_STDINT_H=1 -c -o zic.o zic.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DHAVE_STDINT_H=1 -c -o zdump.o zdump.c chmod +x tzselect.out mv tzselect.out tzselect mv main.zi.out main.zi read -r version tzdata.zi.out mv rearguard.zi.out rearguard.zi mv vanguard.zi.out vanguard.zi mv tzdata.zi.out tzdata.zi cc -o zdump -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -DHAVE_STDINT_H=1 -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs zdump.o localtime.o strftime.o rm -f libtz.a ar -rv libtz.a localtime.o asctime.o difftime.o strftime.o ar: creating libtz.a a - localtime.o a - asctime.o a - difftime.o a - strftime.o : libtz.a /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: zdump.o: in function `size_overflow': zdump.c:(.text+0x32a): undefined reference to `libintl_gettext' /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: zdump.o: in function `close_file': zdump.c:(.text+0x36f): undefined reference to `libintl_gettext' /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: zdump.o: in function `usage': zdump.c:(.text+0x3db): undefined reference to `libintl_gettext' /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: zdump.o: in function `xmalloc': zdump.c:(.text+0x42a): undefined reference to `libintl_gettext' /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: zdump.o: in function `show': zdump.c:(.text+0x6ff): undefined reference to `libintl_gettext' /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: zdump.o:zdump.c:(.text+0x761): more undefined references to `libintl_gettext' follow /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: zdump.o: in function `main': zdump.c:(.text.startup+0x44): undefined reference to `libintl_textdomain' /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: zdump.c:(.text.startup+0x1cc): undefined reference to `libintl_gettext' /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: zdump.c:(.text.startup+0x32d): undefined reference to `libintl_gettext' /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: zdump.c:(.text.startup+0x3a5): undefined reference to `libintl_gettext' /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: zdump.c:(.text.startup+0x53d): undefined reference to `libintl_gettext' collect2: error: ld returned 1 exit status make: *** [Makefile:731: zdump] Error 1 make: *** Waiting for unfinished jobs.... >>> ERROR: tzdata: build failed >>> tzdata: Uninstalling dependencies... (1/1) Purging .makedepends-tzdata (20250908.185851) OK: 973 MiB in 405 packages