ENTER do("bash --login -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/firewalk.spec'", '/var/lib/mock/dist-f9-build-141431-22720/root/', 0, True, 0, , 423, 423, None, logger=) run cmd timeout(0): bash --login -c 'rpmbuild -bs --target x86_64 --nodeps //builddir/build/SPECS/firewalk.spec' /etc/profile: line 38: /bin/hostname: No such file or directory warning: Could not canonicalize hostname: hammer2.fedora.redhat.com Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/firewalk-5.0-2.fc9.src.rpm LEAVE do --> ENTER do("bash --login -c 'rpmbuild -bb --target x86_64 --nodeps //builddir/build/SPECS/firewalk.spec'", '/var/lib/mock/dist-f9-build-141431-22720/root/', 0, True, 0, , 423, 423, None, logger=) run cmd timeout(0): bash --login -c 'rpmbuild -bb --target x86_64 --nodeps //builddir/build/SPECS/firewalk.spec' /etc/profile: line 38: /bin/hostname: No such file or directory Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.96127 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf Firewalk + /usr/bin/gzip -dc /builddir/build/SOURCES/firewalk.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Firewalk ++ /usr/bin/id -u + '[' 423 = 0 ']' ++ /usr/bin/id -u + '[' 423 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (firewalk-5.0-gcc.patch):' Patch #0 (firewalk-5.0-gcc.patch): + patch -p0 -s + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.96127 + umask 022 + cd /builddir/build/BUILD + cd Firewalk + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + export FFLAGS ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /bin/rm -f ./config.guess ++ basename ./config.guess + /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess `/usr/lib/rpm/redhat/config.guess' -> `./config.guess' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /bin/rm -f ./config.sub ++ basename ./config.sub + /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub `/usr/lib/rpm/redhat/config.sub' -> `./config.sub' + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --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=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info beginning autoconfiguration process for firewalk-5.0... checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking target system type... x86_64-redhat-linux-gnu checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for x86_64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking whether gcc needs -traditional... no checking for libnet_build_ipv4 in -lnet... yes checking for pcap_open_live in -lpcap... yes checking for arp_get in -ldnet... yes checking for ANSI C header files... yes checking for gcc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking for strerror... yes checking for bpf... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating version.h config.status: creating include/config.h + make -j2 Making all in src make[1]: Entering directory `/builddir/build/BUILD/Firewalk/src' gcc -DHAVE_CONFIG_H -I. -I. -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -c init.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -c firewalk.c init.c: In function 'fw_init_net': init.c:92: warning: pointer targets in assignment differ in signedness gcc -DHAVE_CONFIG_H -I. -I. -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -c main.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -c packet_build.c main.c: In function 'main': main.c:78: warning: pointer targets in passing argument 1 of 'usage' differ in signedness main.c:125: warning: pointer targets in passing argument 1 of 'usage' differ in signedness main.c:136: warning: pointer targets in passing argument 1 of 'usage' differ in signedness gcc -DHAVE_CONFIG_H -I. -I. -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -c packet_capture.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -c packet_filter.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -c packet_inject.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -c packet_update.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -c packet_verify.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -c report.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -c signal.c gcc -DHAVE_CONFIG_H -I. -I. -I../include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -c util.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -o firewalk init.o firewalk.o main.o packet_build.o packet_capture.o packet_filter.o packet_inject.o packet_update.o packet_verify.o report.o signal.o util.o -ldnet -lpcap -lnet cp firewalk .. strip ../firewalk make[1]: Leaving directory `/builddir/build/BUILD/Firewalk/src' make[1]: Entering directory `/builddir/build/BUILD/Firewalk' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/builddir/build/BUILD/Firewalk' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.98578 + umask 022 + cd /builddir/build/BUILD + cd Firewalk + LANG=C + export LANG + unset DISPLAY + rm -rf /var/tmp/firewalk-5.0-2.fc9-root-mockbuild + make install DESTDIR=/var/tmp/firewalk-5.0-2.fc9-root-mockbuild Making install in src make[1]: Entering directory `/builddir/build/BUILD/Firewalk/src' make[2]: Entering directory `/builddir/build/BUILD/Firewalk/src' /bin/sh ../mkinstalldirs /var/tmp/firewalk-5.0-2.fc9-root-mockbuild/usr/sbin mkdir /var/tmp/firewalk-5.0-2.fc9-root-mockbuild mkdir /var/tmp/firewalk-5.0-2.fc9-root-mockbuild/usr mkdir /var/tmp/firewalk-5.0-2.fc9-root-mockbuild/usr/sbin /usr/bin/install -c firewalk /var/tmp/firewalk-5.0-2.fc9-root-mockbuild/usr/sbin/firewalk make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/Firewalk/src' make[1]: Leaving directory `/builddir/build/BUILD/Firewalk/src' make[1]: Entering directory `/builddir/build/BUILD/Firewalk' make[2]: Entering directory `/builddir/build/BUILD/Firewalk' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/Firewalk' make[1]: Leaving directory `/builddir/build/BUILD/Firewalk' + install -Dp -m 0644 man/firewalk.8 /var/tmp/firewalk-5.0-2.fc9-root-mockbuild/usr/share/man/man8/firewalk.8 + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/Firewalk extracting debug info from /var/tmp/firewalk-5.0-2.fc9-root-mockbuild/usr/sbin/firewalk 159 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: firewalk-5.0-2.fc9 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.54481 + umask 022 + cd /builddir/build/BUILD + cd Firewalk + DOCDIR=/var/tmp/firewalk-5.0-2.fc9-root-mockbuild/usr/share/doc/firewalk-5.0 + export DOCDIR + rm -rf /var/tmp/firewalk-5.0-2.fc9-root-mockbuild/usr/share/doc/firewalk-5.0 + /bin/mkdir -p /var/tmp/firewalk-5.0-2.fc9-root-mockbuild/usr/share/doc/firewalk-5.0 + cp -pr BUGS README SOURCE TODO /var/tmp/firewalk-5.0-2.fc9-root-mockbuild/usr/share/doc/firewalk-5.0 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(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) libdnet.so.1()(64bit) libpcap.so.0.9()(64bit) rtld(GNU_HASH) Processing files: firewalk-debuginfo-5.0-2.fc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/firewalk-5.0-2.fc9-root-mockbuild warning: Could not canonicalize hostname: hammer2.fedora.redhat.com Wrote: /builddir/build/RPMS/firewalk-5.0-2.fc9.x86_64.rpm Wrote: /builddir/build/RPMS/firewalk-debuginfo-5.0-2.fc9.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.54481 + umask 022 + cd /builddir/build/BUILD + cd Firewalk + rm -rf /var/tmp/firewalk-5.0-2.fc9-root-mockbuild + exit 0 LEAVE do -->