+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/gawk.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Gio84b + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gawk-4.2.1 + /usr/bin/xz -dc /builddir/build/SOURCES/gawk-4.2.1.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd gawk-4.2.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'gawk-4.2.1 base' + cp -a /builddir/build/SOURCES/LICENSE.GPLv2 /builddir/build/SOURCES/LICENSE.LGPLv2 /builddir/build/SOURCES/LICENSE.BSD . + git add --all --force . + git commit --all --amend --no-edit + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DMxUZZ + umask 022 + cd /builddir/build/BUILD + cd gawk-4.2.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./extension/build-aux/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./extension/build-aux/config.sub ++ basename ./extension/build-aux/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./extension/build-aux/config.sub '/usr/lib/rpm/redhat/config.sub' -> './extension/build-aux/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./extension/build-aux/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./extension/build-aux/config.guess ++ basename ./extension/build-aux/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./extension/build-aux/config.guess '/usr/lib/rpm/redhat/config.guess' -> './extension/build-aux/config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./extension/build-aux/ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --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=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for style of include used by make... GNU checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/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 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 egrep... (cached) /usr/bin/grep -E checking for bison... bison -y checking whether ln -s works... yes checking for gcc option to accept ISO C99... none needed checking how to run the C preprocessor... gcc -E checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking whether make sets $(MAKE)... (cached) yes checking for special development options... no checking for z/OS USS compilation... no checking for library containing strerror... none required checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking if we are using EBCDIC... no checking for a sed that does not truncate output... /usr/bin/sed checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no 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 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 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/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.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 ANSI C header files... (cached) yes checking for stdbool.h that conforms to C99... yes checking for _Bool... 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 for memory.h... (cached) yes checking for pid_t... yes 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 unsigned long long int... yes checking for long long int... yes checking for unsigned long long int... (cached) yes checking for intmax_t... yes checking for uintmax_t... yes checking for ssize_t... yes checking size of unsigned int... 4 checking size of unsigned long... 8 checking for socklen_t... yes 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 library containing fmod... -lm checking for library containing isinf... none required checking for library containing ismod... no checking for libsigsegv... yes checking how to link with libsigsegv... /usr/lib64/libsigsegv.so -Wl,-rpath -Wl,/usr/lib64 checking for __etoa_l... no checking for atexit... yes checking for btowc... yes checking for fmod... yes checking for gai_strerror... yes checking for getgrent... yes checking for getgroups... yes checking for grantpt... yes checking for fwrite_unlocked... 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 posix_openpt... yes checking for setenv... yes checking for setlocale... yes checking for setsid... yes checking for sigprocmask... yes checking for snprintf... yes checking for strchr... yes checking for strerror... yes checking for strftime... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strcoll... 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 usleep... yes checking for waitpid... yes checking for wcrtomb... yes checking for wcscoll... 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 whether readline via "-lreadline" is present and sane... yes checking for history_list in -lreadline... yes checking whether mpfr via "-lmpfr -lgmp" is present and usable... yes checking for struct stat.st_blksize... yes checking for struct passwd.pw_passwd... yes checking for struct group.gr_passwd... 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... yes 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 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating support/Makefile config.status: creating awklib/Makefile config.status: creating doc/Makefile config.status: creating extras/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 extension (/builddir/build/BUILD/gawk-4.2.1/extension) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=riscv64-redhat-linux-gnu' '--host=riscv64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--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=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' 'build_alias=riscv64-redhat-linux-gnu' 'host_alias=riscv64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/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 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 z/OS USS compilation... no checking for a sed that does not truncate output... /usr/bin/sed checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-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 struct stat.st_blksize... yes checking for riscv64-redhat-linux-gnu-ar... no checking for riscv64-redhat-linux-gnu-lib... no checking for riscv64-redhat-linux-gnu-link... no checking for ar... ar checking the archiver (ar) interface... ar checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/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... 1572864 checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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... no 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 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 checking for special development options... no checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether time.h and sys/time.h may both be included... yes checking whether mpfr via "-lmpfr -lgmp" is present and usable... yes checking for library containing fmod... -lm checking for fdopendir... yes checking for fmod... yes checking for fnmatch... yes checking for getdtablesize... yes checking for gettimeofday... yes checking for nanosleep... yes checking for select... yes checking for statvfs... yes checking for GetSystemTimeAsFileTime... no checking for dirfd... yes checking whether dirfd is declared... yes checking whether dirfd is a macro... no checking how to get the file descriptor associated with an open DIR*... no_such_member checking for inline... inline checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: executing libtool commands + /usr/bin/make -O -j4 /usr/bin/make 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG' 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' all-recursive Making all in support make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/support' gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o getopt1.o getopt1.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/support' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/support' gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o localeinfo.o localeinfo.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/support' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/support' gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o random.o random.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/support' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/support' gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o getopt.o getopt.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/support' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/support' gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o dfa.o dfa.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/support' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/support' gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o regex.o regex.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/support' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/support' rm -f libsupport.a ar cru libsupport.a dfa.o getopt.o getopt1.o localeinfo.o random.o regex.o ranlib libsupport.a make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/support' Making all in . make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o cint_array.o cint_array.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o array.o array.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o command.o command.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o builtin.o builtin.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o ext.o ext.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o awkgram.o awkgram.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o debug.o debug.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o floatcomp.o floatcomp.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o gawkmisc.o gawkmisc.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o field.o field.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o gawkapi.o gawkapi.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o int_array.o int_array.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o eval.o eval.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o main.o main.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o msg.o msg.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o node.o node.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o mpfr.o mpfr.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o io.o io.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o replace.o replace.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o re.o re.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o version.o version.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o profile.o profile.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o str_array.o str_array.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib64/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o symbol.o symbol.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gawk array.o awkgram.o builtin.o cint_array.o command.o debug.o eval.o ext.o field.o floatcomp.o gawkapi.o gawkmisc.o int_array.o io.o main.o mpfr.o msg.o node.o profile.o re.o replace.o str_array.o symbol.o version.o support/libsupport.a /usr/lib64/libsigsegv.so -Wl,-rpath -Wl,/usr/lib64 -lreadline -lmpfr -lgmp -ldl -lm make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' Making all in extension /usr/bin/make all-recursive make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o stack.lo stack.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c stack.c -fPIC -DPIC -o .libs/stack.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o readdir_test.lo readdir_test.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c readdir_test.c -fPIC -DPIC -o .libs/readdir_test.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o fnmatch.lo fnmatch.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c fnmatch.c -fPIC -DPIC -o .libs/fnmatch.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o filefuncs.lo filefuncs.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c filefuncs.c -fPIC -DPIC -o .libs/filefuncs.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o testext.lo testext.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c testext.c -fPIC -DPIC -o .libs/testext.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o gawkfts.lo gawkfts.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c gawkfts.c -fPIC -DPIC -o .libs/gawkfts.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o fork.lo fork.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c fork.c -fPIC -DPIC -o .libs/fork.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o inplace.lo inplace.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c inplace.c -fPIC -DPIC -o .libs/inplace.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o ordchr.lo ordchr.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c ordchr.c -fPIC -DPIC -o .libs/ordchr.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o intdiv.lo intdiv.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c intdiv.c -fPIC -DPIC -o .libs/intdiv.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o readdir.lo readdir.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c readdir.c -fPIC -DPIC -o .libs/readdir.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o readfile.lo readfile.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c readfile.c -fPIC -DPIC -o .libs/readfile.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o revoutput.lo revoutput.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c revoutput.c -fPIC -DPIC -o .libs/revoutput.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o revtwoway.lo revtwoway.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c revtwoway.c -fPIC -DPIC -o .libs/revtwoway.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o time.lo time.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c time.c -fPIC -DPIC -o .libs/time.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -module -avoid-version -no-undefined -rpath /foo -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o readdir_test.la readdir_test.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/readdir_test.o -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,readdir_test.so -o .libs/readdir_test.so libtool: link: ( cd ".libs" && rm -f "readdir_test.la" && ln -s "../readdir_test.la" "readdir_test.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o rwarray.lo rwarray.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c rwarray.c -fPIC -DPIC -o .libs/rwarray.o make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -module -avoid-version -no-undefined -rpath /foo -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o testext.la testext.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/testext.o -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,testext.so -o .libs/testext.so libtool: link: ( cd ".libs" && rm -f "testext.la" && ln -s "../testext.la" "testext.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -module -avoid-version -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o fnmatch.la -rpath /usr/lib64/gawk fnmatch.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/fnmatch.o -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,fnmatch.so -o .libs/fnmatch.so libtool: link: ( cd ".libs" && rm -f "fnmatch.la" && ln -s "../fnmatch.la" "fnmatch.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -module -avoid-version -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o filefuncs.la -rpath /usr/lib64/gawk filefuncs.lo stack.lo gawkfts.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/filefuncs.o .libs/stack.o .libs/gawkfts.o -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,filefuncs.so -o .libs/filefuncs.so libtool: link: ( cd ".libs" && rm -f "filefuncs.la" && ln -s "../filefuncs.la" "filefuncs.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -module -avoid-version -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o fork.la -rpath /usr/lib64/gawk fork.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/fork.o -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,fork.so -o .libs/fork.so libtool: link: ( cd ".libs" && rm -f "fork.la" && ln -s "../fork.la" "fork.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -module -avoid-version -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o inplace.la -rpath /usr/lib64/gawk inplace.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/inplace.o -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,inplace.so -o .libs/inplace.so libtool: link: ( cd ".libs" && rm -f "inplace.la" && ln -s "../inplace.la" "inplace.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -module -avoid-version -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o ordchr.la -rpath /usr/lib64/gawk ordchr.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/ordchr.o -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,ordchr.so -o .libs/ordchr.so libtool: link: ( cd ".libs" && rm -f "ordchr.la" && ln -s "../ordchr.la" "ordchr.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -module -avoid-version -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o intdiv.la -rpath /usr/lib64/gawk intdiv.lo -lmpfr -lgmp -lm -lm libtool: link: gcc -shared -fPIC -DPIC .libs/intdiv.o -lmpfr -lgmp -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,intdiv.so -o .libs/intdiv.so libtool: link: ( cd ".libs" && rm -f "intdiv.la" && ln -s "../intdiv.la" "intdiv.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -module -avoid-version -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o readdir.la -rpath /usr/lib64/gawk readdir.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/readdir.o -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,readdir.so -o .libs/readdir.so libtool: link: ( cd ".libs" && rm -f "readdir.la" && ln -s "../readdir.la" "readdir.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -module -avoid-version -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o readfile.la -rpath /usr/lib64/gawk readfile.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/readfile.o -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,readfile.so -o .libs/readfile.so libtool: link: ( cd ".libs" && rm -f "readfile.la" && ln -s "../readfile.la" "readfile.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -module -avoid-version -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o revoutput.la -rpath /usr/lib64/gawk revoutput.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/revoutput.o -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,revoutput.so -o .libs/revoutput.so libtool: link: ( cd ".libs" && rm -f "revoutput.la" && ln -s "../revoutput.la" "revoutput.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -module -avoid-version -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o revtwoway.la -rpath /usr/lib64/gawk revtwoway.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/revtwoway.o -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,revtwoway.so -o .libs/revtwoway.so libtool: link: ( cd ".libs" && rm -f "revtwoway.la" && ln -s "../revtwoway.la" "revtwoway.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -module -avoid-version -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o rwarray.la -rpath /usr/lib64/gawk rwarray.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/rwarray.o -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,rwarray.so -o .libs/rwarray.so libtool: link: ( cd ".libs" && rm -f "rwarray.la" && ln -s "../rwarray.la" "rwarray.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -module -avoid-version -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o time.la -rpath /usr/lib64/gawk time.lo -lm libtool: link: gcc -shared -fPIC -DPIC .libs/time.o -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -Wl,-soname -Wl,time.so -o .libs/time.so libtool: link: ( cd ".libs" && rm -f "time.la" && ln -s "../time.la" "time.la" ) make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' Making all in extras make[2]: Nothing to be done for 'all'. Making all in doc make[2]: Nothing to be done for 'all'. Making all in awklib make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/awklib' rm -f pwcat.c ln -s ./eg/lib/pwcat.c . make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/awklib' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/awklib' rm -f grcat.c ln -s ./eg/lib/grcat.c . make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/awklib' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/awklib' sed 's;/usr/local/libexec/awk;/usr/libexec/awk;' < ./eg/lib/passwdawk.in > passwd.awk make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/awklib' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/awklib' sed 's;/usr/local/libexec/awk;/usr/libexec/awk;' < ./eg/lib/groupawk.in > group.awk make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/awklib' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/awklib' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o pwcat.o pwcat.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/awklib' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/awklib' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -c -o grcat.o grcat.c make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/awklib' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/awklib' gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o pwcat pwcat.o -ldl -lm make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/awklib' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/awklib' gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o grcat grcat.o -ldl -lm make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/awklib' Making all in po make[2]: Nothing to be done for 'all'. Making all in test make[2]: Nothing to be done for 'all'. + /usr/bin/make -O -j4 -C doc pdf make: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' TEXINPUTS=".:$TEXINPUTS" \ MAKEINFO='/bin/sh /builddir/build/BUILD/gawk-4.2.1/missing makeinfo --no-split --force -I .' \ texi2dvi --pdf --batch --build-dir=gawkworkflow.t2p -o gawkworkflow.pdf \ gawkworkflow.texi This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (../../../.././gawkworkflow.texi (/builddir/build/BUILD/gawk-4.2.1/doc/texinfo.tex Loading texinfo [version 2018-02-12.17]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file gawkworkflow.cp [1{/usr/share/texlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] [-1] (Preface) Cross reference values unknown; you must run TeX again. [1] Chapter 1 [2] Chapter 2 [3] [4] [5] [6] [7] Chapter 3 [8] Overfull \hbox (24.13397pt too wide) in paragraph at lines 907--907 []@texttt $ @textttsl git con-fig --global pager.status=true[] @textit Us e pager for out-put of @texttt git status[] Chapter 4 [9] [10] [11] [12] [13] [14] Chapter 5 [15] [16] Overfull \hbox (27.91794pt too wide) in paragraph at lines 1564--1564 []@texttt $ @textttsl gvim ...[] @textit Re-solve any merge con -flicts with @texttt git add @textit and @texttt git commit[] Chapter 6 [17] [18] Overfull \hbox (53.27959pt too wide) in paragraph at lines 1667--1667 []@texttt $ @textttsl git merge feature/python[] @textit Merge from @te xttt fea-ture/python @textit into @texttt master[] Overfull \hbox (50.84021pt too wide) in paragraph at lines 1685--1685 []@texttt $ @textttsl git branch -d feature/python[] @textit S till on @texttt mas-ter@textit , delete fea- Overfull \hbox (67.69722pt too wide) in paragraph at lines 1686--1686 []@texttt $ @textttsl git push -u ori-gin --delete feature/python[] @textit Delete the branch on Savannah[] Chapter 7 [19] Overfull \hbox (21.04453pt too wide) in paragraph at lines 1738--1738 []@texttt $ @textttsl git fetch --prune[] @textit Re-mov e un-needed branches[] [20] Chapter 8 [21] [22] [23] Appendix A [24] [25] Appendix B [26] Appendix C [27] (Index) [28] No file gawkworkflow.cps. [29] ) (see the transcript file for additional information) Output written on gawkworkflow.pdf (32 pages, 262053 bytes). Transcript written on gawkworkflow.log. This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (../../../.././gawkworkflow.texi (/builddir/build/BUILD/gawk-4.2.1/doc/texinfo.tex Loading texinfo [version 2018-02-12.17]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file gawkworkflow.cp [1{/usr/share/texlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] (./gawkworkflow.toc [-1]) [-2] (./gawkworkflow.toc) (./gawkworkflow.toc) (Preface) (./gawkworkflow.aux) [1] Chapter 1 [2] Chapter 2 [3] [4] [5] [6] [7] Chapter 3 [8] Overfull \hbox (24.13397pt too wide) in paragraph at lines 907--907 []@texttt $ @textttsl git con-fig --global pager.status=true[] @textit Us e pager for out-put of @texttt git status[] Chapter 4 [9] [10] [11] [12] [13] [14] Chapter 5 [15] [16] Overfull \hbox (27.91794pt too wide) in paragraph at lines 1564--1564 []@texttt $ @textttsl gvim ...[] @textit Re-solve any merge con -flicts with @texttt git add @textit and @texttt git commit[] Chapter 6 [17] [18] Overfull \hbox (53.27959pt too wide) in paragraph at lines 1667--1667 []@texttt $ @textttsl git merge feature/python[] @textit Merge from @te xttt fea-ture/python @textit into @texttt master[] Overfull \hbox (50.84021pt too wide) in paragraph at lines 1685--1685 []@texttt $ @textttsl git branch -d feature/python[] @textit S till on @texttt mas-ter@textit , delete fea- Overfull \hbox (67.69722pt too wide) in paragraph at lines 1686--1686 []@texttt $ @textttsl git push -u ori-gin --delete feature/python[] @textit Delete the branch on Savannah[] Chapter 7 [19] Overfull \hbox (21.04453pt too wide) in paragraph at lines 1738--1738 []@texttt $ @textttsl git fetch --prune[] @textit Re-mov e un-needed branches[] [20] Chapter 8 [21] [22] [23] Appendix A [24] [25] Appendix B [26] Appendix C [27] (Index) [28] [29] [30] ) (see the transcript file for additional information) Output written on gawkworkflow.pdf (34 pages, 315928 bytes). Transcript written on gawkworkflow.log. make: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' make: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' TEXINPUTS=".:$TEXINPUTS" \ MAKEINFO='/bin/sh /builddir/build/BUILD/gawk-4.2.1/missing makeinfo --no-split --force -I .' \ texi2dvi --pdf --batch --build-dir=gawkinet.t2p -o gawkinet.pdf \ gawkinet.texi This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (../../../.././gawkinet.texi (/builddir/build/BUILD/gawk-4.2.1/doc/texinfo.tex Loading texinfo [version 2018-02-12.17]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file gawkinet.cp [1{/usr/share/texlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] [-1] [-2] (Preface) Chapter 1 [1] [2] [3] [4] Cross reference values unknown; you must run TeX again. [5] Chapter 2 [6] [7] [8] Underfull \hbox (badness 10000) in paragraph at lines 743--743 @textsc local Underfull \hbox (badness 10000) in paragraph at lines 743--744 @textsc host Underfull \hbox (badness 10000) in paragraph at lines 744--744 @textsc remote [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] Overfull \hbox (16.74986pt too wide) in paragraph at lines 1736--1736 [] @texttt substr(PARAM[i], j+1)[] [24] [25] [26] [27] [28] [29] Overfull \hbox (28.87694pt too wide) in paragraph at lines 2263--2263 []@smalltt (c)1997 Cambridge Center For Behavioral Studies all rights reserved [CONVERSE][] Overfull \hbox (14.7021pt too wide) in paragraph at lines 2268--2268 []@smalltt PROGRAM[10:39:45]Did you see that story on CNN last night about the lesbian[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2271--2271 []@smalltt PROGRAM[10:40:47]Ellen Degeneres was one of them - she was kissing her lover[] Overfull \hbox (151.72551pt too wide) in paragraph at lines 2276--2276 []@smalltt JUDGE02[10:42:22]Yes. I would like to talk about something else. Do you know anything about sculpture.[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2277--2277 []@smalltt PROGRAM[10:42:24]Well, I suppose he's doing his best like most of u s, but he[] [30] Overfull \hbox (24.152pt too wide) in paragraph at lines 2282--2282 []@smalltt PROGRAM[10:43:36]everyone waiting to see how much his friends have said about[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2283--2283 []@smalltt PROGRAM[10:43:47]him under threat of lots and lots of jail-or will something[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 2286--2286 []@smalltt PROGRAM[10:44:20]Well, youre more a fan of his than I am I guess--- though I[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2291--2291 []@smalltt PROGRAM[10:45:43]off this one I think and onto something more down to earth![] Overfull \hbox (24.152pt too wide) in paragraph at lines 2294--2294 []@smalltt PROGRAM[10:46:30]I suppose it depends on where you're coming from, but as the[] Overfull \hbox (24.152pt too wide) in paragraph at lines 2295--2295 []@smalltt PROGRAM[10:46:46]song goes in My Fair Lady, "Why can't a woman be m ore like a[] Overfull \hbox (76.12639pt too wide) in paragraph at lines 2297--2297 []@smalltt JUDGE02[10:47:52]I liked that song but I prefer "Why can't children be more like we are"[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2300--2300 []@smalltt JUDGE02[10:49:01]I would enjoy all aspects of life no matter what m y gender.[] [31] [32] Chapter 3 [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3225--3225 [] @smalltt appearance Appearance { material Material { diffuseColor 0 0 1 } }\n\[] [49] [50] [51] [52] [53] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3592--3592 [] @smalltt MOBVAR["Result"]=MOBVAR["Result"] SUBSEP SUBSEP MOBVAR["Destinati on"] ":"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3596--3596 [] @smalltt if (index(MOBVAR["Machines"], "/") > 0) { # any more machines t o visit?[] [54] Overfull \hbox (16.74986pt too wide) in paragraph at lines 3657--3657 []@texttt 0 8 * * 1-5 $HOME/bin/daily.job >> $HOME/log/newsletter 2>&1[] [55] [56] [57] Overfull \hbox (28.87694pt too wide) in paragraph at lines 3815--3815 [] @smalltt if (NF == 6 && $1 ~ /Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct| Nov|Dec/) {[] [58] Overfull \hbox (33.60188pt too wide) in paragraph at lines 3879--3879 [] @smalltt if ((data[1, stock] > data[2, stock]) && (data[2, stock] > data [3, stock]))[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 3881--3881 [] @smalltt if ((data[1, stock] < data[2, stock]) && (data[2, stock] < data [3, stock]))[] Overfull \hbox (24.152pt too wide) in paragraph at lines 3894--3894 [] @smalltt if (((data[d, s] > data[d+1, s]) && (data[d+1, s] > data[d+ 2, s])) ||[] Overfull \hbox (24.152pt too wide) in paragraph at lines 3895--3895 [] @smalltt ((data[d, s] < data[d+1, s]) && (data[d+1, s] < data[d+ 2, s])) ||[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3896--3896 [] @smalltt ((data[d, s] == data[d+1, s]) && (data[d+1, s] == data[d+ 2, s])))[] [59] Overfull \hbox (19.42705pt too wide) in paragraph at lines 3920--3920 [] @smalltt report = report "\nThe most promising shares for today are th ese:\n\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3922--3922 [] @smalltt tolower(substr(name[stock], 1, 1)) "/" tolower(name[stock]) " .html\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3928--3928 [] @smalltt tolower(substr(name[stock], 1, 1)) "/" tolower(name[stock]) " .html\n"[] Overfull \hbox (28.87694pt too wide) in paragraph at lines 3930--3930 [] @smalltt report = report "\nThis sums up to " HotCount+0 " winners and " A voidCount+0[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3931--3931 [] @smalltt report = report " losers. When using this kind\nof prediction sch eme for"[] Overfull \hbox (28.87694pt too wide) in paragraph at lines 3934--3934 [] @smalltt report = report " 'neutrals'. Of all\nthese " UpCount+DownCount+N eutralCount[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 3935--3935 [] @smalltt report = report " predictions " CorrectCount " proved correct nex t day.\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3938--3938 [] @smalltt report = report "Random choice would have produced a 33% success rate.\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3940--3940 [] @smalltt report = report "market, this report is, of course, complete nons ense.\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3941--3941 [] @smalltt report = report "If you are stupid enough to believe these predic tions\n"[] [60] [61] [62] [63] Overfull \hbox (38.32683pt too wide) in paragraph at lines 4169--4169 []@smalltt Sequences producing significant alignments: (bits) Value[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4171--4171 []@smalltt gb|AC021182.14|AC021182 Homo sapiens chromosome 7 clone RP11-733... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4172--4172 []@smalltt gb|AC021056.12|AC021056 Homo sapiens chromosome 3 clone RP11-115... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4173--4173 []@smalltt emb|AL160278.10|AL160278 Homo sapiens chromosome 9 clone RP11-57... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4174--4174 []@smalltt emb|AL391139.11|AL391139 Homo sapiens chromosome X clone RP11-35... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4175--4175 []@smalltt emb|AL365192.6|AL365192 Homo sapiens chromosome 6 clone RP3-421H... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4176--4176 []@smalltt emb|AL138812.9|AL138812 Homo sapiens chromosome 11 clone RP1-276... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4177--4177 []@smalltt gb|AC073881.3|AC073881 Homo sapiens chromosome 15 clone CTD-2169... 38 0.20[] [64] Overfull \hbox (109.201pt too wide) in paragraph at lines 4236--4236 []@smalltt >gb|AC021182.14|AC021182 Homo sapiens chromosome 7 clone RP11-733N2 3, WORKING DRAFT SEQUENCE, 4[] Chapter 4 [65] [66] Underfull \hbox (badness 10000) in paragraph at lines 4320--4321 [][][]@texttt http: / / dir . yahoo . com / Recreation / Games / Underfull \hbox (badness 10000) in paragraph at lines 4320--4321 @texttt Computer_Games / Internet_Games / Web_Games / [67] Underfull \hbox (badness 7151) in paragraph at lines 4350--4351 [][][]@texttt http: / / dir . yahoo . com / Business_and_Economy / Underfull \hbox (badness 10000) in paragraph at lines 4350--4351 @texttt Business_to_Business / Computers / Hardware / [68] (GNU Free Documentation License) [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] (Index) [79] [80] No file gawkinet.cps. [81] [82] ) (see the transcript file for additional information) Output written on gawkinet.pdf (86 pages, 395180 bytes). Transcript written on gawkinet.log. This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (../../../.././gawkinet.texi (/builddir/build/BUILD/gawk-4.2.1/doc/texinfo.tex Loading texinfo [version 2018-02-12.17]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file gawkinet.cp [1{/usr/share/texlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] (./gawkinet.toc [-1]) [-2] (./gawkinet.toc) (./gawkinet.toc) (Preface) (./gawkinet.aux) Chapter 1 [1] [2] [3] [4] [5] Chapter 2 [6] [7] [8] Underfull \hbox (badness 10000) in paragraph at lines 743--743 @textsc local Underfull \hbox (badness 10000) in paragraph at lines 743--744 @textsc host Underfull \hbox (badness 10000) in paragraph at lines 744--744 @textsc remote [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] Overfull \hbox (16.74986pt too wide) in paragraph at lines 1736--1736 [] @texttt substr(PARAM[i], j+1)[] [24] [25] [26] [27] [28] [29] Overfull \hbox (28.87694pt too wide) in paragraph at lines 2263--2263 []@smalltt (c)1997 Cambridge Center For Behavioral Studies all rights reserved [CONVERSE][] Overfull \hbox (14.7021pt too wide) in paragraph at lines 2268--2268 []@smalltt PROGRAM[10:39:45]Did you see that story on CNN last night about the lesbian[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2271--2271 []@smalltt PROGRAM[10:40:47]Ellen Degeneres was one of them - she was kissing her lover[] Overfull \hbox (151.72551pt too wide) in paragraph at lines 2276--2276 []@smalltt JUDGE02[10:42:22]Yes. I would like to talk about something else. Do you know anything about sculpture.[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2277--2277 []@smalltt PROGRAM[10:42:24]Well, I suppose he's doing his best like most of u s, but he[] [30] Overfull \hbox (24.152pt too wide) in paragraph at lines 2282--2282 []@smalltt PROGRAM[10:43:36]everyone waiting to see how much his friends have said about[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2283--2283 []@smalltt PROGRAM[10:43:47]him under threat of lots and lots of jail-or will something[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 2286--2286 []@smalltt PROGRAM[10:44:20]Well, youre more a fan of his than I am I guess--- though I[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2291--2291 []@smalltt PROGRAM[10:45:43]off this one I think and onto something more down to earth![] Overfull \hbox (24.152pt too wide) in paragraph at lines 2294--2294 []@smalltt PROGRAM[10:46:30]I suppose it depends on where you're coming from, but as the[] Overfull \hbox (24.152pt too wide) in paragraph at lines 2295--2295 []@smalltt PROGRAM[10:46:46]song goes in My Fair Lady, "Why can't a woman be m ore like a[] Overfull \hbox (76.12639pt too wide) in paragraph at lines 2297--2297 []@smalltt JUDGE02[10:47:52]I liked that song but I prefer "Why can't children be more like we are"[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2300--2300 []@smalltt JUDGE02[10:49:01]I would enjoy all aspects of life no matter what m y gender.[] [31] [32] Chapter 3 [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3225--3225 [] @smalltt appearance Appearance { material Material { diffuseColor 0 0 1 } }\n\[] [49] [50] [51] [52] [53] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3592--3592 [] @smalltt MOBVAR["Result"]=MOBVAR["Result"] SUBSEP SUBSEP MOBVAR["Destinati on"] ":"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3596--3596 [] @smalltt if (index(MOBVAR["Machines"], "/") > 0) { # any more machines t o visit?[] [54] Overfull \hbox (16.74986pt too wide) in paragraph at lines 3657--3657 []@texttt 0 8 * * 1-5 $HOME/bin/daily.job >> $HOME/log/newsletter 2>&1[] [55] [56] [57] Overfull \hbox (28.87694pt too wide) in paragraph at lines 3815--3815 [] @smalltt if (NF == 6 && $1 ~ /Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct| Nov|Dec/) {[] [58] Overfull \hbox (33.60188pt too wide) in paragraph at lines 3879--3879 [] @smalltt if ((data[1, stock] > data[2, stock]) && (data[2, stock] > data [3, stock]))[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 3881--3881 [] @smalltt if ((data[1, stock] < data[2, stock]) && (data[2, stock] < data [3, stock]))[] Overfull \hbox (24.152pt too wide) in paragraph at lines 3894--3894 [] @smalltt if (((data[d, s] > data[d+1, s]) && (data[d+1, s] > data[d+ 2, s])) ||[] Overfull \hbox (24.152pt too wide) in paragraph at lines 3895--3895 [] @smalltt ((data[d, s] < data[d+1, s]) && (data[d+1, s] < data[d+ 2, s])) ||[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3896--3896 [] @smalltt ((data[d, s] == data[d+1, s]) && (data[d+1, s] == data[d+ 2, s])))[] [59] Overfull \hbox (19.42705pt too wide) in paragraph at lines 3920--3920 [] @smalltt report = report "\nThe most promising shares for today are th ese:\n\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3922--3922 [] @smalltt tolower(substr(name[stock], 1, 1)) "/" tolower(name[stock]) " .html\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3928--3928 [] @smalltt tolower(substr(name[stock], 1, 1)) "/" tolower(name[stock]) " .html\n"[] Overfull \hbox (28.87694pt too wide) in paragraph at lines 3930--3930 [] @smalltt report = report "\nThis sums up to " HotCount+0 " winners and " A voidCount+0[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3931--3931 [] @smalltt report = report " losers. When using this kind\nof prediction sch eme for"[] Overfull \hbox (28.87694pt too wide) in paragraph at lines 3934--3934 [] @smalltt report = report " 'neutrals'. Of all\nthese " UpCount+DownCount+N eutralCount[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 3935--3935 [] @smalltt report = report " predictions " CorrectCount " proved correct nex t day.\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3938--3938 [] @smalltt report = report "Random choice would have produced a 33% success rate.\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3940--3940 [] @smalltt report = report "market, this report is, of course, complete nons ense.\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3941--3941 [] @smalltt report = report "If you are stupid enough to believe these predic tions\n"[] [60] [61] [62] [63] Overfull \hbox (38.32683pt too wide) in paragraph at lines 4169--4169 []@smalltt Sequences producing significant alignments: (bits) Value[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4171--4171 []@smalltt gb|AC021182.14|AC021182 Homo sapiens chromosome 7 clone RP11-733... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4172--4172 []@smalltt gb|AC021056.12|AC021056 Homo sapiens chromosome 3 clone RP11-115... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4173--4173 []@smalltt emb|AL160278.10|AL160278 Homo sapiens chromosome 9 clone RP11-57... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4174--4174 []@smalltt emb|AL391139.11|AL391139 Homo sapiens chromosome X clone RP11-35... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4175--4175 []@smalltt emb|AL365192.6|AL365192 Homo sapiens chromosome 6 clone RP3-421H... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4176--4176 []@smalltt emb|AL138812.9|AL138812 Homo sapiens chromosome 11 clone RP1-276... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4177--4177 []@smalltt gb|AC073881.3|AC073881 Homo sapiens chromosome 15 clone CTD-2169... 38 0.20[] [64] Overfull \hbox (109.201pt too wide) in paragraph at lines 4236--4236 []@smalltt >gb|AC021182.14|AC021182 Homo sapiens chromosome 7 clone RP11-733N2 3, WORKING DRAFT SEQUENCE, 4[] Chapter 4 [65] [66] Underfull \hbox (badness 10000) in paragraph at lines 4320--4321 [][][]@texttt http: / / dir . yahoo . com / Recreation / Games / Underfull \hbox (badness 10000) in paragraph at lines 4320--4321 @texttt Computer_Games / Internet_Games / Web_Games / [67] Underfull \hbox (badness 7151) in paragraph at lines 4350--4351 [][][]@texttt http: / / dir . yahoo . com / Business_and_Economy / Underfull \hbox (badness 10000) in paragraph at lines 4350--4351 @texttt Business_to_Business / Computers / Hardware / [68] (GNU Free Documentation License) [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] (Index) [79] [80] [81] [82] [83] [84] ) (see the transcript file for additional information) Output written on gawkinet.pdf (88 pages, 439483 bytes). Transcript written on gawkinet.log. make: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' make: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' TEXINPUTS=".:$TEXINPUTS" \ MAKEINFO='/bin/sh /builddir/build/BUILD/gawk-4.2.1/missing makeinfo --no-split --force -I .' \ texi2dvi --build-dir=gawkinet.t2d -o gawkinet.dvi \ gawkinet.texi This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=etex) restricted \write18 enabled. entering extended mode (../../../.././gawkinet.texi (/builddir/build/BUILD/gawk-4.2.1/doc/texinfo.tex Loading texinfo [version 2018-02-12.17]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file gawkinet.cp [1] [2] [-1] [-2] (Preface) Chapter 1 [1] [2] [3] [4] Cross reference values unknown; you must run TeX again. [5] Chapter 2 [6] [7] [8] Underfull \hbox (badness 10000) in paragraph at lines 743--743 @textsc local Underfull \hbox (badness 10000) in paragraph at lines 743--744 @textsc host Underfull \hbox (badness 10000) in paragraph at lines 744--744 @textsc remote [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] Overfull \hbox (16.74986pt too wide) in paragraph at lines 1736--1736 [] @texttt substr(PARAM[i], j+1)[] [24] [25] [26] [27] [28] [29] Overfull \hbox (28.87694pt too wide) in paragraph at lines 2263--2263 []@smalltt (c)1997 Cambridge Center For Behavioral Studies all rights reserved [CONVERSE][] Overfull \hbox (14.7021pt too wide) in paragraph at lines 2268--2268 []@smalltt PROGRAM[10:39:45]Did you see that story on CNN last night about the lesbian[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2271--2271 []@smalltt PROGRAM[10:40:47]Ellen Degeneres was one of them - she was kissing her lover[] Overfull \hbox (151.72551pt too wide) in paragraph at lines 2276--2276 []@smalltt JUDGE02[10:42:22]Yes. I would like to talk about something else. Do you know anything about sculpture.[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2277--2277 []@smalltt PROGRAM[10:42:24]Well, I suppose he's doing his best like most of u s, but he[] [30] Overfull \hbox (24.152pt too wide) in paragraph at lines 2282--2282 []@smalltt PROGRAM[10:43:36]everyone waiting to see how much his friends have said about[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2283--2283 []@smalltt PROGRAM[10:43:47]him under threat of lots and lots of jail-or will something[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 2286--2286 []@smalltt PROGRAM[10:44:20]Well, youre more a fan of his than I am I guess--- though I[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2291--2291 []@smalltt PROGRAM[10:45:43]off this one I think and onto something more down to earth![] Overfull \hbox (24.152pt too wide) in paragraph at lines 2294--2294 []@smalltt PROGRAM[10:46:30]I suppose it depends on where you're coming from, but as the[] Overfull \hbox (24.152pt too wide) in paragraph at lines 2295--2295 []@smalltt PROGRAM[10:46:46]song goes in My Fair Lady, "Why can't a woman be m ore like a[] Overfull \hbox (76.12639pt too wide) in paragraph at lines 2297--2297 []@smalltt JUDGE02[10:47:52]I liked that song but I prefer "Why can't children be more like we are"[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2300--2300 []@smalltt JUDGE02[10:49:01]I would enjoy all aspects of life no matter what m y gender.[] [31] [32] Chapter 3 [33] [34] [35] [36] [37] [38] [39] [40] [41] (statist.eps ) [42] [43] [44] [45] [46] [47] [48] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3225--3225 [] @smalltt appearance Appearance { material Material { diffuseColor 0 0 1 } }\n\[] [49] [50] [51] [52] [53] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3592--3592 [] @smalltt MOBVAR["Result"]=MOBVAR["Result"] SUBSEP SUBSEP MOBVAR["Destinati on"] ":"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3596--3596 [] @smalltt if (index(MOBVAR["Machines"], "/") > 0) { # any more machines t o visit?[] [54] Overfull \hbox (16.74986pt too wide) in paragraph at lines 3657--3657 []@texttt 0 8 * * 1-5 $HOME/bin/daily.job >> $HOME/log/newsletter 2>&1[] [55] [56] [57] Overfull \hbox (28.87694pt too wide) in paragraph at lines 3815--3815 [] @smalltt if (NF == 6 && $1 ~ /Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct| Nov|Dec/) {[] [58] Overfull \hbox (33.60188pt too wide) in paragraph at lines 3879--3879 [] @smalltt if ((data[1, stock] > data[2, stock]) && (data[2, stock] > data [3, stock]))[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 3881--3881 [] @smalltt if ((data[1, stock] < data[2, stock]) && (data[2, stock] < data [3, stock]))[] Overfull \hbox (24.152pt too wide) in paragraph at lines 3894--3894 [] @smalltt if (((data[d, s] > data[d+1, s]) && (data[d+1, s] > data[d+ 2, s])) ||[] Overfull \hbox (24.152pt too wide) in paragraph at lines 3895--3895 [] @smalltt ((data[d, s] < data[d+1, s]) && (data[d+1, s] < data[d+ 2, s])) ||[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3896--3896 [] @smalltt ((data[d, s] == data[d+1, s]) && (data[d+1, s] == data[d+ 2, s])))[] [59] Overfull \hbox (19.42705pt too wide) in paragraph at lines 3920--3920 [] @smalltt report = report "\nThe most promising shares for today are th ese:\n\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3922--3922 [] @smalltt tolower(substr(name[stock], 1, 1)) "/" tolower(name[stock]) " .html\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3928--3928 [] @smalltt tolower(substr(name[stock], 1, 1)) "/" tolower(name[stock]) " .html\n"[] Overfull \hbox (28.87694pt too wide) in paragraph at lines 3930--3930 [] @smalltt report = report "\nThis sums up to " HotCount+0 " winners and " A voidCount+0[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3931--3931 [] @smalltt report = report " losers. When using this kind\nof prediction sch eme for"[] Overfull \hbox (28.87694pt too wide) in paragraph at lines 3934--3934 [] @smalltt report = report " 'neutrals'. Of all\nthese " UpCount+DownCount+N eutralCount[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 3935--3935 [] @smalltt report = report " predictions " CorrectCount " proved correct nex t day.\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3938--3938 [] @smalltt report = report "Random choice would have produced a 33% success rate.\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3940--3940 [] @smalltt report = report "market, this report is, of course, complete nons ense.\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3941--3941 [] @smalltt report = report "If you are stupid enough to believe these predic tions\n"[] [60] [61] [62] [63] Overfull \hbox (38.32683pt too wide) in paragraph at lines 4169--4169 []@smalltt Sequences producing significant alignments: (bits) Value[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4171--4171 []@smalltt gb|AC021182.14|AC021182 Homo sapiens chromosome 7 clone RP11-733... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4172--4172 []@smalltt gb|AC021056.12|AC021056 Homo sapiens chromosome 3 clone RP11-115... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4173--4173 []@smalltt emb|AL160278.10|AL160278 Homo sapiens chromosome 9 clone RP11-57... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4174--4174 []@smalltt emb|AL391139.11|AL391139 Homo sapiens chromosome X clone RP11-35... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4175--4175 []@smalltt emb|AL365192.6|AL365192 Homo sapiens chromosome 6 clone RP3-421H... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4176--4176 []@smalltt emb|AL138812.9|AL138812 Homo sapiens chromosome 11 clone RP1-276... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4177--4177 []@smalltt gb|AC073881.3|AC073881 Homo sapiens chromosome 15 clone CTD-2169... 38 0.20[] [64] Overfull \hbox (109.201pt too wide) in paragraph at lines 4236--4236 []@smalltt >gb|AC021182.14|AC021182 Homo sapiens chromosome 7 clone RP11-733N2 3, WORKING DRAFT SEQUENCE, 4[] Chapter 4 [65] [66] Underfull \hbox (badness 10000) in paragraph at lines 4320--4321 []@texttt http: / / dir . yahoo . com / Recreation / Games / Underfull \hbox (badness 10000) in paragraph at lines 4320--4321 @texttt Computer_Games / Internet_Games / Web_Games / [67] Underfull \hbox (badness 7151) in paragraph at lines 4350--4351 []@texttt http: / / dir . yahoo . com / Business_and_Economy / Underfull \hbox (badness 10000) in paragraph at lines 4350--4351 @texttt Business_to_Business / Computers / Hardware / [68] (GNU Free Documentation License) [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] (Index) [79] [80] No file gawkinet.cps. [81] [82] ) (see the transcript file for additional information) Output written on gawkinet.dvi (86 pages, 231020 bytes). Transcript written on gawkinet.log. This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=etex) restricted \write18 enabled. entering extended mode (../../../.././gawkinet.texi (/builddir/build/BUILD/gawk-4.2.1/doc/texinfo.tex Loading texinfo [version 2018-02-12.17]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file gawkinet.cp [1] [2] (./gawkinet.toc [-1]) [-2] (Preface) (./gawkinet.aux) Chapter 1 [1] [2] [3] [4] [5] Chapter 2 [6] [7] [8] Underfull \hbox (badness 10000) in paragraph at lines 743--743 @textsc local Underfull \hbox (badness 10000) in paragraph at lines 743--744 @textsc host Underfull \hbox (badness 10000) in paragraph at lines 744--744 @textsc remote [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] Overfull \hbox (16.74986pt too wide) in paragraph at lines 1736--1736 [] @texttt substr(PARAM[i], j+1)[] [24] [25] [26] [27] [28] [29] Overfull \hbox (28.87694pt too wide) in paragraph at lines 2263--2263 []@smalltt (c)1997 Cambridge Center For Behavioral Studies all rights reserved [CONVERSE][] Overfull \hbox (14.7021pt too wide) in paragraph at lines 2268--2268 []@smalltt PROGRAM[10:39:45]Did you see that story on CNN last night about the lesbian[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2271--2271 []@smalltt PROGRAM[10:40:47]Ellen Degeneres was one of them - she was kissing her lover[] Overfull \hbox (151.72551pt too wide) in paragraph at lines 2276--2276 []@smalltt JUDGE02[10:42:22]Yes. I would like to talk about something else. Do you know anything about sculpture.[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2277--2277 []@smalltt PROGRAM[10:42:24]Well, I suppose he's doing his best like most of u s, but he[] [30] Overfull \hbox (24.152pt too wide) in paragraph at lines 2282--2282 []@smalltt PROGRAM[10:43:36]everyone waiting to see how much his friends have said about[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2283--2283 []@smalltt PROGRAM[10:43:47]him under threat of lots and lots of jail-or will something[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 2286--2286 []@smalltt PROGRAM[10:44:20]Well, youre more a fan of his than I am I guess--- though I[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2291--2291 []@smalltt PROGRAM[10:45:43]off this one I think and onto something more down to earth![] Overfull \hbox (24.152pt too wide) in paragraph at lines 2294--2294 []@smalltt PROGRAM[10:46:30]I suppose it depends on where you're coming from, but as the[] Overfull \hbox (24.152pt too wide) in paragraph at lines 2295--2295 []@smalltt PROGRAM[10:46:46]song goes in My Fair Lady, "Why can't a woman be m ore like a[] Overfull \hbox (76.12639pt too wide) in paragraph at lines 2297--2297 []@smalltt JUDGE02[10:47:52]I liked that song but I prefer "Why can't children be more like we are"[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 2300--2300 []@smalltt JUDGE02[10:49:01]I would enjoy all aspects of life no matter what m y gender.[] [31] [32] Chapter 3 [33] [34] [35] [36] [37] [38] [39] [40] [41] (statist.eps ) [42] [43] [44] [45] [46] [47] [48] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3225--3225 [] @smalltt appearance Appearance { material Material { diffuseColor 0 0 1 } }\n\[] [49] [50] [51] [52] [53] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3592--3592 [] @smalltt MOBVAR["Result"]=MOBVAR["Result"] SUBSEP SUBSEP MOBVAR["Destinati on"] ":"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3596--3596 [] @smalltt if (index(MOBVAR["Machines"], "/") > 0) { # any more machines t o visit?[] [54] Overfull \hbox (16.74986pt too wide) in paragraph at lines 3657--3657 []@texttt 0 8 * * 1-5 $HOME/bin/daily.job >> $HOME/log/newsletter 2>&1[] [55] [56] [57] Overfull \hbox (28.87694pt too wide) in paragraph at lines 3815--3815 [] @smalltt if (NF == 6 && $1 ~ /Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct| Nov|Dec/) {[] [58] Overfull \hbox (33.60188pt too wide) in paragraph at lines 3879--3879 [] @smalltt if ((data[1, stock] > data[2, stock]) && (data[2, stock] > data [3, stock]))[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 3881--3881 [] @smalltt if ((data[1, stock] < data[2, stock]) && (data[2, stock] < data [3, stock]))[] Overfull \hbox (24.152pt too wide) in paragraph at lines 3894--3894 [] @smalltt if (((data[d, s] > data[d+1, s]) && (data[d+1, s] > data[d+ 2, s])) ||[] Overfull \hbox (24.152pt too wide) in paragraph at lines 3895--3895 [] @smalltt ((data[d, s] < data[d+1, s]) && (data[d+1, s] < data[d+ 2, s])) ||[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3896--3896 [] @smalltt ((data[d, s] == data[d+1, s]) && (data[d+1, s] == data[d+ 2, s])))[] [59] Overfull \hbox (19.42705pt too wide) in paragraph at lines 3920--3920 [] @smalltt report = report "\nThe most promising shares for today are th ese:\n\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3922--3922 [] @smalltt tolower(substr(name[stock], 1, 1)) "/" tolower(name[stock]) " .html\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3928--3928 [] @smalltt tolower(substr(name[stock], 1, 1)) "/" tolower(name[stock]) " .html\n"[] Overfull \hbox (28.87694pt too wide) in paragraph at lines 3930--3930 [] @smalltt report = report "\nThis sums up to " HotCount+0 " winners and " A voidCount+0[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3931--3931 [] @smalltt report = report " losers. When using this kind\nof prediction sch eme for"[] Overfull \hbox (28.87694pt too wide) in paragraph at lines 3934--3934 [] @smalltt report = report " 'neutrals'. Of all\nthese " UpCount+DownCount+N eutralCount[] Overfull \hbox (19.42705pt too wide) in paragraph at lines 3935--3935 [] @smalltt report = report " predictions " CorrectCount " proved correct nex t day.\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3938--3938 [] @smalltt report = report "Random choice would have produced a 33% success rate.\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3940--3940 [] @smalltt report = report "market, this report is, of course, complete nons ense.\n"[] Overfull \hbox (14.7021pt too wide) in paragraph at lines 3941--3941 [] @smalltt report = report "If you are stupid enough to believe these predic tions\n"[] [60] [61] [62] [63] Overfull \hbox (38.32683pt too wide) in paragraph at lines 4169--4169 []@smalltt Sequences producing significant alignments: (bits) Value[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4171--4171 []@smalltt gb|AC021182.14|AC021182 Homo sapiens chromosome 7 clone RP11-733... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4172--4172 []@smalltt gb|AC021056.12|AC021056 Homo sapiens chromosome 3 clone RP11-115... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4173--4173 []@smalltt emb|AL160278.10|AL160278 Homo sapiens chromosome 9 clone RP11-57... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4174--4174 []@smalltt emb|AL391139.11|AL391139 Homo sapiens chromosome X clone RP11-35... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4175--4175 []@smalltt emb|AL365192.6|AL365192 Homo sapiens chromosome 6 clone RP3-421H... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4176--4176 []@smalltt emb|AL138812.9|AL138812 Homo sapiens chromosome 11 clone RP1-276... 38 0.20[] Overfull \hbox (33.60188pt too wide) in paragraph at lines 4177--4177 []@smalltt gb|AC073881.3|AC073881 Homo sapiens chromosome 15 clone CTD-2169... 38 0.20[] [64] Overfull \hbox (109.201pt too wide) in paragraph at lines 4236--4236 []@smalltt >gb|AC021182.14|AC021182 Homo sapiens chromosome 7 clone RP11-733N2 3, WORKING DRAFT SEQUENCE, 4[] Chapter 4 [65] [66] Underfull \hbox (badness 10000) in paragraph at lines 4320--4321 []@texttt http: / / dir . yahoo . com / Recreation / Games / Underfull \hbox (badness 10000) in paragraph at lines 4320--4321 @texttt Computer_Games / Internet_Games / Web_Games / [67] Underfull \hbox (badness 7151) in paragraph at lines 4350--4351 []@texttt http: / / dir . yahoo . com / Business_and_Economy / Underfull \hbox (badness 10000) in paragraph at lines 4350--4351 @texttt Business_to_Business / Computers / Hardware / [68] (GNU Free Documentation License) [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] (Index) [79] [80] [81] [82] [83] [84] ) (see the transcript file for additional information) Output written on gawkinet.dvi (88 pages, 274404 bytes). Transcript written on gawkinet.log. make: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' make: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' TEXINPUTS=".:$TEXINPUTS" \ MAKEINFO='/bin/sh /builddir/build/BUILD/gawk-4.2.1/missing makeinfo --no-split --force -I .' \ texi2dvi --build-dir=gawkworkflow.t2d -o gawkworkflow.dvi \ gawkworkflow.texi This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=etex) restricted \write18 enabled. entering extended mode (../../../.././gawkworkflow.texi (/builddir/build/BUILD/gawk-4.2.1/doc/texinfo.tex Loading texinfo [version 2018-02-12.17]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file gawkworkflow.cp [1] [2] [-1] (Preface) Cross reference values unknown; you must run TeX again. [1] Chapter 1 [2] Chapter 2 [3] [4] [5] [6] [7] Chapter 3 [8] Overfull \hbox (24.13397pt too wide) in paragraph at lines 907--907 []@texttt $ @textttsl git con-fig --global pager.status=true[] @textit Us e pager for out-put of @texttt git status[] Chapter 4 [9] [10] [11] [12] [13] [14] Chapter 5 [15] [16] Overfull \hbox (27.91794pt too wide) in paragraph at lines 1564--1564 []@texttt $ @textttsl gvim ...[] @textit Re-solve any merge con -flicts with @texttt git add @textit and @texttt git commit[] Chapter 6 [17] [18] [19] Overfull \hbox (53.27959pt too wide) in paragraph at lines 1667--1667 []@texttt $ @textttsl git merge feature/python[] @textit Merge from @te xttt fea-ture/python @textit into @texttt master[] Overfull \hbox (50.84021pt too wide) in paragraph at lines 1685--1685 []@texttt $ @textttsl git branch -d feature/python[] @textit S till on @texttt mas-ter@textit , delete fea- Overfull \hbox (67.69722pt too wide) in paragraph at lines 1686--1686 []@texttt $ @textttsl git push -u ori-gin --delete feature/python[] @textit Delete the branch on Savannah[] Chapter 7 [20] Overfull \hbox (21.04453pt too wide) in paragraph at lines 1738--1738 []@texttt $ @textttsl git fetch --prune[] @textit Re-mov e un-needed branches[] [21] Chapter 8 [22] [23] [24] Appendix A [25] [26] Appendix B [27] Appendix C [28] (Index) [29] No file gawkworkflow.cps. [30] ) (see the transcript file for additional information) Output written on gawkworkflow.dvi (33 pages, 78708 bytes). Transcript written on gawkworkflow.log. This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=etex) restricted \write18 enabled. entering extended mode (../../../.././gawkworkflow.texi (/builddir/build/BUILD/gawk-4.2.1/doc/texinfo.tex Loading texinfo [version 2018-02-12.17]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file gawkworkflow.cp [1] [2] (./gawkworkflow.toc [-1]) [-2] (Preface) (./gawkworkflow.aux) [1] Chapter 1 [2] Chapter 2 [3] [4] [5] [6] [7] Chapter 3 [8] Overfull \hbox (24.13397pt too wide) in paragraph at lines 907--907 []@texttt $ @textttsl git con-fig --global pager.status=true[] @textit Us e pager for out-put of @texttt git status[] Chapter 4 [9] [10] [11] [12] [13] [14] Chapter 5 [15] [16] Overfull \hbox (27.91794pt too wide) in paragraph at lines 1564--1564 []@texttt $ @textttsl gvim ...[] @textit Re-solve any merge con -flicts with @texttt git add @textit and @texttt git commit[] Chapter 6 [17] [18] [19] Overfull \hbox (53.27959pt too wide) in paragraph at lines 1667--1667 []@texttt $ @textttsl git merge feature/python[] @textit Merge from @te xttt fea-ture/python @textit into @texttt master[] Overfull \hbox (50.84021pt too wide) in paragraph at lines 1685--1685 []@texttt $ @textttsl git branch -d feature/python[] @textit S till on @texttt mas-ter@textit , delete fea- Overfull \hbox (67.69722pt too wide) in paragraph at lines 1686--1686 []@texttt $ @textttsl git push -u ori-gin --delete feature/python[] @textit Delete the branch on Savannah[] Chapter 7 [20] Overfull \hbox (21.04453pt too wide) in paragraph at lines 1738--1738 []@texttt $ @textttsl git fetch --prune[] @textit Re-mov e un-needed branches[] [21] Chapter 8 [22] [23] [24] Appendix A [25] [26] Appendix B [27] Appendix C [28] (Index) [29] [30] [31] ) (see the transcript file for additional information) Output written on gawkworkflow.dvi (35 pages, 128632 bytes). Transcript written on gawkworkflow.log. make: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' make: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' sed 's:SRCDIR:.:' < ./awkcard.in > awkcard.tr make: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' make: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' groff -man ./gawk.1 > gawk.1.ps ./gawk.1:1267: warning: can't find font `n' make: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' make: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' TEXINPUTS=.: dvips -o gawkinet.ps gawkinet.dvi This is dvips(k) 5.996 Copyright 2016 Radical Eye Software (www.radicaleye.com) ' TeX output 2018.03.18:0659' -> gawkinet.ps dvips: Font Helvetica used in file statist.eps is not in the mapping file. . [1] [2] [-1] [-2] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43 <./statist.eps>] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] make: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' make: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' TEXINPUTS=.: dvips -o gawkworkflow.ps gawkworkflow.dvi This is dvips(k) 5.996 Copyright 2016 Radical Eye Software (www.radicaleye.com) ' TeX output 2018.03.18:0659' -> gawkworkflow.ps . [1] [2] [-1] [-2] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] make: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' make: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' groff -t -Tps -U -dpaper=letter -P-pletter ./macros ./cardfonts ./colors awkcard.tr | sed -e "s/^level0 restore/level0 restore flashme 100 72 moveto (Copyright `date '+%m-%d-%y %T'`, FSF, Inc. (all)) show/" -e "s/^\/level0 save def/\/level0 save def 30 -48 translate/" | cat ./setter.outline - | sed '/%%Page: 10 10/,/0 Cg EP/d' > awkcard.ps make: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' make: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' ps2pdf gawk.1.ps gawk.1.pdf make: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' make: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' ps2pdf awkcard.ps awkcard.pdf make: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' make: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' TEXINPUTS=".:$TEXINPUTS" \ MAKEINFO='/bin/sh /builddir/build/BUILD/gawk-4.2.1/missing makeinfo --no-split --force -I .' \ texi2dvi --build-dir=gawk.t2d -o gawk.dvi \ gawk.texi This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=etex) restricted \write18 enabled. entering extended mode (../../../.././gawk.texi (/builddir/build/BUILD/gawk-4.2.1/doc/texinfo.tex Loading texinfo [version 2018-02-12.17]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file gawk.cp [1] [2] [3] [4] Overfull \hbox (11.92378pt too wide) detected at line 385 @textit To my wife, Miriam, for making me complete.Thank you for building your life together with me. Overfull \hbox (32.22017pt too wide) detected at line 387 @textit To our children, Chana, Rivka, Nachum, and Malka, for enrichening our lives in innumerable ways. [1] [2] [-1] [-2] [-3] [-4] (Foreword to the Third Edition) [1] (Foreword to the Fourth Edition) [2] Cross reference values unknown; you must run TeX again. (Preface) [3] [4] [5] [6] [7] [8] [9] (rflashlight.eps ) (lflashlight.eps ) [10] [11] [12] [13] [14] [15] [16] Chapter 1 [17] [18] (rflashlight.eps ) (rflashlight.eps ) [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] Chapter 2 [30] (rflashlight.eps ) (rflashlight.eps ) [31] [32] [33] [34] [35] [36] [37] (rflashlight.eps ) (lflashlight.eps ) [38] [39] [40] [41] [42] [43] [44] Chapter 3 [45] [46] [47] [48] [49] (rflashlight.eps ) (lflashlight.eps ) [50] [51] [52] [53] [54] [55] [56] [57] [58] Chapter 4 [59] [60] [61] [62] (rflashlight.eps ) (rflashlight.eps ) [63] (rflashlight.eps ) (lflashlight.eps ) [64] [65] [66] [67] (rflashlight.eps ) (lflashlight.eps ) [68] [69] [70] (rflashlight.eps ) (rflashlight.eps ) (rflashlight.eps ) (rflashlight.eps ) [71] [72] (rflashlight.eps ) (rflashlight.eps ) [73] [74] [75] [76] [77] [78] (rflashlight.eps ) (rflashlight.eps ) [79] [80] [81] Overfull \hbox (32.18782pt too wide) in paragraph at lines 8389--8389 [] @texttt print("unexpected EOF or error:", ERRNO) > "/dev /stderr"[] [82] [83] [84] [85] [86] (rflashlight.eps ) (rflashlight.eps ) [87] [88] Overfull \hbox (49.43393pt too wide) in paragraph at lines 8967--8967 [][] @texttt gawk: cmd. line:2: (FILENAME=- FNR=1) fa-tal: er-ror read-ing in- put file `- [89] [90] Chapter 5 [91] [92] [93] [94] [95] (rflashlight.eps ) (lflashlight.eps ) [96] (rflashlight.eps ) (rflashlight.eps ) [97] (rflashlight.eps ) (lflashlight.eps ) [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] (rflashlight.eps ) (lflashlight.eps ) (rflashlight.eps ) (lflashlight.eps ) [108] [109] [110] Chapter 6 [111] [112] [113] [114] (rflashlight.eps ) (rflashlight.eps ) (rflashlight.eps ) (rflashlight.eps ) [115] [116] [117] (rflashlight.eps ) (lflashlight.eps ) [118] (rflashlight.eps ) (rflashlight.eps ) [119] (rflashlight.eps ) (lflashlight.eps ) [120] [121] [122] [123] [124] (rflashlight.eps ) (rflashlight.eps ) [125] [126] (rflashlight.eps ) (rflashlight.eps ) [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] Chapter 7 [139] [140] [141] [142] [143] (rflashlight.eps ) (lflashlight.eps ) [144] [145] [146] [147] [148] [149] [150] [151] [152] (rflashlight.eps ) (rflashlight.eps ) [153] (rflashlight.eps ) (lflashlight.eps ) [154] [155] (rflashlight.eps ) (lflashlight.eps ) [156] [157] [158] [159] (rflashlight.eps ) (lflashlight.eps ) Underfull \hbox (badness 7273) in paragraph at lines 15440--15451 @textrm and []; see $@textsy h$@textrm un-de-fined$@textsy i$ @textrm [AWK-PAT H Vari-able], Underfull \hbox (badness 10000) in paragraph at lines 15440--15451 @textrm page $@textsy h$@textrm un-de-fined$@textsy i$@textrm , and see $@text sy h$@textrm un-de-fined$@textsy i$ @textrm [AWK-LIB-PATH Vari-able], [160] (rflashlight.eps ) (rflashlight.eps ) [161] Overfull \hbox (21.3491pt too wide) in paragraph at lines 15553--15553 [] @texttt for (i = 0; i < length(PROCINFO["argv"]); i++)[] [162] [163] [164] [165] (rflashlight.eps ) (lflashlight.eps ) [166] [167] Chapter 8 [168] (array-elements.eps ) [169] Overfull \hbox (8.87617pt too wide) in paragraph at lines 16383--16384 @texttt "chien"[]| Overfull \hbox (3.12749pt too wide) in paragraph at lines 16384--16385 @texttt "chat"[]| [170] [171] [172] [173] [174] [175] [176] [177] (rflashlight.eps ) (lflashlight.eps ) [178] [179] [180] [181] [182] [183] Chapter 9 [184] [185] [186] [187] [188] [189] (rflashlight.eps ) (lflashlight.eps ) (rflashlight.eps ) (lflashlight.eps ) [190] Overfull \hbox (21.01978pt too wide) in paragraph at lines 18149--18149 [] @texttt print "Match of", regex, "found at", where, "in", $0[] [191] [192] (rflashlight.eps ) (rflashlight.eps ) [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] Overfull \hbox (26.43913pt too wide) in paragraph at lines 21198--21198 []@texttt # quicksort_swap --- helper function for quicksort, should really be inline[] [224] [225] [226] [227] [228] [229] [230] Chapter 10 [231] [232] Overfull \hbox (37.93651pt too wide) in paragraph at lines 21721--21721 [] @texttt /^[-+]?([0-9]+([.][0-9]*([Ee][0-9]+)?)?|([.][0-9]+([Ee][-+]?[0-9]+ )?))$/) {[] [233] [234] [235] Underfull \hbox (badness 7099) in paragraph at lines 21969--21974 []@textrm The Cliff ran-dom num-ber gen-er-a-tor (@texttt http: / / mathworld . wolfram . com / [236] [237] [238] [239] [240] [241] Overfull \hbox (43.6852pt too wide) in paragraph at lines 22407--22407 []@texttt LANG=en_US.88591 metaflac --set-tag=TITLE='Whoope! That'"'"'s Great' file.flac[] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] Overfull \hbox (14.94176pt too wide) in paragraph at lines 23431--23431 []@texttt function _pw_init( oldfs, ol-drs, old-dol0, pw-cat, us-ing_fw, us ing_fpat)[] [254] [255] [256] [257] [258] [259] [260] [261] [262] Chapter 11 [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] Overfull \hbox (43.68521pt too wide) in paragraph at lines 24894--24894 [][] @texttt uid=1000(arnold) gid=1000(arnold) groups=1000(arnold),4(adm),7(lp ),27(sudo)[] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] Overfull \hbox (20.69044pt too wide) in paragraph at lines 27402--27402 []@texttt # word2key --- split word apart into letters, sort, and join back to gether[] [306] [307] [308] [309] [310] [311] [312] Chapter 12 [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] Chapter 13 [329] [330] [331] [332] [333] [334] [335] Overfull \hbox (14.9418pt too wide) in paragraph at lines 29676--29676 [][] @texttt gawk: cmd. line:1: fa-tal: must use `count$' on all for-mats or n one[] [336] [337] [338] Underfull \hbox (badness 10000) in paragraph at lines 29894--29899 []@textrm If the three re-place-ment func-tions for @texttt dcgettext()[]@textr m , @texttt dcngettext()[]@textrm , and [339] Chapter 14 [340] [341] [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] Overfull \hbox (35.82431pt too wide) in paragraph at lines 31078--31078 [][] @smalltt [ 1:0xfcd340] Op_rule : [in_rule = BE-GIN] [source_fi le = brini.awk][] Overfull \hbox (21.64948pt too wide) in paragraph at lines 31113--31113 [][] @smalltt [ 2:0xfcc5a0] Op_K_printf : [expr_count = 17] [redir _type = ""][] [353] [354] [355] Chapter 15 [356] [357] Overfull \hbox (3.97504pt too wide) in paragraph at lines 31527--31527 [] Underfull \hbox (badness 10000) in paragraph at lines 31527--31527 @textbf Minimum Underfull \hbox (badness 10000) in paragraph at lines 31527--31533 @textbf Maximum [358] Underfull \hbox (badness 10000) in paragraph at lines 31659--31659 @textbf Minimum Underfull \hbox (badness 10000) in paragraph at lines 31659--31660 @textbf Maximum [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] Chapter 16 [370] (api-figure1.eps ) [371] (api-figure2.eps ) (api-figure3.eps ) [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] Overfull \hbox (20.69044pt too wide) in paragraph at lines 33936--33936 [] @texttt size_t skip; /* amount to skip before field sta rts */[] [388] [389] [390] Overfull \hbox (26.43913pt too wide) in paragraph at lines 34105--34105 [] @texttt awk_const struct awk_two_way_processor *awk_const next; /* for gawk */[] [391] Overfull \hbox (6.78294pt too wide) in paragraph at lines 34336--34336 @textbf Number| Overfull \hbox (2.73752pt too wide) in paragraph at lines 34338--34338 @textrm Strnum| Overfull \hbox (5.77917pt too wide) in paragraph at lines 34339--34339 @textrm Number| Overfull \hbox (5.77917pt too wide) in paragraph at lines 34343--34343 @textrm Number| Underfull \hbox (badness 10000) in paragraph at lines 34344--34344 @textbf Value [392] [393] [394] [395] [396] [397] [398] [399] [400] [401] [402] Overfull \hbox (37.93651pt too wide) in paragraph at lines 35023--35023 [] @texttt printf("dump_array_and_delete: could not release flattened a rray\n");[] [403] [404] [405] [406] Overfull \hbox (14.94176pt too wide) in paragraph at lines 35391--35391 [] @texttt fprintf(stderr, "\tmy version (%d, %d), gawk version (%d, %d )\n",[] [407] [408] [409] [410] [411] Overfull \hbox (14.94176pt too wide) in paragraph at lines 35707--35707 [] @texttt printf("could not change to %s: %s\n", newdir, ERRNO) > "/dev/st derr"[] [412] [413] [414] [415] [416] [417] Overfull \hbox (14.94176pt too wide) in paragraph at lines 36090--36090 [] @texttt warning(ext_id, _("stat: unable to read symbolic link `% s'"),[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 36096--36096 [] @texttt for (j = 0, k = sizeof(ftype_map)/sizeof(ftype_map[0]); j < k; j ++) {[] Overfull \hbox (26.43913pt too wide) in paragraph at lines 36103--36103 [] @texttt array_set(array, "type", make_const_string(type, strlen(type), & tmp));[] [418] [419] [420] [421] Underfull \hbox (badness 10000) in paragraph at lines 36387--36398 @textrm of @texttt "file"[]@textrm , @texttt "blockdev"[]@textrm , @texttt "ch ardev"[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 36387--36398 @texttt "directory"[]@textrm , @texttt "socket"[]@textrm , @texttt "fifo"[]@te xtrm , [422] [423] [424] [425] Overfull \hbox (32.18782pt too wide) in paragraph at lines 36666--36666 []@texttt # want to set INPLACE_SUFFIX to .bak on the command line or in a BEG IN rule.[] [426] [427] [428] [429] [430] [431] [432] [433] [434] [435] [436] Appendix A [437] [438] [439] [440] Underfull \hbox (badness 7944) in paragraph at lines 37781--37841 @texttt --field-separator[]@textrm , @texttt --file[]@textrm , @texttt --gen-p ot[]@textrm , @texttt --help[]@textrm , @texttt --include[]@textrm , @texttt -- lint[]@textrm , [441] [442] [443] [444] Underfull \hbox (badness 10000) in paragraph at lines 38368--38371 []@textrm The @texttt BEGINFILE[] @textrm and @texttt ENDFILE[] @textrm spe-ci al pat-terns (see $@textsy h$@textrm un-de-fined$@textsy i$ @textrm [BE-GIN- [445] [446] [447] [448] [449] [450] [451] Appendix B [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] [467] [468] [469] Underfull \hbox (badness 10000) in paragraph at lines 40659--40662 @textrm ar-ti-cle (@texttt https: / / en . wikipedia . org / wiki / Awk_langua ge # Underfull \hbox (badness 10000) in paragraph at lines 40659--40662 @texttt Versions_and_implementations[]@textrm ) on @texttt awk[] @textrm for i n-for-ma-tion on ad-di- Appendix C [470] [471] [472] [473] [474] [475] Overfull \hbox (49.43388pt too wide) in paragraph at lines 41308--41308 []@texttt wget https://git.savannah.gnu.org/cgit/gawk.git/snapshot/gawk-@textt tsl branchname@texttt .tar.gz[] [476] [477] [478] [479] [480] Appendix D [481] [482] (general-program.eps ) (process-flow.eps ) [483] [484] (Glossary) [485] [486] [487] [488] [489] [490] [491] [492] [493] [494] [495] [496] [497] (GNU General Public License) [498] [499] [500] [501] [502] [503] [504] [505] [506] [507] [508] (GNU Free Documentation License) [509] [510] [511] [512] [513] [514] [515] [516] [517] (Index) [518] No file gawk.cps. [519] [520] ) (see the transcript file for additional information) Output written on gawk.dvi (530 pages, 1604544 bytes). Transcript written on gawk.log. This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=etex) restricted \write18 enabled. entering extended mode (../../../.././gawk.texi (/builddir/build/BUILD/gawk-4.2.1/doc/texinfo.tex Loading texinfo [version 2018-02-12.17]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file gawk.cp [1] [2] [3] [4] Overfull \hbox (11.92378pt too wide) detected at line 385 @textit To my wife, Miriam, for making me complete.Thank you for building your life together with me. Overfull \hbox (32.22017pt too wide) detected at line 387 @textit To our children, Chana, Rivka, Nachum, and Malka, for enrichening our lives in innumerable ways. [1] [2] (./gawk.toc) [-1] [-2] (./gawk.toc [-3] [-4] [-5] [-6] [-7] [-8] [-9] [-10] [-11] [-12]) [-13] [-14] (Foreword to the Third Edition) (./gawk.aux ) [1] (Foreword to the Fourth Edition) [2] (Preface) [3] [4] [5] [6] [7] [8] [9] (rflashlight.eps ) (lflashlight.eps ) [10] [11] [12] [13] [14] [15] [16] Chapter 1 [17] [18] (rflashlight.eps ) (rflashlight.eps ) [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] Chapter 2 [30] (rflashlight.eps ) (rflashlight.eps ) [31] [32] [33] [34] [35] [36] [37] (rflashlight.eps ) (lflashlight.eps ) [38] [39] [40] [41] [42] [43] [44] Chapter 3 [45] [46] [47] [48] [49] (rflashlight.eps ) (lflashlight.eps ) [50] [51] [52] [53] [54] [55] [56] [57] [58] Chapter 4 [59] [60] [61] [62] (rflashlight.eps ) (rflashlight.eps ) [63] (rflashlight.eps ) (lflashlight.eps ) [64] [65] [66] [67] (rflashlight.eps ) (lflashlight.eps ) [68] [69] [70] (rflashlight.eps ) (rflashlight.eps ) (rflashlight.eps ) (rflashlight.eps ) [71] [72] (rflashlight.eps ) (rflashlight.eps ) [73] [74] [75] [76] [77] [78] (rflashlight.eps ) (rflashlight.eps ) [79] [80] [81] Overfull \hbox (32.18782pt too wide) in paragraph at lines 8389--8389 [] @texttt print("unexpected EOF or error:", ERRNO) > "/dev /stderr"[] [82] [83] [84] [85] [86] (rflashlight.eps ) (rflashlight.eps ) [87] [88] Overfull \hbox (49.43393pt too wide) in paragraph at lines 8967--8967 [][] @texttt gawk: cmd. line:2: (FILENAME=- FNR=1) fa-tal: er-ror read-ing in- put file `- [89] [90] Chapter 5 [91] [92] [93] [94] [95] (rflashlight.eps ) (lflashlight.eps ) [96] (rflashlight.eps ) (rflashlight.eps ) [97] (rflashlight.eps ) (lflashlight.eps ) [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] (rflashlight.eps ) (lflashlight.eps ) (rflashlight.eps ) (lflashlight.eps ) [108] [109] [110] Chapter 6 [111] [112] [113] [114] (rflashlight.eps ) (rflashlight.eps ) (rflashlight.eps ) (rflashlight.eps ) [115] [116] [117] (rflashlight.eps ) (lflashlight.eps ) [118] (rflashlight.eps ) (rflashlight.eps ) [119] (rflashlight.eps ) (lflashlight.eps ) [120] [121] [122] [123] [124] (rflashlight.eps ) (rflashlight.eps ) [125] [126] (rflashlight.eps ) (rflashlight.eps ) [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] Chapter 7 [139] [140] [141] [142] [143] (rflashlight.eps ) (lflashlight.eps ) [144] [145] [146] [147] [148] [149] [150] [151] [152] (rflashlight.eps ) (rflashlight.eps ) [153] (rflashlight.eps ) (lflashlight.eps ) [154] [155] (rflashlight.eps ) (lflashlight.eps ) [156] [157] [158] [159] (rflashlight.eps ) (lflashlight.eps ) [160] (rflashlight.eps ) (rflashlight.eps ) [161] Overfull \hbox (21.3491pt too wide) in paragraph at lines 15553--15553 [] @texttt for (i = 0; i < length(PROCINFO["argv"]); i++)[] [162] [163] [164] [165] (rflashlight.eps ) (lflashlight.eps ) [166] [167] [168] Chapter 8 [169] [170] (array-elements.eps ) [171] Overfull \hbox (8.87617pt too wide) in paragraph at lines 16383--16384 @texttt "chien"[]| Overfull \hbox (3.12749pt too wide) in paragraph at lines 16384--16385 @texttt "chat"[]| [172] [173] [174] [175] [176] [177] [178] [179] (rflashlight.eps ) (lflashlight.eps ) [180] [181] [182] [183] [184] [185] Chapter 9 [186] [187] [188] [189] [190] [191] (rflashlight.eps ) (lflashlight.eps ) (rflashlight.eps ) (lflashlight.eps ) [192] Overfull \hbox (21.01978pt too wide) in paragraph at lines 18149--18149 [] @texttt print "Match of", regex, "found at", where, "in", $0[] [193] [194] (rflashlight.eps ) (rflashlight.eps ) [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] Overfull \hbox (26.43913pt too wide) in paragraph at lines 21198--21198 []@texttt # quicksort_swap --- helper function for quicksort, should really be inline[] [225] [226] [227] [228] [229] [230] [231] [232] Chapter 10 [233] [234] Overfull \hbox (37.93651pt too wide) in paragraph at lines 21721--21721 [] @texttt /^[-+]?([0-9]+([.][0-9]*([Ee][0-9]+)?)?|([.][0-9]+([Ee][-+]?[0-9]+ )?))$/) {[] [235] [236] [237] Underfull \hbox (badness 7099) in paragraph at lines 21969--21974 []@textrm The Cliff ran-dom num-ber gen-er-a-tor (@texttt http: / / mathworld . wolfram . com / [238] [239] [240] [241] [242] [243] Overfull \hbox (43.6852pt too wide) in paragraph at lines 22407--22407 []@texttt LANG=en_US.88591 metaflac --set-tag=TITLE='Whoope! That'"'"'s Great' file.flac[] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] Overfull \hbox (14.94176pt too wide) in paragraph at lines 23431--23431 []@texttt function _pw_init( oldfs, ol-drs, old-dol0, pw-cat, us-ing_fw, us ing_fpat)[] [256] [257] [258] [259] [260] [261] [262] [263] [264] Chapter 11 [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] Overfull \hbox (43.68521pt too wide) in paragraph at lines 24894--24894 [][] @texttt uid=1000(arnold) gid=1000(arnold) groups=1000(arnold),4(adm),7(lp ),27(sudo)[] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] Overfull \hbox (20.69044pt too wide) in paragraph at lines 27402--27402 []@texttt # word2key --- split word apart into letters, sort, and join back to gether[] [308] [309] [310] [311] [312] [313] [314] Chapter 12 [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] Chapter 13 [331] [332] [333] [334] [335] [336] [337] Overfull \hbox (14.9418pt too wide) in paragraph at lines 29676--29676 [][] @texttt gawk: cmd. line:1: fa-tal: must use `count$' on all for-mats or n one[] [338] [339] [340] Underfull \hbox (badness 10000) in paragraph at lines 29894--29899 []@textrm If the three re-place-ment func-tions for @texttt dcgettext()[]@textr m , @texttt dcngettext()[]@textrm , and [341] Chapter 14 [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] Overfull \hbox (35.82431pt too wide) in paragraph at lines 31078--31078 [][] @smalltt [ 1:0xfcd340] Op_rule : [in_rule = BE-GIN] [source_fi le = brini.awk][] Overfull \hbox (21.64948pt too wide) in paragraph at lines 31113--31113 [][] @smalltt [ 2:0xfcc5a0] Op_K_printf : [expr_count = 17] [redir _type = ""][] [355] [356] [357] Chapter 15 [358] [359] Overfull \hbox (3.97504pt too wide) in paragraph at lines 31527--31527 [] Underfull \hbox (badness 10000) in paragraph at lines 31527--31527 @textbf Minimum Underfull \hbox (badness 10000) in paragraph at lines 31527--31533 @textbf Maximum [360] Underfull \hbox (badness 10000) in paragraph at lines 31659--31659 @textbf Minimum Underfull \hbox (badness 10000) in paragraph at lines 31659--31660 @textbf Maximum [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] Chapter 16 [372] (api-figure1.eps ) [373] (api-figure2.eps ) (api-figure3.eps ) [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] Overfull \hbox (20.69044pt too wide) in paragraph at lines 33936--33936 [] @texttt size_t skip; /* amount to skip before field sta rts */[] [390] [391] [392] Overfull \hbox (26.43913pt too wide) in paragraph at lines 34105--34105 [] @texttt awk_const struct awk_two_way_processor *awk_const next; /* for gawk */[] [393] Overfull \hbox (6.78294pt too wide) in paragraph at lines 34336--34336 @textbf Number| Overfull \hbox (2.73752pt too wide) in paragraph at lines 34338--34338 @textrm Strnum| Overfull \hbox (5.77917pt too wide) in paragraph at lines 34339--34339 @textrm Number| Overfull \hbox (5.77917pt too wide) in paragraph at lines 34343--34343 @textrm Number| Underfull \hbox (badness 10000) in paragraph at lines 34344--34344 @textbf Value [394] [395] [396] [397] [398] [399] [400] [401] [402] [403] [404] Overfull \hbox (37.93651pt too wide) in paragraph at lines 35023--35023 [] @texttt printf("dump_array_and_delete: could not release flattened a rray\n");[] [405] [406] [407] [408] [409] Overfull \hbox (14.94176pt too wide) in paragraph at lines 35391--35391 [] @texttt fprintf(stderr, "\tmy version (%d, %d), gawk version (%d, %d )\n",[] [410] [411] [412] Underfull \hbox (badness 8170) in paragraph at lines 35623--35626 []@textrm Numeric val-ues can now have MPFR/MPZ vari-ants (see Sec-tion 16.4.2 [413] Overfull \hbox (14.94176pt too wide) in paragraph at lines 35707--35707 [] @texttt printf("could not change to %s: %s\n", newdir, ERRNO) > "/dev/st derr"[] [414] [415] [416] [417] [418] [419] Overfull \hbox (14.94176pt too wide) in paragraph at lines 36090--36090 [] @texttt warning(ext_id, _("stat: unable to read symbolic link `% s'"),[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 36096--36096 [] @texttt for (j = 0, k = sizeof(ftype_map)/sizeof(ftype_map[0]); j < k; j ++) {[] Overfull \hbox (26.43913pt too wide) in paragraph at lines 36103--36103 [] @texttt array_set(array, "type", make_const_string(type, strlen(type), & tmp));[] [420] [421] [422] [423] Underfull \hbox (badness 10000) in paragraph at lines 36387--36398 @textrm of @texttt "file"[]@textrm , @texttt "blockdev"[]@textrm , @texttt "ch ardev"[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 36387--36398 @texttt "directory"[]@textrm , @texttt "socket"[]@textrm , @texttt "fifo"[]@te xtrm , [424] [425] [426] [427] Overfull \hbox (32.18782pt too wide) in paragraph at lines 36666--36666 []@texttt # want to set INPLACE_SUFFIX to .bak on the command line or in a BEG IN rule.[] [428] [429] [430] [431] [432] [433] [434] [435] [436] [437] [438] Appendix A [439] [440] [441] [442] Underfull \hbox (badness 7944) in paragraph at lines 37781--37841 @texttt --field-separator[]@textrm , @texttt --file[]@textrm , @texttt --gen-p ot[]@textrm , @texttt --help[]@textrm , @texttt --include[]@textrm , @texttt -- lint[]@textrm , [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] [454] Appendix B [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] [467] [468] [469] [470] [471] [472] [473] Underfull \hbox (badness 10000) in paragraph at lines 40659--40662 @textrm ar-ti-cle (@texttt https: / / en . wikipedia . org / wiki / Awk_langua ge # Underfull \hbox (badness 10000) in paragraph at lines 40659--40662 @texttt Versions_and_implementations[]@textrm ) on @texttt awk[] @textrm for i n-for-ma-tion on ad-di- Appendix C [474] [475] [476] [477] [478] [479] [480] Overfull \hbox (49.43388pt too wide) in paragraph at lines 41308--41308 []@texttt wget https://git.savannah.gnu.org/cgit/gawk.git/snapshot/gawk-@textt tsl branchname@texttt .tar.gz[] [481] [482] [483] [484] Appendix D [485] [486] (general-program.eps ) (process-flow.eps ) [487] [488] (Glossary) [489] [490] [491] [492] [493] [494] [495] [496] [497] [498] [499] [500] [501] (GNU General Public License) [502] [503] [504] [505] [506] [507] [508] [509] [510] [511] [512] (GNU Free Documentation License) [513] [514] [515] [516] [517] [518] [519] [520] [521] (Index) [522] [523] [524] [525] [526] [527] [528] [529] [530] [531] [532] [533] [534] [535] [536] [537] [538] [539] [540] [541] [542] [543] [544] [545] [546] ) (see the transcript file for additional information) Output written on gawk.dvi (566 pages, 2236056 bytes). Transcript written on gawk.log. This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=etex) restricted \write18 enabled. entering extended mode (../../../.././gawk.texi (/builddir/build/BUILD/gawk-4.2.1/doc/texinfo.tex Loading texinfo [version 2018-02-12.17]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file gawk.cp [1] [2] [3] [4] Overfull \hbox (11.92378pt too wide) detected at line 385 @textit To my wife, Miriam, for making me complete.Thank you for building your life together with me. Overfull \hbox (32.22017pt too wide) detected at line 387 @textit To our children, Chana, Rivka, Nachum, and Malka, for enrichening our lives in innumerable ways. [1] [2] (./gawk.toc) [-1] [-2] (./gawk.toc [-3] [-4] [-5] [-6] [-7] [-8] [-9] [-10] [-11] [-12]) [-13] [-14] (Foreword to the Third Edition) (./gawk.aux ) [1] (Foreword to the Fourth Edition) [2] (Preface) [3] [4] [5] [6] [7] [8] [9] (rflashlight.eps ) (lflashlight.eps ) [10] [11] [12] [13] [14] [15] [16] Chapter 1 [17] [18] (rflashlight.eps ) (rflashlight.eps ) [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] Chapter 2 [30] (rflashlight.eps ) (rflashlight.eps ) [31] [32] [33] [34] [35] [36] [37] (rflashlight.eps ) (lflashlight.eps ) [38] [39] [40] [41] [42] [43] [44] Chapter 3 [45] [46] [47] [48] [49] (rflashlight.eps ) (lflashlight.eps ) [50] [51] [52] [53] [54] [55] [56] [57] [58] Chapter 4 [59] [60] [61] [62] (rflashlight.eps ) (rflashlight.eps ) [63] (rflashlight.eps ) (lflashlight.eps ) [64] [65] [66] [67] (rflashlight.eps ) (lflashlight.eps ) [68] [69] [70] (rflashlight.eps ) (rflashlight.eps ) (rflashlight.eps ) (rflashlight.eps ) [71] [72] (rflashlight.eps ) (rflashlight.eps ) [73] [74] [75] [76] [77] [78] (rflashlight.eps ) (rflashlight.eps ) [79] [80] [81] Overfull \hbox (32.18782pt too wide) in paragraph at lines 8389--8389 [] @texttt print("unexpected EOF or error:", ERRNO) > "/dev /stderr"[] [82] [83] [84] [85] [86] (rflashlight.eps ) (rflashlight.eps ) [87] [88] Overfull \hbox (49.43393pt too wide) in paragraph at lines 8967--8967 [][] @texttt gawk: cmd. line:2: (FILENAME=- FNR=1) fa-tal: er-ror read-ing in- put file `- [89] [90] Chapter 5 [91] [92] [93] [94] [95] (rflashlight.eps ) (lflashlight.eps ) [96] (rflashlight.eps ) (rflashlight.eps ) [97] (rflashlight.eps ) (lflashlight.eps ) [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] (rflashlight.eps ) (lflashlight.eps ) (rflashlight.eps ) (lflashlight.eps ) [108] [109] [110] Chapter 6 [111] [112] [113] [114] (rflashlight.eps ) (rflashlight.eps ) (rflashlight.eps ) (rflashlight.eps ) [115] [116] [117] (rflashlight.eps ) (lflashlight.eps ) [118] (rflashlight.eps ) (rflashlight.eps ) [119] (rflashlight.eps ) (lflashlight.eps ) [120] [121] [122] [123] [124] (rflashlight.eps ) (rflashlight.eps ) [125] [126] (rflashlight.eps ) (rflashlight.eps ) [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] Chapter 7 [139] [140] [141] [142] [143] (rflashlight.eps ) (lflashlight.eps ) [144] [145] [146] [147] [148] [149] [150] [151] [152] (rflashlight.eps ) (rflashlight.eps ) [153] (rflashlight.eps ) (lflashlight.eps ) [154] [155] (rflashlight.eps ) (lflashlight.eps ) [156] [157] [158] [159] (rflashlight.eps ) (lflashlight.eps ) [160] (rflashlight.eps ) (rflashlight.eps ) [161] Overfull \hbox (21.3491pt too wide) in paragraph at lines 15553--15553 [] @texttt for (i = 0; i < length(PROCINFO["argv"]); i++)[] [162] [163] [164] [165] (rflashlight.eps ) (lflashlight.eps ) [166] [167] [168] Chapter 8 [169] [170] (array-elements.eps ) [171] Overfull \hbox (8.87617pt too wide) in paragraph at lines 16383--16384 @texttt "chien"[]| Overfull \hbox (3.12749pt too wide) in paragraph at lines 16384--16385 @texttt "chat"[]| [172] [173] [174] [175] [176] [177] [178] [179] (rflashlight.eps ) (lflashlight.eps ) [180] [181] [182] [183] [184] [185] Chapter 9 [186] [187] [188] [189] [190] [191] (rflashlight.eps ) (lflashlight.eps ) (rflashlight.eps ) (lflashlight.eps ) [192] Overfull \hbox (21.01978pt too wide) in paragraph at lines 18149--18149 [] @texttt print "Match of", regex, "found at", where, "in", $0[] [193] [194] (rflashlight.eps ) (rflashlight.eps ) [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] Overfull \hbox (26.43913pt too wide) in paragraph at lines 21198--21198 []@texttt # quicksort_swap --- helper function for quicksort, should really be inline[] [225] [226] [227] [228] [229] [230] [231] [232] Chapter 10 [233] [234] Overfull \hbox (37.93651pt too wide) in paragraph at lines 21721--21721 [] @texttt /^[-+]?([0-9]+([.][0-9]*([Ee][0-9]+)?)?|([.][0-9]+([Ee][-+]?[0-9]+ )?))$/) {[] [235] [236] [237] Underfull \hbox (badness 7099) in paragraph at lines 21969--21974 []@textrm The Cliff ran-dom num-ber gen-er-a-tor (@texttt http: / / mathworld . wolfram . com / [238] [239] [240] [241] [242] [243] Overfull \hbox (43.6852pt too wide) in paragraph at lines 22407--22407 []@texttt LANG=en_US.88591 metaflac --set-tag=TITLE='Whoope! That'"'"'s Great' file.flac[] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] Overfull \hbox (14.94176pt too wide) in paragraph at lines 23431--23431 []@texttt function _pw_init( oldfs, ol-drs, old-dol0, pw-cat, us-ing_fw, us ing_fpat)[] [256] [257] [258] [259] [260] [261] [262] [263] [264] Chapter 11 [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] Overfull \hbox (43.68521pt too wide) in paragraph at lines 24894--24894 [][] @texttt uid=1000(arnold) gid=1000(arnold) groups=1000(arnold),4(adm),7(lp ),27(sudo)[] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] Overfull \hbox (20.69044pt too wide) in paragraph at lines 27402--27402 []@texttt # word2key --- split word apart into letters, sort, and join back to gether[] [308] [309] [310] [311] [312] [313] [314] Chapter 12 [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] Chapter 13 [331] [332] [333] [334] [335] [336] [337] Overfull \hbox (14.9418pt too wide) in paragraph at lines 29676--29676 [][] @texttt gawk: cmd. line:1: fa-tal: must use `count$' on all for-mats or n one[] [338] [339] [340] Underfull \hbox (badness 10000) in paragraph at lines 29894--29899 []@textrm If the three re-place-ment func-tions for @texttt dcgettext()[]@textr m , @texttt dcngettext()[]@textrm , and [341] Chapter 14 [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] Overfull \hbox (35.82431pt too wide) in paragraph at lines 31078--31078 [][] @smalltt [ 1:0xfcd340] Op_rule : [in_rule = BE-GIN] [source_fi le = brini.awk][] Overfull \hbox (21.64948pt too wide) in paragraph at lines 31113--31113 [][] @smalltt [ 2:0xfcc5a0] Op_K_printf : [expr_count = 17] [redir _type = ""][] [355] [356] [357] Chapter 15 [358] [359] Overfull \hbox (3.97504pt too wide) in paragraph at lines 31527--31527 [] Underfull \hbox (badness 10000) in paragraph at lines 31527--31527 @textbf Minimum Underfull \hbox (badness 10000) in paragraph at lines 31527--31533 @textbf Maximum [360] Underfull \hbox (badness 10000) in paragraph at lines 31659--31659 @textbf Minimum Underfull \hbox (badness 10000) in paragraph at lines 31659--31660 @textbf Maximum [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] Chapter 16 [372] (api-figure1.eps ) [373] (api-figure2.eps ) (api-figure3.eps ) [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] Overfull \hbox (20.69044pt too wide) in paragraph at lines 33936--33936 [] @texttt size_t skip; /* amount to skip before field sta rts */[] [390] [391] [392] Overfull \hbox (26.43913pt too wide) in paragraph at lines 34105--34105 [] @texttt awk_const struct awk_two_way_processor *awk_const next; /* for gawk */[] [393] Overfull \hbox (6.78294pt too wide) in paragraph at lines 34336--34336 @textbf Number| Overfull \hbox (2.73752pt too wide) in paragraph at lines 34338--34338 @textrm Strnum| Overfull \hbox (5.77917pt too wide) in paragraph at lines 34339--34339 @textrm Number| Overfull \hbox (5.77917pt too wide) in paragraph at lines 34343--34343 @textrm Number| Underfull \hbox (badness 10000) in paragraph at lines 34344--34344 @textbf Value [394] [395] [396] [397] [398] [399] [400] [401] [402] [403] [404] Overfull \hbox (37.93651pt too wide) in paragraph at lines 35023--35023 [] @texttt printf("dump_array_and_delete: could not release flattened a rray\n");[] [405] [406] [407] [408] [409] Overfull \hbox (14.94176pt too wide) in paragraph at lines 35391--35391 [] @texttt fprintf(stderr, "\tmy version (%d, %d), gawk version (%d, %d )\n",[] [410] [411] [412] Underfull \hbox (badness 8170) in paragraph at lines 35623--35626 []@textrm Numeric val-ues can now have MPFR/MPZ vari-ants (see Sec-tion 16.4.2 [413] Overfull \hbox (14.94176pt too wide) in paragraph at lines 35707--35707 [] @texttt printf("could not change to %s: %s\n", newdir, ERRNO) > "/dev/st derr"[] [414] [415] [416] [417] [418] [419] Overfull \hbox (14.94176pt too wide) in paragraph at lines 36090--36090 [] @texttt warning(ext_id, _("stat: unable to read symbolic link `% s'"),[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 36096--36096 [] @texttt for (j = 0, k = sizeof(ftype_map)/sizeof(ftype_map[0]); j < k; j ++) {[] Overfull \hbox (26.43913pt too wide) in paragraph at lines 36103--36103 [] @texttt array_set(array, "type", make_const_string(type, strlen(type), & tmp));[] [420] [421] [422] [423] Underfull \hbox (badness 10000) in paragraph at lines 36387--36398 @textrm of @texttt "file"[]@textrm , @texttt "blockdev"[]@textrm , @texttt "ch ardev"[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 36387--36398 @texttt "directory"[]@textrm , @texttt "socket"[]@textrm , @texttt "fifo"[]@te xtrm , [424] [425] [426] [427] Overfull \hbox (32.18782pt too wide) in paragraph at lines 36666--36666 []@texttt # want to set INPLACE_SUFFIX to .bak on the command line or in a BEG IN rule.[] [428] [429] [430] [431] [432] [433] [434] [435] [436] [437] [438] Appendix A [439] [440] [441] [442] Underfull \hbox (badness 7944) in paragraph at lines 37781--37841 @texttt --field-separator[]@textrm , @texttt --file[]@textrm , @texttt --gen-p ot[]@textrm , @texttt --help[]@textrm , @texttt --include[]@textrm , @texttt -- lint[]@textrm , [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] [454] Appendix B [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] [467] [468] [469] [470] [471] [472] [473] Underfull \hbox (badness 10000) in paragraph at lines 40659--40662 @textrm ar-ti-cle (@texttt https: / / en . wikipedia . org / wiki / Awk_langua ge # Underfull \hbox (badness 10000) in paragraph at lines 40659--40662 @texttt Versions_and_implementations[]@textrm ) on @texttt awk[] @textrm for i n-for-ma-tion on ad-di- Appendix C [474] [475] [476] [477] [478] [479] [480] Overfull \hbox (49.43388pt too wide) in paragraph at lines 41308--41308 []@texttt wget https://git.savannah.gnu.org/cgit/gawk.git/snapshot/gawk-@textt tsl branchname@texttt .tar.gz[] [481] [482] [483] [484] Appendix D [485] [486] (general-program.eps ) (process-flow.eps ) [487] [488] (Glossary) [489] [490] [491] [492] [493] [494] [495] [496] [497] [498] [499] [500] [501] (GNU General Public License) [502] [503] [504] [505] [506] [507] [508] [509] [510] [511] [512] (GNU Free Documentation License) [513] [514] [515] [516] [517] [518] [519] [520] [521] (Index) [522] [523] [524] [525] [526] [527] [528] [529] [530] [531] [532] [533] [534] [535] [536] [537] [538] [539] [540] [541] [542] [543] [544] [545] [546] ) (see the transcript file for additional information) Output written on gawk.dvi (566 pages, 2236056 bytes). Transcript written on gawk.log. make: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' make: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' TEXINPUTS=.: dvips -o gawk.ps gawk.dvi This is dvips(k) 5.996 Copyright 2016 Radical Eye Software (www.radicaleye.com) ' TeX output 2018.03.18:0703' -> gawk.ps . [1] [2] [3] [4] [1] [2] [-1] [-2] [-3] [-4] [-5] [-6] [-7] [-8] [-9] [-10] [-11] [-12] [-13] [-14] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10<./lflashlight.eps>] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20<./rflashlight.eps>] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31<./rflashlight.eps>] [32] [33] [34] [35] [36] [37] [38<./lflashlight.eps>] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50<./lflashlight.eps>] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63<./rflashlight.eps>] [64] [65 <./lflashlight.eps>] [66] [67] [68<./lflashlight.eps>] [69] [70] [71 <./rflashlight.eps><./rflashlight.eps>] [72] [73<./rflashlight.eps>] [74] [75] [76] [77] [78] [79<./rflashlight.eps>] [80] [81] [82] [83] [84] [85] [86] [87<./rflashlight.eps>] [88] [89] [90] [91] [92] [93] [94] [95] [96 <./lflashlight.eps>] [97<./rflashlight.eps>] [98<./lflashlight.eps>] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109<./lflashlight.eps> <./lflashlight.eps>] [110] [111] [112] [113] [114] [115<./rflashlight.eps> <./rflashlight.eps>] [116] [117] [118<./lflashlight.eps>] [119 <./rflashlight.eps>] [120<./lflashlight.eps>] [121] [122] [123] [124] [125 <./rflashlight.eps>] [126] [127<./rflashlight.eps>] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144 <./lflashlight.eps>] [145] [146] [147] [148] [149] [150] [151] [152] [153 <./rflashlight.eps>] [154<./lflashlight.eps>] [155] [156<./lflashlight.eps>] [157] [158] [159] [160<./lflashlight.eps>] [161<./rflashlight.eps>] [162] [163] [164] [165] [166<./lflashlight.eps>] [167] [168] [169] [170] [171] [172<./array-elements.eps>] [173] [174] [175] [176] [177] [178] [179] [180 <./lflashlight.eps>] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192<./lflashlight.eps><./lflashlight.eps>] [193] [194] [195 <./rflashlight.eps>] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] [309] [310] [311] [312] [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] [340] [341] [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] [357] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] [372] [373] [374<./api-figure1.eps><./api-figure2.eps>] [375<./api-figure3.eps>] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] [390] [391] [392] [393] [394] [395] [396] [397] [398] [399] [400] [401] [402] [403] [404] [405] [406] [407] [408] [409] [410] [411] [412] [413] [414] [415] [416] [417] [418] [419] [420] [421] [422] [423] [424] [425] [426] [427] [428] [429] [430] [431] [432] [433] [434] [435] [436] [437] [438] [439] [440] [441] [442] [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] [467] [468] [469] [470] [471] [472] [473] [474] [475] [476] [477] [478] [479] [480] [481] [482] [483] [484] [485] [486] [487<./general-program.eps> <./process-flow.eps>] [488] [489] [490] [491] [492] [493] [494] [495] [496] [497] [498] [499] [500] [501] [502] [503] [504] [505] [506] [507] [508] [509] [510] [511] [512] [513] [514] [515] [516] [517] [518] [519] [520] [521] [522] [523] [524] [525] [526] [527] [528] [529] [530] [531] [532] [533] [534] [535] [536] [537] [538] [539] [540] [541] [542] [543] [544] [545] [546] make: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' make: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' TEXINPUTS=".:$TEXINPUTS" \ MAKEINFO='/bin/sh /builddir/build/BUILD/gawk-4.2.1/missing makeinfo --no-split --force -I .' \ texi2dvi --pdf --batch --build-dir=gawk.t2p -o gawk.pdf \ gawk.texi This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (../../../.././gawk.texi (/builddir/build/BUILD/gawk-4.2.1/doc/texinfo.tex Loading texinfo [version 2018-02-12.17]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file gawk.cp [1{/usr/share/texlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] [3] [4] Overfull \hbox (11.92378pt too wide) detected at line 385 @textit To my wife, Miriam, for making me complete.Thank you for building your life together with me. Overfull \hbox (32.22017pt too wide) detected at line 387 @textit To our children, Chana, Rivka, Nachum, and Malka, for enrichening our lives in innumerable ways. [1] [2] [-1] [-2] [-3] [-4] (Foreword to the Third Edition) [1] (Foreword to the Fourth Edition) [2] Cross reference values unknown; you must run TeX again. (Preface) [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] Chapter 1 [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] Chapter 2 [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] Chapter 3 [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] Chapter 4 [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] Overfull \hbox (32.18782pt too wide) in paragraph at lines 8389--8389 [] @texttt print("unexpected EOF or error:", ERRNO) > "/dev /stderr"[] [82] [83] [84] [85] [86] [87] [88] Overfull \hbox (49.43393pt too wide) in paragraph at lines 8967--8967 [][] @texttt gawk: cmd. line:2: (FILENAME=- FNR=1) fa-tal: er-ror read-ing in- put file `- [89] [90] Chapter 5 [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] Chapter 6 [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] Chapter 7 [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] Underfull \hbox (badness 7273) in paragraph at lines 15440--15451 @textrm and []; see [][]$@textsy h$@textrm un-de-fined$@textsy i$ @textrm [AWK -PATH Vari-able], Underfull \hbox (badness 10000) in paragraph at lines 15440--15451 @textrm page $@textsy h$@textrm un-de-fined$@textsy i$@textrm ,[][] and see [] []$@textsy h$@textrm un-de-fined$@textsy i$ @textrm [AWK-LIB-PATH Vari-able], [160] [161] Overfull \hbox (21.3491pt too wide) in paragraph at lines 15553--15553 [] @texttt for (i = 0; i < length(PROCINFO["argv"]); i++)[] [162] [163] [164] [165] [166] [167] Chapter 8 [168] [169] Overfull \hbox (8.87617pt too wide) in paragraph at lines 16383--16384 @texttt "chien"[]| Overfull \hbox (3.12749pt too wide) in paragraph at lines 16384--16385 @texttt "chat"[]| [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] Chapter 9 [184] [185] [186] [187] [188] [189] [190] Overfull \hbox (21.01978pt too wide) in paragraph at lines 18149--18149 [] @texttt print "Match of", regex, "found at", where, "in", $0[] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] Overfull \hbox (26.43913pt too wide) in paragraph at lines 21198--21198 []@texttt # quicksort_swap --- helper function for quicksort, should really be inline[] [224] [225] [226] [227] [228] [229] [230] Chapter 10 [231] [232] Overfull \hbox (37.93651pt too wide) in paragraph at lines 21721--21721 [] @texttt /^[-+]?([0-9]+([.][0-9]*([Ee][0-9]+)?)?|([.][0-9]+([Ee][-+]?[0-9]+ )?))$/) {[] [233] [234] [235] [236] [237] [238] [239] [240] [241] Overfull \hbox (43.6852pt too wide) in paragraph at lines 22407--22407 []@texttt LANG=en_US.88591 metaflac --set-tag=TITLE='Whoope! That'"'"'s Great' file.flac[] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] Overfull \hbox (14.94176pt too wide) in paragraph at lines 23431--23431 []@texttt function _pw_init( oldfs, ol-drs, old-dol0, pw-cat, us-ing_fw, us ing_fpat)[] [254] [255] [256] [257] [258] [259] [260] [261] [262] Chapter 11 [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] Overfull \hbox (43.68521pt too wide) in paragraph at lines 24894--24894 [][] @texttt uid=1000(arnold) gid=1000(arnold) groups=1000(arnold),4(adm),7(lp ),27(sudo)[] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] Overfull \hbox (20.69044pt too wide) in paragraph at lines 27402--27402 []@texttt # word2key --- split word apart into letters, sort, and join back to gether[] [306] [307] [308] [309] [310] [311] [312] Chapter 12 [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] Chapter 13 [329] [330] [331] [332] [333] [334] [335] Overfull \hbox (14.9418pt too wide) in paragraph at lines 29676--29676 [][] @texttt gawk: cmd. line:1: fa-tal: must use `count$' on all for-mats or n one[] [336] [337] [338] Underfull \hbox (badness 10000) in paragraph at lines 29894--29899 []@textrm If the three re-place-ment func-tions for @texttt dcgettext()[]@textr m , @texttt dcngettext()[]@textrm , and [339] Chapter 14 [340] [341] [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] Overfull \hbox (35.82431pt too wide) in paragraph at lines 31078--31078 [][] @smalltt [ 1:0xfcd340] Op_rule : [in_rule = BE-GIN] [source_fi le = brini.awk][] Overfull \hbox (21.64948pt too wide) in paragraph at lines 31113--31113 [][] @smalltt [ 2:0xfcc5a0] Op_K_printf : [expr_count = 17] [redir _type = ""][] [353] [354] [355] Chapter 15 [356] [357] Overfull \hbox (3.97504pt too wide) in paragraph at lines 31527--31527 [] Underfull \hbox (badness 10000) in paragraph at lines 31527--31527 @textbf Minimum Underfull \hbox (badness 10000) in paragraph at lines 31527--31533 @textbf Maximum [358] Underfull \hbox (badness 10000) in paragraph at lines 31659--31659 @textbf Minimum Underfull \hbox (badness 10000) in paragraph at lines 31659--31660 @textbf Maximum [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] Chapter 16 [370] [371] [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] Overfull \hbox (20.69044pt too wide) in paragraph at lines 33936--33936 [] @texttt size_t skip; /* amount to skip before field sta rts */[] [388] [389] [390] Overfull \hbox (26.43913pt too wide) in paragraph at lines 34105--34105 [] @texttt awk_const struct awk_two_way_processor *awk_const next; /* for gawk */[] [391] Overfull \hbox (6.78294pt too wide) in paragraph at lines 34336--34336 @textbf Number| Overfull \hbox (2.73752pt too wide) in paragraph at lines 34338--34338 @textrm Strnum| Overfull \hbox (5.77917pt too wide) in paragraph at lines 34339--34339 @textrm Number| Overfull \hbox (5.77917pt too wide) in paragraph at lines 34343--34343 @textrm Number| Underfull \hbox (badness 10000) in paragraph at lines 34344--34344 @textbf Value [392] [393] [394] [395] [396] [397] [398] [399] [400] [401] [402] Overfull \hbox (37.93651pt too wide) in paragraph at lines 35023--35023 [] @texttt printf("dump_array_and_delete: could not release flattened a rray\n");[] [403] [404] [405] [406] Overfull \hbox (14.94176pt too wide) in paragraph at lines 35391--35391 [] @texttt fprintf(stderr, "\tmy version (%d, %d), gawk version (%d, %d )\n",[] [407] [408] [409] [410] [411] Overfull \hbox (14.94176pt too wide) in paragraph at lines 35707--35707 [] @texttt printf("could not change to %s: %s\n", newdir, ERRNO) > "/dev/st derr"[] [412] [413] [414] [415] [416] [417] Overfull \hbox (14.94176pt too wide) in paragraph at lines 36090--36090 [] @texttt warning(ext_id, _("stat: unable to read symbolic link `% s'"),[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 36096--36096 [] @texttt for (j = 0, k = sizeof(ftype_map)/sizeof(ftype_map[0]); j < k; j ++) {[] Overfull \hbox (26.43913pt too wide) in paragraph at lines 36103--36103 [] @texttt array_set(array, "type", make_const_string(type, strlen(type), & tmp));[] [418] [419] [420] [421] Underfull \hbox (badness 10000) in paragraph at lines 36387--36398 @textrm of @texttt "file"[]@textrm , @texttt "blockdev"[]@textrm , @texttt "ch ardev"[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 36387--36398 @texttt "directory"[]@textrm , @texttt "socket"[]@textrm , @texttt "fifo"[]@te xtrm , [422] [423] [424] [425] Overfull \hbox (32.18782pt too wide) in paragraph at lines 36666--36666 []@texttt # want to set INPLACE_SUFFIX to .bak on the command line or in a BEG IN rule.[] [426] [427] [428] [429] [430] [431] [432] [433] [434] [435] [436] Appendix A [437] [438] [439] [440] Underfull \hbox (badness 7944) in paragraph at lines 37781--37841 @texttt --field-separator[]@textrm , @texttt --file[]@textrm , @texttt --gen-p ot[]@textrm , @texttt --help[]@textrm , @texttt --include[]@textrm , @texttt -- lint[]@textrm , [441] [442] [443] [444] Underfull \hbox (badness 10000) in paragraph at lines 38368--38371 []@textrm The @texttt BEGINFILE[] @textrm and @texttt ENDFILE[] @textrm spe-ci al pat-terns (see [][]$@textsy h$@textrm un-de-fined$@textsy i$ @textrm [BE-GIN - [445] [446] [447] [448] [449] [450] [451] Appendix B [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] [467] [468] [469] Appendix C [470] [471] [472] [473] [474] [475] Overfull \hbox (49.43388pt too wide) in paragraph at lines 41308--41308 []@texttt wget https://git.savannah.gnu.org/cgit/gawk.git/snapshot/gawk-@textt tsl branchname@texttt .tar.gz[] [476] [477] [478] [479] [480] Appendix D [481] [482] [483] [484] (Glossary) [485] [486] [487] [488] [489] [490] [491] [492] [493] [494] [495] [496] [497] (GNU General Public License) [498] [499] [500] [501] [502] [503] [504] [505] [506] [507] [508] (GNU Free Documentation License) [509] [510] [511] [512] [513] [514] [515] [516] [517] (Index) [518] No file gawk.cps. [519] [520] ) (see the transcript file for additional information) Output written on gawk.pdf (530 pages, 1807445 bytes). Transcript written on gawk.log. This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (../../../.././gawk.texi (/builddir/build/BUILD/gawk-4.2.1/doc/texinfo.tex Loading texinfo [version 2018-02-12.17]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file gawk.cp [1{/usr/share/texlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] [3] [4] Overfull \hbox (11.92378pt too wide) detected at line 385 @textit To my wife, Miriam, for making me complete.Thank you for building your life together with me. Overfull \hbox (32.22017pt too wide) detected at line 387 @textit To our children, Chana, Rivka, Nachum, and Malka, for enrichening our lives in innumerable ways. [1] [2] (./gawk.toc) [-1] [-2] (./gawk.toc [-3] [-4] [-5] [-6] [-7] [-8] [-9] [-10] [-11] [-12]) [-13] [-14] (./gawk.toc) (./gawk.toc) (Foreword to the Third Edition) (./gawk.aux) [1] (Foreword to the Fourth Edition) [2] (Preface) [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] Chapter 1 [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] Chapter 2 [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] Chapter 3 [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] Chapter 4 [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] Overfull \hbox (32.18782pt too wide) in paragraph at lines 8389--8389 [] @texttt print("unexpected EOF or error:", ERRNO) > "/dev /stderr"[] [82] [83] [84] [85] [86] [87] [88] Overfull \hbox (49.43393pt too wide) in paragraph at lines 8967--8967 [][] @texttt gawk: cmd. line:2: (FILENAME=- FNR=1) fa-tal: er-ror read-ing in- put file `- [89] [90] Chapter 5 [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] Chapter 6 [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] Chapter 7 [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] Overfull \hbox (21.3491pt too wide) in paragraph at lines 15553--15553 [] @texttt for (i = 0; i < length(PROCINFO["argv"]); i++)[] [162] [163] [164] [165] [166] [167] [168] Chapter 8 [169] [170] [171] Overfull \hbox (8.87617pt too wide) in paragraph at lines 16383--16384 @texttt "chien"[]| Overfull \hbox (3.12749pt too wide) in paragraph at lines 16384--16385 @texttt "chat"[]| [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] Chapter 9 [186] [187] [188] [189] [190] [191] [192] Overfull \hbox (21.01978pt too wide) in paragraph at lines 18149--18149 [] @texttt print "Match of", regex, "found at", where, "in", $0[] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] Overfull \hbox (26.43913pt too wide) in paragraph at lines 21198--21198 []@texttt # quicksort_swap --- helper function for quicksort, should really be inline[] [225] [226] [227] [228] [229] [230] [231] [232] Chapter 10 [233] [234] Overfull \hbox (37.93651pt too wide) in paragraph at lines 21721--21721 [] @texttt /^[-+]?([0-9]+([.][0-9]*([Ee][0-9]+)?)?|([.][0-9]+([Ee][-+]?[0-9]+ )?))$/) {[] [235] [236] [237] [238] [239] [240] [241] [242] [243] Overfull \hbox (43.6852pt too wide) in paragraph at lines 22407--22407 []@texttt LANG=en_US.88591 metaflac --set-tag=TITLE='Whoope! That'"'"'s Great' file.flac[] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] Overfull \hbox (14.94176pt too wide) in paragraph at lines 23431--23431 []@texttt function _pw_init( oldfs, ol-drs, old-dol0, pw-cat, us-ing_fw, us ing_fpat)[] [256] [257] [258] [259] [260] [261] [262] [263] [264] Chapter 11 [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] Overfull \hbox (43.68521pt too wide) in paragraph at lines 24894--24894 [][] @texttt uid=1000(arnold) gid=1000(arnold) groups=1000(arnold),4(adm),7(lp ),27(sudo)[] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] Overfull \hbox (20.69044pt too wide) in paragraph at lines 27402--27402 []@texttt # word2key --- split word apart into letters, sort, and join back to gether[] [308] [309] [310] [311] [312] [313] [314] Chapter 12 [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] Chapter 13 [331] [332] [333] [334] [335] [336] [337] Overfull \hbox (14.9418pt too wide) in paragraph at lines 29676--29676 [][] @texttt gawk: cmd. line:1: fa-tal: must use `count$' on all for-mats or n one[] [338] [339] [340] Underfull \hbox (badness 10000) in paragraph at lines 29894--29899 []@textrm If the three re-place-ment func-tions for @texttt dcgettext()[]@textr m , @texttt dcngettext()[]@textrm , and [341] Chapter 14 [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] Overfull \hbox (35.82431pt too wide) in paragraph at lines 31078--31078 [][] @smalltt [ 1:0xfcd340] Op_rule : [in_rule = BE-GIN] [source_fi le = brini.awk][] Overfull \hbox (21.64948pt too wide) in paragraph at lines 31113--31113 [][] @smalltt [ 2:0xfcc5a0] Op_K_printf : [expr_count = 17] [redir _type = ""][] [355] [356] [357] Chapter 15 [358] [359] Overfull \hbox (3.97504pt too wide) in paragraph at lines 31527--31527 [] Underfull \hbox (badness 10000) in paragraph at lines 31527--31527 @textbf Minimum Underfull \hbox (badness 10000) in paragraph at lines 31527--31533 @textbf Maximum [360] Underfull \hbox (badness 10000) in paragraph at lines 31659--31659 @textbf Minimum Underfull \hbox (badness 10000) in paragraph at lines 31659--31660 @textbf Maximum [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] Chapter 16 [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] Overfull \hbox (20.69044pt too wide) in paragraph at lines 33936--33936 [] @texttt size_t skip; /* amount to skip before field sta rts */[] [390] [391] [392] Overfull \hbox (26.43913pt too wide) in paragraph at lines 34105--34105 [] @texttt awk_const struct awk_two_way_processor *awk_const next; /* for gawk */[] [393] Overfull \hbox (6.78294pt too wide) in paragraph at lines 34336--34336 @textbf Number| Overfull \hbox (2.73752pt too wide) in paragraph at lines 34338--34338 @textrm Strnum| Overfull \hbox (5.77917pt too wide) in paragraph at lines 34339--34339 @textrm Number| Overfull \hbox (5.77917pt too wide) in paragraph at lines 34343--34343 @textrm Number| Underfull \hbox (badness 10000) in paragraph at lines 34344--34344 @textbf Value [394] [395] [396] [397] [398] [399] [400] [401] [402] [403] [404] Overfull \hbox (37.93651pt too wide) in paragraph at lines 35023--35023 [] @texttt printf("dump_array_and_delete: could not release flattened a rray\n");[] [405] [406] [407] [408] [409] Overfull \hbox (14.94176pt too wide) in paragraph at lines 35391--35391 [] @texttt fprintf(stderr, "\tmy version (%d, %d), gawk version (%d, %d )\n",[] [410] [411] [412] Underfull \hbox (badness 8170) in paragraph at lines 35623--35626 []@textrm Numeric val-ues can now have MPFR/MPZ vari-ants (see [][]Section 16. 4.2 [413] Overfull \hbox (14.94176pt too wide) in paragraph at lines 35707--35707 [] @texttt printf("could not change to %s: %s\n", newdir, ERRNO) > "/dev/st derr"[] [414] [415] [416] [417] [418] [419] Overfull \hbox (14.94176pt too wide) in paragraph at lines 36090--36090 [] @texttt warning(ext_id, _("stat: unable to read symbolic link `% s'"),[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 36096--36096 [] @texttt for (j = 0, k = sizeof(ftype_map)/sizeof(ftype_map[0]); j < k; j ++) {[] Overfull \hbox (26.43913pt too wide) in paragraph at lines 36103--36103 [] @texttt array_set(array, "type", make_const_string(type, strlen(type), & tmp));[] [420] [421] [422] [423] Underfull \hbox (badness 10000) in paragraph at lines 36387--36398 @textrm of @texttt "file"[]@textrm , @texttt "blockdev"[]@textrm , @texttt "ch ardev"[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 36387--36398 @texttt "directory"[]@textrm , @texttt "socket"[]@textrm , @texttt "fifo"[]@te xtrm , [424] [425] [426] [427] Overfull \hbox (32.18782pt too wide) in paragraph at lines 36666--36666 []@texttt # want to set INPLACE_SUFFIX to .bak on the command line or in a BEG IN rule.[] [428] [429] [430] [431] [432] [433] [434] [435] [436] [437] [438] Appendix A [439] [440] [441] [442] Underfull \hbox (badness 7944) in paragraph at lines 37781--37841 @texttt --field-separator[]@textrm , @texttt --file[]@textrm , @texttt --gen-p ot[]@textrm , @texttt --help[]@textrm , @texttt --include[]@textrm , @texttt -- lint[]@textrm , [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] [454] Appendix B [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] [467] [468] [469] [470] [471] [472] [473] Appendix C [474] [475] [476] [477] [478] [479] [480] Overfull \hbox (49.43388pt too wide) in paragraph at lines 41308--41308 []@texttt wget https://git.savannah.gnu.org/cgit/gawk.git/snapshot/gawk-@textt tsl branchname@texttt .tar.gz[] [481] [482] [483] [484] Appendix D [485] [486] [487] [488] (Glossary) [489] [490] [491] [492] [493] [494] [495] [496] [497] [498] [499] [500] [501] (GNU General Public License) [502] [503] [504] [505] [506] [507] [508] [509] [510] [511] [512] (GNU Free Documentation License) [513] [514] [515] [516] [517] [518] [519] [520] [521] (Index) [522] [523] [524] [525] [526] [527] [528] [529] [530] [531] [532] [533] [534] [535] [536] [537] [538] [539] [540] [541] [542] [543] [544] [545] [546] ) (see the transcript file for additional information) Output written on gawk.pdf (566 pages, 2114847 bytes). Transcript written on gawk.log. This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016) (preloaded format=pdfetex) restricted \write18 enabled. entering extended mode (../../../.././gawk.texi (/builddir/build/BUILD/gawk-4.2.1/doc/texinfo.tex Loading texinfo [version 2018-02-12.17]: pdf, fonts, markup, glyphs, page headings, tables, conditionals, indexing, sectioning, toc, environments, defuns, macros, cross references, insertions, (/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex This is `epsf.tex' v2.7.4 <14 February 2011> ) localization, formatting, and turning on texinfo input format.) Writing index file gawk.cp [1{/usr/share/texlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] [3] [4] Overfull \hbox (11.92378pt too wide) detected at line 385 @textit To my wife, Miriam, for making me complete.Thank you for building your life together with me. Overfull \hbox (32.22017pt too wide) detected at line 387 @textit To our children, Chana, Rivka, Nachum, and Malka, for enrichening our lives in innumerable ways. [1] [2] (./gawk.toc) [-1] [-2] (./gawk.toc [-3] [-4] [-5] [-6] [-7] [-8] [-9] [-10] [-11] [-12]) [-13] [-14] (./gawk.toc) (./gawk.toc) (Foreword to the Third Edition) (./gawk.aux) [1] (Foreword to the Fourth Edition) [2] (Preface) [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] Chapter 1 [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] Chapter 2 [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] Chapter 3 [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] Chapter 4 [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] Overfull \hbox (32.18782pt too wide) in paragraph at lines 8389--8389 [] @texttt print("unexpected EOF or error:", ERRNO) > "/dev /stderr"[] [82] [83] [84] [85] [86] [87] [88] Overfull \hbox (49.43393pt too wide) in paragraph at lines 8967--8967 [][] @texttt gawk: cmd. line:2: (FILENAME=- FNR=1) fa-tal: er-ror read-ing in- put file `- [89] [90] Chapter 5 [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] Chapter 6 [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] Chapter 7 [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] Overfull \hbox (21.3491pt too wide) in paragraph at lines 15553--15553 [] @texttt for (i = 0; i < length(PROCINFO["argv"]); i++)[] [162] [163] [164] [165] [166] [167] [168] Chapter 8 [169] [170] [171] Overfull \hbox (8.87617pt too wide) in paragraph at lines 16383--16384 @texttt "chien"[]| Overfull \hbox (3.12749pt too wide) in paragraph at lines 16384--16385 @texttt "chat"[]| [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] Chapter 9 [186] [187] [188] [189] [190] [191] [192] Overfull \hbox (21.01978pt too wide) in paragraph at lines 18149--18149 [] @texttt print "Match of", regex, "found at", where, "in", $0[] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] Overfull \hbox (26.43913pt too wide) in paragraph at lines 21198--21198 []@texttt # quicksort_swap --- helper function for quicksort, should really be inline[] [225] [226] [227] [228] [229] [230] [231] [232] Chapter 10 [233] [234] Overfull \hbox (37.93651pt too wide) in paragraph at lines 21721--21721 [] @texttt /^[-+]?([0-9]+([.][0-9]*([Ee][0-9]+)?)?|([.][0-9]+([Ee][-+]?[0-9]+ )?))$/) {[] [235] [236] [237] [238] [239] [240] [241] [242] [243] Overfull \hbox (43.6852pt too wide) in paragraph at lines 22407--22407 []@texttt LANG=en_US.88591 metaflac --set-tag=TITLE='Whoope! That'"'"'s Great' file.flac[] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] Overfull \hbox (14.94176pt too wide) in paragraph at lines 23431--23431 []@texttt function _pw_init( oldfs, ol-drs, old-dol0, pw-cat, us-ing_fw, us ing_fpat)[] [256] [257] [258] [259] [260] [261] [262] [263] [264] Chapter 11 [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] Overfull \hbox (43.68521pt too wide) in paragraph at lines 24894--24894 [][] @texttt uid=1000(arnold) gid=1000(arnold) groups=1000(arnold),4(adm),7(lp ),27(sudo)[] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] Overfull \hbox (20.69044pt too wide) in paragraph at lines 27402--27402 []@texttt # word2key --- split word apart into letters, sort, and join back to gether[] [308] [309] [310] [311] [312] [313] [314] Chapter 12 [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] Chapter 13 [331] [332] [333] [334] [335] [336] [337] Overfull \hbox (14.9418pt too wide) in paragraph at lines 29676--29676 [][] @texttt gawk: cmd. line:1: fa-tal: must use `count$' on all for-mats or n one[] [338] [339] [340] Underfull \hbox (badness 10000) in paragraph at lines 29894--29899 []@textrm If the three re-place-ment func-tions for @texttt dcgettext()[]@textr m , @texttt dcngettext()[]@textrm , and [341] Chapter 14 [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] Overfull \hbox (35.82431pt too wide) in paragraph at lines 31078--31078 [][] @smalltt [ 1:0xfcd340] Op_rule : [in_rule = BE-GIN] [source_fi le = brini.awk][] Overfull \hbox (21.64948pt too wide) in paragraph at lines 31113--31113 [][] @smalltt [ 2:0xfcc5a0] Op_K_printf : [expr_count = 17] [redir _type = ""][] [355] [356] [357] Chapter 15 [358] [359] Overfull \hbox (3.97504pt too wide) in paragraph at lines 31527--31527 [] Underfull \hbox (badness 10000) in paragraph at lines 31527--31527 @textbf Minimum Underfull \hbox (badness 10000) in paragraph at lines 31527--31533 @textbf Maximum [360] Underfull \hbox (badness 10000) in paragraph at lines 31659--31659 @textbf Minimum Underfull \hbox (badness 10000) in paragraph at lines 31659--31660 @textbf Maximum [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] Chapter 16 [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] Overfull \hbox (20.69044pt too wide) in paragraph at lines 33936--33936 [] @texttt size_t skip; /* amount to skip before field sta rts */[] [390] [391] [392] Overfull \hbox (26.43913pt too wide) in paragraph at lines 34105--34105 [] @texttt awk_const struct awk_two_way_processor *awk_const next; /* for gawk */[] [393] Overfull \hbox (6.78294pt too wide) in paragraph at lines 34336--34336 @textbf Number| Overfull \hbox (2.73752pt too wide) in paragraph at lines 34338--34338 @textrm Strnum| Overfull \hbox (5.77917pt too wide) in paragraph at lines 34339--34339 @textrm Number| Overfull \hbox (5.77917pt too wide) in paragraph at lines 34343--34343 @textrm Number| Underfull \hbox (badness 10000) in paragraph at lines 34344--34344 @textbf Value [394] [395] [396] [397] [398] [399] [400] [401] [402] [403] [404] Overfull \hbox (37.93651pt too wide) in paragraph at lines 35023--35023 [] @texttt printf("dump_array_and_delete: could not release flattened a rray\n");[] [405] [406] [407] [408] [409] Overfull \hbox (14.94176pt too wide) in paragraph at lines 35391--35391 [] @texttt fprintf(stderr, "\tmy version (%d, %d), gawk version (%d, %d )\n",[] [410] [411] [412] Underfull \hbox (badness 8170) in paragraph at lines 35623--35626 []@textrm Numeric val-ues can now have MPFR/MPZ vari-ants (see [][]Section 16. 4.2 [413] Overfull \hbox (14.94176pt too wide) in paragraph at lines 35707--35707 [] @texttt printf("could not change to %s: %s\n", newdir, ERRNO) > "/dev/st derr"[] [414] [415] [416] [417] [418] [419] Overfull \hbox (14.94176pt too wide) in paragraph at lines 36090--36090 [] @texttt warning(ext_id, _("stat: unable to read symbolic link `% s'"),[] Overfull \hbox (14.94176pt too wide) in paragraph at lines 36096--36096 [] @texttt for (j = 0, k = sizeof(ftype_map)/sizeof(ftype_map[0]); j < k; j ++) {[] Overfull \hbox (26.43913pt too wide) in paragraph at lines 36103--36103 [] @texttt array_set(array, "type", make_const_string(type, strlen(type), & tmp));[] [420] [421] [422] [423] Underfull \hbox (badness 10000) in paragraph at lines 36387--36398 @textrm of @texttt "file"[]@textrm , @texttt "blockdev"[]@textrm , @texttt "ch ardev"[]@textrm , Underfull \hbox (badness 10000) in paragraph at lines 36387--36398 @texttt "directory"[]@textrm , @texttt "socket"[]@textrm , @texttt "fifo"[]@te xtrm , [424] [425] [426] [427] Overfull \hbox (32.18782pt too wide) in paragraph at lines 36666--36666 []@texttt # want to set INPLACE_SUFFIX to .bak on the command line or in a BEG IN rule.[] [428] [429] [430] [431] [432] [433] [434] [435] [436] [437] [438] Appendix A [439] [440] [441] [442] Underfull \hbox (badness 7944) in paragraph at lines 37781--37841 @texttt --field-separator[]@textrm , @texttt --file[]@textrm , @texttt --gen-p ot[]@textrm , @texttt --help[]@textrm , @texttt --include[]@textrm , @texttt -- lint[]@textrm , [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] [454] Appendix B [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] [467] [468] [469] [470] [471] [472] [473] Appendix C [474] [475] [476] [477] [478] [479] [480] Overfull \hbox (49.43388pt too wide) in paragraph at lines 41308--41308 []@texttt wget https://git.savannah.gnu.org/cgit/gawk.git/snapshot/gawk-@textt tsl branchname@texttt .tar.gz[] [481] [482] [483] [484] Appendix D [485] [486] [487] [488] (Glossary) [489] [490] [491] [492] [493] [494] [495] [496] [497] [498] [499] [500] [501] (GNU General Public License) [502] [503] [504] [505] [506] [507] [508] [509] [510] [511] [512] (GNU Free Documentation License) [513] [514] [515] [516] [517] [518] [519] [520] [521] (Index) [522] [523] [524] [525] [526] [527] [528] [529] [530] [531] [532] [533] [534] [535] [536] [537] [538] [539] [540] [541] [542] [543] [544] [545] [546] ) (see the transcript file for additional information) Output written on gawk.pdf (566 pages, 2115035 bytes). Transcript written on gawk.log. make: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' + mkdir -p html/gawk html/gawkinet + makeinfo --html -I doc -o html/gawk doc/gawk.texi + makeinfo --html -I doc -o html/gawkinet doc/gawkinet.texi + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TN9EOG + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64 + cd gawk-4.2.1 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64 'INSTALL=/usr/bin/install -p' Making install in support make[1]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/support' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/support' 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-4.2.1/support' make[1]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/support' Making install in . make[1]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/bin' /usr/bin/install -p gawk '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/bin' /usr/bin/make 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DNDEBUG' 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' install-exec-hook make[3]: Entering directory '/builddir/build/BUILD/gawk-4.2.1' (cd /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/bin; \ name=`echo gawk | sed 's&^&&'` ; \ ln ${name} gawk-4.2.1 2>/dev/null ; \ if [ ! -f awk ]; \ then ln -s ${name} awk; \ fi; exit 0) make[3]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/include' /usr/bin/install -p -m 644 gawkapi.h '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/include' make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' make[1]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1' Making install in extension make[1]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[3]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/man/man3' /usr/bin/install -p -m 644 filefuncs.3am fnmatch.3am fork.3am inplace.3am ordchr.3am readdir.3am readfile.3am revoutput.3am revtwoway.3am rwarray.3am time.3am '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/man/man3' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk' /bin/sh ./libtool --mode=install /usr/bin/install -p filefuncs.la fnmatch.la fork.la inplace.la intdiv.la ordchr.la readdir.la readfile.la revoutput.la revtwoway.la rwarray.la time.la '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk' libtool: install: /usr/bin/install -p .libs/filefuncs.so /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/filefuncs.so libtool: install: /usr/bin/install -p .libs/filefuncs.lai /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/filefuncs.la libtool: install: /usr/bin/install -p .libs/fnmatch.so /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/fnmatch.so libtool: install: /usr/bin/install -p .libs/fnmatch.lai /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/fnmatch.la libtool: install: /usr/bin/install -p .libs/fork.so /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/fork.so libtool: install: /usr/bin/install -p .libs/fork.lai /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/fork.la libtool: install: /usr/bin/install -p .libs/inplace.so /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/inplace.so libtool: install: /usr/bin/install -p .libs/inplace.lai /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/inplace.la libtool: install: /usr/bin/install -p .libs/intdiv.so /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/intdiv.so libtool: install: /usr/bin/install -p .libs/intdiv.lai /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/intdiv.la libtool: install: /usr/bin/install -p .libs/ordchr.so /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/ordchr.so libtool: install: /usr/bin/install -p .libs/ordchr.lai /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/ordchr.la libtool: install: /usr/bin/install -p .libs/readdir.so /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/readdir.so libtool: install: /usr/bin/install -p .libs/readdir.lai /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/readdir.la libtool: install: /usr/bin/install -p .libs/readfile.so /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/readfile.so libtool: install: /usr/bin/install -p .libs/readfile.lai /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/readfile.la libtool: install: /usr/bin/install -p .libs/revoutput.so /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/revoutput.so libtool: install: /usr/bin/install -p .libs/revoutput.lai /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/revoutput.la libtool: install: /usr/bin/install -p .libs/revtwoway.so /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/revtwoway.so libtool: install: /usr/bin/install -p .libs/revtwoway.lai /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/revtwoway.la libtool: install: /usr/bin/install -p .libs/rwarray.so /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/rwarray.so libtool: install: /usr/bin/install -p .libs/rwarray.lai /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/rwarray.la libtool: install: /usr/bin/install -p .libs/time.so /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/time.so libtool: install: /usr/bin/install -p .libs/time.lai /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/time.la libtool: warning: remember to run 'libtool --finish /usr/lib64/gawk' /usr/bin/make install-data-hook make[4]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extension' for i in filefuncs.la fnmatch.la fork.la inplace.la intdiv.la ordchr.la readdir.la readfile.la revoutput.la revtwoway.la rwarray.la time.la ; do \ rm -f /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/lib64/gawk/$i ; \ done make[4]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[3]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' make[1]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extension' Making install in extras make[1]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extras' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/extras' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/etc/profile.d' /usr/bin/install -p -m 644 gawk.sh gawk.csh '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/etc/profile.d' make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extras' make[1]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/extras' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/info' /usr/bin/install -p -m 644 ./gawk.info ./gawkinet.info ./gawkworkflow.info '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/info' install-info --info-dir='/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/info' '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/info/gawk.info' install-info --info-dir='/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/info' '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/info/gawkinet.info' install-info --info-dir='/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/info' '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/info/gawkworkflow.info' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/man/man1' /usr/bin/install -p -m 644 gawk.1 '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' make[1]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/doc' Making install in awklib make[1]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/awklib' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/awklib' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/libexec/awk' /usr/bin/install -p pwcat grcat '/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/libexec/awk' /usr/bin/make install-exec-hook make[3]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/awklib' /bin/sh ../mkinstalldirs /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/awk mkdir -p -- /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/awk for i in passwd.awk group.awk ./eg/lib/*.awk ; do \ progname=`echo $i | sed 's;.*/;;'` ; \ /usr/bin/install -p -m 644 $i /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/awk/$progname ; \ done make[3]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/awklib' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/awklib' make[1]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/awklib' Making install in po make[1]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/po' installing ca.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/ca/LC_MESSAGES/gawk.mo installing da.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/da/LC_MESSAGES/gawk.mo installing de.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/de/LC_MESSAGES/gawk.mo installing es.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/es/LC_MESSAGES/gawk.mo installing fi.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/fi/LC_MESSAGES/gawk.mo installing fr.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/fr/LC_MESSAGES/gawk.mo installing id.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/id/LC_MESSAGES/gawk.mo installing it.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/it/LC_MESSAGES/gawk.mo installing ja.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/ja/LC_MESSAGES/gawk.mo installing ms.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/ms/LC_MESSAGES/gawk.mo installing nl.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/nl/LC_MESSAGES/gawk.mo installing pl.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/pl/LC_MESSAGES/gawk.mo installing pt_BR.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/pt_BR/LC_MESSAGES/gawk.mo installing sv.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/sv/LC_MESSAGES/gawk.mo installing vi.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/vi/LC_MESSAGES/gawk.mo installing zh_CN.gmo as /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/locale/zh_CN/LC_MESSAGES/gawk.mo if test "gawk" = "gettext-tools"; then \ /usr/bin/mkdir -p /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/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 \ /usr/bin/install -p -m 644 ./$file \ /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/po' Making install in test make[1]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/test' make[2]: Entering directory '/builddir/build/BUILD/gawk-4.2.1/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-4.2.1/test' make[1]: Leaving directory '/builddir/build/BUILD/gawk-4.2.1/test' + rm -f /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/bin/gawk-4.2.1 + rm -f /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/info/dir + ln -sf gawk /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/bin/awk + ln -sf gawk.1.gz /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/man/man1/awk.1.gz + ln -sf /usr/share/awk /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/gawk + ln -sf /usr/libexec/awk /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/libexec/gawk + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64 gawk + install -m 0755 -d /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/doc/gawk/html/gawk/ + install -m 0755 -d /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/doc/gawk/html/gawkinet/ + install -m 0644 -p html/gawk/ARGC-and-ARGV.html html/gawk/AWKLIBPATH-Variable.html html/gawk/AWKPATH-Variable.html html/gawk/Accessing-Parameters.html html/gawk/Accessing-The-Source.html html/gawk/Acknowledgments.html html/gawk/Action-Overview.html html/gawk/Adding-Code.html html/gawk/Additional-Configuration-Options.html html/gawk/Additions.html html/gawk/Advanced-Features-Summary.html html/gawk/Advanced-Features.html html/gawk/Alarm-Program.html html/gawk/All-Operators.html html/gawk/Allowing-trailing-data.html html/gawk/Anagram-Program.html html/gawk/Arbitrary-Precision-Arithmetic.html html/gawk/Arbitrary-Precision-Integers.html html/gawk/Arithmetic-Ops.html html/gawk/Array-Basics.html html/gawk/Array-Data-Types.html html/gawk/Array-Example.html html/gawk/Array-Functions.html html/gawk/Array-Intro.html html/gawk/Array-Manipulation.html html/gawk/Array-Sorting-Functions.html html/gawk/Array-Sorting.html html/gawk/Arrays-Summary.html html/gawk/Arrays-of-Arrays.html html/gawk/Arrays.html html/gawk/Assert-Function.html html/gawk/Assigning-Elements.html html/gawk/Assignment-Ops.html html/gawk/Assignment-Options.html html/gawk/Auto_002dset.html html/gawk/Awk-Debugging.html html/gawk/BEGINFILE_002fENDFILE.html html/gawk/BEGIN_002fEND.html html/gawk/BTL.html html/gawk/Basic-Concepts.html html/gawk/Basic-Data-Typing.html html/gawk/Basic-High-Level.html html/gawk/Basic-Printf.html html/gawk/Bitwise-Functions.html html/gawk/Boolean-Ops.html html/gawk/Bracket-Expressions.html html/gawk/Break-Statement.html html/gawk/Breakpoint-Control.html html/gawk/Bug-address.html html/gawk/Bugs.html html/gawk/Built_002din-Variables.html html/gawk/Built_002din.html html/gawk/Cached-values.html html/gawk/Calling-A-Function.html html/gawk/Calling-Built_002din.html html/gawk/Case_002dsensitivity.html html/gawk/Changes-from-API-V1.html html/gawk/Changing-Fields.html html/gawk/Checking-for-MPFR.html html/gawk/Cliff-Random-Function.html html/gawk/Clones.html html/gawk/Close-Files-And-Pipes.html html/gawk/Command-Line-Field-Separator.html html/gawk/Command-Line.html html/gawk/Command_002dline-directories.html html/gawk/Comments.html html/gawk/Common-Extensions.html html/gawk/Comparing-FP-Values.html html/gawk/Comparison-Operators.html html/gawk/Compatibility-Mode.html html/gawk/Computed-Regexps.html html/gawk/Computer-Arithmetic.html html/gawk/Concatenation.html html/gawk/Conditional-Exp.html html/gawk/Configuration-Philosophy.html html/gawk/Constant-Size.html html/gawk/Constants.html html/gawk/Constructor-Functions.html html/gawk/Continue-Statement.html html/gawk/Contributors.html html/gawk/Control-Letters.html html/gawk/Controlling-Array-Traversal.html html/gawk/Controlling-Scanning.html html/gawk/Conventions.html html/gawk/Conversion.html html/gawk/Copying.html html/gawk/Creating-Arrays.html html/gawk/Cut-Program.html html/gawk/Cygwin.html html/gawk/DOS-Quoting.html html/gawk/Data-File-Management.html html/gawk/Debugger-Execution-Control.html html/gawk/Debugger-Info.html html/gawk/Debugger-Invocation.html html/gawk/Debugger.html html/gawk/Debugging-Concepts.html html/gawk/Debugging-Summary.html html/gawk/Debugging-Terms.html html/gawk/Debugging.html html/gawk/Default-Field-Splitting.html html/gawk/Definition-Syntax.html html/gawk/Delete.html html/gawk/Derived-Files.html html/gawk/Distribution-contents.html html/gawk/Do-Statement.html html/gawk/Dupword-Program.html html/gawk/Dynamic-Extensions.html html/gawk/Dynamic-Typing.html html/gawk/Egrep-Program.html html/gawk/Empty-Files.html html/gawk/Empty.html html/gawk/Environment-Variables.html html/gawk/Errors-accumulate.html html/gawk/Escape-Sequences.html html/gawk/Executable-Scripts.html html/gawk/Execution-Stack.html html/gawk/Exit-Callback-Functions.html html/gawk/Exit-Statement.html html/gawk/Exit-Status.html html/gawk/Explaining-gettext.html html/gawk/Expression-Patterns.html html/gawk/Expressions-Summary.html html/gawk/Expressions.html html/gawk/Extension-API-Boilerplate.html html/gawk/Extension-API-Description.html html/gawk/Extension-API-Functions-Introduction.html html/gawk/Extension-API-Informational-Variables.html html/gawk/Extension-API-Variables.html html/gawk/Extension-Design.html html/gawk/Extension-Example.html html/gawk/Extension-Exercises.html html/gawk/Extension-Functions.html html/gawk/Extension-Future-Growth.html html/gawk/Extension-GMP_002fMPFR-Versioning.html html/gawk/Extension-Intro.html html/gawk/Extension-Mechanism-Outline.html html/gawk/Extension-New-Mechanism-Goals.html html/gawk/Extension-Other-Design-Decisions.html html/gawk/Extension-Sample-API-Tests.html html/gawk/Extension-Sample-File-Functions.html html/gawk/Extension-Sample-Fnmatch.html html/gawk/Extension-Sample-Fork.html html/gawk/Extension-Sample-Inplace.html html/gawk/Extension-Sample-Ord.html html/gawk/Extension-Sample-Read-write-array.html html/gawk/Extension-Sample-Readdir.html html/gawk/Extension-Sample-Readfile.html html/gawk/Extension-Sample-Rev2way.html html/gawk/Extension-Sample-Revout.html html/gawk/Extension-Sample-Time.html html/gawk/Extension-Samples.html html/gawk/Extension-Version-String.html html/gawk/Extension-Versioning.html html/gawk/Extension-summary.html html/gawk/Extract-Program.html html/gawk/Extracting.html html/gawk/FP-Math-Caution.html html/gawk/Feature-History.html html/gawk/Field-Separators.html html/gawk/Field-Splitting-Summary.html html/gawk/Fields-with-fixed-data.html html/gawk/Fields.html html/gawk/File-Checking.html html/gawk/Filetrans-Function.html html/gawk/Finding-Extensions.html html/gawk/Finding-The-Bug.html html/gawk/Fixed-width-data.html html/gawk/Flattening-Arrays.html html/gawk/Floating-point-summary.html html/gawk/For-Statement.html html/gawk/Foreword3.html html/gawk/Foreword4.html html/gawk/Format-Modifiers.html html/gawk/Full-Line-Fields.html html/gawk/Function-Calls.html html/gawk/Function-Caveats.html html/gawk/Function-Example.html html/gawk/Functions-Summary.html html/gawk/Functions.html html/gawk/Future-Extensions.html html/gawk/GNU-Free-Documentation-License.html html/gawk/GNU-Regexp-Operators.html html/gawk/Gawk-Distribution.html html/gawk/Gawk-I18N.html html/gawk/General-Data-Types.html html/gawk/General-Functions.html html/gawk/Getline-Notes.html html/gawk/Getline-Summary.html html/gawk/Getline.html html/gawk/Getline_002fCoprocess.html html/gawk/Getline_002fFile.html html/gawk/Getline_002fPipe.html html/gawk/Getline_002fVariable.html html/gawk/Getline_002fVariable_002fCoprocess.html html/gawk/Getline_002fVariable_002fFile.html html/gawk/Getline_002fVariable_002fPipe.html html/gawk/Getlocaltime-Function.html html/gawk/Getopt-Function.html html/gawk/Getting-Accuracy.html html/gawk/Getting-Started.html html/gawk/Getting.html html/gawk/Glossary.html html/gawk/Gory-Details.html html/gawk/Group-Functions.html html/gawk/History-Sorting.html html/gawk/History-summary.html html/gawk/History.html html/gawk/How-To-Contribute.html html/gawk/I18N-Example.html html/gawk/I18N-Functions.html html/gawk/I18N-Portability.html html/gawk/I18N-Summary.html html/gawk/I18N-and-L10N.html html/gawk/I_002fO-And-BEGIN_002fEND.html html/gawk/I_002fO-Functions.html html/gawk/Id-Program.html html/gawk/If-Statement.html html/gawk/Igawk-Program.html html/gawk/Ignoring-Assigns.html html/gawk/Implementation-Limitations.html html/gawk/Include-Files.html html/gawk/Increment-Ops.html html/gawk/Index.html html/gawk/Indirect-Calls.html html/gawk/Inexact-representation.html html/gawk/Inexactness-of-computations.html html/gawk/Input-Exercises.html html/gawk/Input-Parsers.html html/gawk/Input-Summary.html html/gawk/Installation-summary.html html/gawk/Installation.html html/gawk/Internal-File-Description.html html/gawk/Internal-File-Ops.html html/gawk/Internationalization.html html/gawk/Intro-Summary.html html/gawk/Invoking-Gawk.html html/gawk/Invoking-Summary.html html/gawk/Join-Function.html html/gawk/Labels-Program.html html/gawk/Language-History.html html/gawk/Leftmost-Longest.html html/gawk/Library-Exercises.html html/gawk/Library-Functions-Summary.html html/gawk/Library-Functions.html html/gawk/Library-Names.html html/gawk/Limitations.html html/gawk/List-of-Debugger-Commands.html html/gawk/Loading-Shared-Libraries.html html/gawk/Locale-influences-conversions.html html/gawk/Locales.html html/gawk/Long.html html/gawk/MPFR-features.html html/gawk/MSYS.html html/gawk/Maintainers.html html/gawk/Manual-History.html html/gawk/Math-Definitions.html html/gawk/Memory-Allocation-Functions.html html/gawk/Miscellaneous-Debugger-Commands.html html/gawk/Miscellaneous-Programs.html html/gawk/More-Complex.html html/gawk/Multidimensional.html html/gawk/Multiple-Line.html html/gawk/Multiscanning.html html/gawk/Names.html html/gawk/Naming-Standard-Input.html html/gawk/New-Ports.html html/gawk/Next-Statement.html html/gawk/Nextfile-Statement.html html/gawk/Non_002dUnix-Installation.html html/gawk/Nonconstant-Fields.html html/gawk/Nondecimal-Data.html html/gawk/Nondecimal_002dnumbers.html html/gawk/Nonfatal.html html/gawk/Notes-summary.html html/gawk/Notes.html html/gawk/Numeric-Array-Subscripts.html html/gawk/Numeric-Functions.html html/gawk/OFMT.html html/gawk/Obsolete.html html/gawk/Old-Extension-Mechanism.html html/gawk/Old-Extension-Problems.html html/gawk/One_002dshot.html html/gawk/Options.html html/gawk/Ordinal-Functions.html html/gawk/Other-Arguments.html html/gawk/Other-Environment-Variables.html html/gawk/Other-Features.html html/gawk/Other-Inherited-Files.html html/gawk/Other-Versions.html html/gawk/Output-Exercises.html html/gawk/Output-Separators.html html/gawk/Output-Summary.html html/gawk/Output-Wrappers.html html/gawk/PC-Binary-Installation.html html/gawk/PC-Compiling.html html/gawk/PC-Installation.html html/gawk/PC-Using.html html/gawk/POSIX-Floating-Point-Problems.html html/gawk/POSIX-String-Comparison.html html/gawk/POSIX.html html/gawk/POSIX_002fGNU.html html/gawk/Pass-By-Value_002fReference.html html/gawk/Passwd-Functions.html html/gawk/Pattern-Action-Summary.html html/gawk/Pattern-Overview.html html/gawk/Patterns-and-Actions.html html/gawk/Plain-Getline.html html/gawk/Plugin-License.html html/gawk/Precedence.html html/gawk/Preface.html html/gawk/Print-Examples.html html/gawk/Print.html html/gawk/Printf-Examples.html html/gawk/Printf-Ordering.html html/gawk/Printf.html html/gawk/Printing-Messages.html html/gawk/Printing.html html/gawk/Profiling.html html/gawk/Programmer-i18n.html html/gawk/Programs-Exercises.html html/gawk/Programs-Summary.html html/gawk/Quick-Installation.html html/gawk/Quoting.html html/gawk/Ranges-and-Locales.html html/gawk/Ranges.html html/gawk/Read-Terminal.html html/gawk/Read-Timeout.html html/gawk/Readfile-Function.html html/gawk/Reading-Files.html html/gawk/Readline-Support.html html/gawk/Records.html html/gawk/Redirection-API.html html/gawk/Redirection.html html/gawk/Reference-to-Elements.html html/gawk/Regexp-Constants.html html/gawk/Regexp-Field-Splitting.html html/gawk/Regexp-Operators.html html/gawk/Regexp-Patterns.html html/gawk/Regexp-Summary.html html/gawk/Regexp-Usage.html html/gawk/Regexp.html html/gawk/Registration-Functions.html html/gawk/Requesting-Values.html html/gawk/Retrying-Input.html html/gawk/Return-Statement.html html/gawk/Rewind-Function.html html/gawk/Round-Function.html html/gawk/Running-Examples.html html/gawk/Running-gawk.html html/gawk/SVR4.html html/gawk/Sample-Data-Files.html html/gawk/Sample-Debugging-Session.html html/gawk/Sample-Programs.html html/gawk/Scalar-Constants.html html/gawk/Scanning-an-Array.html html/gawk/Setting-precision.html html/gawk/Setting-the-rounding-mode.html html/gawk/Shell-Quoting.html html/gawk/Shell-Startup-Files.html html/gawk/Signature-Program.html html/gawk/Simple-Sed.html html/gawk/Single-Character-Fields.html html/gawk/Skipping-intervening.html html/gawk/Special-Caveats.html html/gawk/Special-FD.html html/gawk/Special-Files.html html/gawk/Special-Network.html html/gawk/Split-Program.html html/gawk/Splitting-By-Content.html html/gawk/Standard-Regexp-Constants.html html/gawk/Statements.html html/gawk/Statements_002fLines.html html/gawk/String-Extraction.html html/gawk/String-Functions.html html/gawk/Strings-And-Numbers.html html/gawk/Strong-Regexp-Constants.html html/gawk/Strtonum-Function.html html/gawk/Switch-Statement.html html/gawk/Symbol-Table-Access.html html/gawk/Symbol-table-by-cookie.html html/gawk/Symbol-table-by-name.html html/gawk/TCP_002fIP-Networking.html html/gawk/Tee-Program.html html/gawk/Testing-field-creation.html html/gawk/This-Manual.html html/gawk/Time-Functions.html html/gawk/Translate-Program.html html/gawk/Translator-i18n.html html/gawk/Truth-Values-and-Conditions.html html/gawk/Truth-Values.html html/gawk/Try-To-Round.html html/gawk/Two-Rules.html html/gawk/Two_002dway-I_002fO.html html/gawk/Two_002dway-processors.html html/gawk/Type-Functions.html html/gawk/Typing-and-Comparison.html html/gawk/Undocumented.html html/gawk/Uninitialized-Subscripts.html html/gawk/Uniq-Program.html html/gawk/Unix-Installation.html html/gawk/Updating-ERRNO.html html/gawk/Usenet.html html/gawk/User_002ddefined.html html/gawk/User_002dmodified.html html/gawk/Using-BEGIN_002fEND.html html/gawk/Using-Constant-Regexps.html html/gawk/Using-Internal-File-Ops.html html/gawk/Using-Shell-Variables.html html/gawk/Using-Variables.html html/gawk/V7_002fSVR3_002e1.html html/gawk/VMS-Compilation.html html/gawk/VMS-Dynamic-Extensions.html html/gawk/VMS-GNV.html html/gawk/VMS-Installation-Details.html html/gawk/VMS-Installation.html html/gawk/VMS-Old-Gawk.html html/gawk/VMS-Running.html html/gawk/Values.html html/gawk/Variable-Scope.html html/gawk/Variable-Typing.html html/gawk/Variables.html html/gawk/Very-Simple.html html/gawk/Viewing-And-Changing-Data.html html/gawk/Walking-Arrays.html html/gawk/Wc-Program.html html/gawk/When.html html/gawk/While-Statement.html html/gawk/Word-Sorting.html html/gawk/awk-split-records.html html/gawk/figure_002darray_002delements.html html/gawk/figure_002dcall_002dnew_002dfunction.html html/gawk/figure_002dgeneral_002dflow.html html/gawk/figure_002dload_002dextension.html html/gawk/figure_002dprocess_002dflow.html html/gawk/figure_002dregister_002dnew_002dfunction.html html/gawk/gawk-split-records.html html/gawk/gawk_002dapi_002dversion.html html/gawk/gawkextlib.html html/gawk/index.html html/gawk/table_002dassign_002dops.html html/gawk/table_002dbitwise_002dops.html html/gawk/table_002dchar_002dclasses.html html/gawk/table_002dclose_002dpipe_002dreturn_002dvalues.html html/gawk/table_002dfloating_002dpoint_002dranges.html html/gawk/table_002dgawk_002drounding_002dmodes.html html/gawk/table_002dgensub_002descapes.html html/gawk/table_002dgetline_002dvariants.html html/gawk/table_002dieee_002dformats.html html/gawk/table_002dlocale_002daffects.html html/gawk/table_002dnumeric_002dranges.html html/gawk/table_002dposix_002dsub.html html/gawk/table_002dpredefined_002dprecision_002dstrings.html html/gawk/table_002dreaddir_002dfile_002dtypes.html html/gawk/table_002drelational_002dops.html html/gawk/table_002dsub_002descapes.html html/gawk/table_002dsub_002dproposed.html html/gawk/table_002dsystem_002dreturn_002dvalues.html html/gawk/table_002dvalue_002dtypes_002dreturned.html /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/doc/gawk/html/gawk/ + install -m 0644 -p html/gawkinet/Basic-Protocols.html html/gawkinet/CGI-Lib.html html/gawkinet/Caveats.html html/gawkinet/Challenges.html html/gawkinet/Comparing-Protocols.html html/gawkinet/Datagram-Communications.html html/gawkinet/Email.html html/gawkinet/File-_002finet_002ftcp.html html/gawkinet/File-_002finet_002fudp.html html/gawkinet/GETURL.html html/gawkinet/GNU-Free-Documentation-License.html html/gawkinet/Gawk-Special-Files.html html/gawkinet/Index.html html/gawkinet/Interacting-Service.html html/gawkinet/Interacting.html html/gawkinet/Introduction.html html/gawkinet/Links.html html/gawkinet/MAZE.html html/gawkinet/MOBAGWHO.html html/gawkinet/Making-Connections.html html/gawkinet/PANIC.html html/gawkinet/PROTBASE.html html/gawkinet/Ports.html html/gawkinet/Preface.html html/gawkinet/Primitive-Service.html html/gawkinet/REMCONF.html html/gawkinet/STATIST.html html/gawkinet/STOXPRED.html html/gawkinet/Setting-Up.html html/gawkinet/Simple-Server.html html/gawkinet/Some-Applications-and-Techniques.html html/gawkinet/Special-File-Fields.html html/gawkinet/Stream-Communications.html html/gawkinet/TCP-Connecting.html html/gawkinet/The-TCP_002fIP-Protocols.html html/gawkinet/Troubleshooting.html html/gawkinet/URLCHK.html html/gawkinet/Using-Networking.html html/gawkinet/WEBGRAB.html html/gawkinet/Web-page.html html/gawkinet/index.html html/gawkinet/table_002dinet_002dcomponents.html /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/doc/gawk/html/gawkinet/ + install -m 0644 -p doc/gawk.pdf doc/gawk.ps /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/doc/gawk + install -m 0644 -p doc/gawkinet.pdf doc/gawkinet.ps /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/doc/gawk + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: gawk-4.2.1-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.KK08lm + umask 022 + cd /builddir/build/BUILD + cd gawk-4.2.1 + DOCDIR=/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/doc/gawk + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/doc/gawk + cp -pr NEWS /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/doc/gawk + cp -pr README /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/doc/gawk + cp -pr POSIX.STD /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/doc/gawk + cp -pr README_d/README.multibyte /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/doc/gawk + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.GnX76M + umask 022 + cd /builddir/build/BUILD + cd gawk-4.2.1 + LICENSEDIR=/builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/licenses/gawk + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/licenses/gawk + cp -pr COPYING /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/licenses/gawk + cp -pr LICENSE.GPLv2 /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/licenses/gawk + cp -pr LICENSE.LGPLv2 /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/licenses/gawk + cp -pr LICENSE.BSD /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64/usr/share/licenses/gawk + exit 0 Provides: /bin/awk /bin/gawk gawk = 4.2.1-1.fc28 gawk(abi) = 2.0 gawk(riscv-64) = 4.2.1-1.fc28 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh info Requires(preun): /bin/sh info Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.27)(64bit) libgmp.so.10()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libmpfr.so.4()(64bit) libreadline.so.7()(64bit) libsigsegv.so.2()(64bit) rtld(GNU_HASH) Processing files: gawk-devel-4.2.1-1.fc28.riscv64 Provides: gawk-devel = 4.2.1-1.fc28 gawk-devel(riscv-64) = 4.2.1-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: gawk-doc-4.2.1-1.fc28.noarch Provides: gawk-doc = 4.2.1-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/gawk-4.2.1-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/gawk-4.2.1-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/gawk-devel-4.2.1-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/noarch/gawk-doc-4.2.1-1.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DJu0kA + umask 022 + cd /builddir/build/BUILD + cd gawk-4.2.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/gawk-4.2.1-1.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff