ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/gawk.spec'], False, '/var/lib/mock/dist-f11-build-306873-56314/root/', None, 86400, True, 0, 421, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i386 --nodeps builddir/build/SPECS/gawk.spec'] warning: Could not canonicalize hostname: x86-5.fedora.phx.redhat.com Building target platforms: i386 Building for target i386 Wrote: /builddir/build/SRPMS/gawk-3.1.6-3.fc11.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/gawk.spec'], False, '/var/lib/mock/dist-f11-build-306873-56314/root/', None, 86400, True, 0, 421, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i386 --nodeps builddir/build/SPECS/gawk.spec'] Building target platforms: i386 Building for target i386 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7Zttss + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf gawk-3.1.6 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/gawk-3.1.6.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd gawk-3.1.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/libsigsegv-2.6.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + mv libsigsegv-2.6 libsigsegv + echo install: Patch #0 (gawk-stable-tree.patch): + echo 'Patch #0 (gawk-stable-tree.patch):' + /bin/cat /builddir/build/SOURCES/gawk-stable-tree.patch + /usr/bin/patch -s -p0 --fuzz=0 + rm awkgram.c doc/gawk.info doc/gawkinet.info + echo 'Patch #14 (gawk-3.1.5-test-lc_num1.patch):' Patch #14 (gawk-3.1.5-test-lc_num1.patch): + /bin/cat /builddir/build/SOURCES/gawk-3.1.5-test-lc_num1.patch + /usr/bin/patch -s -p0 -b --suffix .ulitest --fuzz=0 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OZkRCq + umask 022 + cd /builddir/build/BUILD + cd gawk-3.1.6 + LANG=C + export LANG + unset DISPLAY + autoreconf + 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 --bindir=/bin checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for bison... bison -y checking whether ln -s works... yes 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for i386-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for a BSD-compatible install... ./install-sh -c checking whether make sets $(MAKE)... (cached) yes checking for special development options... no checking for z/OS USS compilation... no 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for strerror in -lcposix... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for AIX compilation hacks... no checking for Linux/Alpha compilation hacks... no checking for function prototypes... yes checking for string.h... (cached) yes checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking build system type... i386-redhat-linux-gnu checking host system type... i386-redhat-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking mcheck.h usability... yes checking mcheck.h presence... yes checking for mcheck.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking signum.h usability... no checking signum.h presence... no checking for signum.h... no checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for string.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking for memory.h... (cached) yes checking for pid_t... yes checking return type of signal handlers... void checking for size_t... yes checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking for long long int... yes checking for unsigned long long int... yes checking for inttypes.h... yes checking for stdint.h... yes checking for ssize_t... yes checking size of unsigned int... 4 checking size of unsigned long... 4 checking for socklen_t... yes checking for vprintf... yes checking for _doprnt... no checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for alarm... yes checking for working mktime... yes checking for getaddrinfo... yes checking for fmod in -lm... yes checking for atexit... yes checking for btowc... yes checking for fmod... yes checking for getgrent... yes checking for getgroups... yes checking for grantpt... yes checking for isascii... yes checking for iswctype... yes checking for iswlower... yes checking for iswupper... yes checking for mbrlen... yes checking for memcmp... yes checking for memcpy... yes checking for memcpy_ulong... no checking for memmove... yes checking for memset... yes checking for memset_ulong... no checking for mkstemp... yes checking for setlocale... yes checking for snprintf... yes checking for strchr... yes checking for strerror... yes checking for strftime... yes checking for strncasecmp... yes checking for strtod... yes checking for strtoul... yes checking for system... yes checking for tmpfile... yes checking for towlower... yes checking for towupper... yes checking for tzset... yes checking for wcrtomb... yes checking for wcscoll... yes checking for wcscoll... (cached) yes checking for wctype... yes checking whether mbrtowc and mbstate_t are properly declared... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for library containing dlopen... -ldl checking whether getpgrp requires zero arguments... yes checking for printf %F format... yes checking for gethostbyname... yes checking for connect... yes checking where to find the socket library calls... the standard library checking for struct stat.st_blksize... yes checking whether time.h and sys/time.h may both be included... (cached) yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking whether char is unsigned... no checking for an ANSI C-conforming const... yes checking for C/C++ restrict keyword... __restrict checking for inline... inline checking for preprocessor stringizing operator... yes configure: creating ./config.status config.status: creating Makefile config.status: creating awklib/Makefile config.status: creating doc/Makefile config.status: creating po/Makefile.in config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile === configuring in libsigsegv (/builddir/build/BUILD/gawk-3.1.6/libsigsegv) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=i386-redhat-linux-gnu' '--host=i386-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--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' '--bindir=/bin' 'build_alias=i386-redhat-linux-gnu' 'host_alias=i386-redhat-linux-gnu' 'target_alias=i386-redhat-linux-gnu' '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' --cache-file=/dev/null --srcdir=. Build Tools: checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking build system type... i386-redhat-linux-gnu checking host system type... i386-redhat-linux-gnu checking host platform... i386-redhat-linux2.6.18-gnu-glibc2.8 checking for a BSD-compatible install... ./install-sh -c checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for i386-redhat-linux-gnu-ar... no checking for ar... ar checking for i386-redhat-linux-gnu-strip... no checking for strip... strip checking for i386-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok 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 dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) 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 checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes Optional Platform Environment: checking sys/signal.h usability... yes checking sys/signal.h presence... yes checking for sys/signal.h... yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for sysconf(_SC_PAGESIZE)... yes checking for PAGESIZE in limits.h... no checking for mmap with MAP_ANON... yes checking for mmap with MAP_ANONYMOUS... yes checking for mmap of /dev/zero... yes checking whether a fault handler according to POSIX works... yes checking whether a fault handler according to Linux/i386 works... yes checking whether a fault handler according to old Linux/i386 works... yes checking whether a fault handler according to Linux/m68k works... no checking whether a fault handler according to Linux/PowerPC works... no checking whether a fault handler according to Linux/HPPA works... no checking whether a fault handler according to BSD works... no checking whether a fault handler according to IRIX works... no checking whether a fault handler according to HP-UX HPPA works... no checking whether a fault handler according to OSF/1 Alpha works... no checking whether a fault handler according to NetBSD Alpha works... no checking whether a fault handler according to AIX works... no checking whether a fault handler according to MacOSX/Darwin7 PowerPC works... no checking whether a fault handler according to MacOSX/Darwin5 PowerPC works... no checking whether a fault handler according to Hurd works... no checking for the fault handler specifics... fault-linux-i386.h checking if the system supports catching SIGSEGV... yes checking for stack direction... grows down checking for PIOCMAP in sys/procfs.h... no checking for mincore... yes checking for getrlimit... yes checking for setrlimit... yes checking for sigaltstack... yes checking for stack_t... yes checking for working sigaltstack... yes checking if the system supports catching stack overflow... yes checking whether a signal handler can be left through longjmp... yes checking whether a signal handler can be left through longjmp and sigaltstack... yes checking whether a signal handler can be left through longjmp and setcontext... yes checking whether a signal handler can be left through siglongjmp... yes checking whether a signal handler can be left through siglongjmp and sigaltstack... yes checking whether a signal handler can be left through siglongjmp and setcontext... yes Build Parameters: checking whether to activate relocatable installation... no Output Substitution: configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/sigsegv.h config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Now please type 'make' to compile. Good luck. + make -j4 make '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' 'LDFLAGS=-export-dynamic' all-recursive make[1]: Entering directory `/builddir/build/BUILD/gawk-3.1.6' Making all in libsigsegv make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv' cd . && /bin/sh /builddir/build/BUILD/gawk-3.1.6/libsigsegv/build-aux/missing --run autoheader rm -f stamp-h1 touch config.h.in make TARGETSTACK=" all" all-recursive make[3]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv' Making all in src make[4]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv/src' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I. -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 -c -o handler.lo handler.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I. -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 -c -o stackvma.lo stackvma.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I. -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 -c -o leave.lo leave.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I. -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 -c -o dispatcher.lo dispatcher.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I. -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 -c handler.c -o handler.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I. -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 -c stackvma.c -o stackvma.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I. -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 -c leave.c -o leave.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I. -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 -c dispatcher.c -o dispatcher.o In file included from stackvma-linux.c:27, from stackvma.c:20: stackvma-mincore.c: In function 'is_mapped': /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I. -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 -c -o version.lo version.c stackvma-mincore.c:62: warning: pointer targets in passing argument 3 of 'mincore' differ in signedness stackvma-mincore.c: In function 'mapped_range_start': stackvma-mincore.c:87: warning: pointer targets in passing argument 3 of 'mincore' differ in signedness stackvma-mincore.c:107: warning: pointer targets in passing argument 3 of 'mincore' differ in signedness stackvma-mincore.c: In function 'mapped_range_end': stackvma-mincore.c:139: warning: pointer targets in passing argument 3 of 'mincore' differ in signedness stackvma-mincore.c:158: warning: pointer targets in passing argument 3 of 'mincore' differ in signedness libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I. -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 -c version.c -o version.o /bin/sh ../libtool --tag=CC --mode=link gcc -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 -lc -no-undefined -export-dynamic -o libsigsegv.la -rpath /usr/lib handler.lo stackvma.lo leave.lo dispatcher.lo version.lo libtool: link: ar cru .libs/libsigsegv.a handler.o stackvma.o leave.o dispatcher.o version.o libtool: link: ranlib .libs/libsigsegv.a libtool: link: ( cd ".libs" && rm -f "libsigsegv.la" && ln -s "../libsigsegv.la" "libsigsegv.la" ) make[4]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv/src' Making all in tests make[4]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv/tests' gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -c sigsegv1.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -c sigsegv2.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -c sigsegv3.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -c stackoverflow1.c gcc -DHAVE_CONFIG_H -I. -I.. -I../src -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 -c stackoverflow2.c /bin/sh ../libtool --tag=CC --mode=link gcc -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-dynamic -o sigsegv1 sigsegv1.o ../src/libsigsegv.la /bin/sh ../libtool --tag=CC --mode=link gcc -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-dynamic -o sigsegv3 sigsegv3.o ../src/libsigsegv.la /bin/sh ../libtool --tag=CC --mode=link gcc -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-dynamic -o stackoverflow1 stackoverflow1.o ../src/libsigsegv.la /bin/sh ../libtool --tag=CC --mode=link gcc -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-dynamic -o sigsegv2 sigsegv2.o ../src/libsigsegv.la libtool: link: gcc -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 -o sigsegv1 sigsegv1.o -Wl,--export-dynamic ../src/.libs/libsigsegv.a -lc libtool: link: gcc -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 -o stackoverflow1 stackoverflow1.o -Wl,--export-dynamic ../src/.libs/libsigsegv.a -lc /bin/sh ../libtool --tag=CC --mode=link gcc -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-dynamic -o stackoverflow2 stackoverflow2.o ../src/libsigsegv.la libtool: link: gcc -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 -o sigsegv3 sigsegv3.o -Wl,--export-dynamic ../src/.libs/libsigsegv.a -lc libtool: link: gcc -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 -o sigsegv2 sigsegv2.o -Wl,--export-dynamic ../src/.libs/libsigsegv.a -lc libtool: link: gcc -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 -o stackoverflow2 stackoverflow2.o -Wl,--export-dynamic ../src/.libs/libsigsegv.a -lc make[4]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv/tests' make[4]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv' cd . && /bin/sh ./config.status config.h Now please type 'make check' to run a quick test suite. Hope it works. config.status: creating config.h config.status: config.h is unchanged make[4]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv' make[3]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv' make[2]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv' Making all in . make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6' gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT array.o -MD -MP -MF .deps/array.Tpo -c -o array.o array.c bison -y awkgram.y gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT builtin.o -MD -MP -MF .deps/builtin.Tpo -c -o builtin.o builtin.c gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT dfa.o -MD -MP -MF .deps/dfa.Tpo -c -o dfa.o dfa.c conflicts: 38 shift/reduce dfa.c: In function 'update_mb_len_index': dfa.c:419: warning: pointer targets in passing argument 1 of 'mbrlen' differ in signedness dfa.c: In function 'lex': dfa.c:794: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:942: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:948: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:958: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:966: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:981: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1087: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1090: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1114: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1118: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1119: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1122: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1134: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c:1135: warning: pointer targets in passing argument 1 of 'update_mb_len_index' differ in signedness dfa.c: In function 'match_mb_charset': dfa.c:2623: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness dfa.c:2630: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness dfa.c:2643: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness dfa.c: In function 'dfaexec': dfa.c:2900: warning: pointer targets in assignment differ in signedness dfa.c:2901: warning: pointer targets in assignment differ in signedness builtin.c: In function 'do_mktime': builtin.c:1685: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false builtin.c:1685: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false sed 's/parse error/syntax error/g' < y.tab.c | gawk -f ./bisonfix.awk > awkgram.c && rm y.tab.c if test -f y.tab.h; then \ if cmp -s y.tab.h awkgram.h; then rm -f y.tab.h; else mv y.tab.h awkgram.h; fi; \ else :; fi gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT ext.o -MD -MP -MF .deps/ext.Tpo -c -o ext.o ext.c mv -f .deps/ext.Tpo .deps/ext.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT field.o -MD -MP -MF .deps/field.Tpo -c -o field.o field.c mv -f .deps/array.Tpo .deps/array.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT floatcomp.o -MD -MP -MF .deps/floatcomp.Tpo -c -o floatcomp.o floatcomp.c mv -f .deps/floatcomp.Tpo .deps/floatcomp.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT gawkmisc.o -MD -MP -MF .deps/gawkmisc.Tpo -c -o gawkmisc.o gawkmisc.c mv -f .deps/gawkmisc.Tpo .deps/gawkmisc.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c mv -f .deps/getopt.Tpo .deps/getopt.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c mv -f .deps/getopt1.Tpo .deps/getopt1.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT io.o -MD -MP -MF .deps/io.Tpo -c -o io.o io.c io.c: In function 'close_rp': io.c:952: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result mv -f .deps/field.Tpo .deps/field.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT msg.o -MD -MP -MF .deps/msg.Tpo -c -o msg.o msg.c mv -f .deps/msg.Tpo .deps/msg.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT node.o -MD -MP -MF .deps/node.Tpo -c -o node.o node.c mv -f .deps/dfa.Tpo .deps/dfa.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT random.o -MD -MP -MF .deps/random.Tpo -c -o random.o random.c node.c:844: warning: 'dump_wstr' defined but not used mv -f .deps/random.Tpo .deps/random.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT re.o -MD -MP -MF .deps/re.Tpo -c -o re.o re.c mv -f .deps/re.Tpo .deps/re.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT regex.o -MD -MP -MF .deps/regex.Tpo -c -o regex.o regex.c mv -f .deps/node.Tpo .deps/node.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT replace.o -MD -MP -MF .deps/replace.Tpo -c -o replace.o replace.c mv -f .deps/io.Tpo .deps/io.Po /bin/sh ./config.status --file=version.c:version.in mv -f .deps/replace.Tpo .deps/replace.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT eval.o -MD -MP -MF .deps/eval.Tpo -c -o eval.o eval.c config.status: creating version.c gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT profile.o -MD -MP -MF .deps/profile.Tpo -c -o profile.o profile.c mv -f .deps/builtin.Tpo .deps/builtin.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT eval_p.o -MD -MP -MF .deps/eval_p.Tpo -c -o eval_p.o eval_p.c mv -f .deps/profile.Tpo .deps/profile.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT profile_p.o -MD -MP -MF .deps/profile_p.Tpo -c -o profile_p.o profile_p.c mv -f .deps/profile_p.Tpo .deps/profile_p.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT awkgram.o -MD -MP -MF .deps/awkgram.Tpo -c -o awkgram.o awkgram.c mv -f .deps/eval.Tpo .deps/eval.Po gcc -DDEFPATH="\".:/usr/share/awk\"" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"/usr/share/locale\"" -I. -I./libsigsegv/src -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 -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c mv -f .deps/version.Tpo .deps/version.Po mv -f .deps/eval_p.Tpo .deps/eval_p.Po mv -f .deps/awkgram.Tpo .deps/awkgram.Po mv -f .deps/regex.Tpo .deps/regex.Po gcc -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-dynamic -o gawk array.o awkgram.o builtin.o dfa.o ext.o field.o floatcomp.o gawkmisc.o getopt.o getopt1.o io.o main.o msg.o node.o random.o re.o regex.o replace.o version.o eval.o profile.o libsigsegv/src/.libs/libsigsegv.a -ldl -lm gcc -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-dynamic -o pgawk array.o awkgram.o builtin.o dfa.o ext.o field.o floatcomp.o gawkmisc.o getopt.o getopt1.o io.o main.o msg.o node.o random.o re.o regex.o replace.o version.o eval_p.o profile_p.o libsigsegv/src/.libs/libsigsegv.a -ldl -lm make[2]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6' Making all in awklib make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/awklib' cd . && \ mv eg eg.old && \ rm -fr stamp-eg && \ LC_ALL=C LANG=C ../gawk -f extract.awk ../doc/gawk.texi ../doc/gawkinet.texi cd . && \ if [ -d eg.old ] && [ -d eg.old/CVS ] ; then \ mv eg.old/CVS eg ; \ mv eg.old/data/CVS eg/data ; \ mv eg.old/lib/CVS eg/lib ; \ mv eg.old/misc/CVS eg/misc ; \ mv eg.old/network/CVS eg/network ; \ mv eg.old/prog/CVS eg/prog ; \ rm -fr eg.old ; fi gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -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 ./eg/lib/pwcat.c -export-dynamic -o pwcat gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -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 ./eg/lib/grcat.c -export-dynamic -o grcat cp ./eg/prog/igawk.sh igawk ; chmod 755 igawk sed 's;/usr/local/libexec/awk;/usr/libexec/awk;' < ./eg/lib/passwdawk.in > passwd.awk sed 's;/usr/local/libexec/awk;/usr/libexec/awk;' < ./eg/lib/groupawk.in > group.awk make[2]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/awklib' Making all in doc make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/doc' restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/sh /builddir/build/BUILD/gawk-3.1.6/missing --run makeinfo --no-split --force --version) >/dev/null 2>&1; then \ for f in gawk.info gawk.info-[0-9] gawk.info-[0-9][0-9] gawk.i[0-9] gawk.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if /bin/sh /builddir/build/BUILD/gawk-3.1.6/missing --run makeinfo --no-split --force -I . \ -o gawk.info gawk.texi; \ then \ rc=0; \ cd .; \ else \ rc=$?; \ cd . && \ $restore $backupdir/* `echo "./gawk.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc restore=: && backupdir=".am$$" && \ am__cwd=`pwd` && cd . && \ rm -rf $backupdir && mkdir $backupdir && \ if (/bin/sh /builddir/build/BUILD/gawk-3.1.6/missing --run makeinfo --no-split --force --version) >/dev/null 2>&1; then \ for f in gawkinet.info gawkinet.info-[0-9] gawkinet.info-[0-9][0-9] gawkinet.i[0-9] gawkinet.i[0-9][0-9]; do \ if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ done; \ else :; fi && \ cd "$am__cwd"; \ if /bin/sh /builddir/build/BUILD/gawk-3.1.6/missing --run makeinfo --no-split --force -I . \ -o gawkinet.info gawkinet.texi; \ then \ rc=0; \ cd .; \ else \ rc=$?; \ cd . && \ $restore $backupdir/* `echo "./gawkinet.info" | sed 's|[^/]*$||'`; \ fi; \ rm -rf $backupdir; exit $rc make[2]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/doc' Making all in po make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/po' test ! -f ./gawk.pot || \ test -z "es.gmo fr.gmo he.gmo id.gmo it.gmo sv.gmo tr.gmo de.gmo da.gmo pt_BR.gmo ca.gmo pl.gmo ja.gmo ro.gmo nl.gmo rw.gmo ga.gmo vi.gmo zh_CN.gmo" || make es.gmo fr.gmo he.gmo id.gmo it.gmo sv.gmo tr.gmo de.gmo da.gmo pt_BR.gmo ca.gmo pl.gmo ja.gmo ro.gmo nl.gmo rw.gmo ga.gmo vi.gmo zh_CN.gmo make[3]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/po' rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po rm -f he.gmo && /usr/bin/msgfmt -c --statistics -o he.gmo he.po rm -f id.gmo && /usr/bin/msgfmt -c --statistics -o id.gmo id.po 325 translated messages, 51 fuzzy translations, 20 untranslated messages. 381 translated messages, 13 fuzzy translations, 2 untranslated messages. 392 translated messages , 4 fuzzy translations . rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po rm -f tr.gmo && /usr/bin/msgfmt -c --statistics -o tr.gmo tr.po 392 translated messages. rm -f sv.gmo && /usr/bin/msgfmt -c --statistics -o sv.gmo sv.po 391 translated messages, 4 fuzzy translations, 1 untranslated message. rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po rm -f da.gmo && /usr/bin/msgfmt -c --statistics -o da.gmo da.po 392 translated messages, 4 fuzzy translations. rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po 309 translated messages, 61 fuzzy translations, 26 untranslated messages. 388 translated messages , 6 fuzzy translations , 2 untranslated messages . 313 translated messages, 60 fuzzy translations, 23 untranslated messages. rm -f ca.gmo && /usr/bin/msgfmt -c --statistics -o ca.gmo ca.po rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po rm -f ja.gmo && /usr/bin/msgfmt -c --statistics -o ja.gmo ja.po 354 translated messages , 32 fuzzy translations , 10 untranslated messages . rm -f ro.gmo && /usr/bin/msgfmt -c --statistics -o ro.gmo ro.po 313 translated messages, 60 fuzzy translations, 23 untranslated messages. 392 translated messages , 4 fuzzy translations . 380 translated messages, 13 fuzzy translations, 3 untranslated messages. rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po rm -f rw.gmo && /usr/bin/msgfmt -c --statistics -o rw.gmo rw.po rm -f ga.gmo && /usr/bin/msgfmt -c --statistics -o ga.gmo ga.po 313 translated messages, 60 fuzzy translations, 23 untranslated messages. rm -f vi.gmo && /usr/bin/msgfmt -c --statistics -o vi.gmo vi.po 391 translated messages 1 translated message, 361 fuzzy translations, 34 untranslated messages. , 4 fuzzy translations , 1 untranslated message . rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po 391 translated messages, 4 fuzzy translations, 1 untranslated message. 392 translated messages, 4 fuzzy translations. 391 translated messages , 4 fuzzy translations , 1 untranslated message . make[3]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/po' touch stamp-po make[2]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/po' Making all in test make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/test' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/test' make[1]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1pbwFy + umask 022 + cd /builddir/build/BUILD + cd gawk-3.1.6 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386 + make install DESTDIR=/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386 Making install in libsigsegv make[1]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv' Making install in . make[1]: Entering directory `/builddir/build/BUILD/gawk-3.1.6' make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6' test -z "/bin" || /bin/mkdir -p "/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/bin" ./install-sh -c 'gawk' '/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/bin/gawk' ./install-sh -c 'pgawk' '/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/bin/pgawk' make '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' 'LDFLAGS=-export-dynamic' install-exec-hook make[3]: Entering directory `/builddir/build/BUILD/gawk-3.1.6' (cd /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/bin; \ ln gawk gawk-3.1.6a 2>/dev/null ; \ ln pgawk pgawk-3.1.6a 2>/dev/null ; \ if [ ! -f awk ]; \ then ln -s gawk awk; \ fi; exit 0) make[3]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6' make[1]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6' Making install in awklib make[1]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/awklib' make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/awklib' test -z "/bin" || /bin/mkdir -p "/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/bin" .././install-sh -c 'igawk' '/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/bin/igawk' test -z "/usr/libexec/awk" || /bin/mkdir -p "/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/libexec/awk" .././install-sh -c 'pwcat' '/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/libexec/awk/pwcat' .././install-sh -c 'grcat' '/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/libexec/awk/grcat' make install-exec-hook make[3]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/awklib' /bin/sh ../mkinstalldirs /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/awk mkdir -p -- /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/awk for i in passwd.awk group.awk ./eg/lib/*.awk ; do \ progname=`echo $i | sed 's;.*/;;'` ; \ .././install-sh -c -m 644 $i /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/awk/$progname ; \ done make[3]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/awklib' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/awklib' make[1]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/awklib' Making install in doc make[1]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/doc' make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/doc' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/info" || /bin/mkdir -p "/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/info" .././install-sh -c -m 644 './gawk.info' '/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/info/gawk.info' .././install-sh -c -m 644 './gawkinet.info' '/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/info/gawkinet.info' install-info --info-dir='/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/info' '/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/info/gawk.info' install-info --info-dir='/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/info' '/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/info/gawkinet.info' test -z "/usr/share/man/man1" || /bin/mkdir -p "/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/man/man1" .././install-sh -c -m 644 './gawk.1' '/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/man/man1/gawk.1' .././install-sh -c -m 644 './igawk.1' '/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/man/man1/igawk.1' make install-data-hook make[3]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/doc' (cd /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/man/man1; \ ln gawk.1 pgawk.1 2>/dev/null ; \ exit 0) make[3]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/doc' make[2]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/doc' make[1]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/doc' Making install in po make[1]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/po' /bin/mkdir -p /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share installing es.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/es/LC_MESSAGES/gawk.mo installing fr.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/fr/LC_MESSAGES/gawk.mo installing he.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/he/LC_MESSAGES/gawk.mo installing id.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/id/LC_MESSAGES/gawk.mo installing it.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/it/LC_MESSAGES/gawk.mo installing sv.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/sv/LC_MESSAGES/gawk.mo installing tr.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/tr/LC_MESSAGES/gawk.mo installing de.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/de/LC_MESSAGES/gawk.mo installing da.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/da/LC_MESSAGES/gawk.mo installing pt_BR.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/pt_BR/LC_MESSAGES/gawk.mo installing ca.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/ca/LC_MESSAGES/gawk.mo installing pl.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/pl/LC_MESSAGES/gawk.mo installing ja.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/ja/LC_MESSAGES/gawk.mo installing ro.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/ro/LC_MESSAGES/gawk.mo installing nl.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/nl/LC_MESSAGES/gawk.mo installing rw.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/rw/LC_MESSAGES/gawk.mo installing ga.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/ga/LC_MESSAGES/gawk.mo installing vi.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/vi/LC_MESSAGES/gawk.mo installing zh_CN.gmo as /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/locale/zh_CN/LC_MESSAGES/gawk.mo if test "gawk" = "gettext-tools"; then \ /bin/mkdir -p /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ .././install-sh -c -m 644 ./$file \ /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/po' Making install in test make[1]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/test' make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/test' 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/gawk-3.1.6/test' make[1]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/test' + mkdir -p /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/bin + ln -sf gawk.1.gz /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/man/man1/awk.1.gz + ln -sf ../../bin/gawk /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/bin/awk + ln -sf ../../bin/gawk /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/bin/gawk + mv /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/bin/pgawk /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/bin/igawk /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/bin + rm -f /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/bin/gawk-3.1.6 /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/bin/pgawk-3.1.6 /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/info/dir + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386 gawk + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/gawk-3.1.6 file /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/bin/gawk-3.1.6a has 1 other hard links extracting debug info from /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/bin/gawk-3.1.6a hard linked /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/lib/debug/bin/gawk.debug to /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/lib/debug/bin/gawk-3.1.6a.debug file /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/bin/pgawk-3.1.6a has 1 other hard links extracting debug info from /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/bin/pgawk-3.1.6a extracting debug info from /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/libexec/awk/pwcat extracting debug info from /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/libexec/awk/grcat hard linked /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/lib/debug/usr/bin/pgawk.debug to /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/lib/debug/bin/pgawk-3.1.6a.debug ln: creating hard link `/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/lib/debug/usr/bin/pgawk.debug' => `/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/lib/debug/bin/pgawk-3.1.6a.debug': No such file or directory symlinked /usr/lib/debug/bin/gawk.debug to /usr/lib/debug/bin/awk.debug symlinked /usr/lib/debug/bin/gawk.debug to /usr/lib/debug/usr/bin/awk.debug symlinked /usr/lib/debug/bin/gawk.debug to /usr/lib/debug/usr/bin/gawk.debug cpio: gawk-3.1.6/y.tab.c: Cannot stat: No such file or directory 2073 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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.N4Fm1s + umask 022 + cd /builddir/build/BUILD + cd gawk-3.1.6 + unset DISPLAY + make check Making check in libsigsegv make[1]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv' Making check in src make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv/src' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv/src' Making check in tests make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv/tests' make check-TESTS make[3]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv/tests' Test passed. PASS: sigsegv1 Test passed. PASS: sigsegv2 Doing SIGSEGV pass 1. Stack overflow 1 caught. Doing SIGSEGV pass 2. Stack overflow 2 caught. Test passed. PASS: sigsegv3 Starting recursion pass 1. Stack overflow 1 caught. Starting recursion pass 2. Stack overflow 2 caught. Test passed. PASS: stackoverflow1 Starting recursion pass 1. Stack overflow 1 caught. Starting recursion pass 2. Stack overflow 2 caught. Segmentation violation correctly detected. Segmentation violation correctly detected. Test passed. PASS: stackoverflow2 ================== All 5 tests passed ================== make[3]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv/tests' make[2]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv/tests' make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv' Now please type 'make install' to install the package. make[2]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv' make[1]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/libsigsegv' Making check in . make[1]: Entering directory `/builddir/build/BUILD/gawk-3.1.6' make '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' 'LDFLAGS=-export-dynamic' check-local make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6' make[2]: Nothing to be done for `check-local'. make[2]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6' make[1]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6' Making check in awklib make[1]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/awklib' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/awklib' Making check in doc make[1]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/doc' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/doc' Making check in po make[1]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/po' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/po' Making check in test make[1]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/test' Any output from "cmp" is bad news, although some differences in floating point values are probably benign -- in particular, some systems may omit a leading zero and the floating point precision may lead to slightly different output in a few cases. Locale environment: LC_ALL="C" LANG="C" ======== Starting basic tests ======== addcomma anchgsub argarray arrayparm arrayref arrymem1 arrayprm2 arrayprm3 arryref2 arryref3 arryref4 arryref5 arynasty arynocls aryprm1 aryprm2 aryprm3 aryprm4 aryprm5 aryprm6 aryprm7 aryprm8 arysubnm asgext awkpath back89 backgsub childin clobber closebad clsflnam compare compare2 concat1 concat2 concat3 concat4 convfmt datanonl defref delarprm delarpm2 delfunc dynlj eofsplit exitval1 exitval2 fldchg fldchgnf fmtspcl fmttest fnamedat fnarray fnarray2 fnarydel fnaryscl fnasgnm fnmisc fnparydl fordel forsimp fsbs fsspcoln fsrs fstabplus funsemnl funsmnam funstack getline getline2 getline3 getlnbuf getnr2tb getnr2tm gsubasgn gsubtest gsubtst2 gsubtst3 gsubtst4 gsubtst5 gsubtst6 hex hsprint inputred intest intformat intprec iobug1 lc_num1 leaddig leadnl litoct longsub longwrds manglprm math membug1 messages minusstr mmap8k mtchi18n nasty nasty2 negexp nested nfldstr nfneg nfset nlfldsep nlinstr nlstrina noeffect nofile nofmtch noloop1 noloop2 nonl noparms nors nulrsend numindex numsubstr octsub ofmt ofmtbig ofmtfidl ofmts onlynl opasnidx opasnslf ovrflow1 paramdup paramtyp parse1 parsefld parseme pcntplus prdupval prec printf0 printf1 prmarscl prmreuse prt1eval prtoeval psx96sub rand rebt8b1 rebt8b2 redfilnm regeq reindops reparse resplit rs rsnul1nl rsnulbig rsnulbig2 rstest1 rstest2 rstest3 rstest4 rstest5 rswhite scalar sclforin sclifin sortempty splitargv splitarr splitdef splitvar splitwht sprintfc strcat1 strtod strnum1 subamp subi18n subsepnm subslash substr swaplns synerr1 synerr2 tradanch tweakfld uninit2 uninit3 uninit4 uninitialized unterm wideidx wideidx2 widesub widesub2 widesub3 widesub4 wjposer1 zeroe0 zeroflag zero2 ======== Done with basic tests ======== ======== Starting Unix tests ======== fflush getlnhd localenl pid pipeio1 pipeio2 poundbang space strftlng ======== Done with Unix tests ======== ======== Starting gawk extension tests ======== argtest asort asorti backw badargs binmode1 clos1way devfd devfd1 devfd2 double1 double2 fieldwdth funlen fsfwfs fwtest fwtest2 gensub gensub2 gnuops2 gnuops3 gnureops icasefs icasers igncdym igncfs ignrcase ignrcas2 lint lintold match1 match2 match3 manyfiles mbfw1 mbprintf1 mbprintf2 nondec nondec2 posix procinfs printfbad1 regx8bit rebuf reint reint2 rsstart1 rsstart2 rsstart3 rstest6 shadow sort1 strtonum This test could fail on slow machines or on a minute boundary, so if it does, double check the actual results: strftime whiny ======== Done with gawk extension tests ======== make[2]: Entering directory `/builddir/build/BUILD/gawk-3.1.6/test' ALL TESTS PASSED make[2]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/test' make[1]: Leaving directory `/builddir/build/BUILD/gawk-3.1.6/test' + exit 0 Processing files: gawk-3.1.6-3.fc11 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.SI6voT + umask 022 + cd /builddir/build/BUILD + cd gawk-3.1.6 + DOCDIR=/builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/doc/gawk-3.1.6 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/doc/gawk-3.1.6 + /bin/mkdir -p /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/doc/gawk-3.1.6 + cp -pr README COPYING FUTURES LIMITATIONS NEWS /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/doc/gawk-3.1.6 + cp -pr README_d/README.multibyte README_d/README.tests POSIX.STD /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386/usr/share/doc/gawk-3.1.6 + exit 0 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh /sbin/install-info Requires(preun): /bin/sh /sbin/install-info Requires: /bin/sh libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libdl.so.2 libdl.so.2(GLIBC_2.0) libdl.so.2(GLIBC_2.1) libm.so.6 libm.so.6(GLIBC_2.0) rtld(GNU_HASH) Processing files: gawk-debuginfo-3.1.6-3.fc11 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386 warning: Could not canonicalize hostname: x86-5.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/gawk-3.1.6-3.fc11.i386.rpm Wrote: /builddir/build/RPMS/gawk-debuginfo-3.1.6-3.fc11.i386.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6m1Oi2 + umask 022 + cd /builddir/build/BUILD + cd gawk-3.1.6 + rm -rf /builddir/build/BUILDROOT/gawk-3.1.6-3.fc11.i386 + exit 0 Child returncode was: 0 LEAVE do -->