ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/mawk.spec'], False, '/var/lib/mock/centos5-rutgers-build-98-70/root/', None, 86400, True, 0, 72, 200, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/mawk.spec'] warning: Could not canonicalize hostname: omachi.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/mawk-1.3.3-1.ru.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/mawk.spec'], False, '/var/lib/mock/centos5-rutgers-build-98-70/root/', None, 86400, True, 0, 72, 200, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/mawk.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.14119 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf mawk-1.3.3 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/mawk-1.3.3.tar.bz2 + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd mawk-1.3.3 ++ /usr/bin/id -u + '[' 72 = 0 ']' ++ /usr/bin/id -u + '[' 72 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (mawk-1.2.2-prefix.patch):' Patch #0 (mawk-1.2.2-prefix.patch): + patch -p1 -s + chmod -R a+r . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.23745 + umask 022 + cd /builddir/build/BUILD + cd mawk-1.3.3 + LANG=C + export LANG + unset DISPLAY + MATHLIB=-lm + ./configure creating cache ./config.cache checking for gcc... gcc checking whether we are using GNU C... yes checking how to run the C preprocessor... gcc -E checking for byacc... no checking for bison... no checking for yacc... no checking compiler supports void*... yes checking compiler groks prototypes... yes checking for working const... yes checking for stddef.h... yes getting size_t from checking for fcntl.h... yes checking for errno.h... yes checking for time.h... yes checking for stdarg.h... yes checking for memcpy... yes checking for strchr... yes checking for strerror... yes checking for vfprintf... yes checking for strtod... yes checking for fmod... no checking for matherr... no checking for limits.h... yes checking return type of signal handlers... void checking handling of floating point exceptions fpe_check.c: In function 'message': fpe_check.c:40: warning: incompatible implicit declaration of built-in function 'printf' fpe_check.c: In function 'check_fpe_traps': fpe_check.c:118: warning: incompatible implicit declaration of built-in function 'exit' fpe_check.c: In function 'is_nan': fpe_check.c:129: warning: incompatible implicit declaration of built-in function 'sprintf' fpe_check.c: In function 'get_fpe_codes': fpe_check.c:165: warning: incompatible implicit declaration of built-in function 'printf' fpe_check.c:167: warning: incompatible implicit declaration of built-in function 'exit' fpe_check.c:169: warning: incompatible implicit declaration of built-in function 'exit' fpe_check.c: In function 'fpe_catch': fpe_check.c:200: warning: incompatible implicit declaration of built-in function 'exit' fpe_check.c: In function 'check_strtod_ovf': fpe_check.c:262: warning: incompatible implicit declaration of built-in function 'exit' division by zero does not generate an exception overflow does not generate an exception math library supports ieee754 /* config.h -- generated by configure */ #ifndef CONFIG_H #define CONFIG_H #define SIZE_T_STDDEF_H 1 #define NO_FMOD 1 #define NO_MATHERR 1 #define HAVE_REAL_PIPES 1 #endif /* CONFIG_H */ updating cache ./config.cache creating ./config.status creating Makefile + make gcc -O -c -o parse.o parse.c gcc -O -c -o scan.o scan.c gcc -O -c -o memory.o memory.c gcc -O -c -o main.o main.c gcc -O -c -o hash.o hash.c gcc -O -c -o execute.o execute.c gcc -O -c -o code.o code.c gcc -O -c -o da.o da.c gcc -O -c -o error.o error.c gcc -O -c -o init.o init.c gcc -O -c -o bi_vars.o bi_vars.c gcc -O -c -o cast.o cast.c gcc -O -c -o print.o print.c gcc -O -c -o bi_funct.o bi_funct.c bi_funct.c: In function 'bi_system': bi_funct.c:662: warning: incompatible implicit declaration of built-in function 'execl' bi_funct.c:666: warning: incompatible implicit declaration of built-in function '_exit' gcc -O -c -o kw.o kw.c gcc -O -c -o jmp.o jmp.c gcc -O -c -o array.o array.c gcc -O -c -o field.o field.c gcc -O -c -o split.o split.c gcc -O -c -o re_cmpl.o re_cmpl.c gcc -O -c -o zmalloc.o zmalloc.c gcc -O -c -o fin.o fin.c gcc -O -c -o files.o files.c files.c: In function 'get_pipe': files.c:440: warning: incompatible implicit declaration of built-in function 'execl' files.c:443: warning: incompatible implicit declaration of built-in function '_exit' gcc -O -c -o scancode.o scancode.c gcc -O -c -o matherr.o matherr.c gcc -O -c -o fcall.o fcall.c gcc -O -c -o version.o version.c gcc -O -c -o missing.o missing.c cd rexp ;\ make CC="gcc" CFLAGS="-O -DMAWK -I.." make[1]: Entering directory `/builddir/build/BUILD/mawk-1.3.3/rexp' gcc -O -DMAWK -I.. -c -o rexp.o rexp.c gcc -O -DMAWK -I.. -c -o rexp0.o rexp0.c gcc -O -DMAWK -I.. -c -o rexp1.o rexp1.c gcc -O -DMAWK -I.. -c -o rexp2.o rexp2.c gcc -O -DMAWK -I.. -c -o rexp3.o rexp3.c make[1]: Leaving directory `/builddir/build/BUILD/mawk-1.3.3/rexp' gcc -O -o mawk parse.o scan.o memory.o main.o hash.o execute.o code.o da.o error.o init.o bi_vars.o cast.o print.o bi_funct.o kw.o jmp.o array.o field.o split.o re_cmpl.o zmalloc.o fin.o files.o scancode.o matherr.o fcall.o version.o missing.o rexp/rexp.o rexp/rexp0.o rexp/rexp1.o rexp/rexp2.o rexp/rexp3.o -lm cd test ; ./mawktest mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan compiled limits: max NF 32767 sprintf buffer 2040 testing input and field splitting input and field splitting OK testing regular expression matching regular expression matching OK testing arrays and flow of control array test OK testing function calls and general stress test general stress test passed tested mawk seems OK testing floating point exception handling cd test ; ./fpe_test testing division by zero mawk BEGIN{ print 4/0 } inf testing overflow mawk BEGIN { x = 100 do { y = x ; x *= 1000 } while ( y != x ) print "loop terminated" } loop terminated testing domain error mawk BEGIN{ print log(-8) } nan ============================== return1 = 0 return2 = 0 return3 = 0 results consistent: ignoring floating exceptions + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.45174 + umask 022 + cd /builddir/build/BUILD + cd mawk-1.3.3 + LANG=C + export LANG + unset DISPLAY + rm -rf /var/tmp/mawk-1.3.3-root + mkdir -p /var/tmp/mawk-1.3.3-root/usr/bin /var/tmp/mawk-1.3.3-root/usr/share/man/man1 + /usr/bin/make prefix=/var/tmp/mawk-1.3.3-root/usr exec_prefix=/var/tmp/mawk-1.3.3-root/usr bindir=/var/tmp/mawk-1.3.3-root/usr/bin sbindir=/var/tmp/mawk-1.3.3-root/usr/sbin sysconfdir=/var/tmp/mawk-1.3.3-root/etc datadir=/var/tmp/mawk-1.3.3-root/usr/share includedir=/var/tmp/mawk-1.3.3-root/usr/include libdir=/var/tmp/mawk-1.3.3-root/usr/lib64 libexecdir=/var/tmp/mawk-1.3.3-root/usr/libexec localstatedir=/var/tmp/mawk-1.3.3-root/var sharedstatedir=/var/tmp/mawk-1.3.3-root/usr/com mandir=/var/tmp/mawk-1.3.3-root/usr/share/man infodir=/var/tmp/mawk-1.3.3-root/usr/share/info install cp mawk /var/tmp/mawk-1.3.3-root/usr/bin chmod 0755 /var/tmp/mawk-1.3.3-root/usr/bin/mawk cp man/mawk.1 /var/tmp/mawk-1.3.3-root/usr/share/man/man1/mawk.1 chmod 0644 /var/tmp/mawk-1.3.3-root/usr/share/man/man1/mawk.1 + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/mawk-1.3.3 extracting debug info from /var/tmp/mawk-1.3.3-root/usr/bin/mawk 0 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: mawk-1.3.3-1.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.45174 + umask 022 + cd /builddir/build/BUILD + cd mawk-1.3.3 + DOCDIR=/var/tmp/mawk-1.3.3-root/usr/share/doc/mawk-1.3.3 + export DOCDIR + rm -rf /var/tmp/mawk-1.3.3-root/usr/share/doc/mawk-1.3.3 + /bin/mkdir -p /var/tmp/mawk-1.3.3-root/usr/share/doc/mawk-1.3.3 + cp -pr ACKNOWLEDGMENT CHANGES INSTALL README /var/tmp/mawk-1.3.3-root/usr/share/doc/mawk-1.3.3 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) rtld(GNU_HASH) Processing files: mawk-debuginfo-1.3.3-1.ru 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/mawk-1.3.3-root warning: Could not canonicalize hostname: omachi.rutgers.edu Wrote: /builddir/build/RPMS/mawk-1.3.3-1.ru.x86_64.rpm Wrote: /builddir/build/RPMS/mawk-debuginfo-1.3.3-1.ru.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.45174 + umask 022 + cd /builddir/build/BUILD + cd mawk-1.3.3 + rm -rf /var/tmp/mawk-1.3.3-root + exit 0 Child returncode was: 0 LEAVE do -->