>>> mkfontscale: Building main/mkfontscale 1.2.2-r4 (using abuild 3.11.6-r2) started Mon, 05 Jun 2023 21:03:10 +0000 >>> mkfontscale: Checking sanity of /home/buildozer/aports/main/mkfontscale/APKBUILD... >>> mkfontscale: Analyzing dependencies... >>> mkfontscale: Installing for build: build-base freetype-dev libfontenc-dev util-macros xorgproto zlib-dev (1/12) Installing libpng (1.6.39-r4) (2/12) Installing freetype (2.13.0-r6) (3/12) Installing brotli (1.0.9-r15) (4/12) Installing brotli-dev (1.0.9-r15) (5/12) Installing zlib-dev (1.2.13-r2) (6/12) Installing libpng-dev (1.6.39-r4) (7/12) Installing freetype-dev (2.13.0-r6) (8/12) Installing libfontenc (1.1.7-r4) (9/12) Installing libfontenc-dev (1.1.7-r4) (10/12) Installing util-macros (1.20.0-r0) (11/12) Installing xorgproto (2023.1-r0) (12/12) Installing .makedepends-mkfontscale (20230605.210311) Executing busybox-1.36.1-r0.trigger OK: 379 MiB in 120 packages >>> mkfontscale: Cleaning up srcdir >>> mkfontscale: Cleaning up pkgdir >>> mkfontscale: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkfontscale-1.2.2.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 100 140k 0 0 1185k 0 --:--:-- --:--:-- --:--:-- 1197k >>> mkfontscale: Fetching https://distfiles.alpinelinux.org/distfiles/edge/mkfontscale-1.2.2.tar.xz >>> mkfontscale: Checking sha512sums... mkfontscale-1.2.2.tar.xz: OK >>> mkfontscale: Unpacking /var/cache/distfiles/edge/mkfontscale-1.2.2.tar.xz... checking for i586-alpine-linux-musl-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking for gcc options needed to detect all undeclared functions... none needed checking whether __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking for i586-alpine-linux-musl-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... i586-alpine-linux-musl checking host system type... i586-alpine-linux-musl checking for a sed that does not truncate output... /bin/sed checking if gcc supports -Werror=unknown-warning-option... no checking if gcc supports -Werror=unused-command-line-argument... no checking if gcc supports -Wall... yes checking if gcc supports -Wpointer-arith... yes checking if gcc supports -Wmissing-declarations... yes checking if gcc supports -Wformat=2... yes checking if gcc supports -Wstrict-prototypes... yes checking if gcc supports -Wmissing-prototypes... yes checking if gcc supports -Wnested-externs... yes checking if gcc supports -Wbad-function-cast... yes checking if gcc supports -Wold-style-definition... yes checking if gcc supports -Wdeclaration-after-statement... yes checking if gcc supports -Wunused... yes checking if gcc supports -Wuninitialized... yes checking if gcc supports -Wshadow... yes checking if gcc supports -Wmissing-noreturn... yes checking if gcc supports -Wmissing-format-attribute... yes checking if gcc supports -Wredundant-decls... yes checking if gcc supports -Wlogical-op... yes checking if gcc supports -Werror=implicit... yes checking if gcc supports -Werror=nonnull... yes checking if gcc supports -Werror=init-self... yes checking if gcc supports -Werror=main... yes checking if gcc supports -Werror=missing-braces... yes checking if gcc supports -Werror=sequence-point... yes checking if gcc supports -Werror=return-type... yes checking if gcc supports -Werror=trigraphs... yes checking if gcc supports -Werror=array-bounds... yes checking if gcc supports -Werror=write-strings... yes checking if gcc supports -Werror=address... yes checking if gcc supports -Werror=int-to-pointer-cast... yes checking if gcc supports -Werror=pointer-to-int-cast... yes checking if gcc supports -pedantic... yes checking if gcc supports -Werror... yes checking if gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking for gzopen in -lz... yes checking for vasprintf... yes checking for MKFONTSCALE... yes checking for X11... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/home/buildozer/aports/main/mkfontscale/src/mkfontscale-1.2.2' Making all in man make[2]: Entering directory '/home/buildozer/aports/main/mkfontscale/src/mkfontscale-1.2.2/man' GEN mkfontdir.1 GEN mkfontscale.1 make[2]: Leaving directory '/home/buildozer/aports/main/mkfontscale/src/mkfontscale-1.2.2/man' make[2]: Entering directory '/home/buildozer/aports/main/mkfontscale/src/mkfontscale-1.2.2' CC constlist.o CC hash.o CC ident.o CC list.o CC mkfontscale.o GEN mkfontdir mkfontscale.c: In function 'doDirectory': mkfontscale.c:784:66: warning: declaration of 'encodingsToDo' shadows a global declaration [-Wshadow] 784 | doDirectory(const char *dirname_given, int numEncodings, ListPtr encodingsToDo) | ~~~~~~~~^~~~~~~~~~~~~ mkfontscale.c:116:16: note: shadowed declaration is here 116 | static ListPtr encodingsToDo; | ^~~~~~~~~~~~~ mkfontscale.c: In function 'readEncodings': mkfontscale.c:1298:23: warning: declaration of 'encodings' shadows a global declaration [-Wshadow] 1298 | readEncodings(ListPtr encodings, char *dirname) | ~~~~~~~~^~~~~~~~~ mkfontscale.c:93:21: note: shadowed declaration is here 93 | static ConstListPtr encodings, extra_encodings; | ^~~~~~~~~ CCLD mkfontscale make[2]: Leaving directory '/home/buildozer/aports/main/mkfontscale/src/mkfontscale-1.2.2' make[1]: Leaving directory '/home/buildozer/aports/main/mkfontscale/src/mkfontscale-1.2.2' >>> mkfontscale: Entering fakeroot... Making install in man make[1]: Entering directory '/home/buildozer/aports/main/mkfontscale/src/mkfontscale-1.2.2/man' make[2]: Entering directory '/home/buildozer/aports/main/mkfontscale/src/mkfontscale-1.2.2/man' make[2]: Nothing to be done for 'install-exec-am'. .././install-sh -c -d '/home/buildozer/aports/main/mkfontscale/pkg/mkfontscale/usr/share/man/man1' /usr/bin/install -c -m 644 mkfontdir.1 mkfontscale.1 '/home/buildozer/aports/main/mkfontscale/pkg/mkfontscale/usr/share/man/man1' make[2]: Leaving directory '/home/buildozer/aports/main/mkfontscale/src/mkfontscale-1.2.2/man' make[1]: Leaving directory '/home/buildozer/aports/main/mkfontscale/src/mkfontscale-1.2.2/man' make[1]: Entering directory '/home/buildozer/aports/main/mkfontscale/src/mkfontscale-1.2.2' make[2]: Entering directory '/home/buildozer/aports/main/mkfontscale/src/mkfontscale-1.2.2' make[2]: Nothing to be done for 'install-data-am'. ./install-sh -c -d '/home/buildozer/aports/main/mkfontscale/pkg/mkfontscale/usr/bin' ./install-sh -c -d '/home/buildozer/aports/main/mkfontscale/pkg/mkfontscale/usr/bin' /usr/bin/install -c mkfontdir '/home/buildozer/aports/main/mkfontscale/pkg/mkfontscale/usr/bin' /usr/bin/install -c mkfontscale '/home/buildozer/aports/main/mkfontscale/pkg/mkfontscale/usr/bin' make[2]: Leaving directory '/home/buildozer/aports/main/mkfontscale/src/mkfontscale-1.2.2' make[1]: Leaving directory '/home/buildozer/aports/main/mkfontscale/src/mkfontscale-1.2.2' >>> mkfontscale-doc*: Running split function doc... >>> mkfontscale-doc*: Preparing subpackage mkfontscale-doc... >>> mkfontscale-doc*: Running postcheck for mkfontscale-doc >>> mkfontscale*: Running postcheck for mkfontscale >>> mkfontscale*: Preparing package mkfontscale... >>> mkfontscale*: Stripping binaries >>> mkfontscale*: Script found. /bin/sh added as a dependency for mkfontscale-1.2.2-r4.apk >>> mkfontscale*: Adding .trigger >>> mkfontscale-doc*: Scanning shared objects >>> mkfontscale*: Scanning shared objects >>> mkfontscale-doc*: Tracing dependencies... >>> mkfontscale-doc*: Package size: 28.0 KB >>> mkfontscale-doc*: Compressing data... >>> mkfontscale-doc*: Create checksum... >>> mkfontscale-doc*: Create mkfontscale-doc-1.2.2-r4.apk >>> mkfontscale*: Tracing dependencies... /bin/sh so:libc.musl-x86.so.1 so:libfontenc.so.1 so:libfreetype.so.6 so:libz.so.1 >>> mkfontscale*: Package size: 48.0 KB >>> mkfontscale*: Compressing data... >>> mkfontscale*: Create checksum... >>> mkfontscale*: Create mkfontscale-1.2.2-r4.apk >>> mkfontscale: Build complete at Mon, 05 Jun 2023 21:03:18 +0000 elapsed time 0h 0m 8s >>> mkfontscale: Cleaning up srcdir >>> mkfontscale: Cleaning up pkgdir >>> mkfontscale: Uninstalling dependencies... (1/12) Purging .makedepends-mkfontscale (20230605.210311) (2/12) Purging freetype-dev (2.13.0-r6) (3/12) Purging freetype (2.13.0-r6) (4/12) Purging libfontenc-dev (1.1.7-r4) (5/12) Purging libfontenc (1.1.7-r4) (6/12) Purging util-macros (1.20.0-r0) (7/12) Purging xorgproto (2023.1-r0) (8/12) Purging brotli-dev (1.0.9-r15) (9/12) Purging brotli (1.0.9-r15) (10/12) Purging libpng-dev (1.6.39-r4) (11/12) Purging libpng (1.6.39-r4) (12/12) Purging zlib-dev (1.2.13-r2) Executing busybox-1.36.1-r0.trigger OK: 374 MiB in 108 packages >>> mkfontscale: Updating the main/x86 repository index... >>> mkfontscale: Signing the index...