==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: bully 1.4.00-1 (Mon May 27 16:15:33 2024) ==> Retrieving sources... -> Found bully-1.4-00.tar.gz -> Found bully-fix-unassigned-use-of-result.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... bully-1.4-00.tar.gz ... Passed bully-fix-unassigned-use-of-result.patch ... Passed ==> Validating source files with b2sums... bully-1.4-00.tar.gz ... Passed bully-fix-unassigned-use-of-result.patch ... Passed ==> Making package: bully 1.4.00-1 (Mon May 27 16:15:55 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (13) dbus-1.14.10-2 ethtool-1:6.7-1 hwdata-0.382-1 hwloc-2.10.0-1 iw-6.9-1 libmnl-1.0.5-2 libnl-3.9.0-1 libpciaccess-0.18.1-2 net-tools-2.10-2 usbutils-017-1 wireless_tools-30.pre9-3 aircrack-ng-1.7-4 libpcap-1.10.4-1 Total Download Size: 1.50 MiB Total Installed Size: 17.30 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... hwloc-2.10.0-1-armv7h downloading... aircrack-ng-1.7-4-armv7h downloading... ethtool-1:6.7-1-armv7h downloading... wireless_tools-30.pre9-3-armv7h downloading... net-tools-2.10-2-armv7h downloading... iw-6.9-1-armv7h downloading... usbutils-017-1-armv7h downloading... libmnl-1.0.5-2-armv7h downloading... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing libnl... installing iw... installing net-tools... installing wireless_tools... installing libmnl... installing ethtool... installing dbus... installing libpcap... installing libpciaccess... installing hwloc... Optional dependencies for hwloc cairo libxml2 [installed] pciutils libx11 installing hwdata... installing usbutils... Optional dependencies for usbutils coreutils: for lsusb.py usage [installed] python: for lsusb.py usage [installed] sh: for usb-devices [installed] installing aircrack-ng... [?25h==> Checking buildtime dependencies... ==> Retrieving sources... -> Found bully-1.4-00.tar.gz -> Found bully-fix-unassigned-use-of-result.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting bully-1.4-00.tar.gz with bsdtar ==> Starting build()... make: Entering directory '/build/bully/src/bully-1.4-00/src' cc -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 -I`pwd` -I`pwd`/utils/ -I`pwd`/tls/ -I`pwd`/wps/ -I`pwd`/crypto/ -I`pwd`/common/ -DUSE_INTERNAL_CRYPTO -O2 -o bully bully.c pdust.c -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lpcap In file included from iface.h:24, from bully.c:94: 80211.c: In function ‘send_packet’: 80211.c:537:24: warning: ‘%s’ directive output may be truncated writing up to 2048 bytes into a region of size 1019 [-Wformat-truncation=] 537 | vprint("[!] >%s<\n",hex(pack,len)); | ^~~~~~~~~~~~ bully.h:38:42: note: in definition of macro ‘vprint’ 38 | #define vprint(...) { snprintf(__vp,__vs,__VA_ARGS__); if ((__vp[1]=='+'?3:__vp[1]=='!'?2:1)<=__vb) fputs(__vp,__vf); } | ^~~~~~~~~~~ In file included from bully.c:107: 80211.c:537:30: note: format string is defined here 537 | vprint("[!] >%s<\n",hex(pack,len)); | ^~ In file included from /usr/include/stdio.h:980, from /usr/include/pcap/pcap.h:136, from /usr/include/pcap.h:43, from bully.c:29: In function ‘snprintf’, inlined from ‘send_packet’ at 80211.c:537:3: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 8 and 2056 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function ‘wpstran’, inlined from ‘wpstran’ at 80211.c:672:5: 80211.c:759:24: warning: ‘%s’ directive output may be truncated writing up to 2048 bytes into a region of size 1019 [-Wformat-truncation=] 759 | vprint("[!] >%s<\n", hex(G->inp[F_ALL].data, G->inp[F_ALL].size)); | ^~~~~~~~~~~~ bully.h:38:42: note: in definition of macro ‘vprint’ 38 | #define vprint(...) { snprintf(__vp,__vs,__VA_ARGS__); if ((__vp[1]=='+'?3:__vp[1]=='!'?2:1)<=__vb) fputs(__vp,__vf); } | ^~~~~~~~~~~ 80211.c: In function ‘wpstran’: 80211.c:759:30: note: format string is defined here 759 | vprint("[!] >%s<\n", hex(G->inp[F_ALL].data, G->inp[F_ALL].size)); | ^~ In function ‘snprintf’, inlined from ‘wpstran’ at 80211.c:759:3, inlined from ‘wpstran’ at 80211.c:672:5: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 8 and 2056 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ In function ‘wpstran’, inlined from ‘wpstran’ at 80211.c:672:5: 80211.c:700:24: warning: ‘%s’ directive output may be truncated writing up to 2048 bytes into a region of size 1019 [-Wformat-truncation=] 700 | vprint("[!] >%s<\n", hex(G->inp[F_ALL].data, G->inp[F_ALL].size)); | ^~~~~~~~~~~~ bully.h:38:42: note: in definition of macro ‘vprint’ 38 | #define vprint(...) { snprintf(__vp,__vs,__VA_ARGS__); if ((__vp[1]=='+'?3:__vp[1]=='!'?2:1)<=__vb) fputs(__vp,__vf); } | ^~~~~~~~~~~ 80211.c: In function ‘wpstran’: 80211.c:700:30: note: format string is defined here 700 | vprint("[!] >%s<\n", hex(G->inp[F_ALL].data, G->inp[F_ALL].size)); | ^~ In function ‘snprintf’, inlined from ‘wpstran’ at 80211.c:700:3, inlined from ‘wpstran’ at 80211.c:672:5: /usr/include/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 8 and 2056 bytes into a destination of size 1024 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make: Leaving directory '/build/bully/src/bully-1.4-00/src' ==> Entering fakeroot environment... ==> Starting package()... make: Entering directory '/build/bully/src/bully-1.4-00/src' install -d /build/bully/pkg/bully/usr/bin install -m 755 bully /build/bully/pkg/bully/usr/bin make: Leaving directory '/build/bully/src/bully-1.4-00/src' ==> 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 "bully"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: bully 1.4.00-1 (Mon May 27 16:16:20 2024) ==> Cleaning up...