==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: patchelf 0.18.0-3 (Wed May  1 12:19:05 2024)
==> Retrieving sources...
  -> Cloning patchelf git repo...
Cloning into bare repository '/home/leming/work/patchelf/patchelf'...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    patchelf ... Skipped
==> Validating source files with b2sums...
    patchelf ... Skipped
==> Making package: patchelf 0.18.0-3 (Wed May  1 12:19:14 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (4) perl-error-0.17029-5  perl-mailtools-2.21-7  perl-timedate-2.33-5
             git-2.45.0-1

Total Installed Size:  42.91 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing git...
Optional dependencies for git
    tk: gitk and git gui
    openssh: ssh transport and crypto
    perl-libwww: git svn
    perl-term-readkey: git svn and interactive.singlekey setting
    perl-io-socket-ssl: git send-email TLS support
    perl-authen-sasl: git send-email TLS support
    perl-mediawiki-api: git mediawiki support
    perl-datetime-format-iso8601: git mediawiki support
    perl-lwp-protocol-https: git mediawiki https support
    perl-cgi: gitweb (web interface) support
    python: git svn & git p4
    subversion: git svn
    org.freedesktop.secrets: keyring credential helper
    libsecret: libsecret credential helper [installed]
:: Running post-transaction hooks...
(1/1) Warn about old perl modules
[?25h==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Creating working copy of patchelf git repo...
Cloning into 'patchelf'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
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: 'build-aux/install-sh' is updated
autoreconf: Leaving directory '.'
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
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 for g++... g++
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 '/build/patchelf/src/patchelf/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     -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -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     -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o patchelf patchelf.o  
make[1]: Leaving directory '/build/patchelf/src/patchelf/src'
Making all in tests
make[1]: Entering directory '/build/patchelf/src/patchelf/tests'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/patchelf/src/patchelf/tests'
make[1]: Entering directory '/build/patchelf/src/patchelf'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/build/patchelf/src/patchelf'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/build/patchelf/src/patchelf/src'
make[2]: Entering directory '/build/patchelf/src/patchelf/src'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/patchelf/pkg/patchelf/usr/bin'
  /usr/bin/install -c patchelf '/build/patchelf/pkg/patchelf/usr/bin'
make[2]: Leaving directory '/build/patchelf/src/patchelf/src'
make[1]: Leaving directory '/build/patchelf/src/patchelf/src'
Making install in tests
make[1]: Entering directory '/build/patchelf/src/patchelf/tests'
make[2]: Entering directory '/build/patchelf/src/patchelf/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 '/build/patchelf/src/patchelf/tests'
make[1]: Leaving directory '/build/patchelf/src/patchelf/tests'
make[1]: Entering directory '/build/patchelf/src/patchelf'
make[2]: Entering directory '/build/patchelf/src/patchelf'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/patchelf/pkg/patchelf/usr/share/zsh/site-functions'
 /usr/bin/mkdir -p '/build/patchelf/pkg/patchelf/usr/share/doc/patchelf'
 /usr/bin/mkdir -p '/build/patchelf/pkg/patchelf/usr/share/man/man1'
 /usr/bin/install -c -m 644 completions/zsh/_patchelf '/build/patchelf/pkg/patchelf/usr/share/zsh/site-functions'
 /usr/bin/install -c -m 644 README.md '/build/patchelf/pkg/patchelf/usr/share/doc/patchelf'
 /usr/bin/install -c -m 644 patchelf.1 '/build/patchelf/pkg/patchelf/usr/share/man/man1'
make[2]: Leaving directory '/build/patchelf/src/patchelf'
make[1]: Leaving directory '/build/patchelf/src/patchelf'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "patchelf"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: patchelf 0.18.0-3 (Wed May  1 12:19:32 2024)
==> Cleaning up...