<86>Aug 1 08:06:29 userdel[2636369]: delete user 'rooter' <86>Aug 1 08:06:29 groupadd[2636513]: group added to /etc/group: name=rooter, GID=693 <86>Aug 1 08:06:29 useradd[2636532]: new user: name=rooter, UID=693, GID=693, home=/root, shell=/bin/bash <86>Aug 1 08:06:29 userdel[2636559]: delete user 'builder' <86>Aug 1 08:06:29 groupadd[2636564]: group added to /etc/group: name=builder, GID=694 <86>Aug 1 08:06:29 useradd[2636574]: new user: name=builder, UID=694, GID=694, home=/usr/src, shell=/bin/bash <13>Aug 1 08:06:40 rpmi: liblz4-1:1.9.2-alt1 p9+238696.500.1.1 1570228299 installed <13>Aug 1 08:06:40 rpmi: libgpg-error-1.36-alt1 p9+261942.140.4.1 1606237675 installed <13>Aug 1 08:06:40 rpmi: libgcrypt20-1.8.5-alt3 p9+261942.200.4.1 1606237923 installed <13>Aug 1 08:06:40 rpmi: libsystemd-1:246.14-alt1 p9+279856.100.1.1 1626804758 installed <13>Aug 1 08:06:40 rpmi: libdbus-1.12.16-alt2 p9+240607.100.1.1 1573553687 installed <13>Aug 1 08:06:40 rpmi: libpcap0.8-2:1.9.1-alt2 p9+263886.100.3.1 1609171733 installed <13>Aug 1 08:06:40 rpmi: libpcap-devel-2:1.9.1-alt2 p9+263886.100.3.1 1609171733 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/hping2-2.0.0-alt4.rc2.qa3.nosrc.rpm (w1.gzdio) Installing hping2-2.0.0-alt4.rc2.qa3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.61844 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hping2-rc2 + echo 'Source #0 (hping2.0.0-rc2.tar.gz):' Source #0 (hping2.0.0-rc2.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/hping2.0.0-rc2.tar.gz + cd hping2-rc2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (hping2-rc2-alt-cleanup.patch):' Patch #0 (hping2-rc2-alt-cleanup.patch): + /usr/bin/patch -p1 patching file datafiller.c patching file getifname.c patching file libpcap_stuff.c patching file listen.c patching file resolve.c patching file statistics.c patching file usage.c patching file version.c patching file waitpacket.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.63258 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hping2-rc2 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FCFLAGS + '[' -n '' ']' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + ASFLAGS=' -march=i586 -mtune=generic' + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + sort -u + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + xargs -ri dirname -- '{}' + readlink -e -- ./configure + ./configure --build=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext --force-libpcap build byteorder.c... create byteorder.h... -------------------------------------- system type: LINUX FORCE_LIBPCAP: -DFORCE_LIBPCAP LIBPCAP : PCAP=-lpcap PCAP_INCLUDE : MANPATH : /usr/local/man (to modify try configure --help) -------------------------------------- creating Makefile... now you can try `make' + make -j8 make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP linux_sockpacket.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP getlhs.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP main.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP getifname.c getifname.c: In function 'get_output_if': getifname.c:338:58: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if (getsockname(sock_rt, (struct sockaddr *)&iface_out, &len) == -1 ) { ^~~~ In file included from getifname.c:12: /usr/include/sys/socket.h:116:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ getifname.c: In function 'get_if_name': getifname.c:58:5: warning: 'sa.sin_addr.s_addr' may be used uninitialized in this function [-Wmaybe-uninitialized] printf("DEBUG: Output interface address: %s\n", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ inet_ntoa(sa.sin_addr)); ~~~~~~~~~~~~~~~~~~~~~~~ getifname.c:117:7: warning: 'output_if_addr.sin_addr.s_addr' may be used uninitialized in this function [-Wmaybe-uninitialized] if (sa.sin_addr.s_addr != ^ make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP getusec.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP opensockraw.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP gethostname.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP sendip.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP sendicmp.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP sendudp.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP sendtcp.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP waitpacket.c waitpacket.c: In function 'wait_packet': waitpacket.c:518:16: warning: 'tstamp' may be used uninitialized in this function [-Wmaybe-uninitialized] sec = tstamp/hz; /* Get the uptime in seconds */ ~~~~~~^~~ waitpacket.c:454:8: note: 'tstamp' was declared here __u32 tstamp, echo; ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP statistics.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP logicmp.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP cksum.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP antigetopt.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP datafiller.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP datahandler.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP binding.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP parseoptions.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP usage.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP resolve.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP version.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP listen.c listen.c: In function 'listenmain': listen.c:75:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(stdoutFD, p, size-(p-ip_packet)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP sendhcmp.c make: Leaving directory '/usr/src/RPM/BUILD/hping2-rc2' make: Entering directory '/usr/src/RPM/BUILD/hping2-rc2' gcc -c -O2 -Wall -g -DFORCE_LIBPCAP rtt.c rtt.c: In function 'rtt': rtt.c:41:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i=0; i= set:khzkamLI6smj3, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Obsoletes: hping Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CFBgso Creating hping2-debuginfo package Processing files: hping2-debuginfo-2.0.0-alt4.rc2.qa3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YE7IdM find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9Pr1SK find-requires: running scripts (debuginfo) Requires: hping2 = 2.0.0-alt4.rc2.qa3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libpcap.so.0.8) Wrote: /usr/src/RPM/RPMS/i586/hping2-2.0.0-alt4.rc2.qa3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/hping2-debuginfo-2.0.0-alt4.rc2.qa3.i586.rpm (w2.lzdio) 4.65user 0.84system 0:41.69elapsed 13%CPU (0avgtext+0avgdata 28348maxresident)k 0inputs+0outputs (0major+341011minor)pagefaults 0swaps 8.23user 2.92system 1:07.19elapsed 16%CPU (0avgtext+0avgdata 118152maxresident)k 200inputs+0outputs (0major+610096minor)pagefaults 0swaps --- hping2-2.0.0-alt4.rc2.qa3.i586.rpm.repo 2013-04-15 06:13:06.000000000 +0000 +++ hping2-2.0.0-alt4.rc2.qa3.i586.rpm.hasher 2021-08-01 08:07:33.490379675 +0000 @@ -32,4 +32,5 @@ /usr/share/doc/hping2-2.0.0/utils/hex2bin.c 100644 root:root -/usr/share/man/man8/hping2.8.bz2 100644 root:root +/usr/share/man/man8/hping2.8.xz 100644 root:root Requires: /lib/ld-linux.so.2 +Requires: libc.so.6(ALT_2.24) Requires: libc.so.6(GLIBC_2.0) @@ -46,3 +47,3 @@ Obsoletes: hping -File: /usr/sbin/hping2 100700 root:root 5edf6b8c231a14be2994b13d9b18bec2 +File: /usr/sbin/hping2 100700 root:root 046749e2945f88cece8e859b50d3fd8c File: /usr/share/doc/hping2-2.0.0 40755 root:root @@ -78,3 +79,3 @@ File: /usr/share/doc/hping2-2.0.0/utils/hex2bin.c 100644 root:root a5b12a2fc2e4aca8706943b7223ef06b -File: /usr/share/man/man8/hping2.8.bz2 100644 root:root 26e6d192557c2ef6cb50bf1bf5a83b96 -RPMIdentity: 9a27e21d2b97a164cbf1b24d5c0323379eb8d104214d595752b4e8d988d204f220c7afe52befc3ae723ce50d098ff09ca7ffc037b93aab0fa4a7ad19d00846ea +File: /usr/share/man/man8/hping2.8.xz 100644 root:root c82ae56b4aa2ac957599961dd196b76c +RPMIdentity: e4bce441a92a9cc3b2aac525f6796e797bf95103db384bdefcebe1b096159f0ea6e323301c0629d40e18a5a4ada20f3b197eab0ac6658d2480f1f827da164a15 --- hping2-debuginfo-2.0.0-alt4.rc2.qa3.i586.rpm.repo 2013-04-15 06:13:06.000000000 +0000 +++ hping2-debuginfo-2.0.0-alt4.rc2.qa3.i586.rpm.hasher 2021-08-01 08:07:34.954381366 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/88 40755 root:root -/usr/lib/debug/.build-id/88/4b4d2da7e56ba2ab0c719159aba6cc7c7cbf81 120777 root:root ../../../../sbin/hping2 -/usr/lib/debug/.build-id/88/4b4d2da7e56ba2ab0c719159aba6cc7c7cbf81.debug 120777 root:root ../../usr/sbin/hping2.debug +/usr/lib/debug/.build-id/36 40755 root:root +/usr/lib/debug/.build-id/36/81e63438b842e44c2d62c2a9f4e9b913efee8b 120777 root:root ../../../../sbin/hping2 +/usr/lib/debug/.build-id/36/81e63438b842e44c2d62c2a9f4e9b913efee8b.debug 120777 root:root ../../usr/sbin/hping2.debug /usr/lib/debug/usr/sbin/hping2.debug 100644 root:root @@ -55,6 +55,6 @@ Provides: hping2-debuginfo = 2.0.0-alt4.rc2.qa3 -File: /usr/lib/debug/.build-id/88 40755 root:root -File: /usr/lib/debug/.build-id/88/4b4d2da7e56ba2ab0c719159aba6cc7c7cbf81 120777 root:root ../../../../sbin/hping2 -File: /usr/lib/debug/.build-id/88/4b4d2da7e56ba2ab0c719159aba6cc7c7cbf81.debug 120777 root:root ../../usr/sbin/hping2.debug -File: /usr/lib/debug/usr/sbin/hping2.debug 100644 root:root 853c680f5febfbaab8767f0196926679 +File: /usr/lib/debug/.build-id/36 40755 root:root +File: /usr/lib/debug/.build-id/36/81e63438b842e44c2d62c2a9f4e9b913efee8b 120777 root:root ../../../../sbin/hping2 +File: /usr/lib/debug/.build-id/36/81e63438b842e44c2d62c2a9f4e9b913efee8b.debug 120777 root:root ../../usr/sbin/hping2.debug +File: /usr/lib/debug/usr/sbin/hping2.debug 100644 root:root 9f6ee474ac4df25f9235d0c7b3d9fdc5 File: /usr/src/debug/hping2-rc2 40755 root:root @@ -104,2 +104,2 @@ File: /usr/src/debug/hping2-rc2/waitpacket.c 100644 root:root 3caeba57133ae251a523066fc57ac3bc -RPMIdentity: e552643270206b5f291b6a376dc33654f385c65e3785059d56f48f521ca4ee61490c06f83e0a29e8ea3a06d534e3861f908ae96f387b19fa53de57cfd79aada1 +RPMIdentity: b90c4b422511b7fd184f414311d94d774d1734694db89213320c0e9e35d5f3f551ef09226ebc052292f15234d214b6a70c55bf66506f8a53874ca946ae10a1d3