checking for a BSD-compatible install... /tools/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /tools/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 for gawk... (cached) gawk checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... -std=gnu11 checking whether gcc -std=gnu11 understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc -std=gnu11... gcc3 checking for ranlib... ranlib checking how to run the C preprocessor... gcc -std=gnu11 -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for Minix Amsterdam compiler... no checking for ar... ar 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 whether _XOPEN_SOURCE should be defined... no checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking whether uses 'inline' correctly... yes checking for btowc... yes checking for setrlimit... yes checking for sigaltstack... yes checking for readlinkat... yes checking for _set_invalid_parameter_handler... no checking for fcntl... yes checking for symlink... yes checking for mempcpy... yes checking for isblank... yes checking for iswctype... yes checking for mbsrtowcs... yes checking for wmemchr... yes checking for wmemcpy... yes checking for wmempcpy... yes checking for getdtablesize... yes checking for gettimeofday... yes checking for nanotime... no checking for iswcntrl... yes checking for iswblank... yes checking for lstat... yes checking for mbsinit... yes checking for mbrtowc... yes checking for mbslen... no checking for mprotect... yes checking for mkstemp... yes checking for nl_langinfo... yes checking for readlink... yes checking for wcscoll... yes checking for secure_getenv... yes checking for sigaction... yes checking for siginterrupt... yes checking for tzset... yes checking for strndup... yes checking for strptime... yes checking for strtoumax... yes checking for localtime_r... yes checking for vasnprintf... no checking for snprintf... yes checking for wcrtomb... yes checking for wcwidth... yes checking for newlocale... yes checking for setenv... yes checking for sleep... yes checking for usleep... yes checking for wctob... yes checking for sigprocmask... yes checking for strcasecoll... no checking for stricoll... no checking for nl_langinfo and CODESET... yes checking for a traditional french locale... none checking for ucontext.h... yes checking for unistd.h... (cached) yes checking for sys/socket.h... yes checking for wctype.h... yes checking for sys/stat.h... (cached) yes checking for getopt.h... yes checking for sys/time.h... yes checking for iconv.h... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for langinfo.h... yes checking for xlocale.h... yes checking for sys/mman.h... yes checking for sys/param.h... yes checking for strings.h... (cached) yes checking for sys/wait.h... yes checking for features.h... yes checking for working C stack overflow detection... yes checking for correct stack_t interpretation... yes checking for precise C stack overflow detection... no checking for ld used by gcc -std=gnu11... /mnt/lfs/tools/x86_64-unknown-linux-gnu/bin/ld checking if the linker (/mnt/lfs/tools/x86_64-unknown-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for libsigsegv... no, consider installing GNU libsigsegv checking whether // is distinct from /... no checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking for complete errno.h... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking for working fcntl.h... yes checking for pid_t... yes checking for mode_t... yes checking for mbstate_t... yes checking whether stat file-mode macros are broken... no checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro... yes checking whether mkdirat is declared without a macro... yes checking whether mkfifo is declared without a macro... yes checking whether mkfifoat is declared without a macro... yes checking whether mknod is declared without a macro... yes checking whether mknodat is declared without a macro... yes checking whether stat is declared without a macro... yes checking whether utimensat is declared without a macro... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking for working GNU getopt_long function... yes checking whether getenv is declared... yes checking for C/C++ restrict keyword... __restrict checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking whether gettimeofday is declared without a macro... yes checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for inline... inline checking for off_t... yes checking for unsigned long long int... yes checking for long long int... yes checking whether stdint.h conforms to C99... yes checking whether imaxabs is declared without a macro... yes checking whether imaxdiv is declared without a macro... yes checking whether strtoimax is declared without a macro... yes checking whether strtoumax is declared without a macro... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for wint_t... yes checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking whether wctype is declared without a macro... yes checking whether iswctype is declared without a macro... yes checking whether wctrans is declared without a macro... yes checking whether towctrans is declared without a macro... yes checking whether getc_unlocked is declared... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... yes checking for wchar_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether lstat correctly handles trailing slash... yes checking whether malloc, realloc, calloc are POSIX compliant... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for a traditional japanese locale... none checking for a transitional chinese locale... none checking for a french Unicode locale... none checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether alarm is declared... yes checking for promoted mode_t type... mode_t checking for sigset_t... yes checking for uid_t in sys/types.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether strerror(0) succeeds... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking whether ffsl is declared without a macro... yes checking whether ffsll is declared without a macro... yes checking whether memmem is declared without a macro... yes checking whether mempcpy is declared without a macro... yes checking whether memrchr is declared without a macro... yes checking whether rawmemchr is declared without a macro... yes checking whether stpcpy is declared without a macro... yes checking whether stpncpy is declared without a macro... yes checking whether strchrnul is declared without a macro... yes checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... yes checking whether strnlen is declared without a macro... yes checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... yes checking whether strcasestr is declared without a macro... yes checking whether strtok_r is declared without a macro... yes checking whether strerror_r is declared without a macro... yes checking whether strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... yes checking whether ffs is declared without a macro... yes checking whether strcasecmp is declared without a macro... yes checking whether strncasecmp is declared without a macro... yes checking whether strndup is declared... (cached) yes checking whether strnlen is declared... (cached) yes checking whether strtoumax is declared... (cached) yes checking for struct timespec in ... 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 getchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether putchar_unlocked 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 returns a byte count as in C99... 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 if environ is properly declared... yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking for getcwd with POSIX signature... yes checking whether setenv is declared... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... yes checking whether snprintf is declared... yes checking whether unsetenv is declared... yes checking for alloca as a compiler built-in... yes checking whether btowc(0) is correct... yes checking whether btowc(EOF) is correct... guessing yes checking whether sigaltstack is declared... yes checking for stack_t... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for clock_settime... yes checking whether // is distinct from /... (cached) no checking whether dup2 works... yes checking for error_at_line... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check checking whether fcntl is declared without a macro... yes checking whether openat is declared without a macro... yes checking whether conversion from 'int' to 'long double' works... yes checking for working GNU fnmatch... yes checking whether gettimeofday clobbers localtime buffer... no checking for gettimeofday with POSIX signature... almost checking whether the compiler generally respects inline... 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 iswblank is declared... yes checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... yes checking whether nl_langinfo is declared without a macro... yes checking for libsigsegv... (cached) no, consider installing GNU libsigsegv checking whether locale.h conforms to POSIX:2001... yes checking whether locale.h defines locale_t... yes checking whether struct lconv is properly defined... yes checking whether setlocale is declared without a macro... yes checking whether duplocale is declared without a macro... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) 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 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 working mkstemp... yes checking for working mktime... yes checking whether YESEXPR works... yes checking whether open recognizes a trailing slash... yes checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking for raise... yes checking for sigprocmask... (cached) yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking for working re_compile_pattern... yes checking for struct sigaction.sa_sigaction... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... yes checking whether pthread_sigmask is declared without a macro... yes checking whether sigaction is declared without a macro... yes checking whether sigaddset is declared without a macro... yes checking whether sigdelset is declared without a macro... yes checking whether sigemptyset is declared without a macro... yes checking whether sigfillset is declared without a macro... yes checking whether sigismember is declared without a macro... yes checking whether sigpending is declared without a macro... yes checking whether sigprocmask is declared without a macro... yes checking for sigprocmask... (cached) yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for ssize_t... yes checking whether stat handles trailing slashes on directories... yes checking whether stat handles trailing slashes on files... 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 va_copy... yes checking whether NULL can be used in arbitrary expressions... (cached) yes checking whether dprintf is declared without a macro... yes checking whether fpurge is declared without a macro... no checking whether fseeko is declared without a macro... yes checking whether ftello is declared without a macro... yes checking whether getdelim is declared without a macro... yes checking whether getline is declared without a macro... yes checking whether gets is declared without a macro... no checking whether pclose is declared without a macro... yes checking whether popen is declared without a macro... yes checking whether renameat is declared without a macro... yes checking whether snprintf is declared without a macro... yes checking whether tmpfile is declared without a macro... yes checking whether vdprintf is declared without a macro... yes checking whether vsnprintf is declared without a macro... yes checking whether _Exit is declared without a macro... yes checking whether atoll is declared without a macro... yes checking whether canonicalize_file_name is declared without a macro... yes checking whether getloadavg is declared without a macro... yes checking whether getsubopt is declared without a macro... yes checking whether grantpt is declared without a macro... yes checking whether initstate is declared without a macro... yes checking whether initstate_r is declared without a macro... yes checking whether mkdtemp is declared without a macro... yes checking whether mkostemp is declared without a macro... yes checking whether mkostemps is declared without a macro... yes checking whether mkstemp is declared without a macro... yes checking whether mkstemps is declared without a macro... yes checking whether posix_openpt is declared without a macro... yes checking whether ptsname is declared without a macro... yes checking whether ptsname_r is declared without a macro... yes checking whether random is declared without a macro... yes checking whether random_r is declared without a macro... yes checking whether realpath is declared without a macro... yes checking whether rpmatch is declared without a macro... yes checking whether secure_getenv is declared without a macro... yes checking whether setenv is declared without a macro... yes checking whether setstate is declared without a macro... yes checking whether setstate_r is declared without a macro... yes checking whether srandom is declared without a macro... yes checking whether srandom_r is declared without a macro... yes checking whether strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for strcasecmp... yes checking for strncasecmp... yes checking whether strncasecmp is declared... (cached) yes checking for working strerror function... yes checking for working strndup... yes checking for working strnlen... yes checking for strtoull... yes checking for nlink_t... (cached) yes checking whether fchmodat is declared without a macro... (cached) yes checking whether fstat is declared without a macro... (cached) yes checking whether fstatat is declared without a macro... (cached) yes checking whether futimens is declared without a macro... (cached) yes checking whether lchmod is declared without a macro... (cached) yes checking whether lstat is declared without a macro... (cached) yes checking whether mkdirat is declared without a macro... (cached) yes checking whether mkfifo is declared without a macro... (cached) yes checking whether mkfifoat is declared without a macro... (cached) yes checking whether mknod is declared without a macro... (cached) yes checking whether mknodat is declared without a macro... (cached) yes checking whether stat is declared without a macro... (cached) yes checking whether utimensat is declared without a macro... (cached) yes checking whether waitpid is declared without a macro... yes checking whether localtime_r is declared... yes checking whether localtime_r is compatible with its POSIX signature... yes checking whether chdir is declared without a macro... yes checking whether chown is declared without a macro... yes checking whether dup is declared without a macro... yes checking whether dup2 is declared without a macro... yes checking whether dup3 is declared without a macro... yes checking whether environ is declared without a macro... yes checking whether euidaccess is declared without a macro... yes checking whether faccessat is declared without a macro... yes checking whether fchdir is declared without a macro... yes checking whether fchownat is declared without a macro... yes checking whether fdatasync is declared without a macro... yes checking whether fsync is declared without a macro... yes checking whether ftruncate is declared without a macro... yes checking whether getcwd is declared without a macro... yes checking whether getdomainname is declared without a macro... yes checking whether getdtablesize is declared without a macro... yes checking whether getgroups is declared without a macro... yes checking whether gethostname is declared without a macro... yes checking whether getlogin is declared without a macro... yes checking whether getlogin_r is declared without a macro... yes checking whether getpagesize is declared without a macro... yes checking whether getusershell is declared without a macro... yes checking whether setusershell is declared without a macro... yes checking whether endusershell is declared without a macro... yes checking whether group_member is declared without a macro... yes checking whether isatty is declared without a macro... yes checking whether lchown is declared without a macro... yes checking whether link is declared without a macro... yes checking whether linkat is declared without a macro... yes checking whether lseek is declared without a macro... yes checking whether pipe is declared without a macro... yes checking whether pipe2 is declared without a macro... yes checking whether pread is declared without a macro... yes checking whether pwrite is declared without a macro... yes checking whether readlink is declared without a macro... yes checking whether readlinkat is declared without a macro... yes checking whether rmdir is declared without a macro... yes checking whether sethostname is declared without a macro... yes checking whether sleep is declared without a macro... yes checking whether symlink is declared without a macro... yes checking whether symlinkat is declared without a macro... yes checking whether ttyname_r is declared without a macro... yes checking whether unlink is declared without a macro... yes checking whether unlinkat is declared without a macro... yes checking whether usleep is declared without a macro... yes checking for variable-length arrays... yes checking for ptrdiff_t... yes checking for vasprintf... yes checking whether btowc is declared without a macro... yes checking whether wctob is declared without a macro... yes checking whether mbsinit is declared without a macro... yes checking whether mbrtowc is declared without a macro... yes checking whether mbrlen is declared without a macro... yes checking whether mbsrtowcs is declared without a macro... yes checking whether mbsnrtowcs is declared without a macro... yes checking whether wcrtomb is declared without a macro... yes checking whether wcsrtombs is declared without a macro... yes checking whether wcsnrtombs is declared without a macro... yes checking whether wcwidth is declared without a macro... yes checking whether wmemchr is declared without a macro... yes checking whether wmemcmp is declared without a macro... yes checking whether wmemcpy is declared without a macro... yes checking whether wmemmove is declared without a macro... yes checking whether wmemset is declared without a macro... yes checking whether wcslen is declared without a macro... yes checking whether wcsnlen is declared without a macro... yes checking whether wcscpy is declared without a macro... yes checking whether wcpcpy is declared without a macro... yes checking whether wcsncpy is declared without a macro... yes checking whether wcpncpy is declared without a macro... yes checking whether wcscat is declared without a macro... yes checking whether wcsncat is declared without a macro... yes checking whether wcscmp is declared without a macro... yes checking whether wcsncmp is declared without a macro... yes checking whether wcscasecmp is declared without a macro... yes checking whether wcsncasecmp is declared without a macro... yes checking whether wcscoll is declared without a macro... yes checking whether wcsxfrm is declared without a macro... yes checking whether wcsdup is declared without a macro... yes checking whether wcschr is declared without a macro... yes checking whether wcsrchr is declared without a macro... yes checking whether wcscspn is declared without a macro... yes checking whether wcsspn is declared without a macro... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr is declared without a macro... yes checking whether wcstok is declared without a macro... yes checking whether wcswidth is declared without a macro... yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether wcrtomb return value is correct... guessing yes checking whether iswcntrl works... (cached) yes checking for towlower... (cached) yes checking for wctype_t... (cached) yes checking for wctrans_t... (cached) yes checking whether wctype is declared without a macro... (cached) yes checking whether iswctype is declared without a macro... (cached) yes checking whether wctrans is declared without a macro... (cached) yes checking whether towctrans is declared without a macro... (cached) yes checking whether wcwidth is declared... (cached) yes checking whether wcwidth works reasonably in UTF-8 locales... yes checking for stdint.h... (cached) 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... yes checking for getpagesize... yes checking whether getpagesize is declared... (cached) 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 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 mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for putenv compatible with GNU and SVID... yes checking whether setenv validates arguments... 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 whether sleep is declared... (cached) yes checking for working sleep... yes checking for snprintf... (cached) yes checking whether snprintf respects a size of 1... yes checking whether printf supports POSIX/XSI format strings with positions... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking whether symlink handles trailing slash correctly... yes checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... yes checking for useconds_t... yes checking whether usleep allows large arguments... 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 whether wctob works... guessing yes checking whether wctob is declared... (cached) yes checking for inline... (cached) inline checking for variable-length arrays... (cached) yes checking for pr... /tools/bin/pr checking for struct stat.st_blksize... yes checking for struct stat.st_rdev... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for pid_t... (cached) yes checking whether closedir returns void... no checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking 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 that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating gnulib-tests/Makefile config.status: creating man/Makefile config.status: creating po/Makefile.in config.status: creating lib/config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile Making all in lib make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3/lib' GEN alloca.h GEN configmake.h GEN c++defs.h GEN arg-nonnull.h GEN warn-on-use.h GEN unused-parameter.h GEN sys/types.h GEN unistr.h GEN unitypes.h GEN wchar.h GEN wctype.h GEN uniwidth.h GEN fcntl.h GEN iconv.h GEN inttypes.h GEN langinfo.h GEN locale.h GEN signal.h GEN stdio.h GEN stdlib.h GEN string.h GEN strings.h GEN sys/stat.h GEN time.h GEN sys/wait.h GEN sys/time.h GEN unistd.h make all-am make[2]: Entering directory '/mnt/lfs/sources/diffutils-3.3/lib' CC allocator.o CC bitrotate.o CC areadlink.o CC binary-io.o CC c-ctype.o CC c-stack.o CC c-strcasecmp.o CC c-strncasecmp.o CC careadlinkat.o CC dirname.o CC basename.o CC dirname-lgpl.o CC stripslash.o CC basename-lgpl.o CC exclude.o CC exitfail.o CC fd-hook.o CC file-type.o CC filenamecat.o CC filenamecat-lgpl.o CC freopen-safer.o CC gettime.o CC hard-locale.o CC hash.o CC imaxtostr.o CC inttostr.o CC offtostr.o CC uinttostr.o CC umaxtostr.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 progname.o CC propername.o CC quotearg.o CC sh-quote.o CC sig-handler.o CC stat-time.o CC strftime.o CC striconv.o CC strnlen1.o CC system-quote.o CC timespec.o CC tempname.o CC trim.o CC unistd.o CC u8-mbtoucr.o CC u8-uctomb.o CC u8-uctomb-aux.o CC width.o CC version-etc.o CC version-etc-fsf.o CC wctype-h.o CC xmalloc.o CC xalloc-die.o CC xfreopen.o CC xreadlink.o CC xsize.o CC xstriconv.o CC xstrndup.o CC xstrtol.o CC xstrtoul.o CC xstrtol-error.o CC xstrtoumax.o CC xvasprintf.o CC xasprintf.o CC cmpbuf.o CC prepargs.o CC asnprintf.o CC fcntl.o CC printf-args.o CC printf-parse.o CC vasnprintf.o GEN charset.alias GEN ref-add.sed GEN ref-del.sed AR libdiffutils.a make[2]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/lib' make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/lib' Making all in src make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3/src' GEN paths.h GEN version.h GEN version.c make all-am make[2]: Entering directory '/mnt/lfs/sources/diffutils-3.3/src' CC version.o CC context.o CC cmp.o CC analyze.o CC diff.o CC dir.o CC ed.o CC ifdef.o CC io.o CC normal.o CC side.o CC util.o CC diff3.o CC sdiff.o AR libver.a CCLD cmp CCLD diff CCLD sdiff CCLD diff3 make[2]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/src' make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/src' Making all in tests make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3/tests' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/tests' Making all in doc make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/doc' Making all in man make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3/man' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/man' Making all in po make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3/po' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/po' Making all in gnulib-tests make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3/gnulib-tests' GEN arg-nonnull.h GEN c++defs.h GEN warn-on-use.h GEN unused-parameter.h make all-recursive make[2]: Entering directory '/mnt/lfs/sources/diffutils-3.3/gnulib-tests' Making all in . make[3]: Entering directory '/mnt/lfs/sources/diffutils-3.3/gnulib-tests' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/gnulib-tests' make[2]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/gnulib-tests' make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/gnulib-tests' make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3' Making install in lib make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3/lib' make install-am make[2]: Entering directory '/mnt/lfs/sources/diffutils-3.3/lib' make[3]: Entering directory '/mnt/lfs/sources/diffutils-3.3/lib' if test yes = no; then \ case 'linux-gnu' in \ darwin[56]*) \ need_charset_alias=true ;; \ darwin* | cygwin* | mingw* | pw32* | cegcc*) \ need_charset_alias=false ;; \ *) \ need_charset_alias=true ;; \ esac ; \ else \ need_charset_alias=false ; \ fi ; \ if $need_charset_alias; then \ /bin/sh /mnt/lfs/sources/diffutils-3.3/build-aux/install-sh -d /tools/lib ; \ fi ; \ if test -f /tools/lib/charset.alias; then \ sed -f ref-add.sed /tools/lib/charset.alias > /tools/lib/charset.tmp ; \ /tools/bin/install -c -m 644 /tools/lib/charset.tmp /tools/lib/charset.alias ; \ rm -f /tools/lib/charset.tmp ; \ else \ if $need_charset_alias; then \ sed -f ref-add.sed charset.alias > /tools/lib/charset.tmp ; \ /tools/bin/install -c -m 644 /tools/lib/charset.tmp /tools/lib/charset.alias ; \ rm -f /tools/lib/charset.tmp ; \ fi ; \ fi make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/lib' make[2]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/lib' make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/lib' Making install in src make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3/src' make install-am make[2]: Entering directory '/mnt/lfs/sources/diffutils-3.3/src' make[3]: Entering directory '/mnt/lfs/sources/diffutils-3.3/src' /tools/bin/mkdir -p '/tools/bin' /tools/bin/install -c cmp diff diff3 sdiff '/tools/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/src' make[2]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/src' make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/src' Making install in tests make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3/tests' make[2]: Entering directory '/mnt/lfs/sources/diffutils-3.3/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/tests' make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/tests' Making install in doc make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3/doc' make[2]: Entering directory '/mnt/lfs/sources/diffutils-3.3/doc' make[2]: Nothing to be done for 'install-exec-am'. /tools/bin/mkdir -p '/tools/share/info' /tools/bin/install -c -m 644 ./diffutils.info '/tools/share/info' install-info --info-dir='/tools/share/info' '/tools/share/info/diffutils.info' make[2]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/doc' make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/doc' Making install in man make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3/man' make[2]: Entering directory '/mnt/lfs/sources/diffutils-3.3/man' make[2]: Nothing to be done for 'install-exec-am'. /tools/bin/mkdir -p '/tools/share/man/man1' /tools/bin/install -c -m 644 cmp.1 diff.1 diff3.1 sdiff.1 '/tools/share/man/man1' make[2]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/man' make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/man' Making install in po make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3/po' /bin/sh: line 5: @mkdir_p@: command not found installing ca.gmo as /tools/share/locale/ca/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing cs.gmo as /tools/share/locale/cs/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing da.gmo as /tools/share/locale/da/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing de.gmo as /tools/share/locale/de/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing el.gmo as /tools/share/locale/el/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing eo.gmo as /tools/share/locale/eo/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing es.gmo as /tools/share/locale/es/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing fi.gmo as /tools/share/locale/fi/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing fr.gmo as /tools/share/locale/fr/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing ga.gmo as /tools/share/locale/ga/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing gl.gmo as /tools/share/locale/gl/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found /tools/bin/install: cannot create regular file '/tools/share/locale/he/LC_MESSAGES/diffutils.mo': No such file or directory installing he.gmo as /tools/share/locale/he/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing hr.gmo as /tools/share/locale/hr/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing hu.gmo as /tools/share/locale/hu/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing id.gmo as /tools/share/locale/id/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing it.gmo as /tools/share/locale/it/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing ja.gmo as /tools/share/locale/ja/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found /tools/bin/install: cannot create regular file '/tools/share/locale/lv/LC_MESSAGES/diffutils.mo': No such file or directory installing lv.gmo as /tools/share/locale/lv/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing ms.gmo as /tools/share/locale/ms/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing nl.gmo as /tools/share/locale/nl/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing pl.gmo as /tools/share/locale/pl/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing pt_BR.gmo as /tools/share/locale/pt_BR/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing ro.gmo as /tools/share/locale/ro/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing ru.gmo as /tools/share/locale/ru/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing sr.gmo as /tools/share/locale/sr/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing sv.gmo as /tools/share/locale/sv/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing tr.gmo as /tools/share/locale/tr/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing uk.gmo as /tools/share/locale/uk/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing vi.gmo as /tools/share/locale/vi/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing zh_CN.gmo as /tools/share/locale/zh_CN/LC_MESSAGES/diffutils.mo /bin/sh: line 5: @mkdir_p@: command not found installing zh_TW.gmo as /tools/share/locale/zh_TW/LC_MESSAGES/diffutils.mo if test "diffutils" = "gettext-tools"; then \ @mkdir_p@ /tools/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 \ /tools/bin/install -c -m 644 ./$file \ /tools/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /tools/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/po' Making install in gnulib-tests make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3/gnulib-tests' make install-recursive make[2]: Entering directory '/mnt/lfs/sources/diffutils-3.3/gnulib-tests' Making install in . make[3]: Entering directory '/mnt/lfs/sources/diffutils-3.3/gnulib-tests' make[4]: Entering directory '/mnt/lfs/sources/diffutils-3.3/gnulib-tests' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/gnulib-tests' make[3]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/gnulib-tests' make[2]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/gnulib-tests' make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3/gnulib-tests' make[1]: Entering directory '/mnt/lfs/sources/diffutils-3.3' make[2]: Entering directory '/mnt/lfs/sources/diffutils-3.3' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/mnt/lfs/sources/diffutils-3.3' make[1]: Leaving directory '/mnt/lfs/sources/diffutils-3.3' real 0m26.960s user 0m22.824s sys 0m4.286s