:: Synchronizing package databases... build-support-manual downloading... build-support downloading... core-staging downloading... extra-staging downloading... core-testing downloading... core downloading... extra-testing downloading... extra downloading... :: Starting full system upgrade... there is nothing to do ==> Building in chroot for [extra-staging-with-build-support] (i686)... ==> Synchronizing chroot copy [/mnt/arch/archbuild/extra-staging-with-build-support-i686/root] -> [builder]...done ==> Making package: hping 3.0.0-5.2 (Mon Sep 9 09:58:55 2024) ==> Retrieving sources... -> Found hping3-20051105.tar.gz -> Found Makefile.patch -> Found bytesex.h.patch ==> Validating source files with md5sums... hping3-20051105.tar.gz ... Passed Makefile.patch ... Passed bytesex.h.patch ... Passed ==> Validating source files with sha256sums... hping3-20051105.tar.gz ... Passed Makefile.patch ... Passed bytesex.h.patch ... Passed ==> Validating source files with b2sums... hping3-20051105.tar.gz ... Passed Makefile.patch ... Passed bytesex.h.patch ... Passed gpg: Warning: using insecure memory! ==> Appending keys from archlinux32.gpg... gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! gpg: Warning: using insecure memory! ==> Updating trust database... gpg: Warning: using insecure memory! gpg: next trustdb check due at 2024-11-09 ==> Making package: hping 3.0.0-5.2 (Mon Sep 9 09:59:11 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (3) dbus-1.14.10-2.1 libnl-3.10.0-1.1 libpcap-1.10.5-2.0 Total Installed Size: 3.50 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing libnl... installing dbus... installing libpcap... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found hping3-20051105.tar.gz -> Found Makefile.patch -> Found bytesex.h.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting hping3-20051105.tar.gz with bsdtar ==> Starting build()... build byteorder.c... create byteorder.h... ./configure: line 81: -: command not found ==> WARNING: no Tcl header files found! -------------------------------------- system type: LINUX LIBPCAP : PCAP=-lpcap PCAP_INCLUDE : MANPATH : /usr/share/man USE_TCL : TCL_VER : TCL_INC : LIBTCL : TCLSH : (to modify try configure --help) -------------------------------------- creating Makefile... creating dependences... now you can try `make' gcc -c -O2 -Wall -g main.c gcc -c -O2 -Wall -g getifname.c getifname.c: In function ‘get_output_if’: getifname.c:343:65: warning: pointer targets in passing argument 3 of ‘getsockname’ differ in signedness [-Wpointer-sign] 343 | if (getsockname(sock_rt, (struct sockaddr *)&iface_out, &len) == -1 ) { | ^~~~ | | | int * In file included from getifname.c:14: /usr/include/sys/socket.h:117:47: note: expected ‘socklen_t * restrict’ {aka ‘unsigned int * restrict’} but argument is of type ‘int *’ 117 | socklen_t *__restrict __len) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ getifname.c: In function ‘get_if_name’: getifname.c:61:33: warning: ‘sa.sin_addr.s_addr’ may be used uninitialized [-Wmaybe-uninitialized] 61 | printf("DEBUG: Output interface address: %s\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 62 | inet_ntoa(sa.sin_addr)); | ~~~~~~~~~~~~~~~~~~~~~~~ getifname.c:51:28: note: ‘sa.sin_addr.s_addr’ was declared here 51 | struct sockaddr_in sa; | ^~ gcc -c -O2 -Wall -g getlhs.c gcc -c -O2 -Wall -g parseoptions.c gcc -c -O2 -Wall -g datafiller.c gcc -c -O2 -Wall -g datahandler.c gcc -c -O2 -Wall -g gethostname.c gcc -c -O2 -Wall -g binding.c gcc -c -O2 -Wall -g getusec.c gcc -c -O2 -Wall -g opensockraw.c gcc -c -O2 -Wall -g logicmp.c gcc -c -O2 -Wall -g waitpacket.c gcc -c -O2 -Wall -g resolve.c gcc -c -O2 -Wall -g sendip.c gcc -c -O2 -Wall -g sendicmp.c In function ‘print_tcp_timestamp’, inlined from ‘recv_tcp’ at waitpacket.c:402:4, inlined from ‘wait_packet’ at waitpacket.c:120:11: waitpacket.c:513:9: warning: ‘tstamp’ may be used uninitialized [-Wmaybe-uninitialized] 513 | printf(" TCP timestamp: tcpts=%u\n", tstamp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ waitpacket.c: In function ‘wait_packet’: waitpacket.c:469:15: note: ‘tstamp’ was declared here 469 | __u32 tstamp, echo; | ^~~~~~ sendicmp.c: In function ‘send_icmp_other’: sendicmp.c:256:9: warning: ‘memcpy’ forming offset [20, 27] is out of the bounds [0, 20] of object ‘icmp_ip’ with type ‘struct myiphdr’ [-Warray-bounds=] 256 | memcpy(packet+ICMPHDR_SIZE, &icmp_ip, left_space); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sendicmp.c:197:24: note: ‘icmp_ip’ declared here 197 | struct myiphdr icmp_ip; | ^~~~~~~ gcc -c -O2 -Wall -g sendudp.c gcc -c -O2 -Wall -g sendtcp.c gcc -c -O2 -Wall -g cksum.c gcc -c -O2 -Wall -g statistics.c gcc -c -O2 -Wall -g usage.c gcc -c -O2 -Wall -g version.c gcc -c -O2 -Wall -g antigetopt.c gcc -c -O2 -Wall -g sockopt.c gcc -c -O2 -Wall -g listen.c gcc -c -O2 -Wall -g sendhcmp.c gcc -c -O2 -Wall -g memstr.c gcc -c -O2 -Wall -g rtt.c gcc -c -O2 -Wall -g relid.c rtt.c: In function ‘rtt’: rtt.c:43:17: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 43 | for (i=0; i | ^~~~~~~~~~~ compilation terminated. make: *** [Makefile:66: libpcap_stuff.o] Error 1 make: *** Waiting for unfinished jobs.... ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Build failed, check /mnt/arch/archbuild/extra-staging-with-build-support-i686/builder/build [?25h[?25hused straw: :with_build_support:haskell_without_check: builder@cirno-a32