Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/mhash.spec'], False, '/var/lib/mock/centos5-rutgers-build-527-660/root/', None, 86400, True, 0, 72, 200, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/mhash.spec'] warning: Could not canonicalize hostname: omachi.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/mhash-0.9.2-6.ru.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/mhash.spec'], False, '/var/lib/mock/centos5-rutgers-build-527-660/root/', None, 86400, True, 0, 72, 200, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/mhash.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.82327 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf mhash-0.9.2 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/mhash-0.9.2.tar.bz2 + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd mhash-0.9.2 ++ /usr/bin/id -u + '[' 72 = 0 ']' ++ /usr/bin/id -u + '[' 72 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.50668 + umask 022 + cd /builddir/build/BUILD + cd mhash-0.9.2 + 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.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' + 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' + ./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=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --disable-static checking build system type... x86_64-koji-linux-gnu checking host system type... x86_64-koji-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 for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for x86_64-koji-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 style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking how to run the C preprocessor... gcc -E 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 for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for bzero... yes checking for signal... yes checking for sigaction... yes checking for memset... yes checking for fcntl... yes checking for fsync... yes checking for lstat... yes checking for stat... yes checking for umask... yes checking for utime... yes checking for memmove... yes checking for bcopy... yes checking for size_t... yes checking for unsigned long long int... yes checking size of unsigned long long int... 8 checking for unsigned long int... yes checking size of unsigned long int... 8 checking for unsigned int... yes checking size of unsigned int... 4 checking for unsigned short int... yes checking size of unsigned short int... 2 checking for unsigned char... yes checking size of unsigned char... 1 checking whether byte ordering is bigendian... no checking for a sed that does not truncate output... /bin/sed checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking how to recognise dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for x86_64-koji-linux-gnu-g++... no checking for x86_64-koji-linux-gnu-c++... no checking for x86_64-koji-linux-gnu-gpp... no checking for x86_64-koji-linux-gnu-aCC... no checking for x86_64-koji-linux-gnu-CC... no checking for x86_64-koji-linux-gnu-cxx... no checking for x86_64-koji-linux-gnu-cc++... no checking for x86_64-koji-linux-gnu-cl... no checking for x86_64-koji-linux-gnu-FCC... no checking for x86_64-koji-linux-gnu-KCC... no checking for x86_64-koji-linux-gnu-RCC... no checking for x86_64-koji-linux-gnu-xlC_r... no checking for x86_64-koji-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for x86_64-koji-linux-gnu-g77... no checking for x86_64-koji-linux-gnu-f77... no checking for x86_64-koji-linux-gnu-xlf... no checking for x86_64-koji-linux-gnu-frt... no checking for x86_64-koji-linux-gnu-pgf77... no checking for x86_64-koji-linux-gnu-fort77... no checking for x86_64-koji-linux-gnu-fl32... no checking for x86_64-koji-linux-gnu-af77... no checking for x86_64-koji-linux-gnu-f90... no checking for x86_64-koji-linux-gnu-xlf90... no checking for x86_64-koji-linux-gnu-pgf90... no checking for x86_64-koji-linux-gnu-epcf90... no checking for x86_64-koji-linux-gnu-f95... no checking for x86_64-koji-linux-gnu-fort... no checking for x86_64-koji-linux-gnu-xlf95... no checking for x86_64-koji-linux-gnu-ifc... no checking for x86_64-koji-linux-gnu-efc... no checking for x86_64-koji-linux-gnu-pgf95... no checking for x86_64-koji-linux-gnu-lf95... no checking for x86_64-koji-linux-gnu-gfortran... no checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse nm output from gcc object... ok checking for objdir... .libs checking for x86_64-koji-linux-gnu-ar... no checking for ar... ar checking for x86_64-koji-linux-gnu-ranlib... no checking for ranlib... ranlib checking for x86_64-koji-linux-gnu-strip... no checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool configure: creating ./config.status config.status: creating Makefile config.status: creating mhash.spec config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating lib/Makefile config.status: creating mhash_config.h config.status: executing depfiles commands + make -j4 make all-recursive make[1]: Entering directory `/builddir/build/BUILD/mhash-0.9.2' Making all in lib make[2]: Entering directory `/builddir/build/BUILD/mhash-0.9.2/lib' if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT mhash.lo -MD -MP -MF ".deps/mhash.Tpo" -c -o mhash.lo mhash.c; \ then mv -f ".deps/mhash.Tpo" ".deps/mhash.Plo"; else rm -f ".deps/mhash.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT swap.lo -MD -MP -MF ".deps/swap.Tpo" -c -o swap.lo swap.c; \ then mv -f ".deps/swap.Tpo" ".deps/swap.Plo"; else rm -f ".deps/swap.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT bzero.lo -MD -MP -MF ".deps/bzero.Tpo" -c -o bzero.lo bzero.c; \ then mv -f ".deps/bzero.Tpo" ".deps/bzero.Plo"; else rm -f ".deps/bzero.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT keygen_hex.lo -MD -MP -MF ".deps/keygen_hex.Tpo" -c -o keygen_hex.lo keygen_hex.c; \ then mv -f ".deps/keygen_hex.Tpo" ".deps/keygen_hex.Plo"; else rm -f ".deps/keygen_hex.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT keygen_mcrypt.lo -MD -MP -MF ".deps/keygen_mcrypt.Tpo" -c -o keygen_mcrypt.lo keygen_mcrypt.c; \ then mv -f ".deps/keygen_mcrypt.Tpo" ".deps/keygen_mcrypt.Plo"; else rm -f ".deps/keygen_mcrypt.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT keygen_asis.lo -MD -MP -MF ".deps/keygen_asis.Tpo" -c -o keygen_asis.lo keygen_asis.c; \ then mv -f ".deps/keygen_asis.Tpo" ".deps/keygen_asis.Plo"; else rm -f ".deps/keygen_asis.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT keygen.lo -MD -MP -MF ".deps/keygen.Tpo" -c -o keygen.lo keygen.c; \ then mv -f ".deps/keygen.Tpo" ".deps/keygen.Plo"; else rm -f ".deps/keygen.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT keygen_s2k.lo -MD -MP -MF ".deps/keygen_s2k.Tpo" -c -o keygen_s2k.lo keygen_s2k.c; \ then mv -f ".deps/keygen_s2k.Tpo" ".deps/keygen_s2k.Plo"; else rm -f ".deps/keygen_s2k.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT crc32.lo -MD -MP -MF ".deps/crc32.Tpo" -c -o crc32.lo crc32.c; \ then mv -f ".deps/crc32.Tpo" ".deps/crc32.Plo"; else rm -f ".deps/crc32.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT adler32.lo -MD -MP -MF ".deps/adler32.Tpo" -c -o adler32.lo adler32.c; \ then mv -f ".deps/adler32.Tpo" ".deps/adler32.Plo"; else rm -f ".deps/adler32.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT md2.lo -MD -MP -MF ".deps/md2.Tpo" -c -o md2.lo md2.c; \ then mv -f ".deps/md2.Tpo" ".deps/md2.Plo"; else rm -f ".deps/md2.Tpo"; exit 1; fi adler32.c: In function 'mhash_adler32': adler32.c:60: warning: initialization discards qualifiers from pointer target type if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT md4.lo -MD -MP -MF ".deps/md4.Tpo" -c -o md4.lo md4.c; \ then mv -f ".deps/md4.Tpo" ".deps/md4.Plo"; else rm -f ".deps/md4.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" -c -o md5.lo md5.c; \ then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT ripemd.lo -MD -MP -MF ".deps/ripemd.Tpo" -c -o ripemd.lo ripemd.c; \ then mv -f ".deps/ripemd.Tpo" ".deps/ripemd.Plo"; else rm -f ".deps/ripemd.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT sha1.lo -MD -MP -MF ".deps/sha1.Tpo" -c -o sha1.lo sha1.c; \ then mv -f ".deps/sha1.Tpo" ".deps/sha1.Plo"; else rm -f ".deps/sha1.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT sha256_sha224.lo -MD -MP -MF ".deps/sha256_sha224.Tpo" -c -o sha256_sha224.lo sha256_sha224.c; \ then mv -f ".deps/sha256_sha224.Tpo" ".deps/sha256_sha224.Plo"; else rm -f ".deps/sha256_sha224.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT sha512_sha384.lo -MD -MP -MF ".deps/sha512_sha384.Tpo" -c -o sha512_sha384.lo sha512_sha384.c; \ then mv -f ".deps/sha512_sha384.Tpo" ".deps/sha512_sha384.Plo"; else rm -f ".deps/sha512_sha384.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT tiger.lo -MD -MP -MF ".deps/tiger.Tpo" -c -o tiger.lo tiger.c; \ then mv -f ".deps/tiger.Tpo" ".deps/tiger.Plo"; else rm -f ".deps/tiger.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT tiger_sboxes.lo -MD -MP -MF ".deps/tiger_sboxes.Tpo" -c -o tiger_sboxes.lo tiger_sboxes.c; \ then mv -f ".deps/tiger_sboxes.Tpo" ".deps/tiger_sboxes.Plo"; else rm -f ".deps/tiger_sboxes.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT haval.lo -MD -MP -MF ".deps/haval.Tpo" -c -o haval.lo haval.c; \ then mv -f ".deps/haval.Tpo" ".deps/haval.Plo"; else rm -f ".deps/haval.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT gosthash.lo -MD -MP -MF ".deps/gosthash.Tpo" -c -o gosthash.lo gosthash.c; \ then mv -f ".deps/gosthash.Tpo" ".deps/gosthash.Plo"; else rm -f ".deps/gosthash.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT whirlpool.lo -MD -MP -MF ".deps/whirlpool.Tpo" -c -o whirlpool.lo whirlpool.c; \ then mv -f ".deps/whirlpool.Tpo" ".deps/whirlpool.Plo"; else rm -f ".deps/whirlpool.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT snefru.lo -MD -MP -MF ".deps/snefru.Tpo" -c -o snefru.lo snefru.c; \ then mv -f ".deps/snefru.Tpo" ".deps/snefru.Plo"; else rm -f ".deps/snefru.Tpo"; exit 1; fi snefru.c: In function 'snefru_update': snefru.c:771: warning: unused variable 'i' /bin/sh ../libtool --silent --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o libmhash.la -rpath /usr/lib64 -version-info 2 mhash.lo swap.lo bzero.lo keygen_hex.lo keygen_mcrypt.lo keygen_asis.lo keygen.lo keygen_s2k.lo crc32.lo adler32.lo md2.lo md4.lo md5.lo ripemd.lo sha1.lo sha256_sha224.lo sha512_sha384.lo tiger.lo tiger_sboxes.lo haval.lo gosthash.lo whirlpool.lo snefru.lo make[2]: Leaving directory `/builddir/build/BUILD/mhash-0.9.2/lib' Making all in doc make[2]: Entering directory `/builddir/build/BUILD/mhash-0.9.2/doc' pod2man --section=3 --center="mhash library" --date="2000/03/23" --release="mhash 0.9.2" mhash.pod | sed 's/MHASH_VERSION/0.9.2/' > mhash.3 make[2]: Leaving directory `/builddir/build/BUILD/mhash-0.9.2/doc' Making all in src make[2]: Entering directory `/builddir/build/BUILD/mhash-0.9.2/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT driver.o -MD -MP -MF ".deps/driver.Tpo" -c -o driver.o driver.c; \ then mv -f ".deps/driver.Tpo" ".deps/driver.Po"; else rm -f ".deps/driver.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT hmac_test.o -MD -MP -MF ".deps/hmac_test.Tpo" -c -o hmac_test.o hmac_test.c; \ then mv -f ".deps/hmac_test.Tpo" ".deps/hmac_test.Po"; else rm -f ".deps/hmac_test.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT keygen_test.o -MD -MP -MF ".deps/keygen_test.Tpo" -c -o keygen_test.o keygen_test.c; \ then mv -f ".deps/keygen_test.Tpo" ".deps/keygen_test.Po"; else rm -f ".deps/keygen_test.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT mhash_save_restore_test.o -MD -MP -MF ".deps/mhash_save_restore_test.Tpo" -c -o mhash_save_restore_test.o mhash_save_restore_test.c; \ then mv -f ".deps/mhash_save_restore_test.Tpo" ".deps/mhash_save_restore_test.Po"; else rm -f ".deps/mhash_save_restore_test.Tpo"; exit 1; fi keygen_test.c: In function 'main': keygen_test.c:47: warning: implicit declaration of function 'strncpy' keygen_test.c:47: warning: incompatible implicit declaration of built-in function 'strncpy' keygen_test.c:70: warning: pointer targets in passing argument 5 of 'mhash_keygen_ext' differ in signedness keygen_test.c:74: warning: implicit declaration of function 'strcat' keygen_test.c:74: warning: incompatible implicit declaration of built-in function 'strcat' keygen_test.c:77: warning: implicit declaration of function 'strcmp' keygen_test.c:115: warning: pointer targets in passing argument 5 of 'mhash_keygen_ext' differ in signedness driver.c: In function 'main': driver.c:72: warning: implicit declaration of function 'read' keygen_test.c:117: warning: implicit declaration of function 'memset' keygen_test.c:117: warning: incompatible implicit declaration of built-in function 'memset' keygen_test.c:120: warning: incompatible implicit declaration of built-in function 'strcat' mhash_save_restore_test.c: In function 'main': mhash_save_restore_test.c:12: warning: pointer targets in initialization differ in signedness mhash_save_restore_test.c:18: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness hmac_test.c: In function 'main': hmac_test.c:48: warning: implicit declaration of function 'memset' hmac_test.c:48: warning: incompatible implicit declaration of built-in function 'memset' hmac_test.c:52: warning: implicit declaration of function 'memcpy' hmac_test.c:52: warning: incompatible implicit declaration of built-in function 'memcpy' hmac_test.c:54: warning: implicit declaration of function 'strlen' hmac_test.c:54: warning: incompatible implicit declaration of built-in function 'strlen' hmac_test.c:56: warning: implicit declaration of function 'strcpy' hmac_test.c:56: warning: incompatible implicit declaration of built-in function 'strcpy' hmac_test.c:69: warning: implicit declaration of function 'strcat' hmac_test.c:69: warning: incompatible implicit declaration of built-in function 'strcat' hmac_test.c:72: warning: implicit declaration of function 'strcmp' hmac_test.c:106: warning: incompatible implicit declaration of built-in function 'strcat' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -MT frag_test.o -MD -MP -MF ".deps/frag_test.Tpo" -c -o frag_test.o frag_test.c; \ then mv -f ".deps/frag_test.Tpo" ".deps/frag_test.Po"; else rm -f ".deps/frag_test.Tpo"; exit 1; fi /bin/sh ../libtool --silent --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o driver driver.o ../lib/libmhash.la /bin/sh ../libtool --silent --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o rest_test mhash_save_restore_test.o ../lib/libmhash.la /bin/sh ../libtool --silent --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o hmac_test hmac_test.o ../lib/libmhash.la frag_test.c: In function 'frag_test': frag_test.c:111: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness frag_test.c:111: warning: pointer targets in passing argument 2 of 'strncmp' differ in signedness /bin/sh ../libtool --silent --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o keygen_test keygen_test.o ../lib/libmhash.la /bin/sh ../libtool --silent --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -o frag_test frag_test.o ../lib/libmhash.la make[2]: Leaving directory `/builddir/build/BUILD/mhash-0.9.2/src' make[2]: Entering directory `/builddir/build/BUILD/mhash-0.9.2' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builddir/build/BUILD/mhash-0.9.2' make[1]: Leaving directory `/builddir/build/BUILD/mhash-0.9.2' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.65779 + umask 022 + cd /builddir/build/BUILD + cd mhash-0.9.2 + LANG=C + export LANG + unset DISPLAY + rm -rf /var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild + /usr/bin/make prefix=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr exec_prefix=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr bindir=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/bin sbindir=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/sbin sysconfdir=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/etc datadir=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/share includedir=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/include libdir=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/lib64 libexecdir=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/libexec localstatedir=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/var sharedstatedir=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/com mandir=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/share/man infodir=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/share/info install Making install in lib make[1]: Entering directory `/builddir/build/BUILD/mhash-0.9.2/lib' make[2]: Entering directory `/builddir/build/BUILD/mhash-0.9.2/lib' test -z "/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/lib64" || mkdir -p -- "/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/lib64" /bin/sh ../libtool --silent --mode=install /usr/bin/install -c 'libmhash.la' '/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/lib64/libmhash.la' libtool: install: warning: remember to run `libtool --finish /usr/lib64' test -z "/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/include" || mkdir -p -- "/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/include" /usr/bin/install -c -m 644 'mhash.h' '/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/include/mhash.h' make[2]: Leaving directory `/builddir/build/BUILD/mhash-0.9.2/lib' make[1]: Leaving directory `/builddir/build/BUILD/mhash-0.9.2/lib' Making install in doc make[1]: Entering directory `/builddir/build/BUILD/mhash-0.9.2/doc' make[2]: Entering directory `/builddir/build/BUILD/mhash-0.9.2/doc' make[2]: Nothing to be done for `install-exec-am'. test -z "/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/share/man/man3" || mkdir -p -- "/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/share/man/man3" /usr/bin/install -c -m 644 '././mhash.3' '/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/share/man/man3/mhash.3' make[2]: Leaving directory `/builddir/build/BUILD/mhash-0.9.2/doc' make[1]: Leaving directory `/builddir/build/BUILD/mhash-0.9.2/doc' Making install in src make[1]: Entering directory `/builddir/build/BUILD/mhash-0.9.2/src' make[2]: Entering directory `/builddir/build/BUILD/mhash-0.9.2/src' 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/mhash-0.9.2/src' make[1]: Leaving directory `/builddir/build/BUILD/mhash-0.9.2/src' make[1]: Entering directory `/builddir/build/BUILD/mhash-0.9.2' make[2]: Entering directory `/builddir/build/BUILD/mhash-0.9.2' 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/mhash-0.9.2' make[1]: Leaving directory `/builddir/build/BUILD/mhash-0.9.2' + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/mhash-0.9.2 extracting debug info from /var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/lib64/libmhash.so.2.0.0 919 blocks + /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-java-repack-jars Processing files: mhash-0.9.2-6.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.65779 + umask 022 + cd /builddir/build/BUILD + cd mhash-0.9.2 + DOCDIR=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/share/doc/mhash-0.9.2 + export DOCDIR + rm -rf /var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/share/doc/mhash-0.9.2 + /bin/mkdir -p /var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/share/doc/mhash-0.9.2 + cp -pr AUTHORS COPYING NEWS README THANKS TODO /var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/share/doc/mhash-0.9.2 + exit 0 Provides: libmhash = 0.9.2-6.ru libmhash.so.2()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig 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.4)(64bit) libmhash.so.2()(64bit) rtld(GNU_HASH) Processing files: mhash-devel-0.9.2-6.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.65779 + umask 022 + cd /builddir/build/BUILD + cd mhash-0.9.2 + DOCDIR=/var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/share/doc/mhash-devel-0.9.2 + export DOCDIR + rm -rf /var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/share/doc/mhash-devel-0.9.2 + /bin/mkdir -p /var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/share/doc/mhash-devel-0.9.2 + cp -pr ChangeLog ./doc/md5-rfc1321.txt ./doc/example.c ./doc/skid2-authentication /var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild/usr/share/doc/mhash-devel-0.9.2 + exit 0 Provides: libmhash-devel = 0.9.2-6.ru Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: libmhash.so.2()(64bit) mhash = 0.9.2-6.ru Processing files: mhash-debuginfo-0.9.2-6.ru Provides: libmhash.so.2.0.0.debug()(64bit) 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/mhash-0.9.2-6.ru-buildroot-mockbuild warning: Could not canonicalize hostname: omachi.rutgers.edu Wrote: /builddir/build/RPMS/mhash-0.9.2-6.ru.x86_64.rpm Wrote: /builddir/build/RPMS/mhash-devel-0.9.2-6.ru.x86_64.rpm Wrote: /builddir/build/RPMS/mhash-debuginfo-0.9.2-6.ru.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.96746 + umask 022 + cd /builddir/build/BUILD + cd mhash-0.9.2 + rm -rf /var/tmp/mhash-0.9.2-6.ru-buildroot-mockbuild + exit 0 Child returncode was: 0 LEAVE do -->