==> Updating pacman database cache :: Synchronizing package databases... core downloading... extra downloading... ==> Building elfkickers -> repo: extra-staging -> arch: aarch64 -> worker: ben-1 ==> Building elfkickers for [extra-staging] (aarch64) Note: in a future version of systemd-nspawn the default set of permitted socket address families will be restricted to AF_INET, AF_INET6 and AF_UNIX. Use --restrict-address-families= to configure the set of permitted socket address families, or set RestrictAddressFamilies= in a .nspawn file. :: Synchronizing package databases... core-staging downloading... core-testing downloading... core downloading... extra-staging downloading... extra-testing downloading... aur downloading... extra downloading... :: Starting full system upgrade... there is nothing to do ==> Building in chroot for [extra-staging] (aarch64)... ==> Synchronizing chroot copy [/var/lib/archbuild/extra-staging-aarch64/root] -> [ben-1]...done ==> Making package: elfkickers 3.2-6 (Sat Jul 25 15:39:34 2026) ==> Retrieving sources... -> Cloning ELFKickers git repo... Cloning into bare repository '/home/ben/alpb/build/elfkickers/ELFKickers'... ==> Validating source files with b2sums... ELFKickers ... Passed Note: in a future version of systemd-nspawn the default set of permitted socket address families will be restricted to AF_INET, AF_INET6 and AF_UNIX. Use --restrict-address-families= to configure the set of permitted socket address families, or set RestrictAddressFamilies= in a .nspawn file. ==> Making package: elfkickers 3.2-6 (Sat Jul 25 22:39:41 2026) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (6) New Version Net Change Download Size extra-testing/perl-error 0.17030-3 0.04 MiB extra-testing/perl-mailtools 2.22-3 0.10 MiB extra-testing/perl-timedate 2.35-1 0.15 MiB extra-testing/zlib-ng 2.3.3-1 0.25 MiB extra-testing/git 2.55.0-1 30.97 MiB extra-testing/setconf 0.7.7-4 0.03 MiB 0.01 MiB Total Download Size: 0.01 MiB Total Installed Size: 31.54 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... git-2.55.0-1-aarch64 downloading... zlib-ng-2.3.3-1-aarch64 downloading... setconf-0.7.7-4-any downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... :: 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 [installed] subversion: git svn org.freedesktop.secrets: keyring credential helper libsecret: libsecret credential helper [installed] less: the default pager for git installing setconf... :: Running post-transaction hooks... (1/3) Creating system user accounts... Creating group 'git' with GID 969. Creating user 'git' (git daemon user) with UID 969 and GID 969. (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 ELFKickers git repo... Cloning into 'ELFKickers'... done. Switched to a new branch 'makepkg' ==> Starting prepare()... ==> Starting build()... make: Entering directory '/build/elfkickers/src/ELFKickers' mkdir -p bin make -Celfls elfls make[1]: Entering directory '/build/elfkickers/src/ELFKickers/elfls' make -C ../elfrw libelfrw.a make[2]: Entering directory '/build/elfkickers/src/ELFKickers/elfrw' gcc -Wall -Wextra -O3 -c -o elfrw.o elfrw.c gcc -Wall -Wextra -O3 -c -o elfrw_dyn.o elfrw_dyn.c gcc -Wall -Wextra -O3 -c -o elfrw_ehdr.o elfrw_ehdr.c gcc -Wall -Wextra -O3 -c -o elfrw_phdr.o elfrw_phdr.c gcc -Wall -Wextra -O3 -c -o elfrw_rel.o elfrw_rel.c gcc -Wall -Wextra -O3 -c -o elfrw_shdr.o elfrw_shdr.c gcc -Wall -Wextra -O3 -c -o elfrw_sym.o elfrw_sym.c gcc -Wall -Wextra -O3 -c -o elfrw_ver.o elfrw_ver.c ar crs libelfrw.a elfrw.o elfrw_dyn.o elfrw_ehdr.o elfrw_phdr.o elfrw_rel.o elfrw_shdr.o elfrw_sym.o elfrw_ver.o make[2]: Leaving directory '/build/elfkickers/src/ELFKickers/elfrw' gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto elfls.c ../elfrw/libelfrw.a -o elfls make[1]: Leaving directory '/build/elfkickers/src/ELFKickers/elfls' cp elfls/elfls bin/elfls mkdir -p doc cp elfls/elfls.1 doc/elfls.1 mkdir -p bin make -Cobjres objres make[1]: Entering directory '/build/elfkickers/src/ELFKickers/objres' gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o objres.o objres.c objres.c: In function ‘readcmdline’: objres.c:725:15: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 725 | p = strrchr(objects[i].filename, '/'); | ^ gcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -z,relro,-z,now objres.o ../elfrw/libelfrw.a -o objres /usr/bin/ld: warning: -z ,relro,-z,now ignored make[1]: Leaving directory '/build/elfkickers/src/ELFKickers/objres' cp objres/objres bin/objres mkdir -p doc cp objres/objres.1 doc/objres.1 mkdir -p bin make -Crebind rebind make[1]: Entering directory '/build/elfkickers/src/ELFKickers/rebind' gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto rebind.c ../elfrw/libelfrw.a -o rebind make[1]: Leaving directory '/build/elfkickers/src/ELFKickers/rebind' cp rebind/rebind bin/rebind mkdir -p doc cp rebind/rebind.1 doc/rebind.1 mkdir -p bin make -Csstrip sstrip make[1]: Entering directory '/build/elfkickers/src/ELFKickers/sstrip' gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto sstrip.c ../elfrw/libelfrw.a -o sstrip make[1]: Leaving directory '/build/elfkickers/src/ELFKickers/sstrip' cp sstrip/sstrip bin/sstrip mkdir -p doc cp sstrip/sstrip.1 doc/sstrip.1 mkdir -p bin make -Celftoc elftoc make[1]: Entering directory '/build/elfkickers/src/ELFKickers/elftoc' gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o elftoc.o elftoc.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o gen.o gen.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o mknames.o mknames.c gcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -z,relro,-z,now mknames.o -o mknames /usr/bin/ld: warning: -z ,relro,-z,now ignored echo '#include ' >./~elftmp.c gcc -E -dM ./~elftmp.c | ./mknames elfnames.c rm -f ./~elftmp.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o names.o names.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o address.o address.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o readelf.o readelf.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o shdrtab.o shdrtab.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o phdrtab.o phdrtab.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o dynamic.o dynamic.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o pieces.o pieces.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o outbase.o outbase.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o outitems.o outitems.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o outelf64.o outelf64.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o outelf32.o outelf32.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o out.o out.c gcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -z,relro,-z,now elftoc.o gen.o names.o address.o readelf.o shdrtab.o phdrtab.o dynamic.o pieces.o outbase.o outitems.o outelf64.o outelf32.o out.o -o elftoc /usr/bin/ld: warning: -z ,relro,-z,now ignored make[1]: Leaving directory '/build/elfkickers/src/ELFKickers/elftoc' cp elftoc/elftoc bin/elftoc mkdir -p doc cp elftoc/elftoc.1 doc/elftoc.1 mkdir -p bin make -Cebfc ebfc make[1]: Entering directory '/build/elfkickers/src/ELFKickers/ebfc' gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o ebfc.o ebfc.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o brainfuck.o brainfuck.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o elfparts.o elfparts.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o ehdr.o ehdr.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o phdrtab.o phdrtab.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o shdrtab.o shdrtab.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o progbits.o progbits.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o strtab.o strtab.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o symtab.o symtab.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o hash.o hash.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o rel.o rel.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o got.o got.c gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -c -o dynamic.o dynamic.c ar crs libelfparts.a elfparts.o ehdr.o phdrtab.o shdrtab.o progbits.o strtab.o symtab.o hash.o rel.o got.o dynamic.o gcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto ebfc.o brainfuck.o libelfparts.a -o ebfc make[1]: Leaving directory '/build/elfkickers/src/ELFKickers/ebfc' cp ebfc/ebfc bin/ebfc mkdir -p doc cp ebfc/ebfc.1 doc/ebfc.1 mkdir -p bin make -Cinfect infect make[1]: Entering directory '/build/elfkickers/src/ELFKickers/infect' gcc -O2 -I ../elfrw -march=armv8-a -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -mbranch-protection=standard -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto infect.c -o infect make[1]: Leaving directory '/build/elfkickers/src/ELFKickers/infect' cp infect/infect bin/infect mkdir -p doc cp infect/infect.1 doc/infect.1 make: Leaving directory '/build/elfkickers/src/ELFKickers' ==> Entering fakeroot environment... ==> Starting package()... make: Entering directory '/build/elfkickers/src/ELFKickers' mkdir -p /build/elfkickers/pkg/elfkickers/usr/bin cp bin/* /build/elfkickers/pkg/elfkickers/usr/bin/. mkdir -p /build/elfkickers/pkg/elfkickers/usr/share/man/man1 cp doc/* /build/elfkickers/pkg/elfkickers/usr/share/man/man1/. make: Leaving directory '/build/elfkickers/src/ELFKickers' ==> 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 "elfkickers"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: elfkickers 3.2-6 (Sat Jul 25 22:39:55 2026) ==> Installing package elfkickers with pacman -U... loading packages... resolving dependencies... looking for conflicting packages... Package (1) New Version Net Change elfkickers 3.2-6 0.60 MiB Total Installed Size: 0.60 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing elfkickers... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... resolving dependencies... looking for conflicting packages... Package (6) New Version Net Change core/licenses 20240728-1 1.54 MiB extra-testing/pyalpm 0.11.1-1 0.25 MiB extra-testing/python-boolean.py 5.0-2 0.36 MiB extra-testing/python-license-expression 30.4.4-2 1.24 MiB extra-testing/python-pyelftools 0.33-1 2.57 MiB extra-testing/namcap 3.6.0-3 1.00 MiB Total Installed Size: 6.96 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... pyalpm-0.11.1-1-aarch64 downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing licenses... installing pyalpm... installing python-boolean.py... installing python-license-expression... installing python-pyelftools... installing namcap... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... Checking PKGBUILD Checking elfkickers-3.2-6-aarch64.pkg.tar.zst elfkickers W: Referenced library 'ld-linux-aarch64.so.1' is an uninstalled dependency (needed in files ['usr/bin/elfls', 'usr/bin/objres', 'usr/bin/ebfc', 'usr/bin/elftoc', 'usr/bin/rebind', 'usr/bin/sstrip', 'usr/bin/infect']) elfkickers W: Referenced library 'libc.so.6' is an uninstalled dependency (needed in files ['usr/bin/elfls', 'usr/bin/objres', 'usr/bin/ebfc', 'usr/bin/elftoc', 'usr/bin/rebind', 'usr/bin/sstrip', 'usr/bin/infect']) ==> Running checkpkg -> Downloading current versions Note: in a future version of systemd-nspawn the default set of permitted socket address families will be restricted to AF_INET, AF_INET6 and AF_UNIX. Use --restrict-address-families= to configure the set of permitted socket address families, or set RestrictAddressFamilies= in a .nspawn file. Package (1) Old Version New Version Net Change Download Size extra-testing/elfkickers 3.2-6 3.2-5 0.00 MiB 0.11 MiB Total Download Size: 0.11 MiB :: Proceed with download? [Y/n] :: Retrieving packages... elfkickers-3.2-5-aarch64 downloading... checking keyring... checking package integrity... -> Checking packages ==> No soname differences for elfkickers. [?25h==> Generating .SRCINFO...done ==> Finished building elfkickers 3.2-6 [?25h