<86>Dec 18 02:07:24 userdel[964280]: delete user 'rooter' <86>Dec 18 02:07:24 userdel[964280]: removed group 'rooter' owned by 'rooter' <86>Dec 18 02:07:24 userdel[964280]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 18 02:07:24 groupadd[964322]: group added to /etc/group: name=rooter, GID=1835 <86>Dec 18 02:07:24 groupadd[964322]: group added to /etc/gshadow: name=rooter <86>Dec 18 02:07:24 groupadd[964322]: new group: name=rooter, GID=1835 <86>Dec 18 02:07:24 useradd[964355]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash, from=none <86>Dec 18 02:07:24 userdel[964404]: delete user 'builder' <86>Dec 18 02:07:24 userdel[964404]: removed group 'builder' owned by 'builder' <86>Dec 18 02:07:24 userdel[964404]: removed shadow group 'builder' owned by 'builder' <86>Dec 18 02:07:24 groupadd[964437]: group added to /etc/group: name=builder, GID=1836 <86>Dec 18 02:07:24 groupadd[964437]: group added to /etc/gshadow: name=builder <86>Dec 18 02:07:24 groupadd[964437]: new group: name=builder, GID=1836 <86>Dec 18 02:07:24 useradd[964461]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash, from=none <13>Dec 18 02:07:27 rpmi: rpm-build-tcl-0.6.2-alt1 sisyphus+299320.100.1.1 1651401392 installed <13>Dec 18 02:07:27 rpmi: libtcl-8.6.13-alt1 sisyphus+310696.100.1.1 1669548266 installed <13>Dec 18 02:07:27 rpmi: tcl-8.6.13-alt1 sisyphus+310696.100.1.1 1669548266 installed <13>Dec 18 02:07:27 rpmi: liblz4-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667412981 installed <13>Dec 18 02:07:27 rpmi: libsystemd-1:255.13-alt1 sisyphus+359453.100.2.1 1728651180 installed <13>Dec 18 02:07:27 rpmi: libdbus-1.14.10-alt1 sisyphus+327286.5700.14.1 1711487401 installed <13>Dec 18 02:07:27 rpmi: libpcap0.8-2:1.10.4-alt1 sisyphus+322910.100.5.1 1687282815 installed <13>Dec 18 02:07:27 rpmi: libpcap-devel-2:1.10.4-alt1 sisyphus+322910.100.5.1 1687282815 installed <13>Dec 18 02:07:27 rpmi: tcl-devel-8.6.13-alt1 sisyphus+310696.100.1.1 1669548266 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/hping3-0.0.20051105-alt8.nosrc.rpm (w1.gzdio) Installing hping3-0.0.20051105-alt8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.48528 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hping3-20051105 + echo 'Source #0 (hping3-20051105.tar.gz):' Source #0 (hping3-20051105.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/hping3-20051105.tar.gz + /bin/tar -xf - + cd hping3-20051105 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (hping3-20051105-cflags.patch):' Patch #1 (hping3-20051105-cflags.patch): + /usr/bin/patch -p1 patching file Makefile.in + echo 'Patch #2 (hping3-20051105-bytesex.patch):' Patch #2 (hping3-20051105-bytesex.patch): + /usr/bin/patch -p1 patching file bytesex.h + echo 'Patch #3 (hping3-20051105-pcap.patch):' Patch #3 (hping3-20051105-pcap.patch): + /usr/bin/patch -p1 patching file libpcap_stuff.c patching file script.c + echo 'Patch #4 (hping3-20051105-willalwaysoverflow.patch):' Patch #4 (hping3-20051105-willalwaysoverflow.patch): + /usr/bin/patch -p1 patching file scan.c + echo 'Patch #5 (hping3-20051105-fix-build-with-gcc10.patch):' Patch #5 (hping3-20051105-fix-build-with-gcc10.patch): + /usr/bin/patch -p2 patching file hping2.h + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.48528 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hping3-20051105 + sed -i 's/"8.4"/"8.5"/' configure + sed -i 's/hping2/hping3/g; s/HPING2 /HPING3 /;' docs/hping3.8 + ./configure build byteorder.c... byteorder.c: In function 'main': byteorder.c:71:49: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] 71 | printf("sizeof(unsigned int) = %d\n", sizeof(unsigned int)); | ~^ ~~~~~~~~~~~~~~~~~~~~ | | | | int long unsigned int | %ld create byteorder.h... ./configure: line 81: -: command not found -------------------------------------- system type: LINUX LIBPCAP : PCAP=-lpcap PCAP_INCLUDE : MANPATH : /usr/local/man USE_TCL : -DUSE_TCL TCL_VER : TCL_INC : -I/usr/include/tcl LIBTCL : -ltcl -lm -lpthread TCLSH : (to modify try configure --help) -------------------------------------- creating Makefile... creating dependences... now you can try `make' + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g getusec.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g opensockraw.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g gethostname.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g datahandler.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g getlhs.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g logicmp.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g binding.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g resolve.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g sendip.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g getifname.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition 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; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g datafiller.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g main.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g sendudp.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g usage.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g cksum.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g sockopt.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g sendicmp.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g version.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g statistics.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g parseoptions.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g sendtcp.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g memstr.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g antigetopt.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g memlockall.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g waitpacket.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g memunlockall.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g listen.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition listen.c: In function 'listenmain': listen.c:77:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 77 | write(stdoutFD, p, size-(p-ip_packet)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g memlock.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g memunlock.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g relid.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g rtt.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition rtt.c: In function 'rtt': rtt.c:43:17: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 43 | for (i=0; i: warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g signal.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g sendhcmp.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g libpcap_stuff.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition libpcap_stuff.c: In function 'open_pcap': libpcap_stuff.c:26:13: warning: variable 'on' set but not used [-Wunused-but-set-variable] 26 | int on; | ^~ libpcap_stuff.c: In function 'pcap_recv': libpcap_stuff.c:61:19: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 61 | p = (unsigned char*) pcap_next(pcapfp, &hdr); | ^ make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g strlcpy.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g random.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition random.c: In function 'hp_rand_init': random.c:32:17: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 32 | read(fd, rc4_sbox, 256); | ^~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g display_ipopt.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g hex.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g arsglue.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g hstring.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g ip_opt_build.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition ip_opt_build.c: In function 'ip_opt_build': ip_opt_build.c:28:29: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] 28 | memset(ip_opt, 1, sizeof(ip_opt)); | ^ make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g sbignum-tables.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g adbuf.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition adbuf.c: In function 'adbuf_addchar': adbuf.c:130:36: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 130 | unsigned char *p = b->buf + adbuf_used(b); | ^ make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g apdutils.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g send.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g sendrawip.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g interface.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g scan.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition scan.c: In function 'receiver': scan.c:458:27: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 458 | p = packet+linkhdr_size+iphdrlen; | ^ scan.c:459:48: warning: argument to 'sizeof' in 'memcpy' call is the same expression as the source; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess] 459 | memcpy(&icmp, p, sizeof(p)); | ^ make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g rapd.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g split.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g ars.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition In file included from ars.c:15: ars.c: In function 'ars_multi_cksum': ars.c:485:60: warning: comparison with string literal results in unspecified behavior [-Waddress] 485 | assert("else reached in ars_multi_cksum()" == ""); | ^~ ars.c:485:60: warning: comparison with string literal results in unspecified behavior [-Waddress] 485 | assert("else reached in ars_multi_cksum()" == ""); | ^~ ars.c: In function 'ars_bsd_fix': ars.c:909:27: warning: variable 'ip' set but not used [-Wunused-but-set-variable] 909 | struct ars_iphdr *ip; | ^~ make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g script.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition script.c: In function 'GetPacketDescription': script.c:265:28: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 265 | unsigned char *p = (char*)data; | ^ script.c: In function 'HpingSetFieldCmd': script.c:603:31: warning: variable 'value' set but not used [-Wunused-but-set-variable] 603 | char *layer, *field, *value, *packet; | ^~~~~ script.c: In function 'Tcl_SetMpzObj': script.c:982:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 982 | typePtr = objPtr->typePtr; | ^ script.c: In function 'SetMpzFromAny': script.c:1090:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1090 | typePtr = objPtr->typePtr; | ^ make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g apd.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition apd.c: In function 'ars_decode_hex': apd.c:823:16: warning: pointer targets in returning 'unsigned char *' from a function with return type 'char *' differ in signedness [-Wpointer-sign] 823 | return saved; | ^~~~~ apd.c: In function 'ars_decode_string': apd.c:852:16: warning: pointer targets in returning 'unsigned char *' from a function with return type 'char *' differ in signedness [-Wpointer-sign] 852 | return saved; | ^~~~~ apd.c: In function 'ars_d_set_data': apd.c:889:21: warning: variable 'err' set but not used [-Wunused-but-set-variable] 889 | int err, blen; | ^~~ make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g sbignum.c : warning: "_FORTIFY_SOURCE" redefined : note: this is the location of the previous definition make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' make: Entering directory '/usr/src/RPM/BUILD/hping3-20051105' gcc -o hping3 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_FORTIFY_SOURCE=2 -I/usr/include/tcl -DUSE_TCL -g main.o getifname.o getlhs.o parseoptions.o datafiller.o datahandler.o gethostname.o binding.o getusec.o opensockraw.o logicmp.o waitpacket.o resolve.o sendip.o sendicmp.o sendudp.o sendtcp.o cksum.o statistics.o usage.o version.o antigetopt.o sockopt.o listen.o sendhcmp.o memstr.o rtt.o relid.o sendip_handler.o libpcap_stuff.o memlockall.o memunlockall.o memlock.o memunlock.o ip_opt_build.o display_ipopt.o sendrawip.o signal.o send.o strlcpy.o arsglue.o random.o scan.o hstring.o script.o interface.o adbuf.o hex.o apdutils.o sbignum.o sbignum-tables.o ars.o apd.o split.o rapd.o -L/usr/local/lib -lpcap -ltcl -lm -lpthread globals.h:130:17: warning: type of 'ip_optlen' does not match original declaration [-Wlto-type-mismatch] 130 | ip_optlen, | ^ main.c:154:9: note: type 'unsigned int' should match type 'char' 154 | ip_optlen = 0; | ^ main.c:154:9: note: 'ip_optlen' was previously declared here In function 'memcpy', inlined from 'send_icmp_other' at sendicmp.c:256:2: /usr/include/bits/string_fortified.h:29:10: warning: '__builtin_memcpy' reading between 28 and 65563 bytes from a region of size 20 [-Wstringop-overread] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^ sendicmp.c: In function 'send_icmp_other': sendicmp.c:197:24: note: source object 'icmp_ip' of size 20 197 | struct myiphdr icmp_ip; | ^ ./hping3 -v hping version 3.0.0-alpha-1 ($Id: release.h,v 1.4 2004/04/09 23:38:56 antirez Exp $) This binary is TCL scripting capable use `make strip' to strip hping3 binary use `make install' to install hping3 make: Leaving directory '/usr/src/RPM/BUILD/hping3-20051105' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.4842 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/hping3-buildroot + : + /bin/rm -rf -- /usr/src/tmp/hping3-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd hping3-20051105 + install -pD -m755 hping3 /usr/src/tmp/hping3-buildroot/usr/sbin/hping3 + install -pD -m644 docs/hping3.8 /usr/src/tmp/hping3-buildroot/usr/share/man/man8/hping3.8 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/hping3-buildroot (auto) Verifying and fixing files in /usr/src/tmp/hping3-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/hping3-buildroot/ (default) Compressing files in /usr/src/tmp/hping3-buildroot (auto) Verifying ELF objects in /usr/src/tmp/hping3-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/hping3-buildroot Processing files: hping3-0.0.20051105-alt8 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.15531 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hping3-20051105 + DOCDIR=/usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + export DOCDIR + rm -rf /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + /bin/mkdir -p /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + cp -prL NEWS README lib/apd.htcl lib/apd2.htcl lib/ciscoios.htcl lib/ciscoios0.htcl lib/cloner.htcl lib/hpingstdlib.htcl lib/igrp.htcl lib/isn-spectrogram.htcl lib/nat-noise.htcl lib/passivets.htcl lib/ping.htcl lib/raw.htcl lib/show-tcpseq.htcl lib/showled.htcl /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + chmod -R go-w /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + chmod -R a+rX /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + cp -prL docs/APD.txt docs/API.txt docs/AS-BACKDOOR docs/HPING2-HOWTO.txt docs/MORE-FUN-WITH-IPID docs/SPOOFED_SCAN.txt docs/hping2rc.example /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + chmod -R go-w /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + chmod -R a+rX /usr/src/tmp/hping3-buildroot/usr/share/doc/hping3-0.0.20051105 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.onug3s find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell,tcl) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6pnUPv find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services,tcl) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.38)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libpcap.so.0.8()(64bit) >= set:kgzkeZ5Zm3cG3dkRbzojMKgsX8, libtcl8.6.so()(64bit) >= set:niZsbYqf3B0CdkJFm6PvSUbxVP8fQoMv3TyiaW4WCbZwjTYi9RdSI3KQYiJEZeuIdm479YpmK9kZz9YOD, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zGupJC Creating hping3-debuginfo package Processing files: hping3-debuginfo-0.0.20051105-alt8 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZKGvaz find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wpa59J find-requires: running scripts (debuginfo) Requires: hping3 = 0.0.20051105-alt8, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libpcap.so.0.8), debug64(libtcl8.6.so) Adding to hping3-debuginfo a strict dependency on hping3 Wrote: /usr/src/RPM/RPMS/x86_64/hping3-0.0.20051105-alt8.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/hping3-debuginfo-0.0.20051105-alt8.x86_64.rpm (w2.lzdio) 4.63user 2.94system 0:08.58elapsed 88%CPU (0avgtext+0avgdata 71944maxresident)k 0inputs+0outputs (0major+472607minor)pagefaults 0swaps 3.22user 2.98system 0:18.40elapsed 33%CPU (0avgtext+0avgdata 140064maxresident)k 7896inputs+0outputs (0major+195889minor)pagefaults 0swaps --- hping3-0.0.20051105-alt8.x86_64.rpm.repo 2024-08-07 08:20:50.000000000 +0000 +++ hping3-0.0.20051105-alt8.x86_64.rpm.hasher 2024-12-18 02:07:38.731112295 +0000 @@ -42,3 +42,3 @@ Provides: hping3 = 0.0.20051105-alt8:sisyphus+354596.100.1.1 -File: /usr/sbin/hping3 100755 root:root 92d7eff703da61cfb42e557dac49f4cb +File: /usr/sbin/hping3 100755 root:root f0cc4aba2c34a5eb31dbe99dc039051d File: /usr/share/doc/hping3-0.0.20051105 40755 root:root @@ -68,2 +68,2 @@ File: /usr/share/man/man8/hping3.8.xz 100644 root:root e3dd21007ff66383f5aeafcc8ffd7abf -RPMIdentity: fd70bd426c603a5a721d820aa8b39db9693bc91dc296c554af3aca8fb0b2069fc24ef88e970b35f1dbcfed1b6420a8465d8e75780f1444dfd0eebcf0bf4cd27d +RPMIdentity: a33a9ed28f94a4d0c0fc114cd5d2da599e018cb47376099f3d9c72643e47943c17faca6d11988b13bc1c7f0b05775f8984d8d63dc651887437ae0f6a97fd016f --- hping3-debuginfo-0.0.20051105-alt8.x86_64.rpm.repo 2024-08-07 08:20:49.000000000 +0000 +++ hping3-debuginfo-0.0.20051105-alt8.x86_64.rpm.hasher 2024-12-18 02:07:38.815113746 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/42 40755 root:root -/usr/lib/debug/.build-id/42/b5b3d26fc6567fab95ab54098232d539557959 120777 root:root ../../../../sbin/hping3 -/usr/lib/debug/.build-id/42/b5b3d26fc6567fab95ab54098232d539557959.debug 120777 root:root ../../usr/sbin/hping3.debug +/usr/lib/debug/.build-id/e8 40755 root:root +/usr/lib/debug/.build-id/e8/d440804aff56d1b01e032ce4149b6dbeecfbf2 120777 root:root ../../../../sbin/hping3 +/usr/lib/debug/.build-id/e8/d440804aff56d1b01e032ce4149b6dbeecfbf2.debug 120777 root:root ../../usr/sbin/hping3.debug /usr/lib/debug/usr/sbin/hping3.debug 100644 root:root @@ -79,6 +79,6 @@ Provides: hping3-debuginfo = 0.0.20051105-alt8:sisyphus+354596.100.1.1 -File: /usr/lib/debug/.build-id/42 40755 root:root -File: /usr/lib/debug/.build-id/42/b5b3d26fc6567fab95ab54098232d539557959 120777 root:root ../../../../sbin/hping3 -File: /usr/lib/debug/.build-id/42/b5b3d26fc6567fab95ab54098232d539557959.debug 120777 root:root ../../usr/sbin/hping3.debug -File: /usr/lib/debug/usr/sbin/hping3.debug 100644 root:root e0261cfbd9add7199813f67a61f0d66f +File: /usr/lib/debug/.build-id/e8 40755 root:root +File: /usr/lib/debug/.build-id/e8/d440804aff56d1b01e032ce4149b6dbeecfbf2 120777 root:root ../../../../sbin/hping3 +File: /usr/lib/debug/.build-id/e8/d440804aff56d1b01e032ce4149b6dbeecfbf2.debug 120777 root:root ../../usr/sbin/hping3.debug +File: /usr/lib/debug/usr/sbin/hping3.debug 100644 root:root 88abd4a912c50c56bf489eed82194d9e File: /usr/src/debug/hping3-20051105 40755 root:root @@ -151,2 +151,2 @@ File: /usr/src/debug/hping3-20051105/waitpacket.c 100644 root:root 522bc8703cd1f89090a6cc25e861d769 -RPMIdentity: db2d379ab019f7ddbbfe31895e568d64f736a9e923c1802773aaee839a171ee1988eb313cbbbb41587ed69dbeaab9cc35d8697036c5533966441850b174d6547 +RPMIdentity: a441e6afd23c14038d7b39f6a7cf819e26dc37c00ddd35526c73cc967a17dcfc62936b107139282d6d9199cebe54dc0cecc7be3fece6515ae2bef3356de345c3