2021-08-26 10:06:48 exec_hook package_begin chapter06 609-grep START: 2021-08-26 10:06:48 # Begin /home/lfs/build/x86_64/sources/config.inc # Environment for chapter06/609-grep # Make flags export MAKEFLAGS=-j4 # C/C++ flags export CFLAGS="-mtune=generic " export CXXFLAGS="-mtune=generic " # Log output for tests TEST_LOG=${ROOT}sources/609-grep-tests.tmp LFS_CHAPTER=chapter06 LFS_SCRIPT=609-grep # 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/609-grep") 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=609-grep 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/609-grep-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: 978364 /home/lfs/build/x86_64/ /home/lfs/build/x86_64/sources/autolfs_package_patch PKG_DEST=/home/lfs/build/x86_64/sources/609-grep checking for a BSD-compatible install... /usr/bin/install -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 race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-lfs-linux-gnu checking for gawk... (cached) gawk 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 the compiler supports GNU C... yes checking whether x86_64-lfs-linux-gnu-gcc accepts -g... yes checking for x86_64-lfs-linux-gnu-gcc option to enable C11 features... none needed checking whether x86_64-lfs-linux-gnu-gcc understands -c and -o together... yes checking whether the compiler is clang... no checking for compiler option needed when checking for declarations... none checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-lfs-linux-gnu-gcc... gcc3 checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for sys/param.h... yes checking for sys/socket.h... yes checking for dirent.h... yes checking for fnmatch.h... yes checking for stdio_ext.h... yes checking for sys/vfs.h... yes checking for getopt.h... yes checking for sys/cdefs.h... yes checking for threads.h... yes checking for iconv.h... yes checking for limits.h... yes checking for crtdefs.h... no checking for wctype.h... yes checking for langinfo.h... yes checking for xlocale.h... no checking for sys/mman.h... yes checking for malloc.h... yes checking for sys/time.h... yes checking for features.h... yes checking for arpa/inet.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for sys/select.h... yes checking for pthread.h... yes checking for sys/wait.h... yes checking for sys/ioctl.h... yes checking for sys/uio.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no 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 Minix Amsterdam compiler... no checking for x86_64-lfs-linux-gnu-ar... x86_64-lfs-linux-gnu-ar checking for x86_64-lfs-linux-gnu-ranlib... x86_64-lfs-linux-gnu-ranlib checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for x86_64-lfs-linux-gnu-ranlib... (cached) x86_64-lfs-linux-gnu-ranlib checking for x86_64-lfs-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config configure: WARNING: using cross tools not prefixed with host triplet checking pkg-config is at least version 0.9.0... yes checking for size_t... yes checking for an ANSI C-conforming const... yes checking for working alloca.h... yes checking for alloca... yes checking whether uses 'inline' correctly... yes checking for btowc... yes checking for _set_invalid_parameter_handler... no checking for fchdir... yes checking for fcntl... yes checking for symlink... yes checking for fdopendir... yes checking for mempcpy... yes checking for fnmatch... yes checking for mbsrtowcs... yes checking for fstatat... yes checking for openat... yes checking for fstatfs... yes checking for getdtablesize... yes checking for getprogname... no checking for getexecname... no checking for isblank... yes checking for iswcntrl... yes checking for iswblank... yes checking for lstat... yes checking for mbsinit... yes checking for mbrtowc... yes checking for mbrlen... yes checking for mbslen... no checking for mprotect... yes checking for nl_langinfo... yes checking for pipe... yes checking for iswctype... yes checking for sigaltstack... yes checking for setrlimit... yes checking for getrlimit... yes checking for strerror_r... yes checking for __xpg_strerror_r... yes checking for strtoimax... yes checking for strtoumax... yes checking for wcrtomb... yes checking for wctob... yes checking for wcwidth... yes checking for wmempcpy... yes checking for ftruncate... yes checking for gettimeofday... yes checking for duplocale... yes checking for newlocale... yes checking for uselocale... yes checking for freelocale... yes checking for pthread_sigmask... yes checking for setenv... yes checking for sigaction... yes checking for siginterrupt... yes checking for sleep... yes checking for snprintf... yes checking for catgets... yes checking for shutdown... yes checking for vasnprintf... no checking for isascii... yes checking for setlocale... yes checking for nl_langinfo and CODESET... yes checking for a traditional french locale... none checking whether malloc is ptrdiff_t safe... yes checking whether malloc, realloc, calloc set errno on failure... yes checking whether the preprocessor supports include_next... yes checking whether source code line length is unlimited... yes checking for inline... inline checking for x86_64-lfs-linux-gnu-gcc options needed to detect all undeclared functions... none needed checking for complete errno.h... yes checking whether strerror_r is declared... yes checking whether strerror_r returns char *... yes checking whether fchdir is declared... yes checking for working fcntl.h... cross-compiling checking for pid_t... yes checking for mode_t... yes checking for promoted mode_t type... mode_t checking for mbstate_t... yes checking whether stat file-mode macros are broken... no checking for C/C++ restrict keyword... __restrict__ checking for nlink_t... yes checking whether lstat correctly handles trailing slash... guessing yes checking for O_CLOEXEC... yes checking whether getcwd (NULL, 0) allocates memory for result... guessing yes checking for getcwd with POSIX signature... yes checking whether getdtablesize is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... guessing yes checking for working GNU getopt function... guessing no checking for pthread.h... (cached) yes checking for pthread_kill in -lpthread... yes checking whether POSIX threads API is available... yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes checking whether setlocale (category, NULL) is multithread-safe... yes checking host CPU and C ABI... x86_64 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 32-bit host C ABI... no checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib checking for iconv... yes checking for working iconv... guessing yes checking whether iconv is compatible with its POSIX signature... yes checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes checking for wint_t... yes checking whether wint_t is large enough... yes checking whether the compiler produces multi-arch binaries... no checking whether stdint.h conforms to C99... guessing yes checking whether stdint.h works without ISO C predefines... yes checking whether stdint.h has UINTMAX_WIDTH etc.... yes checking whether INT32_MAX < INTMAX_MAX... yes checking whether INT64_MAX == LONG_MAX... yes checking whether UINT32_MAX < UINTMAX_MAX... yes checking whether UINT64_MAX == ULONG_MAX... yes checking whether iswcntrl works... guessing yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking for a traditional japanese locale... none checking for a french Unicode locale... none checking for a transitional chinese locale... none checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ALTMON_1... yes checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes checking for wchar_t... yes checking for good max_align_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether locale.h defines locale_t... yes checking whether locale.h conforms to POSIX:2001... yes checking whether struct lconv is properly defined... yes checking whether imported symbols can be declared weak... guessing yes checking for multithread API to use... posix checking for a sed that does not truncate output... /usr/bin/sed checking whether malloc (0) returns nonnull... guessing yes checking whether mbrtowc handles incomplete characters... guessing yes checking whether mbrtowc works as well as mbtowc... guessing yes checking whether mbrtowc handles a NULL pwc argument... guessing yes checking whether mbrtowc handles a NULL string argument... guessing yes checking whether mbrtowc has a correct return value... guessing yes checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes checking whether mbrtowc stores incomplete characters... guessing no checking whether mbrtowc works on empty input... (cached) assume yes checking whether the C locale is free of encoding errors... guessing no checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... guessing no checking whether memrchr is declared... yes checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking for sigset_t... yes checking whether alarm is declared... yes checking for ssize_t... yes checking for uid_t in sys/types.h... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether fcloseall is declared... yes checking which flavor of printf attribute matches inttypes macros... system checking whether ecvt is declared... yes checking whether fcvt is declared... yes checking whether gcvt is declared... yes checking whether strdup is declared... yes checking whether strerror(0) succeeds... guessing yes checking for strerror_r with POSIX signature... no checking whether __xpg_strerror_r works... guessing no checking whether strnlen is declared... yes checking whether strtoimax is declared... yes checking whether strtoumax is declared... yes checking for struct timespec in ... yes checking for TIME_UTC in ... yes checking whether execvpe is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether wcsdup is declared... yes checking for C compiler option to allow warnings... -Wno-error checking whether is self-contained... yes checking for shutdown... (cached) yes checking whether defines the SHUT_* macros... yes checking for struct sockaddr_storage... yes checking for sa_family_t... yes checking for struct sockaddr_storage.ss_family... yes checking if environ is properly declared... yes checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking for IPv4 sockets... yes checking for IPv6 sockets... yes checking for off_t... yes checking for LC_MESSAGES... yes checking whether uselocale works... guessing yes checking for fake locale system (OpenBSD)... guessing no checking for Solaris 11.4 locale system... no checking for getlocalename_l... no checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking whether is self-contained... yes checking for library containing setsockopt... none needed checking whether select supports a 0 argument... guessing yes checking whether select detects invalid fds... guessing yes checking for pthread_t... yes checking for pthread_spinlock_t... yes checking for PTHREAD_CREATE_DETACHED... yes checking for PTHREAD_MUTEX_RECURSIVE... yes checking for PTHREAD_MUTEX_ROBUST... yes checking for PTHREAD_PROCESS_SHARED... yes checking for sched.h... yes checking for struct sched_param... yes checking whether setenv is declared... yes checking for search.h... yes checking for tsearch... yes checking whether snprintf returns a byte count as in C99... guessing yes checking whether snprintf is declared... yes checking whether declares ioctl... yes checking whether unsetenv is declared... yes checking for inttypes.h... yes checking for stdint.h... yes checking for intmax_t... yes checking where to find the exponent in a 'double'... word 1 bit 20 checking whether snprintf truncates the result as in C99... guessing yes checking for snprintf... (cached) yes checking for strnlen... yes checking for wcslen... yes checking for wcsnlen... yes checking for mbrtowc... (cached) yes checking for wcrtomb... (cached) yes checking whether _snprintf is declared... no checking for alloca as a compiler built-in... yes checking whether to enable assertions... yes checking whether btowc(0) is correct... guessing yes checking whether btowc(EOF) is correct... guessing yes checking for __builtin_expect... yes checking whether calloc (0, n) and calloc (n, 0) return nonnull... guessing yes checking whether this system supports file names of any length... no checking for closedir... yes checking for d_ino member in directory struct... guessing yes checking for d_type member in directory struct... yes checking for dirfd... yes checking whether dirfd is declared... yes checking whether dirfd is a macro... no checking whether // is distinct from /... unknown, assuming no checking whether dup works... guessing yes checking whether dup2 works... guessing yes checking for error_at_line... yes checking whether fcntl handles F_DUPFD correctly... guessing yes checking whether fcntl understands F_DUPFD_CLOEXEC... guessing no checking whether fdopendir is declared... yes checking whether fdopendir works... guessing yes checking for flexible array member... yes checking for working POSIX fnmatch... guessing no checking whether fopen recognizes a trailing slash... guessing yes checking whether fopen supports the mode character 'x'... guessing yes checking whether fopen supports the mode character 'e'... guessing yes checking for __fpending... yes checking whether __fpending is declared... yes checking whether free is known to preserve errno... yes checking whether fstatat (..., 0) works... guessing yes checking for struct statfs.f_type... yes checking for __fsword_t... yes checking for fts_open... yes checking whether getdtablesize works... guessing yes checking for getpagesize... yes checking whether getpagesize is declared... yes checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking whether __argv is declared... no checking whether the compiler generally respects inline... no checking whether iswblank is declared... yes checking whether iswdigit is ISO C compliant... guessing yes checking whether iswxdigit is ISO C compliant... guessing yes checking whether the compiler supports the __inline keyword... yes checking for pthread_rwlock_t... yes checking whether pthread_rwlock_rdlock prefers a writer to a reader... guessing no checking whether lseek detects pipes... yes checking whether malloc (0) returns nonnull... (cached) guessing yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbrtowc handles a NULL pwc argument... (cached) guessing yes checking whether mbrtowc handles a NULL string argument... (cached) guessing yes checking whether mbrtowc has a correct return value... (cached) guessing yes checking whether mbrtowc returns 0 when parsing a NUL character... (cached) guessing yes checking whether mbrtowc stores incomplete characters... (cached) guessing no checking whether mbrtowc works on empty input... (cached) assume yes checking whether the C locale is free of encoding errors... (cached) guessing no checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbsrtowcs works... guessing yes checking for mbtowc... yes checking for bp-sym.h... no checking for mempcpy... (cached) yes checking for memrchr... yes checking whether YESEXPR works... guessing yes checking for obstacks that work with any size object... no checking whether open recognizes a trailing slash... guessing yes checking for opendir... yes checking for perl5.005 or newer... yes checking for raise... yes checking for sigprocmask... yes checking for rawmemchr... yes checking for readdir... yes checking whether realloc (0, 0) returns nonnull... guessing yes checking for reallocarray... yes checking for working re_compile_pattern... guessing no checking for libintl.h... yes checking whether isblank is declared... yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes checking whether setlocale (category, NULL) is multithread-safe... (cached) yes checking for stack direction... grows down checking for stack_t... yes checking for working sigaltstack... guessing yes checking for correct stack_t interpretation... guessing yes checking for ssize_t... (cached) yes checking whether stat handles trailing slashes on files... guessing yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for working stdalign.h... yes checking for va_copy... yes checking for stpcpy... yes checking for working strerror function... guessing yes checking for working strnlen... yes checking whether strtoimax works... guessing yes checking for strtoll... yes checking whether strtoll works... guessing no checking for strtoull... yes checking whether strtoull works... guessing no checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether wcrtomb works in the C locale... guessing yes checking whether wcrtomb return value is correct... guessing yes checking whether wctob works... guessing yes checking whether wctob is declared... yes checking whether wcwidth is declared... yes checking whether wcwidth works reasonably in UTF-8 locales... guessing yes checking for wmemchr... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a turkish Unicode locale... none checking whether fdopen sets errno... guessing yes checking whether conversion from 'int' to 'long double' works... guessing yes checking for gettimeofday with POSIX signature... yes checking for library containing inet_pton... none required checking whether inet_pton is declared... yes checking whether byte ordering is bigendian... (cached) no checking for ioctl... yes checking for ioctl with POSIX signature... no checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a turkish Unicode locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a french Unicode locale... (cached) none checking for a transitional chinese locale... (cached) none checking for library containing nanosleep... none required checking for working nanosleep... guessing no (mishandles large arguments) checking whether is self-contained... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking whether pthread_create exists as a global function... yes checking whether pthread_sigmask is a macro... no checking whether pthread_sigmask works without -lpthread... guessing yes checking whether pthread_sigmask returns error numbers... guessing yes checking whether pthread_sigmask unblocks signals correctly... guessing yes checking for putenv compatible with GNU and SVID... guessing yes checking whether select supports a 0 argument... (cached) guessing yes checking whether select detects invalid fds... (cached) guessing yes checking whether setenv validates arguments... guessing yes checking whether setlocale supports the C locale... guessing yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for struct sigaction.sa_sigaction... yes checking for sigprocmask... (cached) yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking whether sleep is declared... yes checking for working sleep... guessing yes checking for snprintf... (cached) yes checking whether snprintf respects a size of 1... guessing yes checking whether printf supports POSIX/XSI format strings with positions... guessing yes checking for socklen_t... yes checking whether symlink handles trailing slash correctly... guessing yes checking for pthread_atfork... yes checking for sys/single_threaded.h... yes checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... guessing yes checking for ptrdiff_t... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for stdint.h... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether closedir returns void... no 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 CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyPreferredLanguages... (cached) no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for PCRE... yes checking for pcre_compile... no configure: WARNING: GNU grep will be built without pcre support. checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating lib/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating po/Makefile.in config.status: creating doc/Makefile config.status: creating gnulib-tests/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 make[1]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7' make all-recursive make[2]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7' Making all in po make[3]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/po' Making all in lib make[3]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/lib' GEN alloca.h GEN configmake.h GEN ctype.h GEN dirent.h GEN malloc/dynarray.gl.h GEN malloc/dynarray-skeleton.gl.h GEN fcntl.h GEN fnmatch.h GEN getopt.h GEN getopt-cdefs.h GEN iconv.h GEN inttypes.h GEN langinfo.h GEN limits.h GEN locale.h GEN signal.h GEN stdio.h GEN sigsegv.h GEN stdlib.h GEN string.h GEN sys/stat.h GEN time.h GEN sys/types.h GEN unistd.h GEN unistr.h GEN unitypes.h GEN uniwidth.h GEN wchar.h GEN wctype.h make all-am make[4]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/lib' CC argmatch.o CC openat-proc.o CC basename-lgpl.o CC binary-io.o CC bitrotate.o CC c-ctype.o CC c-stack.o CC c-strcasecmp.o CC c-strncasecmp.o CC cloexec.o CC close-stream.o CC closeout.o CC cycle-check.o CC dfa.o CC localeinfo.o CC dirname-lgpl.o CC stripslash.o CC exclude.o CC exitfail.o CC creat-safer.o CC open-safer.o CC fd-hook.o CC fd-safer-flag.o CC dup-safer-flag.o CC filenamecat-lgpl.o CC getprogname.o CC hard-locale.o CC hash.o CC i-ring.o CC ialloc.o CC localcharset.o CC malloca.o CC mbchar.o CC mbiter.o CC mbscasecmp.o CC mbslen.o CC mbsstr.o CC mbuiter.o CC memchr2.o CC openat-die.o CC openat-safer.o CC opendirat.o CC propername.o CC quotearg.o CC safe-read.o CC save-cwd.o CC setlocale_null.o CC sigsegv.o CC stackvma.o CC stat-time.o CC striconv.o CC strnlen1.o CC glthread/threadlib.o CC trim.o CC unistd.o CC dup-safer.o CC fd-safer.o CC pipe-safer.o CC version-etc.o CC version-etc-fsf.o CC wctype-h.o CC xmalloc.o CC xalloc-die.o CC xbinary-io.o CC xstriconv.o CC xstrtoimax.o CC xstrtol.o CC xstrtoul.o CC chdir-long.o CC fcntl.o CC fnmatch.o CC fts.o CC getopt.o CC getopt1.o CC mbrlen.o CC mbrtowc.o CC memchr.o CC obstack.o CC regex.o CC strerror.o CC strstr.o CC strtoll.o CC strtoull.o CC malloc/dynarray_at_failure.o CC malloc/dynarray_emplace_enlarge.o CC malloc/dynarray_finalize.o CC malloc/dynarray_resize.o CC malloc/dynarray_resize_clear.o CC glthread/lock.o CC unistr/u8-mbtoucr.o CC unistr/u8-uctomb.o CC unistr/u8-uctomb-aux.o CC uniwidth/width.o CC colorize.o AR libgreputils.a make[4]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/lib' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/lib' Making all in doc make[3]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/doc' GEN grep.1 GEN fgrep.1 GEN egrep.1 make[3]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/doc' Making all in src make[3]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/src' CC dfasearch.o CC grep.o CC kwsearch.o CC kwset.o CC searchutils.o GEN egrep GEN fgrep CCLD grep make[3]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/src' Making all in tests make[3]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/tests' Making all in gnulib-tests make[3]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/gnulib-tests' GEN pthread.h GEN arpa/inet.h GEN sched.h GEN sys/ioctl.h GEN sys/select.h GEN sys/socket.h GEN sys/time.h ## ---------------------------------------------------- ## ## ------------------- Gnulib tests ------------------- ## GEN sys/uio.h ## You can ignore compiler warnings in this directory. ## ## ---------------------------------------------------- ## make all-recursive make[4]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/gnulib-tests' Making all in . make[5]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/gnulib-tests' CC locale.o CC hash-pjw.o CC imaxtostr.o CC inttostr.o CC offtostr.o CC uinttostr.o CC umaxtostr.o CC localename.o CC localename-table.o CC sig-handler.o CC sockets.o CC sys_socket.o CC xsize.o CC xstrtol-error.o CC asnprintf.o CC ioctl.o CC nanosleep.o CC perror.o CC printf-args.o CC printf-parse.o CC strerror_r.o CC vasnprintf.o CC test-localcharset.o CC glthread/thread.o AR libtests.a CCLD current-locale CCLD test-localcharset make[5]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/gnulib-tests' make[4]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/gnulib-tests' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/gnulib-tests' make[3]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7' make[1]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7' make[1]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7' Making install in po make[2]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/po' installing af.gmo as /home/lfs/build/x86_64/usr/share/locale/af/LC_MESSAGES/grep.mo installing be.gmo as /home/lfs/build/x86_64/usr/share/locale/be/LC_MESSAGES/grep.mo installing bg.gmo as /home/lfs/build/x86_64/usr/share/locale/bg/LC_MESSAGES/grep.mo installing ca.gmo as /home/lfs/build/x86_64/usr/share/locale/ca/LC_MESSAGES/grep.mo installing cs.gmo as /home/lfs/build/x86_64/usr/share/locale/cs/LC_MESSAGES/grep.mo installing da.gmo as /home/lfs/build/x86_64/usr/share/locale/da/LC_MESSAGES/grep.mo installing de.gmo as /home/lfs/build/x86_64/usr/share/locale/de/LC_MESSAGES/grep.mo installing el.gmo as /home/lfs/build/x86_64/usr/share/locale/el/LC_MESSAGES/grep.mo installing eo.gmo as /home/lfs/build/x86_64/usr/share/locale/eo/LC_MESSAGES/grep.mo installing es.gmo as /home/lfs/build/x86_64/usr/share/locale/es/LC_MESSAGES/grep.mo installing et.gmo as /home/lfs/build/x86_64/usr/share/locale/et/LC_MESSAGES/grep.mo installing eu.gmo as /home/lfs/build/x86_64/usr/share/locale/eu/LC_MESSAGES/grep.mo installing fi.gmo as /home/lfs/build/x86_64/usr/share/locale/fi/LC_MESSAGES/grep.mo installing fr.gmo as /home/lfs/build/x86_64/usr/share/locale/fr/LC_MESSAGES/grep.mo installing ga.gmo as /home/lfs/build/x86_64/usr/share/locale/ga/LC_MESSAGES/grep.mo installing gl.gmo as /home/lfs/build/x86_64/usr/share/locale/gl/LC_MESSAGES/grep.mo installing he.gmo as /home/lfs/build/x86_64/usr/share/locale/he/LC_MESSAGES/grep.mo installing hr.gmo as /home/lfs/build/x86_64/usr/share/locale/hr/LC_MESSAGES/grep.mo installing hu.gmo as /home/lfs/build/x86_64/usr/share/locale/hu/LC_MESSAGES/grep.mo installing id.gmo as /home/lfs/build/x86_64/usr/share/locale/id/LC_MESSAGES/grep.mo installing it.gmo as /home/lfs/build/x86_64/usr/share/locale/it/LC_MESSAGES/grep.mo installing ja.gmo as /home/lfs/build/x86_64/usr/share/locale/ja/LC_MESSAGES/grep.mo installing ko.gmo as /home/lfs/build/x86_64/usr/share/locale/ko/LC_MESSAGES/grep.mo installing ky.gmo as /home/lfs/build/x86_64/usr/share/locale/ky/LC_MESSAGES/grep.mo installing lt.gmo as /home/lfs/build/x86_64/usr/share/locale/lt/LC_MESSAGES/grep.mo installing nb.gmo as /home/lfs/build/x86_64/usr/share/locale/nb/LC_MESSAGES/grep.mo installing nl.gmo as /home/lfs/build/x86_64/usr/share/locale/nl/LC_MESSAGES/grep.mo installing pa.gmo as /home/lfs/build/x86_64/usr/share/locale/pa/LC_MESSAGES/grep.mo installing pl.gmo as /home/lfs/build/x86_64/usr/share/locale/pl/LC_MESSAGES/grep.mo installing pt.gmo as /home/lfs/build/x86_64/usr/share/locale/pt/LC_MESSAGES/grep.mo installing pt_BR.gmo as /home/lfs/build/x86_64/usr/share/locale/pt_BR/LC_MESSAGES/grep.mo installing ro.gmo as /home/lfs/build/x86_64/usr/share/locale/ro/LC_MESSAGES/grep.mo installing ru.gmo as /home/lfs/build/x86_64/usr/share/locale/ru/LC_MESSAGES/grep.mo installing sk.gmo as /home/lfs/build/x86_64/usr/share/locale/sk/LC_MESSAGES/grep.mo installing sl.gmo as /home/lfs/build/x86_64/usr/share/locale/sl/LC_MESSAGES/grep.mo installing sr.gmo as /home/lfs/build/x86_64/usr/share/locale/sr/LC_MESSAGES/grep.mo installing sv.gmo as /home/lfs/build/x86_64/usr/share/locale/sv/LC_MESSAGES/grep.mo installing th.gmo as /home/lfs/build/x86_64/usr/share/locale/th/LC_MESSAGES/grep.mo installing tr.gmo as /home/lfs/build/x86_64/usr/share/locale/tr/LC_MESSAGES/grep.mo installing uk.gmo as /home/lfs/build/x86_64/usr/share/locale/uk/LC_MESSAGES/grep.mo installing vi.gmo as /home/lfs/build/x86_64/usr/share/locale/vi/LC_MESSAGES/grep.mo installing zh_CN.gmo as /home/lfs/build/x86_64/usr/share/locale/zh_CN/LC_MESSAGES/grep.mo installing zh_TW.gmo as /home/lfs/build/x86_64/usr/share/locale/zh_TW/LC_MESSAGES/grep.mo if test "grep" = "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 \ /usr/bin/install -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[2]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/po' Making install in lib make[2]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/lib' make install-am make[3]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/lib' make[4]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/lib' 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/grep-3.7/lib' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/lib' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/lib' Making install in doc make[2]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/doc' make[3]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/share/info' /usr/bin/install -c -m 644 ./grep.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/grep.info' /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/share/man/man1' /usr/bin/install -c -m 644 grep.1 fgrep.1 egrep.1 '/home/lfs/build/x86_64/usr/share/man/man1' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/doc' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/doc' Making install in src make[2]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/src' make[3]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/src' /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/bin' /usr/bin/install -c grep '/home/lfs/build/x86_64/usr/bin' /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/bin' /usr/bin/install -c egrep fgrep '/home/lfs/build/x86_64/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/src' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/src' Making install in tests make[2]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/tests' make[3]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/tests' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/tests' Making install in gnulib-tests make[2]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/gnulib-tests' make install-recursive make[3]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/gnulib-tests' Making install in . make[4]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/gnulib-tests' make[5]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7/gnulib-tests' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/gnulib-tests' make[4]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/gnulib-tests' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/gnulib-tests' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7/gnulib-tests' make[2]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7' make[3]: Entering directory '/home/lfs/build/x86_64/sources/grep-3.7' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7' make[1]: Leaving directory '/home/lfs/build/x86_64/sources/grep-3.7' Totalseconds: 20 KB: 1001324 /home/lfs/build/x86_64/ 2021-08-26 10:07:08 exec_hook package_done chapter06 609-grep END: 2021-08-26 10:07:08