>>> patchelf: Building main/patchelf 0.18.0-r3 (using abuild 3.11.21-r0) started Mon, 31 Jul 2023 15:09:55 +0000 >>> patchelf: Checking sanity of /home/buildozer/aports/main/patchelf/APKBUILD... >>> patchelf: Analyzing dependencies... >>> patchelf: Installing for build: build-base (1/1) Installing .makedepends-patchelf (20230731.150955) OK: 379 MiB in 104 packages >>> patchelf: Cleaning up srcdir >>> patchelf: Cleaning up pkgdir >>> patchelf: Cleaning up tmpdir >>> patchelf: Fetching patchelf-0.18.0-2.tar.gz::https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0.tar.gz >>> patchelf: Fetching patchelf-0.18.0-2.tar.gz::https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0.tar.gz >>> patchelf: Checking sha512sums... patchelf-0.18.0-2.tar.gz: OK fix-completion.patch: OK >>> patchelf: Unpacking /var/cache/distfiles/patchelf-0.18.0-2.tar.gz... >>> patchelf: fix-completion.patch patching file completions/zsh/_patchelf checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/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 nested variables... yes checking for aarch64-alpine-linux-musl-strip... no checking for strip... strip checking for aarch64-alpine-linux-musl-objdump... no checking for objdump... objdump checking for aarch64-alpine-linux-musl-objcopy... no checking for objcopy... objcopy checking for aarch64-alpine-linux-musl-readelf... no checking for readelf... readelf checking whether make supports the include directive... yes (GNU style) checking for aarch64-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 dependency style of gcc... gcc3 checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... gcc3 checking dependency style of gcc... gcc3 checking whether g++ supports C++17 features with -std=c++17... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands Making all in src make[1]: Entering directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/src' g++ -std=c++17 -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -Wall -Wextra -Wcast-qual -std=c++17 -D_FILE_OFFSET_BITS=64 -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -MT patchelf.o -MD -MP -MF .deps/patchelf.Tpo -c -o patchelf.o patchelf.cc mv -f .deps/patchelf.Tpo .deps/patchelf.Po g++ -std=c++17 -Wall -Wextra -Wcast-qual -std=c++17 -D_FILE_OFFSET_BITS=64 -Os -fstack-clash-protection -Wformat -Werror=format-security -D_GLIBCXX_ASSERTIONS=1 -Wl,--as-needed,-O1,--sort-common -o patchelf patchelf.o make[1]: Leaving directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/src' Making all in tests make[1]: Entering directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/tests' make[1]: Entering directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0' make: Entering directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/tests' make simple-pie simple simple-execstack main too-many-strtab main-scoped big-dynstr no-rpath contiguous-note-sections libfoo.so libfoo-scoped.so libbar.so libbar-scoped.so libsimple.so libsimple-execstack.so libbuildid.so libtoomanystrtab.so phdr-corruption.so many-syms-main libmany-syms.so liboveralign.so libshared-rpath.so libbig-dynstr.debug make[1]: Entering directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/tests' gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -fPIC -pie -Os -fstack-clash-protection -Wformat -Werror=format-security -MT simple_pie-simple.o -MD -MP -MF .deps/simple_pie-simple.Tpo -c -o simple_pie-simple.o `test -f 'simple.c' || echo './'`simple.c mv -f .deps/simple_pie-simple.Tpo .deps/simple_pie-simple.Po gcc -fPIC -pie -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o simple-pie simple_pie-simple.o gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -MT simple-simple.o -MD -MP -MF .deps/simple-simple.Tpo -c -o simple-simple.o `test -f 'simple.c' || echo './'`simple.c mv -f .deps/simple-simple.Tpo .deps/simple-simple.Po gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,-z,noexecstack -Wl,--as-needed,-O1,--sort-common -o simple simple-simple.o gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -MT simple_execstack-simple.o -MD -MP -MF .deps/simple_execstack-simple.Tpo -c -o simple_execstack-simple.o `test -f 'simple.c' || echo './'`simple.c mv -f .deps/simple_execstack-simple.Tpo .deps/simple_execstack-simple.Po gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,-z,execstack -Wl,--as-needed,-O1,--sort-common -o simple-execstack simple_execstack-simple.o gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -MT foo.o -MD -MP -MF .deps/foo.Tpo -c -o foo.o foo.c mv -f .deps/foo.Tpo .deps/foo.Po gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -MT bar.o -MD -MP -MF .deps/bar.Tpo -c -o bar.o bar.c mv -f .deps/bar.Tpo .deps/bar.Po gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L. -Wl,-rpath,`pwd`/no-such-path -Wl,--as-needed,-O1,--sort-common -o libbar.so bar.o gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L. -Wl,--as-needed,-O1,--sort-common -o libfoo.so foo.o -lbar gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -Wl,-rpath-link=. -L. -Wl,--as-needed,-O1,--sort-common -o main main.o -lfoo gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -MT too-many-strtab.o -MD -MP -MF .deps/too-many-strtab.Tpo -c -o too-many-strtab.o too-many-strtab.c mv -f .deps/too-many-strtab.Tpo .deps/too-many-strtab.Po gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -c -o too-many-strtab2.o too-many-strtab2.s gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o too-many-strtab too-many-strtab.o too-many-strtab2.o gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L. -Wl,--as-needed,-O1,--sort-common -o libbar-scoped.so bar.o gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L. -Wl,--as-needed,-O1,--sort-common -o libfoo-scoped.so foo.o -lbar-scoped gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -Wl,-rpath-link=. -L. -Wl,--as-needed,-O1,--sort-common -o main-scoped main.o -lfoo-scoped cat main.c > big-dynstr.c i=1; while [ $i -le 2000 ]; do echo "void f$i(void) { };"; i=$(($i + 1)); done >> big-dynstr.c gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -MT big-dynstr.o -MD -MP -MF .deps/big-dynstr.Tpo -c -o big-dynstr.o big-dynstr.c mv -f .deps/big-dynstr.Tpo .deps/big-dynstr.Po gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -Wl,-rpath-link=. -L. -Wl,--as-needed,-O1,--sort-common -o big-dynstr big-dynstr.o -lfoo gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -MT no_rpath-no-rpath.o -MD -MP -MF .deps/no_rpath-no-rpath.Tpo -c -o no_rpath-no-rpath.o `test -f 'no-rpath.c' || echo './'`no-rpath.c mv -f .deps/no_rpath-no-rpath.Tpo .deps/no_rpath-no-rpath.Po gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -o no-rpath no_rpath-no-rpath.o gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -c -o contiguous-note-sections.o contiguous-note-sections.s gcc -pie -Os -fstack-clash-protection -Wformat -Werror=format-security -nostdlib -T ./contiguous-note-sections.ld -Wl,--as-needed,-O1,--sort-common -o contiguous-note-sections contiguous-note-sections.o make[1]: 'libfoo.so' is up to date. make[1]: 'libfoo-scoped.so' is up to date. make[1]: 'libbar.so' is up to date. make[1]: 'libbar-scoped.so' is up to date. gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -MT simple.o -MD -MP -MF .deps/simple.Tpo -c -o simple.o simple.c mv -f .deps/simple.Tpo .deps/simple.Po gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L. -Wl,-z,noexecstack -Wl,--as-needed,-O1,--sort-common -o libsimple.so simple.o gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L. -Wl,-z,execstack -Wl,--as-needed,-O1,--sort-common -o libsimple-execstack.so simple.o gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L. -Wl,--build-id -Wl,--as-needed,-O1,--sort-common -o libbuildid.so simple.o gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L. -Wl,--as-needed,-O1,--sort-common -o libtoomanystrtab.so too-many-strtab.o too-many-strtab2.o gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -Os -fstack-clash-protection -Wformat -Werror=format-security -MT phdr_corruption_so-void.o -MD -MP -MF .deps/phdr_corruption_so-void.Tpo -c -o phdr_corruption_so-void.o `test -f 'void.c' || echo './'`void.c mv -f .deps/phdr_corruption_so-void.Tpo .deps/phdr_corruption_so-void.Po gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -nostdlib -shared -Wl,-T./phdr-corruption.ld -Wl,--as-needed,-O1,--sort-common -o phdr-corruption.so phdr_corruption_so-void.o /usr/lib/gcc/aarch64-alpine-linux-musl/13.1.1/../../../../aarch64-alpine-linux-musl/bin/ld: warning: phdr-corruption.so has a LOAD segment with RWX permissions gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -pie -Os -fstack-clash-protection -Wformat -Werror=format-security -MT many_syms_main-many-syms-main.o -MD -MP -MF .deps/many_syms_main-many-syms-main.Tpo -c -o many_syms_main-many-syms-main.o `test -f 'many-syms-main.c' || echo './'`many-syms-main.c mv -f .deps/many_syms_main-many-syms-main.Tpo .deps/many_syms_main-many-syms-main.Po gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -MT many-syms.o -MD -MP -MF .deps/many-syms.Tpo -c -o many-syms.o many-syms.c mv -f .deps/many-syms.Tpo .deps/many-syms.Po gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L. -Wl,--as-needed,-O1,--sort-common -o libmany-syms.so many-syms.o gcc -pie -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -Wl,-rpath-link=. -L. -Wl,--as-needed,-O1,--sort-common -o many-syms-main many_syms_main-many-syms-main.o -lmany-syms make[1]: 'libmany-syms.so' is up to date. gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L. -Wl,-z,max-page-size=0x10000 -Wl,--as-needed,-O1,--sort-common -o liboveralign.so simple.o gcc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.18.0\" -DPACKAGE_STRING=\"patchelf\ 0.18.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.18.0\" -DHAVE_CXX17=1 -I. -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -MT shared-rpath.o -MD -MP -MF .deps/shared-rpath.Tpo -c -o shared-rpath.o shared-rpath.c mv -f .deps/shared-rpath.Tpo .deps/shared-rpath.Po gcc -fpic -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--disable-new-dtags -shared -L. -Wl,-rpath=a_symbol_name -Wl,--as-needed,-O1,--sort-common -o libshared-rpath.so shared-rpath.o gcc -fPIC -shared -o libbig-dynstr.so big-dynstr.c strip --only-keep-debug libbig-dynstr.so -o libbig-dynstr.debug make[1]: Leaving directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/tests' make check-TESTS make[1]: Entering directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/tests' make[2]: Entering directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/tests' PASS: plain-fail.sh PASS: plain-run.sh PASS: shrink-rpath.sh PASS: set-interpreter-short.sh PASS: set-interpreter-long.sh PASS: set-rpath.sh PASS: add-rpath.sh PASS: no-rpath.sh PASS: big-dynstr.sh PASS: set-rpath-library.sh PASS: soname.sh PASS: shrink-rpath-with-allowed-prefixes.sh SKIP: set-rpath-rel-map.sh PASS: force-rpath.sh PASS: plain-needed.sh PASS: output-flag.sh PASS: too-many-strtab.sh PASS: no-rpath-pie-powerpc.sh PASS: build-id.sh PASS: invalid-elf.sh PASS: endianness.sh PASS: contiguous-note-sections.sh PASS: no-gnu-hash.sh PASS: change-abi.sh PASS: grow-file.sh PASS: no-dynamic-section.sh PASS: args-from-file.sh PASS: basic-flags.sh PASS: set-empty-rpath.sh PASS: phdr-corruption.sh PASS: replace-needed.sh PASS: replace-add-needed.sh PASS: add-debug-tag.sh PASS: repeated-updates.sh PASS: empty-note.sh PASS: print-execstack.sh PASS: modify-execstack.sh PASS: rename-dynamic-symbols.sh PASS: overlapping-segments-after-rounding.sh PASS: shared-rpath.sh SKIP: short-first-segment.sh PASS: no-rpath-amd64.sh PASS: no-rpath-armel.sh PASS: no-rpath-armhf.sh PASS: no-rpath-hurd-i386.sh PASS: no-rpath-i386.sh PASS: no-rpath-ia64.sh PASS: no-rpath-kfreebsd-amd64.sh PASS: no-rpath-kfreebsd-i386.sh PASS: no-rpath-mips.sh PASS: no-rpath-mipsel.sh PASS: no-rpath-powerpc.sh PASS: no-rpath-s390.sh PASS: no-rpath-sh4.sh PASS: no-rpath-sparc.sh ============================================================================ Testsuite summary for patchelf 0.18.0 ============================================================================ # TOTAL: 56 # PASS: 54 # SKIP: 2 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[2]: Leaving directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/tests' make[1]: Leaving directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/tests' make: Leaving directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/tests' >>> patchelf: Entering fakeroot... Making install in src make[1]: Entering directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/src' make[2]: Entering directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/src' make[2]: Nothing to be done for 'install-data-am'. .././build-aux/install-sh -c -d '/home/buildozer/aports/main/patchelf/pkg/patchelf/usr/bin' /usr/bin/install -c patchelf '/home/buildozer/aports/main/patchelf/pkg/patchelf/usr/bin' make[2]: Leaving directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/src' make[1]: Leaving directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/src' Making install in tests make[1]: Entering directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/tests' make[2]: Entering directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/tests' make[1]: Leaving directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0/tests' make[1]: Entering directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0' make[2]: Entering directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0' make[2]: Nothing to be done for 'install-exec-am'. ./build-aux/install-sh -c -d '/home/buildozer/aports/main/patchelf/pkg/patchelf/usr/share/zsh/site-functions' ./build-aux/install-sh -c -d '/home/buildozer/aports/main/patchelf/pkg/patchelf/usr/share/doc/patchelf' ./build-aux/install-sh -c -d '/home/buildozer/aports/main/patchelf/pkg/patchelf/usr/share/man/man1' /usr/bin/install -c -m 644 completions/zsh/_patchelf '/home/buildozer/aports/main/patchelf/pkg/patchelf/usr/share/zsh/site-functions' /usr/bin/install -c -m 644 README.md '/home/buildozer/aports/main/patchelf/pkg/patchelf/usr/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/home/buildozer/aports/main/patchelf/pkg/patchelf/usr/share/man/man1' make[2]: Leaving directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0' make[1]: Leaving directory '/home/buildozer/aports/main/patchelf/src/patchelf-0.18.0' >>> patchelf-doc*: Running split function doc... >>> patchelf-doc*: Preparing subpackage patchelf-doc... >>> patchelf-doc*: Running postcheck for patchelf-doc >>> patchelf-zsh-completion*: Running split function zshcomp... '/home/buildozer/aports/main/patchelf/pkg/patchelf/usr/share/zsh/site-functions' -> '/home/buildozer/aports/main/patchelf/pkg/patchelf-zsh-completion/usr/share/zsh/site-functions' >>> patchelf-zsh-completion*: Preparing subpackage patchelf-zsh-completion... >>> patchelf-zsh-completion*: Running postcheck for patchelf-zsh-completion >>> patchelf*: Running postcheck for patchelf >>> patchelf*: Preparing package patchelf... >>> patchelf*: Stripping binaries >>> patchelf-doc*: Scanning shared objects >>> patchelf-zsh-completion*: Scanning shared objects >>> patchelf*: Scanning shared objects >>> patchelf-doc*: Tracing dependencies... >>> patchelf-doc*: Package size: 36.0 KB >>> patchelf-doc*: Compressing data... >>> patchelf-doc*: Create checksum... >>> patchelf-doc*: Create patchelf-doc-0.18.0-r3.apk >>> patchelf-zsh-completion*: Tracing dependencies... >>> patchelf-zsh-completion*: Package size: 24.0 KB >>> patchelf-zsh-completion*: Compressing data... >>> patchelf-zsh-completion*: Create checksum... >>> patchelf-zsh-completion*: Create patchelf-zsh-completion-0.18.0-r3.apk >>> patchelf*: Tracing dependencies... so:libc.musl-aarch64.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> patchelf*: Package size: 208.0 KB >>> patchelf*: Compressing data... >>> patchelf*: Create checksum... >>> patchelf*: Create patchelf-0.18.0-r3.apk >>> patchelf: Build complete at Mon, 31 Jul 2023 15:10:15 +0000 elapsed time 0h 0m 20s >>> patchelf: Cleaning up srcdir >>> patchelf: Cleaning up pkgdir >>> patchelf: Uninstalling dependencies... (1/1) Purging .makedepends-patchelf (20230731.150955) OK: 379 MiB in 103 packages >>> patchelf: Updating the main/aarch64 repository index... >>> patchelf: Signing the index...