>>> tzdata: Building main/tzdata 2025a-r0 (using abuild 3.14.1-r5) started Sun, 19 Jan 2025 20:52:37 +0000
>>> tzdata: Validating /home/buildozer/aports/main/tzdata/APKBUILD...
>>> tzdata: Analyzing dependencies...
>>> tzdata: Installing for build: build-base
(1/1) Installing .makedepends-tzdata (20250119.205238)
OK: 274 MiB in 103 packages
>>> tzdata: Cleaning up srcdir
>>> tzdata: Cleaning up pkgdir
>>> tzdata: Cleaning up tmpdir
>>> tzdata: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tzcode2025a.tar.gz
>>> tzdata: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tzdata2025a.tar.gz
>>> tzdata: Fetching https://distfiles.alpinelinux.org/distfiles/edge/posixtz-0.5.tar.xz
>>> tzdata: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tzcode2025a.tar.gz
>>> tzdata: Fetching https://distfiles.alpinelinux.org/distfiles/edge/tzdata2025a.tar.gz
>>> tzdata: Fetching https://distfiles.alpinelinux.org/distfiles/edge/posixtz-0.5.tar.xz
>>> tzdata: Checking sha512sums...
tzcode2025a.tar.gz: OK
tzdata2025a.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/edge/tzcode2025a.tar.gz...
>>> tzdata: Unpacking /var/cache/distfiles/edge/tzdata2025a.tar.gz...
>>> tzdata: Unpacking /var/cache/distfiles/edge/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 <version && sed \
	  -e "s'#!/bin/bash'#!"'/bin/bash'\' \
	  -e s\''\(AWK\)=[^}]*'\''\1=\'\''awk\'\'\' \
	  -e s\''\(PKGVERSION\)=.*'\''\1=\'\''(tzcode) \'\'\' \
	  -e s\''\(REPORT_BUGS_TO\)=.*'\''\1=\'\''tz@iana.org\'\'\' \
	  -e s\''\(TZDIR\)=[^}]*'\''\1=\'\''/usr/share/zoneinfo\'\'\' \
	  -e s\''\(TZVERSION\)=.*'\''\1=\'"'$VERSION\\''" \
	  <tzselect.ksh >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 && printf '%s\n' \
	  'static char const PKGVERSION[]="(tzcode) ";' \
	  "static char const TZVERSION[]=\"$VERSION\";" \
	  'static char const REPORT_BUGS_TO[]="tz@iana.org";' \
	  >version.h.out
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_STDINT_H=1   -c -o asctime.o asctime.c
mv tzdir.h.out tzdir.h
mv version.h.out version.h
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -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
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_STDINT_H=1   -c -o zic.o zic.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_STDINT_H=1   -c -o zdump.o zdump.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_STDINT_H=1   -c -o localtime.o localtime.c
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_STDINT_H=1   -c -o strftime.o strftime.c
chmod +x tzselect.out
mv tzselect.out tzselect
mv main.zi.out main.zi
read -r version <version && \
	  LC_ALL=C awk \
	    -v dataform='main' \
	    -v deps='ziguard.awk africa antarctica asia australasia  europe northamerica southamerica etcetera factory backward   zishrink.awk' \
	    -v redo='posix_right' \
	    -v version="$version" \
	    -f zishrink.awk \
	    main.zi >tzdata.zi.out
mv rearguard.zi.out rearguard.zi
mv vanguard.zi.out vanguard.zi
mv tzdata.zi.out tzdata.zi
gcc -o zdump -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_STDINT_H=1 -Wl,--as-needed,-O1,--sort-common 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
gcc -o zic -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_STDINT_H=1 -Wl,--as-needed,-O1,--sort-common zic.o 
make: Entering directory '/home/buildozer/aports/main/tzdata/src/posixtz-0.5'
Package lua5.2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua5.2.pc'
to the PKG_CONFIG_PATH environment variable
Package 'lua5.2' not found
gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o posixtz main.c posixtz.c
make: Leaving directory '/home/buildozer/aports/main/tzdata/src/posixtz-0.5'
>>> tzdata: Entering fakeroot...
warning: -y ignored
warning: -y ignored
warning: -y ignored
>>> tzdata-right*: Running split function right...
'usr/share/zoneinfo/right' -> '/home/buildozer/aports/main/tzdata/pkg/tzdata-right/usr/share/zoneinfo/right'
>>> tzdata-right*: Preparing subpackage tzdata-right...
>>> tzdata-right*: Running postcheck for tzdata-right
>>> tzdata-doc*: Running split function doc...
'usr/share/man' -> '/home/buildozer/aports/main/tzdata/pkg/tzdata-doc/usr/share/man'
>>> tzdata-doc*: Preparing subpackage tzdata-doc...
>>> tzdata-doc*: Running postcheck for tzdata-doc
>>> tzdata-utils*: Running split function utils...
'usr/bin' -> '/home/buildozer/aports/main/tzdata/pkg/tzdata-utils/usr/bin'
'usr/sbin' -> '/home/buildozer/aports/main/tzdata/pkg/tzdata-utils/usr/sbin'
>>> tzdata-utils*: Preparing subpackage tzdata-utils...
>>> tzdata-utils*: Stripping binaries
>>> tzdata-utils*: Running postcheck for tzdata-utils
>>> tzdata*: Running postcheck for tzdata
>>> tzdata*: Preparing package tzdata...
>>> tzdata-doc*: Tracing dependencies...
>>> tzdata-doc*: Package size: 11.8 KB
>>> tzdata-doc*: Compressing data...
>>> tzdata-doc*: Create checksum...
>>> tzdata-doc*: Create tzdata-doc-2025a-r0.apk
>>> tzdata-right*: Tracing dependencies...
>>> tzdata-right*: Package size: 568.0 KB
>>> tzdata-right*: Compressing data...
>>> tzdata-right*: Create checksum...
>>> tzdata-right*: Create tzdata-right-2025a-r0.apk
>>> tzdata-utils*: Tracing dependencies...
>>> tzdata-utils*: Package size: 75.7 KB
>>> tzdata-utils*: Compressing data...
>>> tzdata-utils*: Create checksum...
>>> tzdata-utils*: Create tzdata-utils-2025a-r0.apk
>>> tzdata*: Tracing dependencies...
>>> tzdata*: Package size: 433.8 KB
>>> tzdata*: Compressing data...
>>> tzdata*: Create checksum...
>>> tzdata*: Create tzdata-2025a-r0.apk
>>> tzdata: Build complete at Sun, 19 Jan 2025 20:52:41 +0000 elapsed time 0h 0m 4s
>>> tzdata: Cleaning up srcdir
>>> tzdata: Cleaning up pkgdir
>>> tzdata: Uninstalling dependencies...
(1/1) Purging .makedepends-tzdata (20250119.205238)
OK: 274 MiB in 102 packages
>>> tzdata: Updating the main/armv7 repository index...
>>> tzdata: Signing the index...