D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/hping3-20051105-5.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Mdfic2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf hping3-20051105 + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/hping3-20051105.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd hping3-20051105 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (hping3-include.patch):' Patch #0 (hping3-include.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .include --fuzz=0 patching file script.c patching file libpcap_stuff.c + echo 'Patch #1 (hping3-bytesex.patch):' Patch #1 (hping3-bytesex.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .bytesex --fuzz=0 patching file bytesex.h + echo 'Patch #2 (hping3-getifnamedebug.patch):' Patch #2 (hping3-getifnamedebug.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .getifnamedebug --fuzz=0 patching file getifname.c Hunk #1 succeeded at 59 (offset -1 lines). + echo 'Patch #3 (hping3-cflags.patch):' Patch #3 (hping3-cflags.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .cflags --fuzz=0 patching file Makefile.in + echo 'Patch #4 (hping3-man.patch):' Patch #4 (hping3-man.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .man --fuzz=0 patching file docs/hping3.8 + echo 'Patch #5 (hping3-20051105-typo.patch):' Patch #5 (hping3-20051105-typo.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file statistics.c + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9Re9Yc + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd hping3-20051105 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export FFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + '[' -f ./configure.in -o -f ./configure.ac ']' + ./configure --build=x86_64-mageia-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info build byteorder.c... 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 : LIBTCL : -ltcl -lm -lpthread TCLSH : (to modify try configure --help) -------------------------------------- creating Makefile... creating dependences... now you can try `make' + echo 'warning: %make is deprecated, try %make_build instead' warning: %make is deprecated, try %make_build instead + /usr/bin/make -O -j4 gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g getlhs.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g getifname.c getifname.c: In function 'get_output_if': getifname.c:343: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:14:0: /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, ^~~~~~~~~~~ gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g datafiller.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g datahandler.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g main.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g gethostname.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g getusec.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g binding.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g opensockraw.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g parseoptions.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g logicmp.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g resolve.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g sendip.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g sendicmp.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g sendudp.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g cksum.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g sendtcp.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g statistics.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g waitpacket.c waitpacket.c: In function 'wait_packet': waitpacket.c:533:16: warning: 'tstamp' may be used uninitialized in this function [-Wmaybe-uninitialized] sec = tstamp/hz; /* Get the uptime in seconds */ ~~~~~~^~~ waitpacket.c:469:8: note: 'tstamp' was declared here __u32 tstamp, echo; ^~~~~~ gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g usage.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g version.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g sockopt.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g listen.c listen.c: In function 'listenmain': listen.c:77:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(stdoutFD, p, size-(p-ip_packet)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g antigetopt.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g sendhcmp.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g memstr.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g relid.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g rtt.c rtt.c: In function 'rtt': rtt.c:43:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i=0; ibuf + adbuf_used(b); ^ gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g sbignum-tables.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g apdutils.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g script.c script.c: In function 'GetPacketDescription': script.c:265:21: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] unsigned char *p = (char*)data; ^ script.c: In function 'HpingSetFieldCmd': script.c:603:24: warning: variable 'value' set but not used [-Wunused-but-set-variable] char *layer, *field, *value, *packet; ^~~~~ script.c: In function 'Tcl_SetMpzObj': script.c:982:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] typePtr = objPtr->typePtr; ^ script.c: In function 'SetMpzFromAny': script.c:1090:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] typePtr = objPtr->typePtr; ^ gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g ars.c In file included from ars.c:15:0: ars.c: In function 'ars_multi_cksum': ars.c:485:46: warning: comparison with string literal results in unspecified behavior [-Waddress] assert("else reached in ars_multi_cksum()" == ""); ^ ars.c:485:46: warning: comparison with string literal results in unspecified behavior [-Waddress] assert("else reached in ars_multi_cksum()" == ""); ^ ars.c: In function 'ars_bsd_fix': ars.c:909:20: warning: variable 'ip' set but not used [-Wunused-but-set-variable] struct ars_iphdr *ip; ^~ gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g split.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g apd.c apd.c: In function 'ars_decode_hex': apd.c:823:9: warning: pointer targets in return differ in signedness [-Wpointer-sign] return saved; ^~~~~ apd.c: In function 'ars_decode_string': apd.c:852:9: warning: pointer targets in return differ in signedness [-Wpointer-sign] return saved; ^~~~~ apd.c: In function 'ars_d_set_data': apd.c:889:7: warning: variable 'err' set but not used [-Wunused-but-set-variable] int err, blen; ^~~ gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g rapd.c gcc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -DUSE_TCL -g sbignum.c gcc -o hping3 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -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 ./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 + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.kEfTYu + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64 + cd hping3-20051105 + '[' 1 -eq 1 ']' + install -d 755 /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/sbin + install -m 755 hping3 /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/sbin + pushd /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/sbin ~/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/sbin ~/rpmbuild/BUILD/hping3-20051105 + ln -sf hping3 hping + ln -sf hping3 hping2 + popd ~/rpmbuild/BUILD/hping3-20051105 + install -d 755 /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/share/man/man8 + install -m 644 docs/hping3.8 /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/share/man/man8 + /usr/lib/rpm/find-debuginfo.sh -j4 -m -i --build-id-seed 20051105-5.mga7 --unique-debug-suffix -20051105-5.mga7.x86_64 --unique-debug-src-base hping3-20051105-5.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/hping3-20051105 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/sbin/hping3 /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 766 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: hping3-20051105-5.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fBYMwO + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd hping3-20051105 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/share/doc/hping3 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/share/doc/hping3 + cp -pr BUGS /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/share/doc/hping3 + cp -pr CHANGES /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/share/doc/hping3 + cp -pr COPYING /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/share/doc/hping3 + cp -pr INSTALL /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/share/doc/hping3 + cp -pr KNOWN-BUGS /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/share/doc/hping3 + cp -pr TODO /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64/usr/share/doc/hping3 + exit 0 Provides: hping3 = 20051105-5.mga7 hping3(x86-64) = 20051105-5.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) 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.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libm.so.6()(64bit) libpcap.so.1()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libtcl8.6.so()(64bit) Obsoletes: hping2 Processing files: hping3-debugsource-20051105-5.mga7.x86_64 Provides: hping3-debugsource = 20051105-5.mga7 hping3-debugsource(x86-64) = 20051105-5.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: hping3-debuginfo-20051105-5.mga7.x86_64 Provides: debuginfo(build-id) = cf4f9480d2e2f6eb3b05a9309fa25d4841187356 hping3-debuginfo = 20051105-5.mga7 hping3-debuginfo(x86-64) = 20051105-5.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: hping3-debugsource(x86-64) = 20051105-5.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hping3-20051105-5.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hping3-debugsource-20051105-5.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/hping3-debuginfo-20051105-5.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.geXTE9 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd hping3-20051105 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/hping3-20051105-5.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.dxYEOu + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf hping3-20051105 + exit 0 D: [iurt_root_command] Success!