2021-08-26 10:06:31 exec_hook package_begin chapter06 608-gawk START: 2021-08-26 10:06:31 # Begin /home/lfs/build/x86_64/sources/config.inc # Environment for chapter06/608-gawk # Make flags export MAKEFLAGS=-j4 # C/C++ flags export CFLAGS="-mtune=generic " export CXXFLAGS="-mtune=generic " # Log output for tests TEST_LOG=${ROOT}sources/608-gawk-tests.tmp LFS_CHAPTER=chapter06 LFS_SCRIPT=608-gawk # Targets for multilib LFS_TGT=x86_64-lfs-linux-gnu LFS_TGT32=i686-lfs-linux-gnu LFS_TGTX32=x86_64-lfs-linux-gnux32 echo "Environment" set echo "File systems" mount || true echo "logname" logname || true # End /home/lfs/build/x86_64/sources/config.inc Environment ANT_HOME=/opt/ant BASH=/bin/bash BASHOPTS=checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath BASH_ALIASES=() BASH_ARGC=([0]="1" [1]="0") BASH_ARGV=([0]="/home/lfs/build/x86_64/sources/config.inc") BASH_CMDS=() BASH_LINENO=([0]="15" [1]="0") BASH_SOURCE=([0]="/home/lfs/build/x86_64/sources/config.inc" [1]="/home/lfs/build/x86_64/sources/lfs-commands/chapter06/608-gawk") BASH_VERSINFO=([0]="5" [1]="1" [2]="8" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu") BASH_VERSION='5.1.8(1)-release' CFLAGS='-mtune=generic ' CXXFLAGS='-mtune=generic ' DIRSTACK=() DISPLAY=localhost:10.0 EUID=1003 GROUPS=() HISTIGNORE='&:[bf]g:exit' HISTSIZE=1000 HOME=/home/lfs HOSTNAME=lfs-x86_64 HOSTTYPE=x86_64 IFS=$' \t\n' INPUTRC=/etc/inputrc LANG=de_DE.UTF-8 LC_ALL=POSIX LFS=/home/lfs/build/x86_64 LFS_CFLAGS=-mtune=generic LFS_CHAPTER=chapter06 LFS_CXXFLAGS=-mtune=generic LFS_SCRIPT=608-gawk LFS_TGT=x86_64-lfs-linux-gnu LFS_TGT32=i686-lfs-linux-gnu LFS_TGTX32=x86_64-lfs-linux-gnux32 LOGNAME=lfs MACHTYPE=x86_64-pc-linux-gnu MAKEFLAGS=-j4 MAKELEVEL=1 MAKE_TERMERR=/dev/pts/0 MAKE_TERMOUT=/dev/pts/0 MFLAGS= OLDPWD=/tmp/lfs-commands OPTERR=1 OPTIND=1 OSTYPE=linux-gnu PATH=/home/lfs/build/x86_64/tools/bin:/usr/bin PIPESTATUS=([0]="0") PKG_CONFIG_PATH=/opt/qt5/lib/pkgconfig PPID=1583 PREV_SEC=0 PS4='+ ' PWD=/home/lfs/build/x86_64/sources QT5DIR=/opt/qt5 ROOT=/home/lfs/build/x86_64/ SCRIPT_ROOT=/dev/null SECONDS=0 SHELL=/bin/bash SHELLOPTS=braceexpand:errexit:interactive-comments SHLVL=3 TERM=xterm-256color TEST_LOG=/home/lfs/build/x86_64/sources/608-gawk-tests.tmp TZ=Europe/Berlin UID=1003 USER=lfs XDG_CONFIG_DIRS=/etc/xdg/ XDG_DATA_DIRS=/usr/share/ XDG_RUNTIME_DIR=/tmp/xdg-lfs _=Environment File systems /dev/sdc1 on / type ext4 (rw,relatime) devtmpfs on /dev type devtmpfs (rw,relatime,size=4072068k,nr_inodes=1018017,mode=755) tmpfs on /run type tmpfs (rw,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) /dev/sda3 on /home type ext4 (rw,relatime) devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000) cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate) tmpfs on /run/user/65 type tmpfs (rw,nosuid,nodev,relatime,size=814836k,nr_inodes=203709,mode=700,uid=65,gid=65) tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=814836k,nr_inodes=203709,mode=700,uid=1000,gid=1000) /dev/sdb1 on /home/lfs/build/x86_64 type ext4 (rw,relatime) helios0:/data/nfs/LFS on /mnt/LFS type nfs4 (rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.3.66,local_lock=none,addr=192.168.3.3,_netdev) logname lfs KB: 973812 /home/lfs/build/x86_64/ /home/lfs/build/x86_64/sources/autolfs_package_patch PKG_DEST=/home/lfs/build/x86_64/sources/608-gawk checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for x86_64-lfs-linux-gnu-strip... x86_64-lfs-linux-gnu-strip 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... x86_64-pc-linux-gnu checking host system type... x86_64-lfs-linux-gnu checking whether make supports the include directive... yes (GNU style) checking for x86_64-lfs-linux-gnu-gcc... x86_64-lfs-linux-gnu-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... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-lfs-linux-gnu-gcc accepts -g... yes checking for x86_64-lfs-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-lfs-linux-gnu-gcc understands -c and -o together... yes checking dependency style of x86_64-lfs-linux-gnu-gcc... gcc3 checking how to run the C preprocessor... x86_64-lfs-linux-gnu-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 x86_64-lfs-linux-gnu-gcc option to accept ISO C99... none needed checking how to run the C preprocessor... x86_64-lfs-linux-gnu-gcc -E checking for x86_64-lfs-linux-gnu-ranlib... x86_64-lfs-linux-gnu-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... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by x86_64-lfs-linux-gnu-gcc... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ld checking if the linker (/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/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 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 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... no 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... no, consider installing GNU libsigsegv 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 isblank... 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 timegm... 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... none required checking whether getpgrp requires zero arguments... yes checking for printf %F format... no checking for printf %a format... no 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... no checking whether readline via "-lreadline -ltermcap" is present and sane... no checking whether readline via "-lreadline -lcurses" is present and sane... no checking whether readline via "-lreadline -lncurses" is present and sane... no checking whether mpfr via "-lmpfr -lgmp" is present and usable... no 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... no checking for an ANSI C-conforming const... yes checking for C/C++ restrict keyword... __restrict checking for inline... inline checking for preprocessor stringizing operator... yes 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 (/home/lfs/build/x86_64/sources/gawk-5.1.0/extension) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--host=x86_64-lfs-linux-gnu' '--build=x86_64-pc-linux-gnu' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-lfs-linux-gnu' 'CFLAGS=-mtune=generic ' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for x86_64-lfs-linux-gnu-strip... x86_64-lfs-linux-gnu-strip 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... x86_64-pc-linux-gnu checking host system type... x86_64-lfs-linux-gnu checking whether make supports the include directive... yes (GNU style) checking for x86_64-lfs-linux-gnu-gcc... x86_64-lfs-linux-gnu-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... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-lfs-linux-gnu-gcc accepts -g... yes checking for x86_64-lfs-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-lfs-linux-gnu-gcc understands -c and -o together... yes checking dependency style of x86_64-lfs-linux-gnu-gcc... gcc3 checking how to run the C preprocessor... x86_64-lfs-linux-gnu-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... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by x86_64-lfs-linux-gnu-gcc... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ld checking if the linker (/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/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 x86_64-lfs-linux-gnu-ar... x86_64-lfs-linux-gnu-ar checking the archiver (x86_64-lfs-linux-gnu-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 x86_64-lfs-linux-gnu-gcc... /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ld checking if the linker (/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-nm -B checking the name lister (/home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-lfs-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-lfs-linux-gnu-objdump... x86_64-lfs-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for x86_64-lfs-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-lfs-linux-gnu-ar... (cached) x86_64-lfs-linux-gnu-ar checking for archiver @FILE support... @ checking for x86_64-lfs-linux-gnu-strip... (cached) x86_64-lfs-linux-gnu-strip checking for x86_64-lfs-linux-gnu-ranlib... x86_64-lfs-linux-gnu-ranlib checking command to parse /home/lfs/build/x86_64/tools/bin/x86_64-lfs-linux-gnu-nm -B output from x86_64-lfs-linux-gnu-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 x86_64-lfs-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-lfs-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-lfs-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-lfs-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-lfs-linux-gnu-gcc static flag -static works... yes checking if x86_64-lfs-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-lfs-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-lfs-linux-gnu-gcc linker (/home/lfs/build/x86_64/tools/x86_64-lfs-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no 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... no 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 po/Makefile.in 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 config.status: executing libtool commands make[1]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' make all-recursive make[2]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' Making all in support make[3]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/support' x86_64-lfs-linux-gnu-gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I.. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT dfa.o -MD -MP -MF .deps/dfa.Tpo -c -o dfa.o dfa.c x86_64-lfs-linux-gnu-gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I.. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c x86_64-lfs-linux-gnu-gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I.. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c x86_64-lfs-linux-gnu-gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I.. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT localeinfo.o -MD -MP -MF .deps/localeinfo.Tpo -c -o localeinfo.o localeinfo.c mv -f .deps/getopt1.Tpo .deps/getopt1.Po x86_64-lfs-linux-gnu-gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I.. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT random.o -MD -MP -MF .deps/random.Tpo -c -o random.o random.c mv -f .deps/localeinfo.Tpo .deps/localeinfo.Po x86_64-lfs-linux-gnu-gcc -DGAWK -DHAVE_CONFIG_H -I"./.." -I. -I.. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT regex.o -MD -MP -MF .deps/regex.Tpo -c -o regex.o regex.c mv -f .deps/getopt.Tpo .deps/getopt.Po mv -f .deps/random.Tpo .deps/random.Po mv -f .deps/dfa.Tpo .deps/dfa.Po mv -f .deps/regex.Tpo .deps/regex.Po rm -f libsupport.a ar cru libsupport.a dfa.o getopt.o getopt1.o localeinfo.o random.o regex.o x86_64-lfs-linux-gnu-ranlib libsupport.a make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/support' Making all in . make[3]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT array.o -MD -MP -MF .deps/array.Tpo -c -o array.o array.c x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT awkgram.o -MD -MP -MF .deps/awkgram.Tpo -c -o awkgram.o awkgram.c x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT builtin.o -MD -MP -MF .deps/builtin.Tpo -c -o builtin.o builtin.c x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT cint_array.o -MD -MP -MF .deps/cint_array.Tpo -c -o cint_array.o cint_array.c mv -f .deps/cint_array.Tpo .deps/cint_array.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT command.o -MD -MP -MF .deps/command.Tpo -c -o command.o command.c mv -f .deps/array.Tpo .deps/array.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c mv -f .deps/command.Tpo .deps/command.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT eval.o -MD -MP -MF .deps/eval.Tpo -c -o eval.o eval.c mv -f .deps/builtin.Tpo .deps/builtin.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT ext.o -MD -MP -MF .deps/ext.Tpo -c -o ext.o ext.c mv -f .deps/ext.Tpo .deps/ext.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT field.o -MD -MP -MF .deps/field.Tpo -c -o field.o field.c mv -f .deps/awkgram.Tpo .deps/awkgram.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT floatcomp.o -MD -MP -MF .deps/floatcomp.Tpo -c -o floatcomp.o floatcomp.c mv -f .deps/debug.Tpo .deps/debug.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT gawkapi.o -MD -MP -MF .deps/gawkapi.Tpo -c -o gawkapi.o gawkapi.c mv -f .deps/floatcomp.Tpo .deps/floatcomp.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT gawkmisc.o -MD -MP -MF .deps/gawkmisc.Tpo -c -o gawkmisc.o gawkmisc.c mv -f .deps/field.Tpo .deps/field.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT int_array.o -MD -MP -MF .deps/int_array.Tpo -c -o int_array.o int_array.c mv -f .deps/gawkmisc.Tpo .deps/gawkmisc.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT io.o -MD -MP -MF .deps/io.Tpo -c -o io.o io.c mv -f .deps/eval.Tpo .deps/eval.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/gawkapi.Tpo .deps/gawkapi.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT mpfr.o -MD -MP -MF .deps/mpfr.Tpo -c -o mpfr.o mpfr.c mv -f .deps/int_array.Tpo .deps/int_array.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT msg.o -MD -MP -MF .deps/msg.Tpo -c -o msg.o msg.c mv -f .deps/mpfr.Tpo .deps/mpfr.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT node.o -MD -MP -MF .deps/node.Tpo -c -o node.o node.c mv -f .deps/msg.Tpo .deps/msg.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT profile.o -MD -MP -MF .deps/profile.Tpo -c -o profile.o profile.c mv -f .deps/main.Tpo .deps/main.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT re.o -MD -MP -MF .deps/re.Tpo -c -o re.o re.c mv -f .deps/node.Tpo .deps/node.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT replace.o -MD -MP -MF .deps/replace.Tpo -c -o replace.o replace.c mv -f .deps/re.Tpo .deps/re.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT str_array.o -MD -MP -MF .deps/str_array.Tpo -c -o str_array.o str_array.c mv -f .deps/io.Tpo .deps/io.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT symbol.o -MD -MP -MF .deps/symbol.Tpo -c -o symbol.o symbol.c mv -f .deps/replace.Tpo .deps/replace.Po x86_64-lfs-linux-gnu-gcc -DDEFPATH='".:/usr/share/awk"' -DDEFLIBPATH="\"/usr/lib/gawk\"" -DSHLIBEXT="\"so"\" -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR='"/usr/share/locale"' -I"./support" -I. -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c mv -f .deps/version.Tpo .deps/version.Po mv -f .deps/profile.Tpo .deps/profile.Po mv -f .deps/str_array.Tpo .deps/str_array.Po mv -f .deps/symbol.Tpo .deps/symbol.Po x86_64-lfs-linux-gnu-gcc -mtune=generic -DNDEBUG -mtune=generic -DNDEBUG -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 -lm make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' Making all in extension make[3]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension' make all-recursive make[4]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension' Making all in po make[5]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension/po' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension/po' make[5]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension' /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT readdir_test.lo -MD -MP -MF .deps/readdir_test.Tpo -c -o readdir_test.lo readdir_test.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT testext.lo -MD -MP -MF .deps/testext.Tpo -c -o testext.lo testext.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT filefuncs.lo -MD -MP -MF .deps/filefuncs.Tpo -c -o filefuncs.lo filefuncs.c /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c -o stack.lo stack.c libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT stack.lo -MD -MP -MF .deps/stack.Tpo -c stack.c -fPIC -DPIC -o .libs/stack.o libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT readdir_test.lo -MD -MP -MF .deps/readdir_test.Tpo -c readdir_test.c -fPIC -DPIC -o .libs/readdir_test.o libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT filefuncs.lo -MD -MP -MF .deps/filefuncs.Tpo -c filefuncs.c -fPIC -DPIC -o .libs/filefuncs.o libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT testext.lo -MD -MP -MF .deps/testext.Tpo -c testext.c -fPIC -DPIC -o .libs/testext.o mv -f .deps/stack.Tpo .deps/stack.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT gawkfts.lo -MD -MP -MF .deps/gawkfts.Tpo -c -o gawkfts.lo gawkfts.c libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT gawkfts.lo -MD -MP -MF .deps/gawkfts.Tpo -c gawkfts.c -fPIC -DPIC -o .libs/gawkfts.o mv -f .deps/readdir_test.Tpo .deps/readdir_test.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT fnmatch.lo -MD -MP -MF .deps/fnmatch.Tpo -c -o fnmatch.lo fnmatch.c libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT fnmatch.lo -MD -MP -MF .deps/fnmatch.Tpo -c fnmatch.c -fPIC -DPIC -o .libs/fnmatch.o mv -f .deps/filefuncs.Tpo .deps/filefuncs.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c -o fork.lo fork.c libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c fork.c -fPIC -DPIC -o .libs/fork.o mv -f .deps/testext.Tpo .deps/testext.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT inplace.lo -MD -MP -MF .deps/inplace.Tpo -c -o inplace.lo inplace.c mv -f .deps/fnmatch.Tpo .deps/fnmatch.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT intdiv.lo -MD -MP -MF .deps/intdiv.Tpo -c -o intdiv.lo intdiv.c libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT inplace.lo -MD -MP -MF .deps/inplace.Tpo -c inplace.c -fPIC -DPIC -o .libs/inplace.o mv -f .deps/gawkfts.Tpo .deps/gawkfts.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT ordchr.lo -MD -MP -MF .deps/ordchr.Tpo -c -o ordchr.lo ordchr.c libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT intdiv.lo -MD -MP -MF .deps/intdiv.Tpo -c intdiv.c -fPIC -DPIC -o .libs/intdiv.o libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT ordchr.lo -MD -MP -MF .deps/ordchr.Tpo -c ordchr.c -fPIC -DPIC -o .libs/ordchr.o mv -f .deps/fork.Tpo .deps/fork.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT readdir.lo -MD -MP -MF .deps/readdir.Tpo -c -o readdir.lo readdir.c libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT readdir.lo -MD -MP -MF .deps/readdir.Tpo -c readdir.c -fPIC -DPIC -o .libs/readdir.o mv -f .deps/inplace.Tpo .deps/inplace.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT readfile.lo -MD -MP -MF .deps/readfile.Tpo -c -o readfile.lo readfile.c libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT readfile.lo -MD -MP -MF .deps/readfile.Tpo -c readfile.c -fPIC -DPIC -o .libs/readfile.o mv -f .deps/ordchr.Tpo .deps/ordchr.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT revoutput.lo -MD -MP -MF .deps/revoutput.Tpo -c -o revoutput.lo revoutput.c mv -f .deps/intdiv.Tpo .deps/intdiv.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT revtwoway.lo -MD -MP -MF .deps/revtwoway.Tpo -c -o revtwoway.lo revtwoway.c libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT revoutput.lo -MD -MP -MF .deps/revoutput.Tpo -c revoutput.c -fPIC -DPIC -o .libs/revoutput.o mv -f .deps/readdir.Tpo .deps/readdir.Plo libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT revtwoway.lo -MD -MP -MF .deps/revtwoway.Tpo -c revtwoway.c -fPIC -DPIC -o .libs/revtwoway.o /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT rwarray.lo -MD -MP -MF .deps/rwarray.Tpo -c -o rwarray.lo rwarray.c libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT rwarray.lo -MD -MP -MF .deps/rwarray.Tpo -c rwarray.c -fPIC -DPIC -o .libs/rwarray.o mv -f .deps/readfile.Tpo .deps/readfile.Plo /bin/sh ./libtool --tag=CC --mode=compile x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT time.lo -MD -MP -MF .deps/time.Tpo -c -o time.lo time.c mv -f .deps/revoutput.Tpo .deps/revoutput.Plo /bin/sh ./libtool --tag=CC --mode=link x86_64-lfs-linux-gnu-gcc -mtune=generic -Wall -module -avoid-version -no-undefined -rpath /foo -o readdir_test.la readdir_test.lo -lm libtool: compile: x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./.. -mtune=generic -Wall -MT time.lo -MD -MP -MF .deps/time.Tpo -c time.c -fPIC -DPIC -o .libs/time.o mv -f .deps/revtwoway.Tpo .deps/revtwoway.Plo /bin/sh ./libtool --tag=CC --mode=link x86_64-lfs-linux-gnu-gcc -mtune=generic -Wall -module -avoid-version -no-undefined -rpath /foo -o testext.la testext.lo -lm libtool: link: x86_64-lfs-linux-gnu-gcc -shared -fPIC -DPIC .libs/readdir_test.o -lm -mtune=generic -Wl,-soname -Wl,readdir_test.so -o .libs/readdir_test.so libtool: link: x86_64-lfs-linux-gnu-gcc -shared -fPIC -DPIC .libs/testext.o -lm -mtune=generic -Wl,-soname -Wl,testext.so -o .libs/testext.so libtool: link: ( cd ".libs" && rm -f "readdir_test.la" && ln -s "../readdir_test.la" "readdir_test.la" ) mv -f .deps/time.Tpo .deps/time.Plo /bin/sh ./libtool --tag=CC --mode=link x86_64-lfs-linux-gnu-gcc -mtune=generic -Wall -module -avoid-version -no-undefined -o filefuncs.la -rpath /usr/lib/gawk filefuncs.lo stack.lo gawkfts.lo -lm /bin/sh ./libtool --tag=CC --mode=link x86_64-lfs-linux-gnu-gcc -mtune=generic -Wall -module -avoid-version -no-undefined -o fnmatch.la -rpath /usr/lib/gawk fnmatch.lo -lm mv -f .deps/rwarray.Tpo .deps/rwarray.Plo /bin/sh ./libtool --tag=CC --mode=link x86_64-lfs-linux-gnu-gcc -mtune=generic -Wall -module -avoid-version -no-undefined -o fork.la -rpath /usr/lib/gawk fork.lo -lm libtool: link: ( cd ".libs" && rm -f "testext.la" && ln -s "../testext.la" "testext.la" ) /bin/sh ./libtool --tag=CC --mode=link x86_64-lfs-linux-gnu-gcc -mtune=generic -Wall -module -avoid-version -no-undefined -o inplace.la -rpath /usr/lib/gawk inplace.lo -lm libtool: link: x86_64-lfs-linux-gnu-gcc -shared -fPIC -DPIC .libs/fnmatch.o -lm -mtune=generic -Wl,-soname -Wl,fnmatch.so -o .libs/fnmatch.so libtool: link: x86_64-lfs-linux-gnu-gcc -shared -fPIC -DPIC .libs/filefuncs.o .libs/stack.o .libs/gawkfts.o -lm -mtune=generic -Wl,-soname -Wl,filefuncs.so -o .libs/filefuncs.so libtool: link: x86_64-lfs-linux-gnu-gcc -shared -fPIC -DPIC .libs/fork.o -lm -mtune=generic -Wl,-soname -Wl,fork.so -o .libs/fork.so libtool: link: x86_64-lfs-linux-gnu-gcc -shared -fPIC -DPIC .libs/inplace.o -lm -mtune=generic -Wl,-soname -Wl,inplace.so -o .libs/inplace.so libtool: link: ( cd ".libs" && rm -f "fnmatch.la" && ln -s "../fnmatch.la" "fnmatch.la" ) libtool: link: ( cd ".libs" && rm -f "filefuncs.la" && ln -s "../filefuncs.la" "filefuncs.la" ) /bin/sh ./libtool --tag=CC --mode=link x86_64-lfs-linux-gnu-gcc -mtune=generic -Wall -module -avoid-version -no-undefined -o intdiv.la -rpath /usr/lib/gawk intdiv.lo -lm -lm libtool: link: ( cd ".libs" && rm -f "fork.la" && ln -s "../fork.la" "fork.la" ) /bin/sh ./libtool --tag=CC --mode=link x86_64-lfs-linux-gnu-gcc -mtune=generic -Wall -module -avoid-version -no-undefined -o ordchr.la -rpath /usr/lib/gawk ordchr.lo -lm /bin/sh ./libtool --tag=CC --mode=link x86_64-lfs-linux-gnu-gcc -mtune=generic -Wall -module -avoid-version -no-undefined -o readdir.la -rpath /usr/lib/gawk readdir.lo -lm libtool: link: ( cd ".libs" && rm -f "inplace.la" && ln -s "../inplace.la" "inplace.la" ) /bin/sh ./libtool --tag=CC --mode=link x86_64-lfs-linux-gnu-gcc -mtune=generic -Wall -module -avoid-version -no-undefined -o readfile.la -rpath /usr/lib/gawk readfile.lo -lm libtool: link: x86_64-lfs-linux-gnu-gcc -shared -fPIC -DPIC .libs/ordchr.o -lm -mtune=generic -Wl,-soname -Wl,ordchr.so -o .libs/ordchr.so libtool: link: x86_64-lfs-linux-gnu-gcc -shared -fPIC -DPIC .libs/readdir.o -lm -mtune=generic -Wl,-soname -Wl,readdir.so -o .libs/readdir.so libtool: link: x86_64-lfs-linux-gnu-gcc -shared -fPIC -DPIC .libs/intdiv.o -lm -mtune=generic -Wl,-soname -Wl,intdiv.so -o .libs/intdiv.so libtool: link: x86_64-lfs-linux-gnu-gcc -shared -fPIC -DPIC .libs/readfile.o -lm -mtune=generic -Wl,-soname -Wl,readfile.so -o .libs/readfile.so libtool: link: ( cd ".libs" && rm -f "readdir.la" && ln -s "../readdir.la" "readdir.la" ) libtool: link: ( cd ".libs" && rm -f "ordchr.la" && ln -s "../ordchr.la" "ordchr.la" ) /bin/sh ./libtool --tag=CC --mode=link x86_64-lfs-linux-gnu-gcc -mtune=generic -Wall -module -avoid-version -no-undefined -o revoutput.la -rpath /usr/lib/gawk revoutput.lo -lm /bin/sh ./libtool --tag=CC --mode=link x86_64-lfs-linux-gnu-gcc -mtune=generic -Wall -module -avoid-version -no-undefined -o revtwoway.la -rpath /usr/lib/gawk revtwoway.lo -lm libtool: link: ( cd ".libs" && rm -f "intdiv.la" && ln -s "../intdiv.la" "intdiv.la" ) /bin/sh ./libtool --tag=CC --mode=link x86_64-lfs-linux-gnu-gcc -mtune=generic -Wall -module -avoid-version -no-undefined -o rwarray.la -rpath /usr/lib/gawk rwarray.lo -lm libtool: link: ( cd ".libs" && rm -f "readfile.la" && ln -s "../readfile.la" "readfile.la" ) /bin/sh ./libtool --tag=CC --mode=link x86_64-lfs-linux-gnu-gcc -mtune=generic -Wall -module -avoid-version -no-undefined -o time.la -rpath /usr/lib/gawk time.lo -lm libtool: link: x86_64-lfs-linux-gnu-gcc -shared -fPIC -DPIC .libs/revtwoway.o -lm -mtune=generic -Wl,-soname -Wl,revtwoway.so -o .libs/revtwoway.so libtool: link: x86_64-lfs-linux-gnu-gcc -shared -fPIC -DPIC .libs/revoutput.o -lm -mtune=generic -Wl,-soname -Wl,revoutput.so -o .libs/revoutput.so libtool: link: x86_64-lfs-linux-gnu-gcc -shared -fPIC -DPIC .libs/rwarray.o -lm -mtune=generic -Wl,-soname -Wl,rwarray.so -o .libs/rwarray.so libtool: link: x86_64-lfs-linux-gnu-gcc -shared -fPIC -DPIC .libs/time.o -lm -mtune=generic -Wl,-soname -Wl,time.so -o .libs/time.so libtool: link: ( cd ".libs" && rm -f "revtwoway.la" && ln -s "../revtwoway.la" "revtwoway.la" ) libtool: link: ( cd ".libs" && rm -f "revoutput.la" && ln -s "../revoutput.la" "revoutput.la" ) libtool: link: ( cd ".libs" && rm -f "rwarray.la" && ln -s "../rwarray.la" "rwarray.la" ) libtool: link: ( cd ".libs" && rm -f "time.la" && ln -s "../time.la" "time.la" ) make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension' make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension' Making all in doc make[3]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/doc' Making all in awklib make[3]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/awklib' rm -f pwcat.c rm -f grcat.c ln -s ./eg/lib/pwcat.c . sed 's;/usr/local/libexec/awk;/usr/libexec/awk;' < ./eg/lib/passwdawk.in > passwd.awk ln -s ./eg/lib/grcat.c . sed 's;/usr/local/libexec/awk;/usr/libexec/awk;' < ./eg/lib/groupawk.in > group.awk x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -mtune=generic -DNDEBUG -MT pwcat.o -MD -MP -MF .deps/pwcat.Tpo -c -o pwcat.o pwcat.c x86_64-lfs-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -mtune=generic -DNDEBUG -MT grcat.o -MD -MP -MF .deps/grcat.Tpo -c -o grcat.o grcat.c mv -f .deps/pwcat.Tpo .deps/pwcat.Po x86_64-lfs-linux-gnu-gcc -mtune=generic -DNDEBUG -o pwcat pwcat.o -lm mv -f .deps/grcat.Tpo .deps/grcat.Po x86_64-lfs-linux-gnu-gcc -mtune=generic -DNDEBUG -o grcat grcat.o -lm make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/awklib' Making all in po make[3]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/po' Making all in test make[3]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/test' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/test' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' make[1]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' make[1]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' make install-recursive make[2]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' Making install in support make[3]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/support' make[4]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/support' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/support' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/support' Making install in . make[3]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' make[4]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/bin' ./install-sh -c gawk '/home/lfs/build/x86_64/usr/bin' make install-exec-hook make[5]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' (cd /home/lfs/build/x86_64/usr/bin; \ name=`echo gawk | sed 's,x,x,'` ; \ ln ${name} gawk-5.1.0 2>/dev/null ; \ if [ ! -f awk ]; \ then ln -s ${name} awk; \ fi; exit 0) make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/include' ./install-sh -c -m 644 gawkapi.h '/home/lfs/build/x86_64/usr/include' make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' Making install in extension make[3]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension' Making install in po make[4]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension/po' if test "gawk-extensions" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/lfs/build/x86_64/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 \ ../build-aux/install-sh -c -m 644 ./$file \ /home/lfs/build/x86_64/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/lfs/build/x86_64/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension/po' make[4]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension' make[5]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/share/man/man3' build-aux/install-sh -c -m 644 filefuncs.3am fnmatch.3am fork.3am inplace.3am ordchr.3am readdir.3am readfile.3am revoutput.3am revtwoway.3am rwarray.3am time.3am '/home/lfs/build/x86_64/usr/share/man/man3' /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/lib/gawk' /bin/sh ./libtool --mode=install build-aux/install-sh -c filefuncs.la fnmatch.la fork.la inplace.la intdiv.la ordchr.la readdir.la readfile.la revoutput.la revtwoway.la rwarray.la time.la '/home/lfs/build/x86_64/usr/lib/gawk' libtool: install: build-aux/install-sh -c .libs/filefuncs.so /home/lfs/build/x86_64/usr/lib/gawk/filefuncs.so libtool: install: build-aux/install-sh -c .libs/filefuncs.lai /home/lfs/build/x86_64/usr/lib/gawk/filefuncs.la libtool: install: build-aux/install-sh -c .libs/fnmatch.so /home/lfs/build/x86_64/usr/lib/gawk/fnmatch.so libtool: install: build-aux/install-sh -c .libs/fnmatch.lai /home/lfs/build/x86_64/usr/lib/gawk/fnmatch.la libtool: install: build-aux/install-sh -c .libs/fork.so /home/lfs/build/x86_64/usr/lib/gawk/fork.so libtool: install: build-aux/install-sh -c .libs/fork.lai /home/lfs/build/x86_64/usr/lib/gawk/fork.la libtool: install: build-aux/install-sh -c .libs/inplace.so /home/lfs/build/x86_64/usr/lib/gawk/inplace.so libtool: install: build-aux/install-sh -c .libs/inplace.lai /home/lfs/build/x86_64/usr/lib/gawk/inplace.la libtool: install: build-aux/install-sh -c .libs/intdiv.so /home/lfs/build/x86_64/usr/lib/gawk/intdiv.so libtool: install: build-aux/install-sh -c .libs/intdiv.lai /home/lfs/build/x86_64/usr/lib/gawk/intdiv.la libtool: install: build-aux/install-sh -c .libs/ordchr.so /home/lfs/build/x86_64/usr/lib/gawk/ordchr.so libtool: install: build-aux/install-sh -c .libs/ordchr.lai /home/lfs/build/x86_64/usr/lib/gawk/ordchr.la libtool: install: build-aux/install-sh -c .libs/readdir.so /home/lfs/build/x86_64/usr/lib/gawk/readdir.so libtool: install: build-aux/install-sh -c .libs/readdir.lai /home/lfs/build/x86_64/usr/lib/gawk/readdir.la libtool: install: build-aux/install-sh -c .libs/readfile.so /home/lfs/build/x86_64/usr/lib/gawk/readfile.so libtool: install: build-aux/install-sh -c .libs/readfile.lai /home/lfs/build/x86_64/usr/lib/gawk/readfile.la libtool: install: build-aux/install-sh -c .libs/revoutput.so /home/lfs/build/x86_64/usr/lib/gawk/revoutput.so libtool: install: build-aux/install-sh -c .libs/revoutput.lai /home/lfs/build/x86_64/usr/lib/gawk/revoutput.la libtool: install: build-aux/install-sh -c .libs/revtwoway.so /home/lfs/build/x86_64/usr/lib/gawk/revtwoway.so libtool: install: build-aux/install-sh -c .libs/revtwoway.lai /home/lfs/build/x86_64/usr/lib/gawk/revtwoway.la libtool: install: build-aux/install-sh -c .libs/rwarray.so /home/lfs/build/x86_64/usr/lib/gawk/rwarray.so libtool: install: build-aux/install-sh -c .libs/rwarray.lai /home/lfs/build/x86_64/usr/lib/gawk/rwarray.la libtool: install: build-aux/install-sh -c .libs/time.so /home/lfs/build/x86_64/usr/lib/gawk/time.so libtool: install: build-aux/install-sh -c .libs/time.lai /home/lfs/build/x86_64/usr/lib/gawk/time.la libtool: warning: remember to run 'libtool --finish /usr/lib/gawk' make install-data-hook make[6]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/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 /home/lfs/build/x86_64/usr/lib/gawk/$i ; \ done make[6]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension' make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension' make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/extension' Making install in doc make[3]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/doc' make[4]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/doc' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/share/info' .././install-sh -c -m 644 ./gawk.info ./gawkinet.info ./gawkworkflow.info '/home/lfs/build/x86_64/usr/share/info' install-info --info-dir='/home/lfs/build/x86_64/usr/share/info' '/home/lfs/build/x86_64/usr/share/info/gawk.info' install-info --info-dir='/home/lfs/build/x86_64/usr/share/info' '/home/lfs/build/x86_64/usr/share/info/gawkinet.info' install-info --info-dir='/home/lfs/build/x86_64/usr/share/info' '/home/lfs/build/x86_64/usr/share/info/gawkworkflow.info' /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/share/man/man1' .././install-sh -c -m 644 gawk.1 '/home/lfs/build/x86_64/usr/share/man/man1' make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/doc' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/doc' Making install in awklib make[3]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/awklib' make[4]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/awklib' /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/libexec/awk' .././install-sh -c pwcat grcat '/home/lfs/build/x86_64/usr/libexec/awk' make install-exec-hook make[5]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/awklib' /bin/sh ../mkinstalldirs /home/lfs/build/x86_64/usr/share/awk mkdir -p -- /home/lfs/build/x86_64/usr/share/awk for i in passwd.awk group.awk ./eg/lib/*.awk ; do \ progname=`echo $i | sed 's;.*/;;'` ; \ .././install-sh -c -m 644 $i /home/lfs/build/x86_64/usr/share/awk/$progname ; \ done make[5]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/awklib' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/awklib' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/awklib' Making install in po make[3]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/po' installing ca.gmo as /home/lfs/build/x86_64/usr/share/locale/ca/LC_MESSAGES/gawk.mo installing da.gmo as /home/lfs/build/x86_64/usr/share/locale/da/LC_MESSAGES/gawk.mo installing de.gmo as /home/lfs/build/x86_64/usr/share/locale/de/LC_MESSAGES/gawk.mo installing es.gmo as /home/lfs/build/x86_64/usr/share/locale/es/LC_MESSAGES/gawk.mo installing fi.gmo as /home/lfs/build/x86_64/usr/share/locale/fi/LC_MESSAGES/gawk.mo installing fr.gmo as /home/lfs/build/x86_64/usr/share/locale/fr/LC_MESSAGES/gawk.mo installing id.gmo as /home/lfs/build/x86_64/usr/share/locale/id/LC_MESSAGES/gawk.mo installing it.gmo as /home/lfs/build/x86_64/usr/share/locale/it/LC_MESSAGES/gawk.mo installing ja.gmo as /home/lfs/build/x86_64/usr/share/locale/ja/LC_MESSAGES/gawk.mo installing ko.gmo as /home/lfs/build/x86_64/usr/share/locale/ko/LC_MESSAGES/gawk.mo installing ms.gmo as /home/lfs/build/x86_64/usr/share/locale/ms/LC_MESSAGES/gawk.mo installing nl.gmo as /home/lfs/build/x86_64/usr/share/locale/nl/LC_MESSAGES/gawk.mo installing pl.gmo as /home/lfs/build/x86_64/usr/share/locale/pl/LC_MESSAGES/gawk.mo installing pt.gmo as /home/lfs/build/x86_64/usr/share/locale/pt/LC_MESSAGES/gawk.mo installing pt_BR.gmo as /home/lfs/build/x86_64/usr/share/locale/pt_BR/LC_MESSAGES/gawk.mo installing sv.gmo as /home/lfs/build/x86_64/usr/share/locale/sv/LC_MESSAGES/gawk.mo installing vi.gmo as /home/lfs/build/x86_64/usr/share/locale/vi/LC_MESSAGES/gawk.mo installing zh_CN.gmo as /home/lfs/build/x86_64/usr/share/locale/zh_CN/LC_MESSAGES/gawk.mo if test "gawk" = "gettext-tools"; then \ /usr/bin/mkdir -p /home/lfs/build/x86_64/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ .././install-sh -c -m 644 ./$file \ /home/lfs/build/x86_64/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/lfs/build/x86_64/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/po' Making install in test make[3]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/test' make[4]: Entering directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/test' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/test' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0/test' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' make[1]: Leaving directory '/home/lfs/build/x86_64/sources/gawk-5.1.0' Totalseconds: 17 KB: 1011140 /home/lfs/build/x86_64/ 2021-08-26 10:06:48 exec_hook package_done chapter06 608-gawk END: 2021-08-26 10:06:48