ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/mboxgrep.spec'], False, '/var/lib/mock/dist-f10-build-236578-42985/root/', None, 0, True, 0, 103, 103, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/mboxgrep.spec'] /etc/profile: line 38: /bin/hostname: No such file or directory error: %patch without corresponding "Patch:" tag warning: Could not canonicalize hostname: xenbuilder2.fedora.redhat.com Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/mboxgrep-0.7.9-6.fc10.src.rpm LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/mboxgrep.spec'], False, '/var/lib/mock/dist-f10-build-236578-42985/root/', None, 0, True, 0, 103, 103, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/mboxgrep.spec'] /etc/profile: line 38: /bin/hostname: No such file or directory error: %patch without corresponding "Patch:" tag Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Kbstjz + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf mboxgrep-0.7.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/mboxgrep-0.7.9.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd mboxgrep-0.7.9 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SxvUHZ + umask 022 + cd /builddir/build/BUILD + cd mboxgrep-0.7.9 + 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 -I/usr/lib64/gfortran/modules' + export FFLAGS + ./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 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 suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for pcre-config... /usr/bin/pcre-config checking for gzopen in -lz... yes checking for BZ2_bzopen in -lbz2... yes checking for like_monday in -lgarfield... no checking for fcntl... yes checking for flock... yes checking for regcomp... yes checking for strptime... yes checking for ftw... yes checking for fts_open... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/config.h + /usr/bin/make -j4 cd src; /usr/bin/make make[1]: Entering directory `/builddir/build/BUILD/mboxgrep-0.7.9/src' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I. -I. -c info.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I. -I. -c main.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I. -I. -c mh.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I. -I. -c scan.c mh.c: In function 'mh_read_message': mh.c:133: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I. -I. -c maildir.c scan.c: In function 'md5_check_message': scan.c:337: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness scan.c:337: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness scan.c:337: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness scan.c:337: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness scan.c:337: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness scan.c:337: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness scan.c:337: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness scan.c:337: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness scan.c:343: warning: pointer targets in passing argument 1 of 'xstrdup' differ in signedness gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I. -I. -c mbox.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I. -I. -c misc.c mbox.c: In function 'mbox_open': mbox.c:168: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I. -I. -c wrap.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I. -I. -c getopt.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I. -I. -c getopt1.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I. -I. -c md5.c md5.c: In function 'md5_finish_ctx': md5.c:122: warning: implicit declaration of function 'bcopy' md5.c:122: warning: incompatible implicit declaration of built-in function 'bcopy' md5.c: In function 'md5_process_bytes': md5.c:232: warning: incompatible implicit declaration of built-in function 'bcopy' md5.c:262: warning: incompatible implicit declaration of built-in function 'bcopy' gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o mboxgrep info.o main.o mh.o scan.o maildir.o mbox.o misc.o wrap.o getopt.o getopt1.o md5.o -lbz2 -lz -lpcre make[1]: Leaving directory `/builddir/build/BUILD/mboxgrep-0.7.9/src' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.AXrF5w + umask 022 + cd /builddir/build/BUILD + cd mboxgrep-0.7.9 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64 + /usr/bin/make prefix=/builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr exec_prefix=/builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr bindir=/builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/bin sbindir=/builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/sbin sysconfdir=/builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/etc datadir=/builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/share includedir=/builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/include libdir=/builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/lib64 libexecdir=/builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/libexec localstatedir=/builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/var sharedstatedir=/builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/com mandir=/builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/share/man infodir=/builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/share/info install cd src; /usr/bin/make install make[1]: Entering directory `/builddir/build/BUILD/mboxgrep-0.7.9/src' /usr/bin/install -c -d /builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/bin /usr/bin/install -c -s mboxgrep /builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/bin make[1]: Leaving directory `/builddir/build/BUILD/mboxgrep-0.7.9/src' cd doc; /usr/bin/make install make[1]: Entering directory `/builddir/build/BUILD/mboxgrep-0.7.9/doc' /usr/bin/install -c -d /builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/share/man/man1 /usr/bin/install -c -m 0644 mboxgrep.1 /builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/share/man/man1 /usr/bin/install -c -d /builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/share/info /usr/bin/install -c -m 0644 mboxgrep.info /builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/share/info make[1]: Leaving directory `/builddir/build/BUILD/mboxgrep-0.7.9/doc' + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/mboxgrep-0.7.9 + /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: mboxgrep-0.7.9-6.fc10 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8lp9P4 + umask 022 + cd /builddir/build/BUILD + cd mboxgrep-0.7.9 + DOCDIR=/builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/share/doc/mboxgrep-0.7.9 + export DOCDIR + rm -rf /builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/share/doc/mboxgrep-0.7.9 + /bin/mkdir -p /builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/share/doc/mboxgrep-0.7.9 + cp -pr AUTHORS COPYING ChangeLog NEWS README TODO /builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64/usr/share/doc/mboxgrep-0.7.9 + exit 0 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh /sbin/install-info Requires(preun): /bin/sh /sbin/install-info Requires: libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpcre.so.0()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: mboxgrep-debuginfo-0.7.9-6.fc10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64 warning: Could not canonicalize hostname: xenbuilder2.fedora.redhat.com Wrote: /builddir/build/RPMS/mboxgrep-0.7.9-6.fc10.x86_64.rpm Wrote: /builddir/build/RPMS/mboxgrep-debuginfo-0.7.9-6.fc10.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.irHACI + umask 022 + cd /builddir/build/BUILD + cd mboxgrep-0.7.9 + rm -rf /builddir/rpmbuild/BUILDROOT/mboxgrep-0.7.9-6.fc10.x86_64 + exit 0 LEAVE do -->