2021-08-26 10:05:48 exec_hook package_begin chapter06 606-file START: 2021-08-26 10:05:48 # Begin /home/lfs/build/x86_64/sources/config.inc # Environment for chapter06/606-file # Make flags export MAKEFLAGS=-j4 # C/C++ flags export CFLAGS="-mtune=generic " export CXXFLAGS="-mtune=generic " # Log output for tests TEST_LOG=${ROOT}sources/606-file-tests.tmp LFS_CHAPTER=chapter06 LFS_SCRIPT=606-file # 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/606-file") 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=606-file 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/606-file-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: 964008 /home/lfs/build/x86_64/ /home/lfs/build/x86_64/sources/autolfs_package_patch PKG_DEST=/home/lfs/build/x86_64/sources/606-file ~/build/x86_64/sources/file-5.40/build ~/build/x86_64/sources/file-5.40 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for builtin ELF support... yes checking for ELF core file support... yes checking for zlib support... no checking for bzlib support... no checking for xzlib support... no checking for libseccomp support... no checking for file formats in man section 5... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether byte ordering is bigendian... no checking whether ln -s works... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-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 /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -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 whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for ANSI C header files... (cached) yes checking whether sys/types.h defines makedev... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for stdint.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes 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 getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking xlocale.h usability... no checking xlocale.h presence... no checking for xlocale.h... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/sysmacros.h... (cached) yes checking for sig_t... yes checking for off_t... yes checking for size_t... yes checking for struct stat.st_rdev... yes checking for struct tm.tm_gmtoff... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for tm_zone in struct tm... yes checking whether tzname is declared... yes checking for tzname... yes checking for tm_isdst in struct tm... yes checking whether daylight is declared... yes checking for daylight... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for mbstate_t... yes checking for struct option in getopt... yes checking for pid_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for int32_t... yes checking for uint64_t... yes checking for int64_t... yes checking for intptr_t... yes checking for uintptr_t... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes 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 mbrtowc and mbstate_t are properly declared... yes checking for gcc compiler warnings... yes checking for strndup... yes checking for mkstemp... yes checking for mkostemp... yes checking for utimes... yes checking for utime... yes checking for wcwidth... yes checking for strtof... yes checking for newlocale... yes checking for uselocale... yes checking for freelocale... yes checking for memmem... yes checking for pipe2... yes checking for getopt_long... yes checking for asprintf... yes checking for vasprintf... yes checking for strlcpy... no checking for strlcat... no checking for getline... yes checking for ctime_r... yes checking for asctime_r... yes checking for localtime_r... yes checking for gmtime_r... yes checking for pread... yes checking for strcasestr... yes checking for fmtcheck... no checking for dprintf... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating magic/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating python/Makefile config.status: creating libmagic.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make[1]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/build' make all-recursive make[2]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/build' Making all in src make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/build/src' sed -e "s/X.YY/$(echo 5.40 | tr -d .)/" < ../../src/magic.h.in > magic.h make all-am make[4]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/build/src' CC file.o CC seccomp.o CC buffer.lo CC magic.lo CC apprentice.lo CC softmagic.lo CC ascmagic.lo CC encoding.lo CC compress.lo CC is_csv.lo CC is_json.lo CC is_tar.lo CC readelf.lo CC print.lo CC fsmagic.lo CC funcs.lo CC apptype.lo CC der.lo CC cdf.lo CC cdf_time.lo CC readcdf.lo CC strlcpy.lo CC strlcat.lo CC fmtcheck.lo CCLD libmagic.la CCLD file make[4]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/build/src' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/build/src' Making all in magic make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/build/magic' ../src/file -C -m magic magic/mail.news, 84: Warning: Unparsable number `xu \b, dcrypt version %d' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/build/magic' Making all in tests make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/build/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/build/tests' Making all in doc make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/build/doc' sed -e s@__CSECTION__@1@g \ -e s@__FSECTION__@4@g \ -e s@__VERSION__@5.40@g \ -e s@__MAGIC__@/usr/local/share/misc/magic@g ../../doc/file.man > file.1 sed -e s@__CSECTION__@1@g \ -e s@__FSECTION__@4@g \ -e s@__VERSION__@5.40@g \ -e s@__MAGIC__@/usr/local/share/misc/magic@g ../../doc/magic.man > magic.4 sed -e s@__CSECTION__@1@g \ -e s@__FSECTION__@4@g \ -e s@__VERSION__@5.40@g \ -e s@__MAGIC__@/usr/local/share/misc/magic@g ../../doc/libmagic.man > libmagic.3 make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/build/doc' Making all in python make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/build/python' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/build/python' make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/build' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/build' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/build' make[1]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/build' ~/build/x86_64/sources/file-5.40 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 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 whether make supports nested variables... (cached) yes checking for builtin ELF support... yes checking for ELF core file support... yes checking for zlib support... checking for bzlib support... checking for xzlib support... checking for libseccomp support... checking for file formats in man section 5... no 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 for x86_64-lfs-linux-gnu-gcc option to accept ISO C99... none needed checking for x86_64-lfs-linux-gnu-gcc option to accept ISO Standard C... (cached) none needed 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 whether byte ordering is bigendian... no checking whether ln -s works... yes checking how to print strings... printf checking for a sed that does not truncate output... /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 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... 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 whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for ANSI C header files... (cached) yes checking whether sys/types.h defines makedev... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for stdint.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes 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 getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking xlocale.h usability... no checking xlocale.h presence... no checking for xlocale.h... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/sysmacros.h... (cached) yes checking zlib.h usability... no checking zlib.h presence... no checking for zlib.h... no checking bzlib.h usability... no checking bzlib.h presence... no checking for bzlib.h... no checking lzma.h usability... no checking lzma.h presence... no checking for lzma.h... no checking for sig_t... yes checking for off_t... yes checking for size_t... yes checking for struct stat.st_rdev... yes checking for struct tm.tm_gmtoff... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for tm_zone in struct tm... yes checking whether tzname is declared... yes checking for tzname... yes checking for tm_isdst in struct tm... yes checking whether daylight is declared... yes checking for daylight... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for mbstate_t... yes checking for struct option in getopt... yes checking for pid_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for int32_t... yes checking for uint64_t... yes checking for int64_t... yes checking for intptr_t... yes checking for uintptr_t... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... 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... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking whether mbrtowc and mbstate_t are properly declared... yes checking for gcc compiler warnings... yes checking for strndup... yes checking for mkstemp... yes checking for mkostemp... yes checking for utimes... yes checking for utime... yes checking for wcwidth... yes checking for strtof... yes checking for newlocale... yes checking for uselocale... yes checking for freelocale... yes checking for memmem... yes checking for pipe2... yes checking for getopt_long... yes checking for asprintf... yes checking for vasprintf... yes checking for strlcpy... no checking for strlcat... no checking for getline... yes checking for ctime_r... yes checking for asctime_r... yes checking for localtime_r... yes checking for gmtime_r... yes checking for pread... yes checking for strcasestr... yes checking for fmtcheck... no checking for dprintf... yes checking for gzopen in -lz... no checking for BZ2_bzCompressInit in -lbz2... no checking for lzma_stream_decoder in -llzma... no checking for seccomp_init in -lseccomp... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating magic/Makefile config.status: creating tests/Makefile config.status: creating doc/Makefile config.status: creating python/Makefile config.status: creating libmagic.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make[1]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40' make all-recursive make[2]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40' Making all in src make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/src' sed -e "s/X.YY/$(echo 5.40 | tr -d .)/" < ../src/magic.h.in > magic.h make all-am make[4]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/src' CC file.o CC seccomp.o CC magic.lo CC buffer.lo CC apprentice.lo CC softmagic.lo CC ascmagic.lo CC encoding.lo CC compress.lo CC is_csv.lo CC is_json.lo CC is_tar.lo CC readelf.lo CC print.lo CC fsmagic.lo CC funcs.lo CC apptype.lo CC der.lo CC cdf.lo CC cdf_time.lo CC readcdf.lo CC strlcpy.lo CC strlcat.lo CC fmtcheck.lo CCLD libmagic.la CCLD file make[4]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/src' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/src' Making all in magic make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/magic' /home/lfs/build/x86_64/sources/file-5.40/build/src/file -C -m magic magic/mail.news, 84: Warning: Unparsable number `xu \b, dcrypt version %d' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/magic' Making all in tests make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/tests' Making all in doc make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/doc' sed -e s@__CSECTION__@1@g \ -e s@__FSECTION__@4@g \ -e s@__VERSION__@5.40@g \ -e s@__MAGIC__@/usr/share/misc/magic@g ./file.man > file.1 sed -e s@__CSECTION__@1@g \ -e s@__FSECTION__@4@g \ -e s@__VERSION__@5.40@g \ -e s@__MAGIC__@/usr/share/misc/magic@g ./magic.man > magic.4 sed -e s@__CSECTION__@1@g \ -e s@__FSECTION__@4@g \ -e s@__VERSION__@5.40@g \ -e s@__MAGIC__@/usr/share/misc/magic@g ./libmagic.man > libmagic.3 make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/doc' Making all in python make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/python' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/python' make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40' make[1]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40' make[1]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40' Making install in src make[2]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/src' make install-am make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/src' make[4]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/src' /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libmagic.la '/home/lfs/build/x86_64/usr/lib' libtool: install: /usr/bin/install -c .libs/libmagic.so.1.0.0 /home/lfs/build/x86_64/usr/lib/libmagic.so.1.0.0 libtool: install: (cd /home/lfs/build/x86_64/usr/lib && { ln -s -f libmagic.so.1.0.0 libmagic.so.1 || { rm -f libmagic.so.1 && ln -s libmagic.so.1.0.0 libmagic.so.1; }; }) libtool: install: (cd /home/lfs/build/x86_64/usr/lib && { ln -s -f libmagic.so.1.0.0 libmagic.so || { rm -f libmagic.so && ln -s libmagic.so.1.0.0 libmagic.so; }; }) libtool: install: /usr/bin/install -c .libs/libmagic.lai /home/lfs/build/x86_64/usr/lib/libmagic.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c file '/home/lfs/build/x86_64/usr/bin' libtool: warning: 'libmagic.la' has not been installed in '/usr/lib' libtool: install: /usr/bin/install -c .libs/file /home/lfs/build/x86_64/usr/bin/file /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/include' /usr/bin/install -c -m 644 magic.h '/home/lfs/build/x86_64/usr/include' make[4]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/src' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/src' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/src' Making install in magic make[2]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/magic' make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/magic' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/share/misc' /usr/bin/install -c -m 644 magic.mgc '/home/lfs/build/x86_64/usr/share/misc' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/magic' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/magic' Making install in tests make[2]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/tests' make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/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/file-5.40/tests' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/tests' Making install in doc make[2]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/doc' make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/share/man/man1' /usr/bin/install -c -m 644 file.1 '/home/lfs/build/x86_64/usr/share/man/man1' /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/share/man/man3' /usr/bin/install -c -m 644 libmagic.3 '/home/lfs/build/x86_64/usr/share/man/man3' /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/share/man/man4' /usr/bin/install -c -m 644 magic.4 '/home/lfs/build/x86_64/usr/share/man/man4' /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/share/man/man5' make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/doc' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/doc' Making install in python make[2]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/python' make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40/python' 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/file-5.40/python' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40/python' make[2]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40' make[3]: Entering directory '/home/lfs/build/x86_64/sources/file-5.40' /usr/bin/mkdir -p '/home/lfs/build/x86_64/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libmagic.pc '/home/lfs/build/x86_64/usr/lib/pkgconfig' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40' make[2]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40' make[1]: Leaving directory '/home/lfs/build/x86_64/sources/file-5.40' Totalseconds: 14 KB: 993648 /home/lfs/build/x86_64/ 2021-08-26 10:06:02 exec_hook package_done chapter06 606-file END: 2021-08-26 10:06:02