make: Entering directory `/src/gawk-3.0.4'
ln -sf /usr/include/getopt.h getopt.h
CFLAGS='-Wall -O2 -pipe' LDFLAGS=-s ./configure --prefix=/usr --libexecdir=/usr/lib
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for bison... bison -y
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler (gcc -Wall -O2 -pipe -s) works... yes
checking whether the C compiler (gcc -Wall -O2 -pipe -s) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... ./install-sh -c
checking whether make sets ${MAKE}... yes
checking build system type... i686-pc-linux-gnu
checking for getconf... getconf
checking for CFLAGS value to request large file support... -D_FILE_OFFSET_BITS=64
checking for LDFLAGS value to request large file support... 
checking for LIBS value to request large file support... 
checking for _FILE_OFFSET_BITS... 64
checking for _LARGEFILE_SOURCE... no
checking for _LARGE_FILES... no
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... no
checking for AIX compilation hacks... no
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for limits.h... yes
checking for locale.h... yes
checking for stdarg.h... yes
checking for unistd.h... yes
checking for signum.h... no
checking for sys/param.h... yes
checking for string.h... yes
checking for memory.h... 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 working alloca.h... yes
checking for alloca... yes
checking for vprintf... yes
checking for fmod in -lm... yes
checking for madvise... no
checking for memset... yes
checking for memcpy... yes
checking for memcmp... yes
checking for fmod... yes
checking for setlocale... yes
checking for strchr... yes
checking for strerror... yes
checking for strftime... yes
checking for strncasecmp... yes
checking for strtod... yes
checking for system... yes
checking for tzset... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether getpgrp takes no argument... yes
checking for st_blksize in struct stat... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... yes
checking whether char is unsigned... no
checking for working const... yes
checking for ANSI stringizing capability... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating test/Makefile
creating awklib/Makefile
creating config.h
make
make[1]: Entering directory `/src/gawk-3.0.4'
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe array.c
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe builtin.c
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe eval.c
eval.c: In function `eval_condition':
eval.c:989: warning: suggest explicit braces to avoid ambiguous `else'
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe field.c
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe -DDEFPATH='".:/usr/share/awk"' ./gawkmisc.c
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe io.c
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe main.c
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe missing.c
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe msg.c
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe node.c
node.c: In function `r_force_number':
node.c:100: warning: label `finish' defined but not used
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe re.c
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe version.c
bison -y -v ./awk.y && \
if test -f y.tab.c ; then mv y.tab.c ytab.c ; else true ; fi && \
sed '/^extern char .malloc(), .realloc();$/d' ytab.c >awktab.c && \
rm ytab.c
conflicts:  62 shift/reduce
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe ./awktab.c
./awk.y: In function `yylex':
./awk.y:1732: warning: label `done' defined but not used
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe regex.c
regex.c: In function `regex_compile':
regex.c:2375: warning: suggest explicit braces to avoid ambiguous `else'
regex.c:2395: warning: suggest explicit braces to avoid ambiguous `else'
regex.c: In function `re_match_2_internal':
regex.c:4390: warning: unused variable `destination'
regex.c:4544: warning: unused variable `destination'
regex.c:4601: warning: unused variable `destination'
regex.c:4821: warning: unused variable `destination'
regex.c:4834: warning: unused variable `destination'
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe dfa.c
dfa.c: In function `lex':
dfa.c:430: warning: suggest explicit braces to avoid ambiguous `else'
dfa.c:549: warning: suggest explicit braces to avoid ambiguous `else'
dfa.c:555: warning: suggest explicit braces to avoid ambiguous `else'
dfa.c:566: warning: suggest explicit braces to avoid ambiguous `else'
dfa.c:577: warning: suggest explicit braces to avoid ambiguous `else'
dfa.c:646: warning: suggest explicit braces to avoid ambiguous `else'
dfa.c:649: warning: suggest explicit braces to avoid ambiguous `else'
dfa.c:676: warning: suggest explicit braces to avoid ambiguous `else'
dfa.c:680: warning: suggest explicit braces to avoid ambiguous `else'
dfa.c:681: warning: suggest explicit braces to avoid ambiguous `else'
dfa.c:684: warning: suggest explicit braces to avoid ambiguous `else'
dfa.c:697: warning: suggest explicit braces to avoid ambiguous `else'
dfa.c:698: warning: suggest explicit braces to avoid ambiguous `else'
dfa.c:706: warning: suggest explicit braces to avoid ambiguous `else'
dfa.c: In function `dfaexec':
dfa.c:1928: warning: suggest explicit braces to avoid ambiguous `else'
gcc -c -DGAWK -I. -I.  -DHAVE_CONFIG_H -Wall -O2 -pipe random.c
gcc -o gawk -Wall -O2 -pipe -s array.o builtin.o eval.o field.o gawkmisc.o io.o main.o missing.o msg.o node.o re.o version.o awktab.o regex.o dfa.o random.o   -lm 
cd awklib && make CFLAGS="-Wall -O2 -pipe" all
make[2]: Entering directory `/src/gawk-3.0.4/awklib'
gcc -Wall -O2 -pipe ./eg/lib/pwcat.c  -o pwcat
gcc -Wall -O2 -pipe ./eg/lib/grcat.c  -o grcat
cp ./eg/prog/igawk.sh igawk ; chmod 755 igawk
(cd ./eg/lib ; \
sed 's;/usr/local/libexec/awk;/usr/lib/awk;' < passwdawk.in) > passwd.awk
(cd ./eg/lib ; \
sed 's;/usr/local/libexec/awk;/usr/lib/awk;' < groupawk.in) > group.awk
make[2]: Leaving directory `/src/gawk-3.0.4/awklib'
cd doc && make all
make[2]: Entering directory `/src/gawk-3.0.4/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/src/gawk-3.0.4/doc'
make[1]: Leaving directory `/src/gawk-3.0.4'
make: Leaving directory `/src/gawk-3.0.4'
make: Entering directory `/src/gawk-3.0.4'
make check
make[1]: Entering directory `/src/gawk-3.0.4'
cd test; make -k
make[2]: Entering directory `/src/gawk-3.0.4/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.
cmp ./swaplns.ok _swaplns && rm -f _swaplns
{ cmp ./out1.ok out1 && cmp ./out2.ok out2 && \
cmp ./out3.ok out3 && rm -f out1 out2 out3; } || \
{ { test -d /dev/fd || test -d /proc/self/fd; } && \
echo IT IS OK THAT THIS TEST FAILED; }
cmp: EOF on out2
IT IS OK THAT THIS TEST FAILED
cmp ./argarray.ok _argarray && rm -f _argarray
cmp ./longwrds.ok _longwrds && rm -f _longwrds
cmp ./getline.ok _getline && rm -f _getline
cmp ./fstabplus.ok _fstabplus && rm -f _fstabplus
cmp ./compare.ok _compare && rm -f _compare
cmp ./arrayref.ok _arrayref && rm -f _arrayref
cmp ./rs.ok _rs && rm -f _rs
cmp ./fsrs.ok _fsrs && rm -f _fsrs
cmp ./rand.ok _rand && rm -f _rand
cmp ./fsbs.ok _fsbs && rm -f _fsbs
cmp ./negexp.ok _negexp && rm -f _negexp
cmp ./asgext.ok _asgext && rm -f _asgext
cmp ./anchgsub.ok _anchgsub && rm -f _anchgsub
cmp ./splitargv.ok _splitargv && rm -f _splitargv
cmp ./awkpath.ok _awkpath && rm -f _awkpath
cmp ./nfset.ok _nfset && rm -f _nfset
cmp ./reparse.ok _reparse && rm -f _reparse
cmp ./convfmt.ok _convfmt && rm -f _convfmt
cmp ./arrayparm.ok _arrayparm && rm -f _arrayparm
cmp ./paramdup.ok _paramdup && rm -f _paramdup
cmp ./nonl.ok _nonl && rm -f _nonl
cmp ./defref.ok _defref && rm -f _defref
cmp ./nofmtch.ok _nofmtch && rm -f _nofmtch
cmp ./litoct.ok _litoct && rm -f _litoct
cmp ./resplit.ok _resplit && rm -f _resplit
cmp ./rswhite.ok _rswhite && rm -f _rswhite
cmp ./prmarscl.ok _prmarscl && rm -f _prmarscl
cmp ./sclforin.ok _sclforin && rm -f _sclforin
cmp ./sclifin.ok _sclifin && rm -f _sclifin
cmp ./intprec.ok _intprec && rm -f _intprec
cmp ./childin.ok _childin && rm -f _childin
cmp ./noeffect.ok _noeffect && rm -f _noeffect
cmp ./numsubstr.ok _numsubstr && rm -f _numsubstr
cmp ./pcntplus.ok _pcntplus && rm -f _pcntplus
cmp ./prmreuse.ok _prmreuse && rm -f _prmreuse
cmp ./math.ok _math && rm -f _math
cmp ./fldchg.ok _fldchg && rm -f _fldchg
cmp ./fldchgnf.ok _fldchgnf && rm -f _fldchgnf
cmp ./reindops.ok _reindops && rm -f _reindops
cmp ./sprintfc.ok _sprintfc && rm -f _sprintfc
cmp ./backgsub.ok _backgsub && rm -f _backgsub
cmp ./tweakfld.ok _tweakfld && rm -f _tweakfld
cmp ./clsflnam.ok _clsflnam && rm -f _clsflnam
cmp ./mmap8k.in _mmap8k && rm -f _mmap8k
cmp ./fnarray.ok _fnarray && rm -f _fnarray
cmp ./dynlj.ok _dynlj && rm -f _dynlj
cmp ./substr.ok _substr && rm -f _substr
cmp ./eofsplit.ok _eofsplit && rm -f _eofsplit
cmp ./prt1eval.ok _prt1eval && rm -f _prt1eval
cmp ./gsubasgn.ok _gsubasgn && rm -f _gsubasgn
cmp ./prtoeval.ok _prtoeval && rm -f _prtoeval
cmp ./gsubtest.ok _gsubtest && rm -f _gsubtest
cmp ./splitwht.ok _splitwht && rm -f _splitwht
cmp ./back89.ok _back89 && rm -f _back89
cmp ./tradanch.ok _tradanch && rm -f _tradanch
cmp ./nlfldsep.ok _nlfldsep && rm -f _nlfldsep
cmp ./splitvar.ok _splitvar && rm -f _splitvar
cmp ./intest.ok _intest && rm -f _intest
cmp ./nfldstr.ok _nfldstr && rm -f _nfldstr
cmp ./nors.ok _nors && rm -f _nors
cmp ./fnarydel.ok _fnarydel && rm -f _fnarydel
cmp ./noparms.ok _noparms && rm -f _noparms
cmp ./funstack.ok _funstack && rm -f _funstack
cmp ./clobber.ok seq && cmp ./clobber.ok _clobber && rm -f _clobber
cmp ./delarprm.ok _delarprm && rm -f _delarprm
cmp ./prdupval.ok _prdupval && rm -f _prdupval
cmp ./nasty.ok _nasty && rm -f _nasty
cmp ./zeroflag.ok _zeroflag && rm -f _zeroflag
cmp ./getnr2tm.ok _getnr2tm && rm -f _getnr2tm
cmp ./getnr2tb.ok _getnr2tb && rm -f _getnr2tb
cmp ./printf1.ok _printf1 && rm -f _printf1
cmp ./poundbang.ok _`basename poundbang` && rm -f _`basename poundbang`
cmp ./fflush.ok _fflush && rm -f _fflush
cmp ./getlnhd.ok _getlnhd && rm -f _getlnhd
cmp ./pipeio1.ok _pipeio1 && rm -f _pipeio1
cmp ./pipeio2.ok _pipeio2 && rm -f _pipeio2
cmp ./strftlng.ok _strftlng && rm -f _strftlng
cmp ./pid.ok _`basename pid` && rm -f _`basename pid` _`basename pid`.in
cmp ./fieldwdth.ok _fieldwdth && rm -f _fieldwdth
cmp ./ignrcase.ok _ignrcase && rm -f _ignrcase
cmp ./posix.ok _posix && rm -f _posix
This number better be 1 ->      1
cmp ./igncfs.ok _igncfs && rm -f _igncfs
cmp ./argtest.ok _argtest && rm -f _argtest
cmp ./badargs.ok _badargs && rm -f _badargs
: this test could fail on slow machines or on a second boundary,
: so if it does, double check the actual results
cmp strftime.ok _strftime && rm -f _strftime strftime.ok || exit 0
cmp ./gensub.ok _gensub && rm -f _gensub
cmp ./gnureops.ok _gnureops && rm -f _gnureops
cmp ./reint.ok _reint && rm -f _reint
make[2]: Leaving directory `/src/gawk-3.0.4/test'
make[1]: Leaving directory `/src/gawk-3.0.4'
make: Leaving directory `/src/gawk-3.0.4'
make: Entering directory `/src/gawk-3.0.4'
make install
make[1]: Entering directory `/src/gawk-3.0.4'
cd doc && make info
make[2]: Entering directory `/src/gawk-3.0.4/doc'
make[2]: Nothing to be done for `info'.
make[2]: Leaving directory `/src/gawk-3.0.4/doc'
./mkinstalldirs /usr/bin /usr/share/awk \
	/usr/lib /usr/info /usr/man/man1 /usr/lib/awk
rm -f /usr/bin/gawk
./install-sh -c gawk /usr/bin/
ln -sf gawk /usr/bin/awk
cd doc && make install
make[2]: Entering directory `/src/gawk-3.0.4/doc'
.././install-sh -c -m 644 ./gawk.1 /usr/man/man1/gawk.1
.././install-sh -c -m 644 ./igawk.1 /usr/man/man1/igawk.1
if test -f gawk.info; then d=.; \
else d=.; fi; \
if    [ -f /usr/info/dir -a -f /usr/info/gawk.info ] \
   && cmp $d/gawk.info /usr/info/gawk.info > /dev/null \
   && grep '(gawk\.info)' /usr/info/dir  > /dev/null; then \
	exit 0; \
fi; \
for i in $d/gawk.info*; do \
	.././install-sh -c -m 644 $i /usr/info/$i ; \
done; \
if /bin/sh -c 'install-info --version' > /dev/null 2>&1 ; \
then install-info --info-dir=/usr/info gawk.info ; \
else true ; fi; exit 0
make[2]: Leaving directory `/src/gawk-3.0.4/doc'
cd awklib && make install
make[2]: Entering directory `/src/gawk-3.0.4/awklib'
.././install-sh -c igawk /usr/bin/igawk
for i in pwcat grcat ; do \
	.././install-sh -c $i /usr/lib/awk/$i ; \
done
for i in passwd.awk group.awk ./eg/lib/*.awk ; do \
	progname=`echo $i | sed 's;.*/;;'` ; \
	.././install-sh -c -m 644 $i /usr/share/awk/$progname ; \
done
make[2]: Leaving directory `/src/gawk-3.0.4/awklib'
make[1]: Leaving directory `/src/gawk-3.0.4'
strip /usr/bin/gawk
ln -fs gawk /usr/bin/awk
ln -fs /usr/bin/gawk /bin/awk
ln -fs gawk.1 /usr/man/man1/awk.1
make: Leaving directory `/src/gawk-3.0.4'
Extracting package gawk, please wait...
------------------------------------------------
current binary package: aaa_base.jur
extract /etc/ld.so.cache
