Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target ppc --nodeps builddir/build/SPECS/firewalk.spec'], False, '/var/lib/mock/dist-f12-build-520341-79967/root/', None, 86400, True, 0, 427, 421, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target ppc --nodeps builddir/build/SPECS/firewalk.spec'] warning: Could not canonicalize hostname: ppc10.fedora.phx.redhat.com Building target platforms: ppc Building for target ppc Wrote: /builddir/build/SRPMS/firewalk-5.0-5.fc12.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target ppc --nodeps builddir/build/SPECS/firewalk.spec'], False, '/var/lib/mock/dist-f12-build-520341-79967/root/', None, 86400, True, 0, 427, 421, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target ppc --nodeps builddir/build/SPECS/firewalk.spec'] Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fj14Dl + 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 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Firewalk + /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): + /usr/bin/patch -s -p0 --fuzz=0 + /bin/cat /builddir/build/SOURCES/firewalk-5.0-gcc.patch + cp -f /usr/share/automake-1.11/config.guess /usr/share/automake-1.11/config.sub . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.22JNJB + 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 -m32' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -I/usr/lib/gfortran/modules' + export FFLAGS + ./configure --build=ppc-redhat-linux-gnu --host=ppc-redhat-linux-gnu --target=ppc-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/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info beginning autoconfiguration process for firewalk-5.0... checking build system type... powerpc-redhat-linux-gnu checking host system type... powerpc-redhat-linux-gnu checking target system type... powerpc-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... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... missing checking for ppc-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 -j4 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 -m32 -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 -m32 -Wall -c firewalk.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 -m32 -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 -m32 -Wall -c packet_build.c main.c: In function 'main': init.c: In function 'fw_init_net': init.c:92: warning: assignment discards qualifiers from pointer target type main.c:78: warning: pointer targets in passing argument 1 of 'usage' differ in signedness ../include/firewalk.h:282: note: expected 'u_char *' but argument is of type 'char *' main.c:125: warning: pointer targets in passing argument 1 of 'usage' differ in signedness ../include/firewalk.h:282: note: expected 'u_char *' but argument is of type 'char *' main.c:136: warning: pointer targets in passing argument 1 of 'usage' differ in signedness ../include/firewalk.h:282: note: expected 'u_char *' but argument is of type 'char *' 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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -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 -m32 -Wall -c util.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -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.bmAtMs + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc '!=' / ']' + rm -rf /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc ++ dirname /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc + cd Firewalk + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc + make install DESTDIR=/builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc 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 /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc/usr/sbin mkdir /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc mkdir /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc/usr mkdir /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc/usr/sbin /usr/bin/install -c firewalk /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc/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 /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc/usr/share/man/man8/firewalk.8 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/Firewalk extracting debug info from /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc/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-5.fc12.ppc Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ne1JKK + umask 022 + cd /builddir/build/BUILD + cd Firewalk + DOCDIR=/builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc/usr/share/doc/firewalk-5.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc/usr/share/doc/firewalk-5.0 + /bin/mkdir -p /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc/usr/share/doc/firewalk-5.0 + cp -pr BUGS README SOURCE TODO /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc/usr/share/doc/firewalk-5.0 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.4) libdnet.so.1 libnet.so.1 libpcap.so.1 rtld(GNU_HASH) Processing files: firewalk-debuginfo-5.0-5.fc12.ppc Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc warning: Could not canonicalize hostname: ppc10.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/firewalk-5.0-5.fc12.ppc.rpm Wrote: /builddir/build/RPMS/firewalk-debuginfo-5.0-5.fc12.ppc.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DsacLg + umask 022 + cd /builddir/build/BUILD + cd Firewalk + rm -rf /builddir/build/BUILDROOT/firewalk-5.0-5.fc12.ppc + exit 0 Child returncode was: 0 LEAVE do -->