From https://github.com/archlinux/svntogit-community * branch packages/elfkickers -> FETCH_HEAD * [new branch] packages/elfkickers -> community/packages/elfkickers Cloning into 'elfkickers'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 131k 100 131k 0 0 387k 0 --:--:-- --:--:-- --:--:-- 387k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 8545k 2 176k 0 0 209k 0 0:00:40 --:--:-- 0:00:40 209k 29 8545k 29 2529k 0 0 1364k 0 0:00:06 0:00:01 0:00:05 1364k 81 8545k 81 6976k 0 0 2434k 0 0:00:03 0:00:02 0:00:01 2434k 100 8545k 100 8545k 0 0 2805k 0 0:00:03 0:00:03 --:--:-- 2806k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 143k 100 143k 0 0 835k 0 --:--:-- --:--:-- --:--:-- 836k :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... Packages (1) curl-8.2.1-1 Total Download Size: 1.17 MiB Total Installed Size: 1.90 MiB Net Upgrade Size: 0.00 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 1193k 18 219k 0 0 217k 0 0:00:05 0:00:01 0:00:04 217k 100 1193k 100 1193k 0 0 882k 0 0:00:01 0:00:01 --:--:-- 883k checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... upgrading curl... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Making package: elfkickers 3.2-4 (Thu Aug 29 16:18:41 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (1) setconf-0.7.7-2 Total Download Size: 0.01 MiB Total Installed Size: 0.03 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10307 100 10307 0 0 7189k 0 --:--:-- --:--:-- --:--:-- 9.8M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing setconf... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Cloning ELFKickers git repo... Cloning into bare repository '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/ELFKickers'... ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with b2sums... ELFKickers ... Skipped ==> 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 '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/src/ELFKickers' mkdir -p bin make -Celfls elfls make[1]: Entering directory '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/src/ELFKickers/elfls' make -C ../elfrw libelfrw.a make[2]: Entering directory '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/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 '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/src/ELFKickers/elfrw' gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-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:906, 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 ()); | ~~~~~~~~~~~~~~~~~ elfls.c: In function 'main': elfls.c:594:26: warning: '%d' directive writing between 1 and 10 bytes into a region of size 6 [-Wformat-overflow=] 594 | sprintf(addrfmt, "%%0%dlX", i); | ^~ In function 'makenumberfmts', inlined from 'main' at elfls.c:920:2: elfls.c:594:22: note: directive argument in the range [8, 2147483647] 594 | sprintf(addrfmt, "%%0%dlX", i); | ^~~~~~~~~ In function 'sprintf', inlined from 'makenumberfmts' at elfls.c:594:5, inlined from 'main' at elfls.c:920:2: /usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 6 and 15 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 '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/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 '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/src/ELFKickers/objres' gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o objres.o objres.c gcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -z,relro,-z,now objres.o ../elfrw/libelfrw.a -o objres /usr/sbin/ld: warning: -z ,relro,-z,now ignored make[1]: Leaving directory '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/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 '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/src/ELFKickers/rebind' gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now rebind.c ../elfrw/libelfrw.a -o rebind make[1]: Leaving directory '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/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 '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/src/ELFKickers/sstrip' gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now sstrip.c ../elfrw/libelfrw.a -o sstrip make[1]: Leaving directory '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/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 '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/src/ELFKickers/elftoc' gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o elftoc.o elftoc.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o gen.o gen.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o mknames.o mknames.c gcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -z,relro,-z,now mknames.o -o mknames /usr/sbin/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=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o names.o names.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o address.o address.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o readelf.o readelf.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o shdrtab.o shdrtab.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o phdrtab.o phdrtab.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o dynamic.o dynamic.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o pieces.o pieces.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o outbase.o outbase.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o outitems.o outitems.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o outelf64.o outelf64.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o outelf32.o outelf32.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o out.o out.c gcc -Wl,-O1,--sort-common,--as-needed,-z,relro,-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/sbin/ld: warning: -z ,relro,-z,now ignored make[1]: Leaving directory '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/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 '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/src/ELFKickers/ebfc' gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o ebfc.o ebfc.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o brainfuck.o brainfuck.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o elfparts.o elfparts.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o ehdr.o ehdr.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o phdrtab.o phdrtab.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o shdrtab.o shdrtab.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o progbits.o progbits.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o strtab.o strtab.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o symtab.o symtab.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o hash.o hash.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o rel.o rel.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -c -o got.o got.c gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-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,--sort-common,--as-needed,-z,relro,-z,now ebfc.o brainfuck.o libelfparts.a -o ebfc make[1]: Leaving directory '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/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 '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/src/ELFKickers/infect' gcc -O2 -I ../elfrw -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-z,relro,-z,now -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now infect.c -o infect make[1]: Leaving directory '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/src/ELFKickers/infect' cp infect/infect bin/infect mkdir -p doc cp infect/infect.1 doc/infect.1 make: Leaving directory '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/src/ELFKickers' ==> Entering fakeroot environment... ==> Starting package()... make: Entering directory '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/src/ELFKickers' mkdir -p /tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/pkg/elfkickers/usr/bin cp bin/* /tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/pkg/elfkickers/usr/bin/. mkdir -p /tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/pkg/elfkickers/usr/share/man/man1 cp doc/* /tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/pkg/elfkickers/usr/share/man/man1/. make: Leaving directory '/tmp/archlinux-ci/elfkickers-archlinuxrb-build-hEEPIXHJ/elfkickers/trunk/src/ELFKickers' ==> 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 "elfkickers"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: elfkickers 3.2-4 (Thu Aug 29 16:18:57 2024)