>>> patchelf: Building community/patchelf 0.12-r0 (using abuild 3.7.0_rc1-r1) started Sun, 20 Dec 2020 03:41:53 +0000 >>> patchelf: Checking sanity of /home/buildozer/aports/community/patchelf/APKBUILD... >>> patchelf: Analyzing dependencies... >>> patchelf: Installing for build: build-base autoconf automake libtool (1/13) Installing m4 (1.4.18-r1) (2/13) Installing libbz2 (1.0.8-r1) (3/13) Installing perl (5.32.0-r0) (4/13) Installing autoconf (2.69-r3) (5/13) Installing automake (1.16.3-r0) (6/13) Installing readline (8.0.4-r0) (7/13) Installing bash (5.0.18-r0) Executing bash-5.0.18-r0.post-install (8/13) Installing libltdl (2.4.6-r7) (9/13) Installing libtool (2.4.6-r7) (10/13) Installing .makedepends-patchelf (20201220.034157) (11/13) Installing perl-error (0.17029-r1) (12/13) Installing perl-git (2.29.2-r0) (13/13) Installing git-perl (2.29.2-r0) Executing busybox-1.32.0-r8.trigger OK: 349 MiB in 99 packages >>> patchelf: Cleaning up srcdir >>> patchelf: Cleaning up pkgdir >>> patchelf: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/patchelf-0.12.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 100 100k 100 100k 0 0 1106k 0 --:--:-- --:--:-- --:--:-- 1106k >>> patchelf: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/patchelf-0.12.tar.gz >>> patchelf: Checking sha512sums... patchelf-0.12.tar.gz: OK >>> patchelf: Unpacking /var/cache/distfiles/v3.13/patchelf-0.12.tar.gz... 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: running: /usr/bin/autoconf --force autoreconf: configure.ac: not using Autoheader autoreconf: running: automake --add-missing --copy --force-missing configure.ac:7: 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 thread-safe 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 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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 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.12/src' g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.12\" -DPACKAGE_STRING=\"patchelf\ 0.12\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.12\" -I. -Os -fomit-frame-pointer -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -Os -fomit-frame-pointer -MT patchelf.o -MD -MP -MF .deps/patchelf.Tpo -c -o patchelf.o patchelf.cc In file included from /usr/include/c++/10.2.1/cassert:44, from patchelf.cc:32: patchelf.cc: In instantiation of 'void ElfFile::rewriteSectionsLibrary() [with Elf_Ehdr = Elf64_Ehdr; Elf_Phdr = Elf64_Phdr; Elf_Shdr = Elf64_Shdr; Elf_Addr = long long unsigned int; Elf_Off = long long unsigned int; Elf_Dyn = Elf64_Dyn; Elf_Sym = Elf64_Sym; Elf_Verneed = Elf64_Verneed; Elf_Versym = short unsigned int]': patchelf.cc:1038:9: required from 'void ElfFile::rewriteSections() [with Elf_Ehdr = Elf64_Ehdr; Elf_Phdr = Elf64_Phdr; Elf_Shdr = Elf64_Shdr; Elf_Addr = long long unsigned int; Elf_Off = long long unsigned int; Elf_Dyn = Elf64_Dyn; Elf_Sym = Elf64_Sym; Elf_Verneed = Elf64_Verneed; Elf_Versym = short unsigned int]' patchelf.cc:1763:32: required from 'void patchElf2(ElfFile&&, const FileContents&, std::string) [with ElfFile = ElfFile; FileContents = std::shared_ptr >; std::string = std::__cxx11::basic_string]' patchelf.cc:1784:185: required from here patchelf.cc:835:19: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'off_t' {aka 'long long int'} [-Wsign-compare] 835 | assert(curOff == startOffset + neededSpace); | ^ mv -f .deps/patchelf.Tpo .deps/patchelf.Po g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -Os -fomit-frame-pointer -Wl,--as-needed -o patchelf patchelf.o make[1]: Leaving directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.12/src' Making all in tests make[1]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.12/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.12/tests' make[1]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.12' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.12' >>> patchelf: Entering fakeroot... Making install in src make[1]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.12/src' make[2]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.12/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.12/src' make[1]: Leaving directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.12/src' Making install in tests make[1]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.12/tests' make[2]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.12/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.12/tests' make[1]: Leaving directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.12/tests' make[1]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.12' make[2]: Entering directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.12' 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.12' make[1]: Leaving directory '/home/buildozer/aports/community/patchelf/src/patchelf-0.12' >>> 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: 40.0 KB >>> patchelf-doc*: Compressing data... >>> patchelf-doc*: Create checksum... >>> patchelf-doc*: Create patchelf-doc-0.12-r0.apk >>> patchelf*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 >>> patchelf*: Package size: 132.0 KB >>> patchelf*: Compressing data... >>> patchelf*: Create checksum... >>> patchelf*: Create patchelf-0.12-r0.apk >>> patchelf: Build complete at Sun, 20 Dec 2020 03:42:12 +0000 elapsed time 0h 0m 19s >>> patchelf: Cleaning up srcdir >>> patchelf: Cleaning up pkgdir >>> patchelf: Uninstalling dependencies... (1/13) Purging .makedepends-patchelf (20201220.034157) (2/13) Purging autoconf (2.69-r3) (3/13) Purging m4 (1.4.18-r1) (4/13) Purging automake (1.16.3-r0) (5/13) Purging libtool (2.4.6-r7) (6/13) Purging bash (5.0.18-r0) Executing bash-5.0.18-r0.pre-deinstall (7/13) Purging libltdl (2.4.6-r7) (8/13) Purging git-perl (2.29.2-r0) (9/13) Purging perl-git (2.29.2-r0) (10/13) Purging perl-error (0.17029-r1) (11/13) Purging perl (5.32.0-r0) (12/13) Purging libbz2 (1.0.8-r1) (13/13) Purging readline (8.0.4-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> patchelf: Updating the community/x86 repository index... >>> patchelf: Signing the index...