Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/tig.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-3173-5366/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/tig.spec'] warning: Could not canonicalize hostname: opus3.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/tig-1.0-1.ru6.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/tig.spec'], False, '/var/lib/mock/centos6-rutgers-staging-build-3173-5366/root/', None, 86400, True, 0, 486, 495, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/tig.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Lze1XW + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf tig-1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/tig-1.0.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd tig-1.0 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JgBXMT + umask 022 + cd /builddir/build/BUILD + cd tig-1.0 + 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-koji-linux-gnu --host=x86_64-koji-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=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for x86_64-koji-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for working ncursesw... yes checking ncursesw/curses.h usability... yes checking ncursesw/curses.h presence... yes checking for ncursesw/curses.h... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for x86_64-koji-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for asciidoc... asciidoc checking for xmlto... xmlto checking for docbook2pdf... no configure: creating ./config.status config.status: creating config.make config.status: creating config.h + make -j2 all doc-man doc-html gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DHAVE_CONFIG_H '-DTIG_VERSION="1.0"' '-DSYSCONFDIR="/etc"' -c -o tig.o tig.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DHAVE_CONFIG_H '-DTIG_VERSION="1.0"' '-DSYSCONFDIR="/etc"' -c -o io.o io.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DHAVE_CONFIG_H '-DTIG_VERSION="1.0"' '-DSYSCONFDIR="/etc"' -c -o graph.o graph.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DHAVE_CONFIG_H '-DTIG_VERSION="1.0"' '-DSYSCONFDIR="/etc"' -c -o refs.o refs.c gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DHAVE_CONFIG_H '-DTIG_VERSION="1.0"' '-DSYSCONFDIR="/etc"' -c -o test-graph.o test-graph.c make: Nothing to be done for `doc-man'. sed -n '/^\[\[/,/\(---\|~~~\)/p' < manual.txt | while read line; do \ case "$line" in \ "----"*) echo ". <<$ref>>"; ref= ;; \ "~~~~"*) echo "- <<$ref>>"; ref= ;; \ "[["*"]]") ref="$line" ;; \ *) ref="$ref, $line" ;; \ esac; done | sed 's/\[\[\(.*\)\]\]/\1/' > manual.toc gcc test-graph.o io.o graph.o -lncursesw -o test-graph asciidoc -aversion=1.0 -asysconfdir=/etc -b xhtml11 -d article -n manual.txt gcc tig.o io.o graph.o refs.o -lncursesw -o tig + sed -i -e 's/\r//' NEWS.html README.html manual.html tig.1.html tigrc.5.html + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.gRWGz9 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64 ++ dirname /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64 + cd tig-1.0 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64 + make install install-doc-man DESTDIR=/builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64 prefix=/usr mandir=/usr/share/man mkdir -p /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64/usr/bin && \ for prog in tig; do \ install -p -m 0755 "$prog" "/builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64/usr/bin"; \ done mkdir -p /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64/usr/share/man/man1 \ /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64/usr/share/man/man5 \ /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64/usr/share/man/man7 for doc in tig.1 tigrc.5 tigmanual.7; do \ sed 's#++SYSCONFDIR++#/etc#' < "$doc" > "$doc+"; \ case "$doc" in \ *.1) install -p -m 0644 "$doc+" "/builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64/usr/share/man/man1/$doc" ;; \ *.5) install -p -m 0644 "$doc+" "/builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64/usr/share/man/man5/$doc" ;; \ *.7) install -p -m 0644 "$doc+" "/builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64/usr/share/man/man7/$doc" ;; \ esac; \ rm -f "$doc+"; \ done + rm -f /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64/usr/bin/test-graph + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/tig-1.0 extracting debug info from /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64/usr/bin/tig 459 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: tig-1.0-1.ru6.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bdL9zq + umask 022 + cd /builddir/build/BUILD + cd tig-1.0 + DOCDIR=/builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64/usr/share/doc/tig-1.0 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64/usr/share/doc/tig-1.0 + /bin/mkdir -p /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64/usr/share/doc/tig-1.0 + cp -pr COPYING NEWS README SITES BUGS manual.txt NEWS.html README.html manual.html tig.1.html tigrc.5.html /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64/usr/share/doc/tig-1.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()(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) libncursesw.so.5()(64bit) libtinfo.so.5()(64bit) rtld(GNU_HASH) Processing files: tig-debuginfo-1.0-1.ru6.x86_64 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64 warning: Could not canonicalize hostname: opus3.rutgers.edu Wrote: /builddir/build/RPMS/tig-1.0-1.ru6.x86_64.rpm Wrote: /builddir/build/RPMS/tig-debuginfo-1.0-1.ru6.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rlhGTh + umask 022 + cd /builddir/build/BUILD + cd tig-1.0 + rm -rf /builddir/build/BUILDROOT/tig-1.0-1.ru6.x86_64 + exit 0 Child returncode was: 0 LEAVE do -->