checking whether fputs_unlocked is declared... yes checking whether funlockfile is declared... yes checking whether putc_unlocked is declared... yes checking whether INT32_MAX < INTMAX_MAX... yes checking whether INT64_MAX == LONG_MAX... no checking whether UINT32_MAX < UINTMAX_MAX... yes checking whether UINT64_MAX == ULONG_MAX... no checking whether time_t is signed... yes checking whether alarm is declared... yes checking for working mktime... guessing no 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 for compound literals... yes checking whether is self-contained... 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 for sigset_t... yes checking for uid_t in sys/types.h... yes checking for volatile sig_atomic_t... yes checking for sighandler_t... 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 unsetenv is declared... yes checking for nl_langinfo and CODESET... yes checking whether getcwd (NULL, 0) allocates memory for result... guessing yes checking for getcwd with POSIX signature... yes checking for off_t... yes checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines T_FMT_AMPM... yes checking whether langinfo.h defines ALTMON_1... no checking whether langinfo.h defines ERA... yes checking whether langinfo.h defines YESEXPR... 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 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 library needed for semaphore functions... none checking whether lstat correctly handles trailing slash... guessing yes checking whether strerror_r is declared... (cached) 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 setlocale (LC_ALL, NULL) is multithread-safe... yes checking whether setlocale (category, NULL) is multithread-safe... yes checking whether declares ioctl... yes checking for alloca as a compiler built-in... (cached) yes checking for __builtin_expect... (cached) yes checking for byteswap.h... (cached) yes checking for library containing clock_gettime... none required checking for clock_gettime... (cached) yes checking for clock_settime... yes checking whether // is distinct from /... unknown, assuming no checking whether dup2 works... (cached) guessing yes checking for error_at_line... yes checking for explicit_memset... (cached) no checking whether fcntl handles F_DUPFD correctly... (cached) guessing yes checking whether fcntl understands F_DUPFD_CLOEXEC... (cached) guessing no checking for flexible array member... yes checking whether conversion from 'int' to 'long double' works... (cached) guessing yes checking whether fopen recognizes a trailing slash... (cached) guessing yes checking whether fopen supports the mode character 'x'... (cached) guessing yes checking whether fopen supports the mode character 'e'... (cached) guessing yes checking for __fpending... yes checking whether __fpending is declared... yes checking whether free is known to preserve errno... (cached) no checking for fseeko... (cached) yes checking for ftello... (cached) yes checking whether ftello works... (cached) guessing yes checking whether __func__ is available... (cached) yes checking for library containing getaddrinfo... none required checking for getaddrinfo... yes checking whether gai_strerror is declared... yes checking whether gai_strerrorA is declared... no checking for gai_strerror with POSIX signature... yes checking for struct sockaddr.sa_len... no checking whether getaddrinfo is declared... yes checking whether freeaddrinfo is declared... yes checking whether getnameinfo is declared... yes checking for struct addrinfo... yes checking for working getdelim function... (cached) guessing yes checking whether getdtablesize works... (cached) guessing yes checking for getline... (cached) yes checking for working getline function... (cached) guessing 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 for gettimeofday with POSIX signature... (cached) almost checking for library containing gethostbyname... (cached) none required checking for gethostbyname... (cached) yes checking for library containing inet_ntop... (cached) none required checking whether inet_ntop is declared... (cached) yes checking for library containing inet_pton... (cached) none required checking whether inet_pton is declared... (cached) yes checking whether the compiler supports the __inline keyword... (cached) yes checking for pthread_rwlock_t... (cached) yes checking whether pthread_rwlock_rdlock prefers a writer to a reader... (cached) guessing no checking whether lseek detects pipes... (cached) yes checking for bp-sym.h... (cached) no checking for memmem... (cached) yes checking whether memmem works... (cached) guessing yes checking for __mktime_internal... no checking whether is self-contained... (cached) yes checking whether open recognizes a trailing slash... (cached) guessing yes checking for bison... bison checking for bison 2.4 or newer... 3.8.2, ok checking for struct tm.tm_zone... (cached) yes checking whether program_invocation_name is declared... (cached) yes checking whether program_invocation_short_name is declared... (cached) yes checking for reallocarray... no checking whether select supports a 0 argument... guessing yes checking whether select detects invalid fds... guessing yes checking for library containing getservbyname... (cached) none required checking for getservbyname... (cached) yes checking whether setenv validates arguments... guessing yes checking for stdint.h... (cached) yes checking for SIZE_MAX... (cached) yes checking for snprintf... (cached) yes checking whether snprintf respects a size of 1... (cached) guessing yes checking whether printf supports POSIX/XSI format strings with positions... (cached) guessing yes checking for socklen_t... (cached) yes checking for ssize_t... (cached) yes checking whether stat handles trailing slashes on files... (cached) guessing yes checking for struct stat.st_atim.tv_nsec... (cached) yes checking whether struct stat.st_atim is of type struct timespec... (cached) yes checking for struct stat.st_birthtimespec.tv_nsec... (cached) no checking for struct stat.st_birthtimensec... (cached) no checking for struct stat.st_birthtim.tv_nsec... (cached) no checking for working stdalign.h... (cached) yes checking for stpcpy... (cached) yes checking for strcasecmp... (cached) yes checking for strncasecmp... (cached) yes checking whether strncasecmp is declared... (cached) yes checking for working strerror function... guessing yes checking for working strndup... (cached) guessing yes checking for working strnlen... (cached) yes checking for strtok_r... (cached) yes checking whether strtok_r works... (cached) guessing no checking for strverscmp... (cached) yes checking whether localtime_r is declared... (cached) yes checking whether localtime_r is compatible with its POSIX signature... (cached) yes checking whether localtime works even near extrema... guessing yes checking for timezone_t... no checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv obeys POSIX... guessing yes checking for ptrdiff_t... (cached) yes checking for vasprintf... (cached) yes checking for vsnprintf... (cached) yes checking whether snprintf respects a size of 1... (cached) guessing yes checking whether printf supports POSIX/XSI format strings with positions... (cached) guessing yes checking for stdint.h... (cached) yes checking for atoll... yes checking for a traditional french locale... none checking for a turkish Unicode locale... none checking whether fdopen sets errno... guessing yes checking for getpagesize... yes checking whether getpagesize is declared... yes checking whether byte ordering is bigendian... (cached) no checking whether byte ordering is bigendian... (cached) no checking for ioctl... yes checking for ioctl with POSIX signature... no checking for library containing nanosleep... none required checking for working nanosleep... guessing no (mishandles large arguments) checking whether pthread_create exists as a global function... yes checking whether pthread_sigmask is a macro... no checking for pthread_sigmask in -pthread... 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 for raise... yes checking for sigprocmask... yes checking whether sched_yield is declared... yes checking whether setlocale supports the C locale... guessing yes checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes checking whether setlocale (category, NULL) is multithread-safe... (cached) yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... none checking for a traditional japanese locale... none checking for a transitional chinese locale... none checking for struct sigaction.sa_sigaction... yes checking for sigprocmask... (cached) yes checking whether sleep is declared... yes checking for working sleep... guessing yes checking for strtoll... yes checking whether strtoll works... guessing no checking whether symlink handles trailing slash correctly... guessing yes checking for pthread_atfork... yes checking sys/single_threaded.h usability... no checking sys/single_threaded.h presence... no checking for sys/single_threaded.h... no checking for useconds_t... yes checking whether usleep allows large arguments... guessing yes checking whether the compiler generally respects inline... yes checking for ssize_t... (cached) yes checking for a Python interpreter with version >= 3.6... python3 checking for python3... /usr/bin/python3 checking for python3 version... 3.6 checking for python3 platform... linux checking for python3 script directory... ${prefix}/lib/python3.6/site-packages checking for python3 extension module directory... ${exec_prefix}/lib64/python3.6/site-packages checking for libev... no checking whether C compiler handles -Werror -Wunknown-warning-option... no checking whether C compiler handles -Wtype-limits... yes checking whether -Wno-missing-field-initializers is supported... yes checking whether -Wno-missing-field-initializers is needed... no checking whether -Wuninitialized is supported... yes checking whether C compiler handles -fanalyzer... no checking whether C compiler handles -fno-common... yes checking whether C compiler handles -Wall... yes checking whether C compiler handles -Wbad-function-cast... yes checking whether C compiler handles -Wcast-align=strict... no checking whether C compiler handles -Wdate-time... no checking whether C compiler handles -Wdisabled-optimization... yes checking whether C compiler handles -Wdouble-promotion... yes checking whether C compiler handles -Wduplicated-branches... no checking whether C compiler handles -Wduplicated-cond... no checking whether C compiler handles -Wextra... yes checking whether C compiler handles -Winit-self... yes checking whether C compiler handles -Winvalid-pch... yes checking whether C compiler handles -Wlogical-op... yes checking whether C compiler handles -Wmissing-declarations... yes checking whether C compiler handles -Wmissing-include-dirs... yes checking whether C compiler handles -Wmissing-prototypes... yes checking whether C compiler handles -Wnested-externs... yes checking whether C compiler handles -Wnull-dereference... no checking whether C compiler handles -Wold-style-definition... yes checking whether C compiler handles -Wopenmp-simd... no checking whether C compiler handles -Wpacked... yes checking whether C compiler handles -Wpointer-arith... yes checking whether C compiler handles -Wshadow... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=cold... no checking whether C compiler handles -Wsuggest-attribute=format... yes checking whether C compiler handles -Wsuggest-attribute=malloc... no checking whether C compiler handles -Wsuggest-final-methods... no checking whether C compiler handles -Wsuggest-final-types... no checking whether C compiler handles -Wsync-nand... yes checking whether C compiler handles -Wtrampolines... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunused-macros... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Warray-bounds=2... no checking whether C compiler handles -Wattribute-alias=2... no checking whether C compiler handles -Wformat-overflow=2... no checking whether C compiler handles -Wformat=2... yes checking whether C compiler handles -Wformat-truncation=2... no checking whether C compiler handles -Wimplicit-fallthrough=5... no checking whether C compiler handles -Wshift-overflow=2... no checking whether C compiler handles -Wunused-const-variable=2... no checking whether C compiler handles -Wvla-larger-than=4031... no checking whether C compiler handles -Wno-analyzer-double-free... no checking whether C compiler handles -Wno-analyzer-malloc-leak... no checking whether C compiler handles -Wno-analyzer-null-dereference... no checking whether C compiler handles -Wno-analyzer-use-after-free... no checking whether C compiler handles -Wno-missing-field-initializers... yes checking whether C compiler handles -Wno-unused-parameter... yes checking whether C compiler handles -Wno-format-truncation... no checking whether C compiler handles -Wimplicit-fallthrough=2... no checking whether C compiler handles -Wabi=11... no checking whether C compiler handles -fdiagnostics-show-option... yes checking whether C compiler handles -fno-builtin-strcmp... yes checking whether ln -s works... yes checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc -std=gnu11... /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-ld checking if the linker (/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc-nm checking the name lister (/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc-nm) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to arm-buildroot-linux-gnueabi 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/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-ld option to reload object files... -r checking for arm-buildroot-linux-gnueabi-objdump... (cached) /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-objdump checking how to recognize dependent libraries... pass_all checking for arm-buildroot-linux-gnueabi-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for arm-buildroot-linux-gnueabi-ar... (cached) /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc-ar checking for archiver @FILE support... @ checking for arm-buildroot-linux-gnueabi-strip... (cached) /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-strip checking for arm-buildroot-linux-gnueabi-ranlib... /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc-ranlib checking command to parse /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc-nm output from /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc -std=gnu11 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 arm-buildroot-linux-gnueabi-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc -std=gnu11 supports -fno-rtti -fno-exceptions... no checking for /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc -std=gnu11 option to produce PIC... -fPIC -DPIC checking if /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc -std=gnu11 PIC flag -fPIC -DPIC works... yes checking if /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc -std=gnu11 static flag -static works... yes checking if /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc -std=gnu11 supports -c -o file.o... yes checking if /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc -std=gnu11 supports -c -o file.o... (cached) yes checking whether the /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc -std=gnu11 linker (/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-g++ -std=gnu++11 -E checking for ld used by /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-g++ -std=gnu++11... /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-ld checking if the linker (/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-ld) is GNU ld... yes checking whether the /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-g++ -std=gnu++11 linker (/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-ld) supports shared libraries... yes checking for /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-g++ -std=gnu++11 option to produce PIC... -fPIC -DPIC checking if /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-g++ -std=gnu++11 PIC flag -fPIC -DPIC works... yes checking if /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-g++ -std=gnu++11 static flag -static works... yes checking if /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-g++ -std=gnu++11 supports -c -o file.o... yes checking if /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-g++ -std=gnu++11 supports -c -o file.o... (cached) yes checking whether the /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-g++ -std=gnu++11 linker (/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for libdl... yes checking how to link with libdl... -ldl checking for CMOCKA... no checking for LIBIDN2... yes checking for nettle_get_secp_192r1 in -lhogweed... yes checking for nettle_rsa_sec_decrypt... yes checking for nettle_gost28147_set_key... no checking for nettle_streebog512_update... yes checking for nettle_magma_set_key... no checking for nettle_kuznyechik_set_key... no checking for nettle_cmac_magma_update... no checking for nettle_cmac_kuznyechik_update... no checking gmp soname... libgmp.so.10 checking nettle soname... libnettle.so.8 checking hogweed soname... libhogweed.so.6 checking whether to build libdane... no checking for TSS2... no checking size of unsigned long int... 4 checking size of unsigned int... 4 checking size of time_t... 4 checking whether to include zlib compression support... yes checking for libz... yes checking how to link with libz... -lz checking whether to include brotli compression support... no checking whether to include zstd compression support... no checking whether building Guile bindings... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating ldd.sh config.status: creating guile/pre-inst-guile config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/credentials/Makefile config.status: creating doc/credentials/srp/Makefile config.status: creating doc/credentials/x509/Makefile config.status: creating doc/doxygen/Doxyfile config.status: creating doc/examples/Makefile config.status: creating doc/latex/Makefile config.status: creating doc/manpages/Makefile config.status: creating doc/reference/Makefile config.status: creating doc/reference/version.xml config.status: creating doc/scripts/Makefile config.status: creating extra/Makefile config.status: creating extra/includes/Makefile config.status: creating libdane/Makefile config.status: creating libdane/includes/Makefile config.status: creating libdane/gnutls-dane.pc config.status: creating gl/Makefile config.status: creating guile/Makefile config.status: creating guile/src/Makefile config.status: creating lib/Makefile config.status: creating lib/accelerated/Makefile config.status: creating lib/accelerated/x86/Makefile config.status: creating lib/accelerated/aarch64/Makefile config.status: creating lib/algorithms/Makefile config.status: creating lib/auth/Makefile config.status: creating lib/ext/Makefile config.status: creating lib/extras/Makefile config.status: creating lib/gnutls.pc config.status: creating lib/includes/Makefile config.status: creating lib/includes/gnutls/gnutls.h config.status: creating lib/minitasn1/Makefile config.status: creating lib/nettle/Makefile config.status: creating lib/x509/Makefile config.status: creating lib/unistring/Makefile config.status: creating po/Makefile.in config.status: creating src/Makefile config.status: creating src/gl/Makefile config.status: creating src/gl/tests/Makefile config.status: creating tests/Makefile config.status: creating tests/windows/Makefile config.status: creating tests/cert-tests/Makefile config.status: creating tests/slow/Makefile config.status: creating tests/suite/Makefile config.status: creating fuzz/Makefile config.status: creating python/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 config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6 configure: summary of build options: version: 3.7.4 shared 62:0:32 Host/Target system: arm-buildroot-linux-gnueabi Build system: x86_64-pc-linux-gnu Install prefix: /usr Compiler: /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/per-package/gnutls/host/bin/arm-none-linux-gnueabi-gcc -std=gnu11 Valgrind: no CFlags: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 Library types: Shared=yes, Static=no Local libtasn1: no Local unistring: no Use nettle-mini: no Documentation: no (manpages: no) configure: External hardware support: /dev/crypto: no AF_ALG support: no Hardware accel: none Padlock accel: no Random gen. variant: auto-detect PKCS#11 support: no TPM support: no TPM2 support: auto KTLS support: no configure: TPM2 library: configure: Optional features: (note that included applications might not compile properly if features are disabled) SSL3.0 support: no SSL2.0 client hello: yes Allow SHA1 sign: no DTLS-SRTP support: yes ALPN support: yes OCSP support: yes SRP support: yes PSK support: yes DHE support: yes ECDHE support: yes GOST support: no Anon auth support: yes Heartbeat support: yes IDNA support: IDNA 2008 (libidn2) Non-SuiteB curves: yes FIPS140 mode: no Strict DER time: yes configure: Optional libraries: Guile wrappers: no C++ library: yes DANE library: no OpenSSL compat: no configure: System files: Trust store pkcs11: Trust store dir: Trust store file: Blacklist file: CRL file: Configuration file: /etc/gnutls/config DNSSEC root key file: /var/lib/unbound/root.key gauche-refe.texi:44661: warning: `.' or `,' must follow @xref, not f gauche-refe.texi:55036: warning: `.' or `,' must follow @xref gauche-refe.texi:68150: warning: `.' or `,' must follow @xref, not f Wide character in warn at /usr/bin/makeinfo line 698. gauche-refj.texi:66186: warning: `.' or `,' must follow @xref, not 参 make[2]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/build/gauche-0.9.9/doc' make[2]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/build/gauche-0.9.9/examples' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/build/gauche-0.9.9/examples' cd src; /usr/bin/make -s static make[2]: Entering directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/build/gauche-0.9.9/src' make[2]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/build/gauche-0.9.9/src' make[1]: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output-1/build/gauche-0.9.9' make: Leaving directory `/usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/buildroot'