>>> patchelf: Building community/patchelf 0.17.0-r0 (using abuild 3.10.0_rc1-r2) started Tue, 15 Nov 2022 23:46:09 +0000 >>> patchelf: Checking sanity of /home/buildozer/aports/community/patchelf/APKBUILD... >>> patchelf: Analyzing dependencies... >>> patchelf: Installing for build: build-base autoconf automake libtool (1/11) Installing m4 (1.4.19-r1) (2/11) Installing libbz2 (1.0.8-r4) (3/11) Installing perl (5.36.0-r0) (4/11) Installing autoconf (2.71-r1) (5/11) Installing automake (1.16.5-r1) (6/11) Installing libltdl (2.4.7-r0) (7/11) Installing libtool (2.4.7-r0) (8/11) Installing .makedepends-patchelf (20221115.234612) (9/11) Installing perl-error (0.17029-r1) (10/11) Installing perl-git (2.38.1-r0) (11/11) Installing git-perl (2.38.1-r0) Executing busybox-1.35.0-r27.trigger OK: 314 MiB in 107 packages >>> patchelf: Cleaning up srcdir >>> patchelf: Cleaning up pkgdir >>> patchelf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/patchelf-0.17.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> patchelf: Fetching patchelf-0.17.0.tar.gz::https://github.com/NixOS/patchelf/archive/0.17.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 140k 0 0 100k 0 --:--:-- 0:00:01 --:--:-- 100k >>> patchelf: Fetching https://distfiles.alpinelinux.org/distfiles/edge/patchelf-0.17.0.tar.gz >>> patchelf: Checking sha512sums... patchelf-0.17.0.tar.gz: OK >>> patchelf: Unpacking /var/cache/distfiles/patchelf-0.17.0.tar.gz... autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory build-aux autoreconf: configure.ac: not using Libtool autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: /usr/bin/autoconf --force autoreconf: configure.ac: not using Autoheader autoreconf: running: automake --add-missing --copy --force-missing configure.ac:14: installing 'build-aux/compile' configure.ac:5: installing 'build-aux/install-sh' configure.ac:5: installing 'build-aux/missing' src/Makefile.am: installing 'build-aux/depcomp' parallel-tests: installing 'build-aux/test-driver' autoreconf: Leaving directory '.' 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 strip... strip checking for objdump... objdump checking for objcopy... objcopy checking for readelf... readelf checking whether make supports the include directive... yes (GNU style) checking for 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/community/patchelf/src/patchelf-0.17.0/src' g++ -std=c++17 -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.17.0\" -DPACKAGE_STRING=\"patchelf\ 0.17.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.17.0\" -DHAVE_CXX17=1 -I. -Os -fomit-frame-pointer -Wall -std=c++17 -D_FILE_OFFSET_BITS=64 -Os -fomit-frame-pointer -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 -std=c++17 -D_FILE_OFFSET_BITS=64 -Os -fomit-frame-pointer -Wl,--as-needed,-O1,--sort-common -o patchelf patchelf.o make[1]: Leaving directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0/src' Making all in tests make[1]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0/tests' make[1]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0' >>> patchelf: Entering fakeroot... Making install in src make[1]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0/src' make[2]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0/src' make[2]: Nothing to be done for 'install-data-am'. .././build-aux/install-sh -c -d '/home/buildozer/aports/community/patchelf/pkg/patchelf/usr/bin' /usr/bin/install -c patchelf '/home/buildozer/aports/community/patchelf/pkg/patchelf/usr/bin' make[2]: Leaving directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0/src' make[1]: Leaving directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0/src' Making install in tests make[1]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0/tests' make[2]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.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/community/patchelf/src/patchelf-0.17.0/tests' make[1]: Leaving directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0/tests' make[1]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0' make[2]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0' make[2]: Nothing to be done for 'install-exec-am'. ./build-aux/install-sh -c -d '/home/buildozer/aports/community/patchelf/pkg/patchelf/usr/share/doc/patchelf' ./build-aux/install-sh -c -d '/home/buildozer/aports/community/patchelf/pkg/patchelf/usr/share/man/man1' /usr/bin/install -c -m 644 README.md '/home/buildozer/aports/community/patchelf/pkg/patchelf/usr/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/home/buildozer/aports/community/patchelf/pkg/patchelf/usr/share/man/man1' make[2]: Leaving directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0' make[1]: Leaving directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.17.0' >>> patchelf-doc*: Running split function doc... >>> patchelf-doc*: Preparing subpackage patchelf-doc... >>> patchelf-doc*: Running postcheck for patchelf-doc >>> patchelf*: Running postcheck for patchelf >>> patchelf*: Preparing package patchelf... >>> patchelf*: Stripping binaries >>> patchelf-doc*: 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.17.0-r0.apk >>> patchelf*: Tracing dependencies... so:libc.musl-riscv64.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> patchelf*: Package size: 124.0 KB >>> patchelf*: Compressing data... >>> patchelf*: Create checksum... >>> patchelf*: Create patchelf-0.17.0-r0.apk >>> patchelf: Build complete at Tue, 15 Nov 2022 23:47:29 +0000 elapsed time 0h 1m 20s >>> patchelf: Cleaning up srcdir >>> patchelf: Cleaning up pkgdir >>> patchelf: Uninstalling dependencies... (1/11) Purging .makedepends-patchelf (20221115.234612) (2/11) Purging autoconf (2.71-r1) (3/11) Purging m4 (1.4.19-r1) (4/11) Purging automake (1.16.5-r1) (5/11) Purging libtool (2.4.7-r0) (6/11) Purging libltdl (2.4.7-r0) (7/11) Purging git-perl (2.38.1-r0) (8/11) Purging perl-git (2.38.1-r0) (9/11) Purging perl-error (0.17029-r1) (10/11) Purging perl (5.36.0-r0) (11/11) Purging libbz2 (1.0.8-r4) Executing busybox-1.35.0-r27.trigger OK: 271 MiB in 96 packages >>> patchelf: Updating the community/riscv64 repository index... >>> patchelf: Signing the index...