==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: sha3sum 1.2.4-1 (Mon Feb 23 17:23:40 2026)
==> Retrieving sources...
-> Updating sha3sum git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
sha3sum ... Passed
==> Making package: sha3sum 1.2.4-1 (Mon Feb 23 17:23:50 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) libkeccak-1.4.3-1
Total Download Size: 0.08 MiB
Total Installed Size: 0.21 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
libkeccak-1.4.3-1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libkeccak...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (5) perl-error-0.17030-3 perl-mailtools-2.22-3 perl-timedate-2.33-9 zlib-ng-2.3.3-1 git-2.53.0-1
Total Installed Size: 45.25 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 zlib-ng...
installing git...
Optional dependencies for git
git-zsh-completion: upstream zsh completion
tk: gitk and git gui
openssh: ssh transport and crypto
man: show help with `git command --help`
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-cgi: gitweb (web interface) support
python: git svn & git p4
subversion: git svn
org.freedesktop.secrets: keyring credential helper
libsecret: libsecret credential helper [installed]
less: the default pager for git
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 968.
Creating user 'git' (git daemon user) with UID 968 and GID 968.
(2/3) Reloading system manager configuration...
Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Creating working copy of sha3sum git repo...
Cloning into 'sha3sum'...
done.
Switched to a new branch 'makepkg'
==> Starting prepare()...
==> Starting build()...
c99 -c -o common.o common.c -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection
make[1]: Entering directory '/build/sha3sum/src/sha3sum'
printf '%s\n' '#include "common.h"' 'KECCAK_MAIN(512)' > keccak-512sum.c
make[1]: Entering directory '/build/sha3sum/src/sha3sum'
printf '%s\n' '#include "common.h"' 'KECCAK_MAIN(224)' > keccak-224sum.c
make[1]: Entering directory '/build/sha3sum/src/sha3sum'
printf '%s\n' '#include "common.h"' 'KECCAK_MAIN(384)' > keccak-384sum.c
make[1]: Leaving directory '/build/sha3sum/src/sha3sum'
make[1]: Leaving directory '/build/sha3sum/src/sha3sum'
make[1]: Entering directory '/build/sha3sum/src/sha3sum'
printf '%s\n' '#include "common.h"' 'KECCAK_MAIN(256)' > keccak-256sum.c
make[1]: Leaving directory '/build/sha3sum/src/sha3sum'
make[1]: Leaving directory '/build/sha3sum/src/sha3sum'
make[1]: Entering directory '/build/sha3sum/src/sha3sum'
printf '%s\n' '#include "common.h"' 'SHA3_MAIN(224)' > sha3-224sum.c
make[1]: Entering directory '/build/sha3sum/src/sha3sum'
printf '%s\n' '#include "common.h"' 'SHA3_MAIN(384)' > sha3-384sum.c
make[1]: Leaving directory '/build/sha3sum/src/sha3sum'
make[1]: Leaving directory '/build/sha3sum/src/sha3sum'
make[1]: Entering directory '/build/sha3sum/src/sha3sum'
printf '%s\n' '#include "common.h"' 'SHA3_MAIN(256)' > sha3-256sum.c
make[1]: Leaving directory '/build/sha3sum/src/sha3sum'
make[1]: Entering directory '/build/sha3sum/src/sha3sum'
printf '%s\n' '#include "common.h"' 'SHA3_MAIN(512)' > sha3-512sum.c
make[1]: Leaving directory '/build/sha3sum/src/sha3sum'
set -e; \
f="$(printf '%s\n' "keccaksum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > keccaksum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > keccaksum.1; \
fi
make[1]: Entering directory '/build/sha3sum/src/sha3sum'
printf '%s\n' '#include "common.h"' 'RAWSHAKE_MAIN(256)' > rawshake256sum.c
make[1]: Entering directory '/build/sha3sum/src/sha3sum'
printf '%s\n' '#include "common.h"' 'RAWSHAKE_MAIN(128)' > rawshake128sum.c
make[1]: Leaving directory '/build/sha3sum/src/sha3sum'
set -e; \
f="$(printf '%s\n' "sha3sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > sha3sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > sha3sum.1; \
fi
make[1]: Leaving directory '/build/sha3sum/src/sha3sum'
set -e; \
f="$(printf '%s\n' "keccak-224sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > keccak-224sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > keccak-224sum.1; \
fi
set -e; \
f="$(printf '%s\n' "keccak-256sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > keccak-256sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > keccak-256sum.1; \
fi
make[1]: Entering directory '/build/sha3sum/src/sha3sum'
make[1]: Entering directory '/build/sha3sum/src/sha3sum'
printf '%s\n' '#include "common.h"' 'RAWSHAKE_MAIN(512)' > rawshake512sum.c
printf '%s\n' '#include "common.h"' 'SHAKE_MAIN(128)' > shake128sum.c
make[1]: Leaving directory '/build/sha3sum/src/sha3sum'
make[1]: Leaving directory '/build/sha3sum/src/sha3sum'
set -e; \
f="$(printf '%s\n' "keccak-384sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > keccak-384sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > keccak-384sum.1; \
fi
make[1]: Entering directory '/build/sha3sum/src/sha3sum'
printf '%s\n' '#include "common.h"' 'SHAKE_MAIN(512)' > shake512sum.c
set -e; \
f="$(printf '%s\n' "keccak-512sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > keccak-512sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > keccak-512sum.1; \
fi
make[1]: Leaving directory '/build/sha3sum/src/sha3sum'
set -e; \
f="$(printf '%s\n' "sha3-224sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > sha3-224sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > sha3-224sum.1; \
fi
make[1]: Entering directory '/build/sha3sum/src/sha3sum'
printf '%s\n' '#include "common.h"' 'SHAKE_MAIN(256)' > shake256sum.c
set -e; \
f="$(printf '%s\n' "sha3-256sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > sha3-256sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > sha3-256sum.1; \
fi
set -e; \
f="$(printf '%s\n' "sha3-384sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > sha3-384sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > sha3-384sum.1; \
fi
set -e; \
f="$(printf '%s\n' "sha3-512sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > sha3-512sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > sha3-512sum.1; \
fi
make[1]: Leaving directory '/build/sha3sum/src/sha3sum'
set -e; \
f="$(printf '%s\n' "rawshake128sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > rawshake128sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > rawshake128sum.1; \
fi
set -e; \
f="$(printf '%s\n' "rawshake256sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > rawshake256sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > rawshake256sum.1; \
fi
set -e; \
f="$(printf '%s\n' "rawshake512sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > rawshake512sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > rawshake512sum.1; \
fi
set -e; \
f="$(printf '%s\n' "shake128sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > shake128sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > shake128sum.1; \
fi
set -e; \
f="$(printf '%s\n' "shake256sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > shake256sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > shake256sum.1; \
fi
set -e; \
f="$(printf '%s\n' "shake512sum.1" | sed 's/\.1$//')"; \
u="$(printf '%s\n' "$f" | tr a-z A-Z)"; \
a="$(sed -n 's/^'"$f"'[[:space:]]*=[[:space:]]*//p' < algorithm-map | sed 's/[[:space:]]*$//')"; \
if test "$f" = sha3sum; then \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e 's/^\\# ONLY SHA3: //' < xsum.man > shake512sum.1; \
else \
sed -e "s/xsum/$f/g" -e "s/XSUM/$u/g" -e "s/Xsum/$a/g" -e '/^\\# ONLY SHA3: /d' < xsum.man > shake512sum.1; \
fi
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now keccaksum.c common.o -o keccaksum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now sha3sum.c common.o -o sha3sum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now keccak-224sum.c common.o -o keccak-224sum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now keccak-256sum.c common.o -o keccak-256sum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now keccak-384sum.c common.o -o keccak-384sum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now keccak-512sum.c common.o -o keccak-512sum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now sha3-224sum.c common.o -o sha3-224sum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now sha3-256sum.c common.o -o sha3-256sum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now sha3-384sum.c common.o -o sha3-384sum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now sha3-512sum.c common.o -o sha3-512sum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now rawshake128sum.c common.o -o rawshake128sum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now rawshake256sum.c common.o -o rawshake256sum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now rawshake512sum.c common.o -o rawshake512sum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now shake128sum.c common.o -o shake128sum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now shake256sum.c common.o -o shake256sum
c99 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -lkeccak -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now shake512sum.c common.o -o shake512sum
==> Entering fakeroot environment...
==> Starting package()...
mkdir -p -- "/build/sha3sum/pkg/sha3sum/usr/bin"
mkdir -p -- "/build/sha3sum/pkg/sha3sum/usr/share/man/man1"
mkdir -p -- "/build/sha3sum/pkg/sha3sum/usr/share/licenses/sha3sum"
cp -- keccaksum sha3sum keccak-224sum keccak-256sum keccak-384sum keccak-512sum sha3-224sum sha3-256sum sha3-384sum sha3-512sum rawshake128sum rawshake256sum rawshake512sum shake128sum shake256sum shake512sum "/build/sha3sum/pkg/sha3sum/usr/bin/"
cp -- keccaksum.1 sha3sum.1 keccak-224sum.1 keccak-256sum.1 keccak-384sum.1 keccak-512sum.1 sha3-224sum.1 sha3-256sum.1 sha3-384sum.1 sha3-512sum.1 rawshake128sum.1 rawshake256sum.1 rawshake512sum.1 shake128sum.1 shake256sum.1 shake512sum.1 "/build/sha3sum/pkg/sha3sum/usr/share/man/man1/"
cp -- LICENSE "/build/sha3sum/pkg/sha3sum/usr/share/licenses/sha3sum/"
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "sha3sum"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: sha3sum 1.2.4-1 (Mon Feb 23 17:23:59 2026)
==> Cleaning up...
[?12l[?25h