==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: argon2 20190702-6 (Wed Jul 24 12:25:18 2024)
==> Retrieving sources...
  -> Found argon2-20190702.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    argon2-20190702.tar.gz ... Passed
==> Making package: argon2 20190702-6 (Wed 24 Jul 2024 12:25:25 PM MDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found argon2-20190702.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting argon2-20190702.tar.gz with bsdtar
==> Starting build()...
Building without optimizations
cc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c src/encoding.c src/ref.c src/run.c -o argon2
cc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -shared -fPIC -fvisibility=hidden -DA2_VISCTL=1 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-soname,libargon2.so.1 src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c src/encoding.c src/ref.c -o libargon2.so.1
cc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread   -c -o src/argon2.o src/argon2.c
cc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread   -c -o src/core.o src/core.c
cc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread   -c -o src/blake2/blake2b.o src/blake2/blake2b.c
cc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread   -c -o src/thread.o src/thread.c
cc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread   -c -o src/encoding.o src/encoding.c
cc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread   -c -o src/ref.o src/ref.c
sed '/^##.*$/d; s#@PREFIX@#/usr#g; s#@EXTRA_LIBS@#-lrt -ldl#g; s#@UPSTREAM_VER@#20190702#g; s#@HOST_MULTIARCH@#lib#g; s#@INCLUDE@#include#g;' < 'libargon2.pc.in' > 'libargon2.pc'
ar rcs libargon2.a src/argon2.o src/core.o src/blake2/blake2b.o src/thread.o src/encoding.o src/ref.o
==> Entering fakeroot environment...
==> Starting package()...
Building without optimizations
install -d /build/argon2/pkg/argon2/usr/include
install -m 0644 include/argon2.h /build/argon2/pkg/argon2/usr/include
install -d /build/argon2/pkg/argon2/usr/lib
install -m 0644 libargon2.so.1 libargon2.a /build/argon2/pkg/argon2/usr/lib
cd /build/argon2/pkg/argon2/usr/lib && ln -s libargon2.so.1 libargon2.so
install -d /build/argon2/pkg/argon2/usr/bin
install argon2 /build/argon2/pkg/argon2/usr/bin
install -d /build/argon2/pkg/argon2/usr/lib/pkgconfig
install -m 0644 libargon2.pc /build/argon2/pkg/argon2/usr/lib/pkgconfig
==> 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 "argon2"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: argon2 20190702-6 (Wed 24 Jul 2024 12:25:33 PM MDT)
==> Cleaning up...