ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/tcl-zlib.spec'], False, '/var/lib/mock/dist-f10-build-325762-59224/root/', None, 86400, True, 0, 102, 103, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/tcl-zlib.spec'] warning: Could not canonicalize hostname: x86-3.fedora.phx.redhat.com Building target platforms: i386 Building for target i386 Wrote: /builddir/build/SRPMS/tcl-zlib-2.0.1-0.2.svn40.fc10.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/tcl-zlib.spec'], False, '/var/lib/mock/dist-f10-build-325762-59224/root/', None, 86400, True, 0, 102, 103, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/tcl-zlib.spec'] Building target platforms: i386 Building for target i386 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rpjihe + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf zlib + /usr/bin/gzip -dc /builddir/build/SOURCES/zlib.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd zlib + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ufHeAk + umask 022 + cd /builddir/build/BUILD + cd zlib + 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 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -I/usr/lib/gfortran/modules' + export FFLAGS + ./configure --build=i386-redhat-linux-gnu --host=i386-redhat-linux-gnu --target=i386-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=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --with-tcl=/usr/lib checking for i386-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... 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 zlib location... /usr checking for deflateBound in -lz... yes checking for correct TEA configuration... ok (TEA 3.2) checking for Tcl configuration... found /usr/lib/tclConfig.sh checking for existence of /usr/lib/tclConfig.sh... loading checking for i386-redhat-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 ANSI C... (cached) none needed checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking for i386-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for egrep... 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 if the compiler understands -pipe... yes checking whether byte ordering is bigendian... no checking for sin... no checking for main in -lieee... yes checking for main in -linet... no checking net/errno.h usability... no checking net/errno.h presence... no checking for net/errno.h... no checking for connect... yes checking for gethostbyname... yes checking dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking values.h usability... yes checking values.h presence... yes checking for values.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for Tcl public headers... /usr/include checking for building with threads... no (default) checking how to build libraries... shared checking for tclsh... /usr/bin/tclsh8.5 checking if 64bit support is enabled... no checking if 64bit Sparc VIS support is requested... no checking system version (for dynamic loading)... Linux-2.6.18-92.1.18.el5 checking for dlopen in -ldl... yes checking for ar... ar checking for required early compiler flags... _LARGEFILE64_SOURCE checking for 64-bit integer type... long long checking for struct dirent64... no checking for struct stat64... yes checking for off64_t... yes checking for build with symbols... no configure: creating ./config.status config.status: creating Makefile + make gcc -pipe -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"2.0.1\" -DPACKAGE_STRING=\"zlib\ 2.0.1\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_ZLIB=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_TYPE_OFF64_T=1 -DUSE_TCL_STUBS=1 -I"/usr/include" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo ./generic/zlib.c` -o zlib.o ./generic/zlib.c: In function 'Zlib_StreamPut': ./generic/zlib.c:647: warning: pointer targets in assignment differ in signedness ./generic/zlib.c:652: warning: pointer targets in passing argument 1 of 'tclStubsPtr->tcl_NewByteArrayObj' differ in signedness ./generic/zlib.c:662: warning: pointer targets in assignment differ in signedness ./generic/zlib.c:667: warning: pointer targets in passing argument 1 of 'tclStubsPtr->tcl_NewByteArrayObj' differ in signedness ./generic/zlib.c: In function 'Zlib_CRC32': ./generic/zlib.c:1002: warning: pointer targets in passing argument 2 of 'crc32' differ in signedness ./generic/zlib.c: In function 'Zlib_Adler32': ./generic/zlib.c:1007: warning: pointer targets in passing argument 2 of 'adler32' differ in signedness ./generic/zlib.c: In function 'ZlibCmd': ./generic/zlib.c:1056: warning: pointer targets in passing argument 3 of 'tclStubsPtr->tcl_GetIntFromObj' differ in signedness ./generic/zlib.c:1063: warning: pointer targets in passing argument 2 of 'Zlib_Adler32' differ in signedness ./generic/zlib.c:1066: warning: pointer targets in passing argument 3 of 'tclStubsPtr->tcl_GetIntFromObj' differ in signedness ./generic/zlib.c:1073: warning: pointer targets in passing argument 2 of 'Zlib_CRC32' differ in signedness ./generic/zlib.c:1076: warning: pointer targets in passing argument 3 of 'tclStubsPtr->tcl_GetIntFromObj' differ in signedness ./generic/zlib.c:1081: warning: pointer targets in passing argument 3 of 'tclStubsPtr->tcl_GetIntFromObj' differ in signedness ./generic/zlib.c:1086: warning: pointer targets in passing argument 3 of 'tclStubsPtr->tcl_GetIntFromObj' differ in signedness ./generic/zlib.c:1091: warning: pointer targets in passing argument 3 of 'tclStubsPtr->tcl_GetIntFromObj' differ in signedness ./generic/zlib.c:1098: warning: pointer targets in passing argument 3 of 'tclStubsPtr->tcl_GetIntFromObj' differ in signedness ./generic/zlib.c:1128: warning: pointer targets in passing argument 3 of 'tclStubsPtr->tcl_GetIntFromObj' differ in signedness gcc -pipe -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"2.0.1\" -DPACKAGE_STRING=\"zlib\ 2.0.1\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_ZLIB=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_TYPE_OFF64_T=1 -DUSE_TCL_STUBS=1 -I"/usr/include" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo ./generic/zlibStubInit.c` -o zlibStubInit.o rm -f libzlib2.0.1.so gcc -pipe -shared -o libzlib2.0.1.so zlib.o zlibStubInit.o -lz -L/usr/lib -ltclstub8.5 : libzlib2.0.1.so gcc -pipe -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"2.0.1\" -DPACKAGE_STRING=\"zlib\ 2.0.1\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_ZLIB=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_TYPE_OFF64_T=1 -DUSE_TCL_STUBS=1 -I"/usr/include" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -O2 -fomit-frame-pointer -Wall -Wno-implicit-int -fPIC -c `echo ./generic/zlibStubLib.c` -o zlibStubLib.o ./generic/zlibStubLib.c: In function 'Zlib_InitStubs': ./generic/zlibStubLib.c:55: warning: assignment discards qualifiers from pointer target type rm -f libzlibstub2.0.1.a ar cr libzlibstub2.0.1.a zlibStubLib.o ranlib libzlibstub2.0.1.a ( echo pkg_mkIndex . libzlib2.0.1.so \; exit; ) | TCL_LIBRARY=`echo /usr/include/tcl-private/library` LD_LIBRARY_PATH=".:/usr/lib:" PATH=".:/usr/lib:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/root/bin:/usr/local/sbin" TCLLIBPATH="." /usr/bin/tclsh8.5 If you have documentation to create, place the commands to build the docs in the 'doc:' target. For example: xml2nroff sample.xml > sample.n xml2html sample.xml > sample.html + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.wQd1el + umask 022 + cd /builddir/build/BUILD + cd zlib + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386 + make DESTDIR=/builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386 install-binaries install-libraries /usr/bin/install -c libzlib2.0.1.so /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/lib/zlib2.0.1/libzlib2.0.1.so : /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/lib/zlib2.0.1/libzlib2.0.1.so /usr/bin/install -c libzlibstub2.0.1.a /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/lib/zlib2.0.1/libzlibstub2.0.1.a ranlib /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/lib/zlib2.0.1/libzlibstub2.0.1.a Install zlib.c /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/lib/zlib2.0.1/zlib.c Install pkgIndex.tcl /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/lib/zlib2.0.1 Installing header files in /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/include Installing ./generic/zlibDecls.h Installing ./generic/tclZlib.h + install -d /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/lib/tcl8.5 + mv /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/lib/zlib2.0.1 /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/lib/tcl8.5/zlib2.0.1 + rm -rf /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/lib/tcl8.5/zlib2.0.1/zlib.c + chmod -x /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/lib/tcl8.5/zlib2.0.1/libzlibstub2.0.1.a + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/zlib extracting debug info from /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/lib/tcl8.5/zlib2.0.1/libzlib2.0.1.so 107 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: tcl-zlib-2.0.1-0.2.svn40.fc10 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.f2Qw5t + umask 022 + cd /builddir/build/BUILD + cd zlib + DOCDIR=/builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/share/doc/tcl-zlib-2.0.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/share/doc/tcl-zlib-2.0.1 + /bin/mkdir -p /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/share/doc/tcl-zlib-2.0.1 + cp -pr README ChangeLog /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386/usr/share/doc/tcl-zlib-2.0.1 + exit 0 Provides: libzlib2.0.1.so Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) libz.so.1 rtld(GNU_HASH) Processing files: tcl-zlib-devel-2.0.1-0.2.svn40.fc10 Provides: tcl-zlib-static = 2.0.1-0.2.svn40.fc10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Processing files: tcl-zlib-debuginfo-2.0.1-0.2.svn40.fc10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386 warning: Could not canonicalize hostname: x86-3.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/tcl-zlib-2.0.1-0.2.svn40.fc10.i386.rpm Wrote: /builddir/build/RPMS/tcl-zlib-devel-2.0.1-0.2.svn40.fc10.i386.rpm Wrote: /builddir/build/RPMS/tcl-zlib-debuginfo-2.0.1-0.2.svn40.fc10.i386.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tfJHmf + umask 022 + cd /builddir/build/BUILD + cd zlib + rm -rf /builddir/build/BUILDROOT/tcl-zlib-2.0.1-0.2.svn40.fc10.i386 + exit 0 Child returncode was: 0 LEAVE do -->