==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: elfkickers 3.2-6 (Sat Jul 25 15:45:12 2026)
==> Retrieving sources...
-> Updating ELFKickers git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
ELFKickers ... Passed
==> Making package: elfkickers 3.2-6 (Sat Jul 25 21:45:39 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (6) perl-error-0.17030-3 perl-mailtools-2.22-3 perl-timedate-2.35-1 zlib-ng-2.3.3-1 git-2.55.0-1 setconf-0.7.7-4
Total Download Size: 0.01 MiB
Total Installed Size: 50.82 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
setconf-0.7.7-4-any downloading...
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 [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 967.
Creating user 'git' (git daemon user) with UID 967 and GID 967.
(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=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now elfls.c ../elfrw/libelfrw.a -o elfls
elfls.c: In function ‘main’:
elfls.c:587:25: warning: ‘%d’ directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=]
587 | sprintf(sizefmt, "%%%dlX", i);
| ^~
In function ‘makenumberfmts’,
inlined from ‘main’ at elfls.c:920:2:
elfls.c:587:22: note: directive argument in the range [6, 2147483647]
587 | sprintf(sizefmt, "%%%dlX", i);
| ^~~~~~~~
In file included from /usr/include/stdio.h:974,
from elfls.c:6:
In function ‘sprintf’,
inlined from ‘makenumberfmts’ at elfls.c:587:5,
inlined from ‘main’ at elfls.c:920:2:
/usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 5 and 14 bytes into a destination of size 8
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
elfls.c: In function ‘main’:
elfls.c:590:27: warning: ‘%d’ directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=]
590 | sprintf(offsetfmt, "%%%dlX", i);
| ^~
In function ‘makenumberfmts’,
inlined from ‘main’ at elfls.c:920:2:
elfls.c:590:24: note: directive argument in the range [6, 2147483647]
590 | sprintf(offsetfmt, "%%%dlX", i);
| ^~~~~~~~
In function ‘sprintf’,
inlined from ‘makenumberfmts’ at elfls.c:590:5,
inlined from ‘main’ at elfls.c:920:2:
/usr/include/bits/stdio2.h:30:10: note: ‘__builtin___sprintf_chk’ output between 5 and 14 bytes into a destination of size 8
30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
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=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o objres.o objres.c
objres.c: In function 'readcmdline':
objres.c:725:8: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
gcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -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=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now 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=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now 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=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o elftoc.o elftoc.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o gen.o gen.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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 -z,relro,-z,now mknames.o -o mknames
/usr/bin/ld: warning: -z ,relro,-z,now ignored
echo '#include <elf.h>' >./~elftmp.c
gcc -E -dM ./~elftmp.c | ./mknames elfnames.c
rm -f ./~elftmp.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o names.o names.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o address.o address.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o readelf.o readelf.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o shdrtab.o shdrtab.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o phdrtab.o phdrtab.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o dynamic.o dynamic.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o pieces.o pieces.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o outbase.o outbase.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o outitems.o outitems.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o outelf64.o outelf64.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o outelf32.o outelf32.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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 -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=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o ebfc.o ebfc.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o brainfuck.o brainfuck.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o elfparts.o elfparts.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o ehdr.o ehdr.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o phdrtab.o phdrtab.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o shdrtab.o shdrtab.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o progbits.o progbits.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o strtab.o strtab.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o symtab.o symtab.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o hash.o hash.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o rel.o rel.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -c -o got.o got.c
gcc -O2 -I ../elfrw -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -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 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=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now 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 21:46:05 2026)
==> Cleaning up...
[?12l[?25h