Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 571426 Details for
Bug 682202
net-libs/gnutls-3.6.7 with dev-libs/nettle-3.4.1 - configure:10166: error: Libnettle 3.4.1 was not found.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 70.86 KB, created by
tt_1
on 2019-04-01 06:42:24 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
tt_1
Created:
2019-04-01 06:42:24 UTC
Size:
70.86 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by GnuTLS configure 3.6.7, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /var/tmp/portage/net-libs/gnutls-3.6.7/work/gnutls-3.6.7/configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/gnutls-3.6.7 --htmldir=/usr/share/doc/gnutls-3.6.7/html --with-sysroot=/ --libdir=/usr/lib32 --disable-manpages --disable-gtk-doc --disable-doc --disable-guile --disable-seccomp-tests --disable-tests --disable-full-test-suite --disable-tools --disable-valgrind-tests --enable-cxx --disable-libdane --enable-nls --enable-openssl-compatibility --disable-ssl2-support --disable-ssl3-support --enable-static --disable-heartbeat-support --with-idn --with-p11-kit --disable-rpath --with-unbound-root-key-file=/etc/dnssec/root-anchors.txt --without-included-libtasn1 --without-tpm --without-libiconv-prefix --without-libintl-prefix --without-libseccomp-prefix --without-libcrypto-prefix --without-librt-prefix --without-libpthread-prefix --without-libpth-prefix --without-libdl-prefix > >## --------- ## >## Platform. ## >## --------- ## > >hostname = tuxbox >uname -m = x86_64 >uname -r = 4.14.109-ryzen >uname -s = Linux >uname -v = #75 SMP PREEMPT Wed Mar 27 13:53:13 CET 2019 > >/usr/bin/uname -p = AMD Ryzen 5 2600 Six-Core Processor >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib/portage/python3.6/ebuild-helpers >PATH: /usr/lib/llvm/7/bin >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:4146: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| # provided by crossdev >| SITEDIR="/usr/share/crossdev/include/site" >| >| # user override >| ETC_SITEDIR="/etc/crossdev/include/site" >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" >| [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:4339: checking build system type >configure:4353: result: i686-pc-linux-gnu >configure:4373: checking host system type >configure:4386: result: i686-pc-linux-gnu >configure:4423: checking for a BSD-compatible install >configure:4491: result: /usr/bin/install -c >configure:4502: checking whether build environment is sane >configure:4557: result: yes >configure:4708: checking for a thread-safe mkdir -p >configure:4747: result: /bin/mkdir -p >configure:4754: checking for gawk >configure:4770: found /usr/bin/gawk >configure:4781: result: gawk >configure:4792: checking whether make sets $(MAKE) >configure:4814: result: yes >configure:4843: checking whether make supports nested variables >configure:4860: result: yes >configure:4997: checking whether make supports nested variables >configure:5014: result: yes >configure:5030: result: *** >*** Checking for compilation programs... > >configure:5046: checking for i686-pc-linux-gnu-pkg-config >configure:5064: found /usr/bin/i686-pc-linux-gnu-pkg-config >configure:5076: result: /usr/bin/i686-pc-linux-gnu-pkg-config >configure:5144: checking pkg-config is at least version 0.9.0 >configure:5147: result: yes >configure:5163: checking for i686-pc-linux-gnu-gcc >configure:5190: result: x86_64-pc-linux-gnu-gcc -m32 >configure:5459: checking for C compiler version >configure:5468: x86_64-pc-linux-gnu-gcc -m32 --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 8.2.0-r6 p1.7) 8.2.0 >Copyright (C) 2018 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:5479: $? = 0 >configure:5468: x86_64-pc-linux-gnu-gcc -m32 -v >&5 >Using built-in specs. >COLLECT_GCC=x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-8.2.0-r6/work/gcc-8.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/8.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/8.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 8.2.0-r6 p1.7' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --disable-libmpx --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --disable-libsanitizer --enable-default-pie --enable-default-ssp >Thread model: posix >gcc version 8.2.0 (Gentoo 8.2.0-r6 p1.7) >configure:5479: $? = 0 >configure:5468: x86_64-pc-linux-gnu-gcc -m32 -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:5479: $? = 1 >configure:5468: x86_64-pc-linux-gnu-gcc -m32 -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:5479: $? = 1 >configure:5499: checking whether the C compiler works >configure:5521: x86_64-pc-linux-gnu-gcc -m32 -O2 -march=znver1 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5525: $? = 0 >configure:5573: result: yes >configure:5576: checking for C compiler default output file name >configure:5578: result: a.out >configure:5584: checking for suffix of executables >configure:5591: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -march=znver1 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5595: $? = 0 >configure:5617: result: >configure:5639: checking whether we are cross compiling >configure:5647: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -march=znver1 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5651: $? = 0 >configure:5658: ./conftest >configure:5662: $? = 0 >configure:5677: result: no >configure:5682: checking for suffix of object files >configure:5704: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:5708: $? = 0 >configure:5729: result: o >configure:5733: checking whether we are using the GNU C compiler >configure:5752: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:5752: $? = 0 >configure:5761: result: yes >configure:5770: checking whether x86_64-pc-linux-gnu-gcc -m32 accepts -g >configure:5790: x86_64-pc-linux-gnu-gcc -m32 -c -g conftest.c >&5 >configure:5790: $? = 0 >configure:5831: result: yes >configure:5848: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C89 >configure:5911: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:5911: $? = 0 >configure:5924: result: none needed >configure:5949: checking whether x86_64-pc-linux-gnu-gcc -m32 understands -c and -o together >configure:5971: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o >configure:5974: $? = 0 >configure:5971: x86_64-pc-linux-gnu-gcc -m32 -c conftest.c -o conftest2.o >configure:5974: $? = 0 >configure:5986: result: yes >configure:6006: checking whether make supports the include directive >configure:6021: make -f confmf.GNU && cat confinc.out >this is the am__doit target >configure:6024: $? = 0 >configure:6043: result: yes (GNU style) >configure:6068: checking dependency style of x86_64-pc-linux-gnu-gcc -m32 >configure:6179: result: none >configure:6200: checking how to run the C preprocessor >configure:6231: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6231: $? = 0 >configure:6245: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:6245: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GnuTLS" >| #define PACKAGE_TARNAME "gnutls" >| #define PACKAGE_VERSION "3.6.7" >| #define PACKAGE_STRING "GnuTLS 3.6.7" >| #define PACKAGE_BUGREPORT "bugs@gnutls.org" >| #define PACKAGE_URL "" >| #define PACKAGE "gnutls" >| #define VERSION "3.6.7" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:6270: result: x86_64-pc-linux-gnu-gcc -m32 -E >configure:6290: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:6290: $? = 0 >configure:6304: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory > #include <ac_nonexistent.h> > ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:6304: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GnuTLS" >| #define PACKAGE_TARNAME "gnutls" >| #define PACKAGE_VERSION "3.6.7" >| #define PACKAGE_STRING "GnuTLS 3.6.7" >| #define PACKAGE_BUGREPORT "bugs@gnutls.org" >| #define PACKAGE_URL "" >| #define PACKAGE "gnutls" >| #define VERSION "3.6.7" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:6333: checking for grep that handles long lines and -e >configure:6391: result: /bin/grep >configure:6396: checking for egrep >configure:6458: result: /bin/grep -E >configure:6463: checking for ANSI C header files >configure:6483: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:6483: $? = 0 >configure:6556: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -march=znver1 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:6556: $? = 0 >configure:6556: ./conftest >configure:6556: $? = 0 >configure:6567: result: yes >configure:6580: checking for sys/types.h >configure:6580: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:6580: $? = 0 >configure:6580: result: yes >configure:6580: checking for sys/stat.h >configure:6580: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:6580: $? = 0 >configure:6580: result: yes >configure:6580: checking for stdlib.h >configure:6580: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:6580: $? = 0 >configure:6580: result: yes >configure:6580: checking for string.h >configure:6580: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:6580: $? = 0 >configure:6580: result: yes >configure:6580: checking for memory.h >configure:6580: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:6580: $? = 0 >configure:6580: result: yes >configure:6580: checking for strings.h >configure:6580: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:6580: $? = 0 >configure:6580: result: yes >configure:6580: checking for inttypes.h >configure:6580: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:6580: $? = 0 >configure:6580: result: yes >configure:6580: checking for stdint.h >configure:6580: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:6580: $? = 0 >configure:6580: result: yes >configure:6580: checking for unistd.h >configure:6580: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:6580: $? = 0 >configure:6580: result: yes >configure:6593: checking minix/config.h usability >configure:6593: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >conftest.c:54:10: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > ^~~~~~~~~~~~~~~~ >compilation terminated. >configure:6593: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GnuTLS" >| #define PACKAGE_TARNAME "gnutls" >| #define PACKAGE_VERSION "3.6.7" >| #define PACKAGE_STRING "GnuTLS 3.6.7" >| #define PACKAGE_BUGREPORT "bugs@gnutls.org" >| #define PACKAGE_URL "" >| #define PACKAGE "gnutls" >| #define VERSION "3.6.7" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <minix/config.h> >configure:6593: result: no >configure:6593: checking minix/config.h presence >configure:6593: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >conftest.c:21:10: fatal error: minix/config.h: No such file or directory > #include <minix/config.h> > ^~~~~~~~~~~~~~~~ >compilation terminated. >configure:6593: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GnuTLS" >| #define PACKAGE_TARNAME "gnutls" >| #define PACKAGE_VERSION "3.6.7" >| #define PACKAGE_STRING "GnuTLS 3.6.7" >| #define PACKAGE_BUGREPORT "bugs@gnutls.org" >| #define PACKAGE_URL "" >| #define PACKAGE "gnutls" >| #define VERSION "3.6.7" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <minix/config.h> >configure:6593: result: no >configure:6593: checking for minix/config.h >configure:6593: result: no >configure:6617: checking whether it is safe to define __EXTENSIONS__ >configure:6635: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:6635: $? = 0 >configure:6642: result: yes >configure:6675: checking whether _XOPEN_SOURCE should be defined >configure:6694: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:6694: $? = 0 >configure:6718: result: no >configure:6735: checking for Minix Amsterdam compiler >configure:6759: result: no >configure:6775: checking for i686-pc-linux-gnu-ar >configure:6791: found /usr/bin/i686-pc-linux-gnu-ar >configure:6802: result: i686-pc-linux-gnu-ar >configure:6872: checking the archiver (i686-pc-linux-gnu-ar) interface >configure:6888: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:6888: $? = 0 >configure:6890: i686-pc-linux-gnu-ar cru libconftest.a conftest.o >&5 >configure:6893: $? = 0 >configure:6921: result: ar >configure:6946: checking for i686-pc-linux-gnu-ar >configure:6973: result: i686-pc-linux-gnu-ar >configure:7048: checking for i686-pc-linux-gnu-ranlib >configure:7064: found /usr/bin/i686-pc-linux-gnu-ranlib >configure:7075: result: i686-pc-linux-gnu-ranlib >configure:7170: checking for _LARGEFILE_SOURCE value needed for large files >configure:7189: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -march=znver1 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:7189: $? = 0 >configure:7217: result: no >configure:7245: checking for special C compiler options needed for large files >configure:7290: result: no >configure:7296: checking for _FILE_OFFSET_BITS value needed for large files >configure:7321: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >conftest.c:43:33: warning: left shift count >= width of type [-Wshift-count-overflow] > #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) > ^~ >conftest.c:44:23: note: in expansion of macro 'LARGE_OFF_T' > int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 > ^~~~~~~~~~~ >conftest.c:43:57: warning: left shift count >= width of type [-Wshift-count-overflow] > #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) > ^~ >conftest.c:44:23: note: in expansion of macro 'LARGE_OFF_T' > int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 > ^~~~~~~~~~~ >conftest.c:43:33: warning: left shift count >= width of type [-Wshift-count-overflow] > #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) > ^~ >conftest.c:45:27: note: in expansion of macro 'LARGE_OFF_T' > && LARGE_OFF_T % 2147483647 == 1) > ^~~~~~~~~~~ >conftest.c:43:57: warning: left shift count >= width of type [-Wshift-count-overflow] > #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) > ^~ >conftest.c:45:27: note: in expansion of macro 'LARGE_OFF_T' > && LARGE_OFF_T % 2147483647 == 1) > ^~~~~~~~~~~ >conftest.c:44:7: error: variably modified 'off_t_is_large' at file scope > int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 > ^~~~~~~~~~~~~~ >configure:7321: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GnuTLS" >| #define PACKAGE_TARNAME "gnutls" >| #define PACKAGE_VERSION "3.6.7" >| #define PACKAGE_STRING "GnuTLS 3.6.7" >| #define PACKAGE_BUGREPORT "bugs@gnutls.org" >| #define PACKAGE_URL "" >| #define PACKAGE "gnutls" >| #define VERSION "3.6.7" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define HAVE_FSEEKO 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:7345: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:7345: $? = 0 >configure:7353: result: 64 >configure:7989: checking dependency style of x86_64-pc-linux-gnu-gcc -m32 >configure:8098: result: none >configure:8118: checking for i686-pc-linux-gnu-ar >configure:8145: result: i686-pc-linux-gnu-ar >configure:8215: checking the archiver (i686-pc-linux-gnu-ar) interface >configure:8264: result: ar >configure:8396: checking for C++ compiler version >configure:8405: x86_64-pc-linux-gnu-g++ -m32 --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo 8.2.0-r6 p1.7) 8.2.0 >Copyright (C) 2018 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:8416: $? = 0 >configure:8405: x86_64-pc-linux-gnu-g++ -m32 -v >&5 >Using built-in specs. >COLLECT_GCC=x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/8.2.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-8.2.0-r6/work/gcc-8.2.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/8.2.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/8.2.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/include/g++-v8 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/8.2.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 8.2.0-r6 p1.7' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libmudflap --disable-libssp --disable-libmpx --disable-systemtap --enable-vtable-verify --enable-lto --without-isl --disable-libsanitizer --enable-default-pie --enable-default-ssp >Thread model: posix >gcc version 8.2.0 (Gentoo 8.2.0-r6 p1.7) >configure:8416: $? = 0 >configure:8405: x86_64-pc-linux-gnu-g++ -m32 -V >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:8416: $? = 1 >configure:8405: x86_64-pc-linux-gnu-g++ -m32 -qversion >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion'; did you mean '--version'? >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:8416: $? = 1 >configure:8420: checking whether we are using the GNU C++ compiler >configure:8439: x86_64-pc-linux-gnu-g++ -m32 -c -O2 -march=znver1 -pipe conftest.cpp >&5 >configure:8439: $? = 0 >configure:8448: result: yes >configure:8457: checking whether x86_64-pc-linux-gnu-g++ -m32 accepts -g >configure:8477: x86_64-pc-linux-gnu-g++ -m32 -c -g conftest.cpp >&5 >configure:8477: $? = 0 >configure:8518: result: yes >configure:8543: checking dependency style of x86_64-pc-linux-gnu-g++ -m32 >configure:8654: result: none >configure:8674: checking for bison >configure:8690: found /usr/bin/bison >configure:8701: result: bison -y >configure:8713: checking for a sed that does not truncate output >configure:8777: result: /bin/sed >configure:8788: checking for x86_64-pc-linux-gnu-gcc -m32 option to accept ISO C99 >configure:8937: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:8937: $? = 0 >configure:8950: result: none needed >configure:8994: checking whether to build with code coverage support >configure:9014: result: no >configure:9318: checking whether to enable maintainer-specific portions of Makefiles >configure:9327: result: yes >configure:9420: checking for inline >configure:9436: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:9436: $? = 0 >configure:9444: result: inline >configure:9462: checking for ANSI C header files >configure:9566: result: yes >configure:9602: x86_64-pc-linux-gnu-g++ -m32 -c -O2 -march=znver1 -pipe conftest.cpp >&5 >configure:9602: $? = 0 >configure:9737: checking cpuid.h usability >configure:9737: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:9737: $? = 0 >configure:9737: result: yes >configure:9737: checking cpuid.h presence >configure:9737: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:9737: $? = 0 >configure:9737: result: yes >configure:9737: checking for cpuid.h >configure:9737: result: yes >configure:9777: checking for struct iovec.iov_base >configure:9777: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:9777: $? = 0 >configure:9777: result: yes >configure:9805: checking netinet/tcp.h usability >configure:9805: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:9805: $? = 0 >configure:9805: result: yes >configure:9805: checking netinet/tcp.h presence >configure:9805: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:9805: $? = 0 >configure:9805: result: yes >configure:9805: checking for netinet/tcp.h >configure:9805: result: yes >configure:9817: checking stdatomic.h usability >configure:9817: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:9817: $? = 0 >configure:9817: result: yes >configure:9817: checking stdatomic.h presence >configure:9817: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:9817: $? = 0 >configure:9817: result: yes >configure:9817: checking for stdatomic.h >configure:9817: result: yes >configure:9828: checking for library containing __atomic_load_4 >configure:9859: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -march=znver1 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:52:6: warning: conflicting types for built-in function '__atomic_load_4' [-Wbuiltin-declaration-mismatch] > char __atomic_load_4 (); > ^~~~~~~~~~~~~~~ >/var/tmp/portage/net-libs/gnutls-3.6.7/temp/ccguV9dc.o: In function `main': >conftest.c:(.text.startup+0x13): undefined reference to `__atomic_load_4' >collect2: error: ld returned 1 exit status >configure:9859: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GnuTLS" >| #define PACKAGE_TARNAME "gnutls" >| #define PACKAGE_VERSION "3.6.7" >| #define PACKAGE_STRING "GnuTLS 3.6.7" >| #define PACKAGE_BUGREPORT "bugs@gnutls.org" >| #define PACKAGE_URL "" >| #define PACKAGE "gnutls" >| #define VERSION "3.6.7" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define HAVE_FSEEKO 1 >| #define _FILE_OFFSET_BITS 64 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define STDC_HEADERS 1 >| #define HAVE_CPUID_H 1 >| #define HAVE_STRUCT_IOVEC_IOV_BASE 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_STDATOMIC_H 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __atomic_load_4 (); >| int >| main () >| { >| return __atomic_load_4 (); >| ; >| return 0; >| } >configure:9859: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -march=znver1 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -latomic >&5 >conftest.c:52:6: warning: conflicting types for built-in function '__atomic_load_4' [-Wbuiltin-declaration-mismatch] > char __atomic_load_4 (); > ^~~~~~~~~~~~~~~ >configure:9859: $? = 0 >configure:9876: result: -latomic >configure:9896: checking threads.h usability >configure:9896: x86_64-pc-linux-gnu-gcc -m32 -c -O2 -march=znver1 -pipe conftest.c >&5 >configure:9896: $? = 0 >configure:9896: result: yes >configure:9896: checking threads.h presence >configure:9896: x86_64-pc-linux-gnu-gcc -m32 -E conftest.c >configure:9896: $? = 0 >configure:9896: result: yes >configure:9896: checking for threads.h >configure:9896: result: yes >configure:9977: checking for getrandom >configure:9993: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -march=znver1 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -latomic >&5 >conftest.c: In function 'main': >conftest.c:53:6: warning: ignoring return value of 'getrandom', declared with attribute warn_unused_result [-Wunused-result] > getrandom(0, 0, 0); > ^~~~~~~~~~~~~~~~~~ >configure:9993: $? = 0 >configure:9994: result: yes >configure:10007: checking for getentropy >configure:10030: x86_64-pc-linux-gnu-gcc -m32 -o conftest -O2 -march=znver1 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -latomic >&5 >conftest.c:54:13: error: #error 1 > #error 1 > ^~~~~ >conftest.c: In function 'main': >conftest.c:61:6: warning: ignoring return value of 'getentropy', declared with attribute warn_unused_result [-Wunused-result] > getentropy(0, 0); > ^~~~~~~~~~~~~~~~ >configure:10030: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GnuTLS" >| #define PACKAGE_TARNAME "gnutls" >| #define PACKAGE_VERSION "3.6.7" >| #define PACKAGE_STRING "GnuTLS 3.6.7" >| #define PACKAGE_BUGREPORT "bugs@gnutls.org" >| #define PACKAGE_URL "" >| #define PACKAGE "gnutls" >| #define VERSION "3.6.7" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define HAVE_FSEEKO 1 >| #define _FILE_OFFSET_BITS 64 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define STDC_HEADERS 1 >| #define HAVE_CPUID_H 1 >| #define HAVE_STRUCT_IOVEC_IOV_BASE 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_STDATOMIC_H 1 >| #define HAVE_THREADS_H 1 >| #define ENABLE_PADLOCK 1 >| #define HAVE_GETRANDOM 1 >| /* end confdefs.h. */ >| >| #include <unistd.h> >| #ifdef __APPLE__ >| #include <sys/random.h> >| #endif >| #ifdef __linux__ >| #error 1 >| #endif >| >| int >| main () >| { >| >| getentropy(0, 0); >| >| ; >| return 0; >| } >configure:10038: result: no >configure:10108: checking for NETTLE >configure:10115: $PKG_CONFIG --exists --print-errors "nettle >= $NETTLE_MINIMUM" >Package nettle was not found in the pkg-config search path. >Perhaps you should add the directory containing `nettle.pc' >to the PKG_CONFIG_PATH environment variable >No package 'nettle' found >configure:10118: $? = 1 >configure:10132: $PKG_CONFIG --exists --print-errors "nettle >= $NETTLE_MINIMUM" >Package nettle was not found in the pkg-config search path. >Perhaps you should add the directory containing `nettle.pc' >to the PKG_CONFIG_PATH environment variable >No package 'nettle' found >configure:10135: $? = 1 >configure:10149: result: no >No package 'nettle' found >configure:10166: error: > *** > *** Libnettle 3.4.1 was not found. > > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_c_inline=inline >ac_cv_cxx_compiler_gnu=yes >ac_cv_env_CCASFLAGS_set= >ac_cv_env_CCASFLAGS_value= >ac_cv_env_CCAS_set= >ac_cv_env_CCAS_value= >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set=set >ac_cv_env_CC_value='x86_64-pc-linux-gnu-gcc -m32' >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -march=znver1 -pipe' >ac_cv_env_CMOCKA_CFLAGS_set= >ac_cv_env_CMOCKA_CFLAGS_value= >ac_cv_env_CMOCKA_LIBS_set= >ac_cv_env_CMOCKA_LIBS_value= >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-O2 -march=znver1 -pipe' >ac_cv_env_CXX_set=set >ac_cv_env_CXX_value='x86_64-pc-linux-gnu-g++ -m32' >ac_cv_env_GMP_CFLAGS_set= >ac_cv_env_GMP_CFLAGS_value= >ac_cv_env_GMP_LIBS_set= >ac_cv_env_GMP_LIBS_value= >ac_cv_env_GTKDOC_DEPS_CFLAGS_set= >ac_cv_env_GTKDOC_DEPS_CFLAGS_value= >ac_cv_env_GTKDOC_DEPS_LIBS_set= >ac_cv_env_GTKDOC_DEPS_LIBS_value= >ac_cv_env_GUILE_CFLAGS_set= >ac_cv_env_GUILE_CFLAGS_value= >ac_cv_env_GUILE_LIBS_set= >ac_cv_env_GUILE_LIBS_value= >ac_cv_env_HOGWEED_CFLAGS_set= >ac_cv_env_HOGWEED_CFLAGS_value= >ac_cv_env_HOGWEED_LIBS_set= >ac_cv_env_HOGWEED_LIBS_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LIBTASN1_CFLAGS_set= >ac_cv_env_LIBTASN1_CFLAGS_value= >ac_cv_env_LIBTASN1_LIBS_set= >ac_cv_env_LIBTASN1_LIBS_value= >ac_cv_env_LT_SYS_LIBRARY_PATH_set= >ac_cv_env_LT_SYS_LIBRARY_PATH_value= >ac_cv_env_NETTLE_CFLAGS_set= >ac_cv_env_NETTLE_CFLAGS_value= >ac_cv_env_NETTLE_LIBS_set= >ac_cv_env_NETTLE_LIBS_value= >ac_cv_env_P11_KIT_CFLAGS_set= >ac_cv_env_P11_KIT_CFLAGS_value= >ac_cv_env_P11_KIT_LIBS_set= >ac_cv_env_P11_KIT_LIBS_value= >ac_cv_env_PKG_CONFIG_LIBDIR_set=set >ac_cv_env_PKG_CONFIG_LIBDIR_value=/usr/lib32/pkgconfig >ac_cv_env_PKG_CONFIG_PATH_set=set >ac_cv_env_PKG_CONFIG_PATH_value=/usr/share/pkgconfig >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_YACC_set= >ac_cv_env_YACC_value= >ac_cv_env_YFLAGS_set= >ac_cv_env_YFLAGS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=i686-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=i686-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_header_cpuid_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_netinet_tcp_h=yes >ac_cv_header_stdatomic_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_threads_h=yes >ac_cv_header_unistd_h=yes >ac_cv_host=i686-pc-linux-gnu >ac_cv_member_struct_iovec_iov_base=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_PKG_CONFIG=/usr/bin/i686-pc-linux-gnu-pkg-config >ac_cv_path_SED=/bin/sed >ac_cv_path_install='/usr/bin/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=i686-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC='x86_64-pc-linux-gnu-gcc -m32' >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -m32 -E' >ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib >ac_cv_prog_YACC='bison -y' >ac_cv_prog_cc_c89= >ac_cv_prog_cc_c99= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_safe_to_define___extensions__=yes >ac_cv_search___atomic_load_4=-latomic >ac_cv_should_define__xopen_source=no >ac_cv_sys_file_offset_bits=64 >ac_cv_sys_largefile_CC=no >ac_cv_sys_largefile_source=no >am_cv_CCAS_dependencies_compiler_type=none >am_cv_CC_dependencies_compiler_type=none >am_cv_CXX_dependencies_compiler_type=none >am_cv_ar_interface=ar >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes >gl_cv_c_amsterdam_compiler=no > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/net-libs/gnutls-3.6.7/work/gnutls-3.6.7/build-aux/missing aclocal-1.16' >ALLOCA='' >ALLOCA_H='' >ALLOW_SHA1_FALSE='' >ALLOW_SHA1_TRUE='' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >ANDROID_FALSE='' >ANDROID_TRUE='#' >APPLE_UNIVERSAL_BUILD='' >AR='i686-pc-linux-gnu-ar' >ARFLAGS='cr' >ASM_AARCH64_FALSE='' >ASM_AARCH64_TRUE='#' >ASM_X86_32_FALSE='#' >ASM_X86_32_TRUE='' >ASM_X86_64_FALSE='' >ASM_X86_64_TRUE='#' >ASM_X86_FALSE='#' >ASM_X86_TRUE='' >AUTOCONF='${SHELL} /var/tmp/portage/net-libs/gnutls-3.6.7/work/gnutls-3.6.7/build-aux/missing autoconf' >AUTOGEN='' >AUTOHEADER='${SHELL} /var/tmp/portage/net-libs/gnutls-3.6.7/work/gnutls-3.6.7/build-aux/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/net-libs/gnutls-3.6.7/work/gnutls-3.6.7/build-aux/missing automake-1.16' >AWK='gawk' >BITSIZEOF_PTRDIFF_T='' >BITSIZEOF_SIG_ATOMIC_T='' >BITSIZEOF_SIZE_T='' >BITSIZEOF_WCHAR_T='' >BITSIZEOF_WINT_T='' >BYTESWAP_H='' >CC='x86_64-pc-linux-gnu-gcc -m32' >CCAS='x86_64-pc-linux-gnu-gcc -m32' >CCASDEPMODE='depmode=none' >CCASFLAGS='-O2 -march=znver1 -pipe' >CCDEPMODE='depmode=none' >CFLAGS='-O2 -march=znver1 -pipe' >CMOCKA_CFLAGS='' >CMOCKA_LIBS='' >CODE_COVERAGE_CFLAGS='' >CODE_COVERAGE_CPPFLAGS='' >CODE_COVERAGE_CXXFLAGS='' >CODE_COVERAGE_ENABLED='no' >CODE_COVERAGE_ENABLED_FALSE='' >CODE_COVERAGE_ENABLED_TRUE='#' >CODE_COVERAGE_LIBS='' >CONFIG_INCLUDE='' >CPP='x86_64-pc-linux-gnu-gcc -m32 -E' >CPPFLAGS='' >CRYWRAP_PATCHLEVEL='3' >CXX='x86_64-pc-linux-gnu-g++ -m32' >CXXCPP='' >CXXDEPMODE='depmode=none' >CXXFLAGS='-O2 -march=znver1 -pipe' >CXX_LT_AGE='1' >CXX_LT_CURRENT='29' >CXX_LT_REVISION='0' >CYGPATH_W='echo' >DEFINE_IOVEC_T='#include <sys/uio.h> >DEFS='' >DEPDIR='.deps' >DISABLE_BASH_TESTS_FALSE='' >DISABLE_BASH_TESTS_TRUE='#' >DLLTOOL='' >DLL_SSL_VERSION='27' >DLL_VERSION='30' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ELF_FALSE='#' >ELF_TRUE='' >EMULTIHOP_HIDDEN='' >EMULTIHOP_VALUE='' >ENABLE_ALPN_FALSE='' >ENABLE_ALPN_TRUE='' >ENABLE_ANON_FALSE='' >ENABLE_ANON_TRUE='' >ENABLE_CXX_FALSE='#' >ENABLE_CXX_TRUE='' >ENABLE_DANE_FALSE='' >ENABLE_DANE_TRUE='' >ENABLE_DHE_FALSE='' >ENABLE_DHE_TRUE='' >ENABLE_DOC_FALSE='' >ENABLE_DOC_TRUE='#' >ENABLE_DTLS_SRTP_FALSE='' >ENABLE_DTLS_SRTP_TRUE='' >ENABLE_ECDHE_FALSE='' >ENABLE_ECDHE_TRUE='' >ENABLE_FIPS140_FALSE='' >ENABLE_FIPS140_TRUE='' >ENABLE_GOST_FALSE='' >ENABLE_GOST_TRUE='' >ENABLE_GTK_DOC_FALSE='' >ENABLE_GTK_DOC_TRUE='' >ENABLE_HEARTBEAT_FALSE='' >ENABLE_HEARTBEAT_TRUE='' >ENABLE_MANPAGES_FALSE='' >ENABLE_MANPAGES_TRUE='#' >ENABLE_MINITASN1_FALSE='' >ENABLE_MINITASN1_TRUE='' >ENABLE_NETTLE_FALSE='' >ENABLE_NETTLE_TRUE='' >ENABLE_NON_SUITEB_CURVES_FALSE='' >ENABLE_NON_SUITEB_CURVES_TRUE='' >ENABLE_OCSP_FALSE='' >ENABLE_OCSP_TRUE='' >ENABLE_OPENSSL_FALSE='' >ENABLE_OPENSSL_TRUE='' >ENABLE_PADLOCK='' >ENABLE_PADLOCK_FALSE='#' >ENABLE_PADLOCK_TRUE='' >ENABLE_PKCS11_FALSE='' >ENABLE_PKCS11_TRUE='' >ENABLE_PSK_FALSE='' >ENABLE_PSK_TRUE='' >ENABLE_SRP_FALSE='' >ENABLE_SRP_TRUE='' >ENABLE_SSL2_FALSE='' >ENABLE_SSL2_TRUE='' >ENABLE_SSL3_FALSE='' >ENABLE_SSL3_TRUE='' >ENABLE_TESTS_FALSE='' >ENABLE_TESTS_TRUE='' >ENABLE_TLS13_INTEROP_FALSE='#' >ENABLE_TLS13_INTEROP_TRUE='' >ENABLE_TOOLS_FALSE='' >ENABLE_TOOLS_TRUE='#' >ENABLE_TROUSERS_FALSE='' >ENABLE_TROUSERS_TRUE='' >ENOLINK_HIDDEN='' >ENOLINK_VALUE='' >EOVERFLOW_HIDDEN='' >EOVERFLOW_VALUE='' >ERRNO_H='' >EXEEXT='' >FGREP='' >FIPS140_LIBS='' >FLOAT_H='' >GCOV='' >GENHTML='' >GETADDRINFO_LIB='' >GETTEXT_MACRO_VERSION='' >GL_COND_LIBTOOL_FALSE='' >GL_COND_LIBTOOL_TRUE='' >GL_GENERATE_ALLOCA_H_FALSE='' >GL_GENERATE_ALLOCA_H_TRUE='' >GL_GENERATE_BYTESWAP_H_FALSE='' >GL_GENERATE_BYTESWAP_H_TRUE='' >GL_GENERATE_ERRNO_H_FALSE='' >GL_GENERATE_ERRNO_H_TRUE='' >GL_GENERATE_FLOAT_H_FALSE='' >GL_GENERATE_FLOAT_H_TRUE='' >GL_GENERATE_LIMITS_H_FALSE='' >GL_GENERATE_LIMITS_H_TRUE='' >GL_GENERATE_NETINET_IN_H_FALSE='' >GL_GENERATE_NETINET_IN_H_TRUE='' >GL_GENERATE_STDALIGN_H_FALSE='' >GL_GENERATE_STDALIGN_H_TRUE='' >GL_GENERATE_STDBOOL_H_FALSE='' >GL_GENERATE_STDBOOL_H_TRUE='' >GL_GENERATE_STDDEF_H_FALSE='' >GL_GENERATE_STDDEF_H_TRUE='' >GL_GENERATE_STDINT_H_FALSE='' >GL_GENERATE_STDINT_H_TRUE='' >GL_GENERATE_STDNORETURN_H_FALSE='' >GL_GENERATE_STDNORETURN_H_TRUE='' >GMP_CFLAGS='' >GMP_LIBS='' >GMSGFMT='' >GMSGFMT_015='' >GNULIB_ACCEPT4='' >GNULIB_ACCEPT='' >GNULIB_ATOLL='' >GNULIB_BIND='' >GNULIB_BTOWC='' >GNULIB_CALLOC_POSIX='' >GNULIB_CANONICALIZE_FILE_NAME='' >GNULIB_CHDIR='' >GNULIB_CHOWN='' >GNULIB_CLOSE='' >GNULIB_CONNECT='' >GNULIB_CTIME='' >GNULIB_DPRINTF='' >GNULIB_DUP2='' >GNULIB_DUP3='' >GNULIB_DUP='' >GNULIB_DUPLOCALE='' >GNULIB_ENVIRON='' >GNULIB_EUIDACCESS='' >GNULIB_EXPLICIT_BZERO='' >GNULIB_FACCESSAT='' >GNULIB_FCHDIR='' >GNULIB_FCHMODAT='' >GNULIB_FCHOWNAT='' >GNULIB_FCLOSE='' >GNULIB_FCNTL='' >GNULIB_FDATASYNC='' >GNULIB_FDOPEN='' >GNULIB_FFLUSH='' >GNULIB_FFS='' >GNULIB_FFSL='' >GNULIB_FFSLL='' >GNULIB_FGETC='' >GNULIB_FGETS='' >GNULIB_FOPEN='' >GNULIB_FPRINTF='' >GNULIB_FPRINTF_POSIX='' >GNULIB_FPURGE='' >GNULIB_FPUTC='' >GNULIB_FPUTS='' >GNULIB_FREAD='' >GNULIB_FREOPEN='' >GNULIB_FSCANF='' >GNULIB_FSEEK='' >GNULIB_FSEEKO='' >GNULIB_FSTAT='' >GNULIB_FSTATAT='' >GNULIB_FSYNC='' >GNULIB_FTELL='' >GNULIB_FTELLO='' >GNULIB_FTRUNCATE='' >GNULIB_FUTIMENS='' >GNULIB_FWRITE='' >GNULIB_GETADDRINFO='' >GNULIB_GETC='' >GNULIB_GETCHAR='' >GNULIB_GETCWD='' >GNULIB_GETDELIM='' >GNULIB_GETDOMAINNAME='' >GNULIB_GETDTABLESIZE='' >GNULIB_GETGROUPS='' >GNULIB_GETHOSTNAME='' >GNULIB_GETLINE='' >GNULIB_GETLOADAVG='' >GNULIB_GETLOGIN='' >GNULIB_GETLOGIN_R='' >GNULIB_GETPAGESIZE='' >GNULIB_GETPASS='' >GNULIB_GETPEERNAME='' >GNULIB_GETSOCKNAME='' >GNULIB_GETSOCKOPT='' >GNULIB_GETSUBOPT='' >GNULIB_GETTIMEOFDAY='' >GNULIB_GETUSERSHELL='' >GNULIB_GRANTPT='' >GNULIB_GROUP_MEMBER='' >GNULIB_IMAXABS='' >GNULIB_IMAXDIV='' >GNULIB_INET_NTOP='' >GNULIB_INET_PTON='' >GNULIB_IOCTL='' >GNULIB_ISATTY='' >GNULIB_ISBLANK='' >GNULIB_LCHMOD='' >GNULIB_LCHOWN='' >GNULIB_LINK='' >GNULIB_LINKAT='' >GNULIB_LISTEN='' >GNULIB_LOCALECONV='' >GNULIB_LOCALENAME='' >GNULIB_LOCALTIME='' >GNULIB_LSEEK='' >GNULIB_LSTAT='' >GNULIB_MALLOC_POSIX='' >GNULIB_MBRLEN='' >GNULIB_MBRTOWC='' >GNULIB_MBSCASECMP='' >GNULIB_MBSCASESTR='' >GNULIB_MBSCHR='' >GNULIB_MBSCSPN='' >GNULIB_MBSINIT='' >GNULIB_MBSLEN='' >GNULIB_MBSNCASECMP='' >GNULIB_MBSNLEN='' >GNULIB_MBSNRTOWCS='' >GNULIB_MBSPBRK='' >GNULIB_MBSPCASECMP='' >GNULIB_MBSRCHR='' >GNULIB_MBSRTOWCS='' >GNULIB_MBSSEP='' >GNULIB_MBSSPN='' >GNULIB_MBSSTR='' >GNULIB_MBSTOK_R='' >GNULIB_MBTOWC='' >GNULIB_MEMCHR='' >GNULIB_MEMMEM='' >GNULIB_MEMPCPY='' >GNULIB_MEMRCHR='' >GNULIB_MKDIRAT='' >GNULIB_MKDTEMP='' >GNULIB_MKFIFO='' >GNULIB_MKFIFOAT='' >GNULIB_MKNOD='' >GNULIB_MKNODAT='' >GNULIB_MKOSTEMP='' >GNULIB_MKOSTEMPS='' >GNULIB_MKSTEMP='' >GNULIB_MKSTEMPS='' >GNULIB_MKTIME='' >GNULIB_NANOSLEEP='' >GNULIB_NL_LANGINFO='' >GNULIB_NONBLOCKING='' >GNULIB_OBSTACK_PRINTF='' >GNULIB_OBSTACK_PRINTF_POSIX='' >GNULIB_OPEN='' >GNULIB_OPENAT='' >GNULIB_OVERRIDES_STRUCT_STAT='' >GNULIB_OVERRIDES_WINT_T='' >GNULIB_PCLOSE='' >GNULIB_PERROR='' >GNULIB_PIPE2='' >GNULIB_PIPE='' >GNULIB_POPEN='' >GNULIB_POSIX_OPENPT='' >GNULIB_PREAD='' >GNULIB_PRINTF='' >GNULIB_PRINTF_POSIX='' >GNULIB_PSELECT='' >GNULIB_PTHREAD_SIGMASK='' >GNULIB_PTSNAME='' >GNULIB_PTSNAME_R='' >GNULIB_PUTC='' >GNULIB_PUTCHAR='' >GNULIB_PUTENV='' >GNULIB_PUTS='' >GNULIB_PWRITE='' >GNULIB_QSORT_R='' >GNULIB_RAISE='' >GNULIB_RANDOM='' >GNULIB_RANDOM_R='' >GNULIB_RAWMEMCHR='' >GNULIB_READ='' >GNULIB_READLINK='' >GNULIB_READLINKAT='' >GNULIB_REALLOCARRAY='' >GNULIB_REALLOC_POSIX='' >GNULIB_REALPATH='' >GNULIB_RECV='' >GNULIB_RECVFROM='' >GNULIB_REMOVE='' >GNULIB_RENAME='' >GNULIB_RENAMEAT='' >GNULIB_RMDIR='' >GNULIB_RPMATCH='' >GNULIB_SCANF='' >GNULIB_SECURE_GETENV='' >GNULIB_SELECT='' >GNULIB_SEND='' >GNULIB_SENDTO='' >GNULIB_SETENV='' >GNULIB_SETHOSTNAME='' >GNULIB_SETLOCALE='' >GNULIB_SETSOCKOPT='' >GNULIB_SHUTDOWN='' >GNULIB_SIGACTION='' >GNULIB_SIGNAL_H_SIGPIPE='' >GNULIB_SIGPROCMASK='' >GNULIB_SLEEP='' >GNULIB_SNPRINTF='' >GNULIB_SOCKET='' >GNULIB_SPRINTF_POSIX='' >GNULIB_STAT='' >GNULIB_STDIO_H_NONBLOCKING='' >GNULIB_STDIO_H_SIGPIPE='' >GNULIB_STPCPY='' >GNULIB_STPNCPY='' >GNULIB_STRCASESTR='' >GNULIB_STRCHRNUL='' >GNULIB_STRDUP='' >GNULIB_STRERROR='' >GNULIB_STRERROR_R='' >GNULIB_STRFTIME='' >GNULIB_STRNCAT='' >GNULIB_STRNDUP='' >GNULIB_STRNLEN='' >GNULIB_STRPBRK='' >GNULIB_STRPTIME='' >GNULIB_STRSEP='' >GNULIB_STRSIGNAL='' >GNULIB_STRSTR='' >GNULIB_STRTOD='' >GNULIB_STRTOIMAX='' >GNULIB_STRTOK_R='' >GNULIB_STRTOLL='' >GNULIB_STRTOULL='' >GNULIB_STRTOUMAX='' >GNULIB_STRVERSCMP='' >GNULIB_SYMLINK='' >GNULIB_SYMLINKAT='' >GNULIB_SYSTEM_POSIX='' >GNULIB_TIMEGM='' >GNULIB_TIME_R='' >GNULIB_TIME_RZ='' >GNULIB_TMPFILE='' >GNULIB_TRUNCATE='' >GNULIB_TTYNAME_R='' >GNULIB_TZSET='' >GNULIB_UNISTD_H_NONBLOCKING='' >GNULIB_UNISTD_H_SIGPIPE='' >GNULIB_UNLINK='' >GNULIB_UNLINKAT='' >GNULIB_UNLOCKPT='' >GNULIB_UNSETENV='' >GNULIB_USLEEP='' >GNULIB_UTIMENSAT='' >GNULIB_VASPRINTF='' >GNULIB_VDPRINTF='' >GNULIB_VFPRINTF='' >GNULIB_VFPRINTF_POSIX='' >GNULIB_VFSCANF='' >GNULIB_VPRINTF='' >GNULIB_VPRINTF_POSIX='' >GNULIB_VSCANF='' >GNULIB_VSNPRINTF='' >GNULIB_VSPRINTF_POSIX='' >GNULIB_WCPCPY='' >GNULIB_WCPNCPY='' >GNULIB_WCRTOMB='' >GNULIB_WCSCASECMP='' >GNULIB_WCSCAT='' >GNULIB_WCSCHR='' >GNULIB_WCSCMP='' >GNULIB_WCSCOLL='' >GNULIB_WCSCPY='' >GNULIB_WCSCSPN='' >GNULIB_WCSDUP='' >GNULIB_WCSFTIME='' >GNULIB_WCSLEN='' >GNULIB_WCSNCASECMP='' >GNULIB_WCSNCAT='' >GNULIB_WCSNCMP='' >GNULIB_WCSNCPY='' >GNULIB_WCSNLEN='' >GNULIB_WCSNRTOMBS='' >GNULIB_WCSPBRK='' >GNULIB_WCSRCHR='' >GNULIB_WCSRTOMBS='' >GNULIB_WCSSPN='' >GNULIB_WCSSTR='' >GNULIB_WCSTOK='' >GNULIB_WCSWIDTH='' >GNULIB_WCSXFRM='' >GNULIB_WCTOB='' >GNULIB_WCTOMB='' >GNULIB_WCWIDTH='' >GNULIB_WMEMCHR='' >GNULIB_WMEMCMP='' >GNULIB_WMEMCPY='' >GNULIB_WMEMMOVE='' >GNULIB_WMEMSET='' >GNULIB_WRITE='' >GNULIB__EXIT='' >GNUTLS_REQUIRES_PRIVATE='' >GREP='/bin/grep' >GTKDOC_CHECK='' >GTKDOC_CHECK_PATH='' >GTKDOC_DEPS_CFLAGS='' >GTKDOC_DEPS_LIBS='' >GTKDOC_MKPDF='' >GTKDOC_REBASE='' >GTK_DOC_BUILD_HTML_FALSE='' >GTK_DOC_BUILD_HTML_TRUE='' >GTK_DOC_BUILD_PDF_FALSE='' >GTK_DOC_BUILD_PDF_TRUE='' >GTK_DOC_USE_LIBTOOL_FALSE='' >GTK_DOC_USE_LIBTOOL_TRUE='' >GTK_DOC_USE_REBASE_FALSE='' >GTK_DOC_USE_REBASE_TRUE='' >GUILD='' >GUILE='' >GUILE_CFLAGS='' >GUILE_CONFIG='' >GUILE_EFFECTIVE_VERSION='' >GUILE_EXTENSION='' >GUILE_LDFLAGS='' >GUILE_LIBS='' >GUILE_LTLIBS='' >GUILE_SITE='' >GUILE_SITE_CCACHE='' >GUILE_TOOLS='' >HAVE_ACCEPT4='' >HAVE_ARPA_INET_H='' >HAVE_ATOLL='' >HAVE_BTOWC='' >HAVE_C99_STDINT_H='' >HAVE_CANONICALIZE_FILE_NAME='' >HAVE_CHOWN='' >HAVE_CMOCKA_FALSE='' >HAVE_CMOCKA_TRUE='' >HAVE_CRTDEFS_H='' >HAVE_DECL_ENVIRON='' >HAVE_DECL_FCHDIR='' >HAVE_DECL_FDATASYNC='' >HAVE_DECL_FPURGE='' >HAVE_DECL_FREEADDRINFO='' >HAVE_DECL_FSEEKO='' >HAVE_DECL_FTELLO='' >HAVE_DECL_GAI_STRERROR='' >HAVE_DECL_GETADDRINFO='' >HAVE_DECL_GETDELIM='' >HAVE_DECL_GETDOMAINNAME='' >HAVE_DECL_GETLINE='' >HAVE_DECL_GETLOADAVG='' >HAVE_DECL_GETLOGIN='' >HAVE_DECL_GETLOGIN_R='' >HAVE_DECL_GETNAMEINFO='' >HAVE_DECL_GETPAGESIZE='' >HAVE_DECL_GETUSERSHELL='' >HAVE_DECL_IMAXABS='' >HAVE_DECL_IMAXDIV='' >HAVE_DECL_INET_NTOP='' >HAVE_DECL_INET_PTON='' >HAVE_DECL_INITSTATE='' >HAVE_DECL_LOCALTIME_R='' >HAVE_DECL_MEMMEM='' >HAVE_DECL_MEMRCHR='' >HAVE_DECL_OBSTACK_PRINTF='' >HAVE_DECL_SETENV='' >HAVE_DECL_SETHOSTNAME='' >HAVE_DECL_SETSTATE='' >HAVE_DECL_SNPRINTF='' >HAVE_DECL_STRDUP='' >HAVE_DECL_STRERROR_R='' >HAVE_DECL_STRNCASECMP='' >HAVE_DECL_STRNDUP='' >HAVE_DECL_STRNLEN='' >HAVE_DECL_STRSIGNAL='' >HAVE_DECL_STRTOIMAX='' >HAVE_DECL_STRTOK_R='' >HAVE_DECL_STRTOUMAX='' >HAVE_DECL_TRUNCATE='' >HAVE_DECL_TTYNAME_R='' >HAVE_DECL_UNSETENV='' >HAVE_DECL_VSNPRINTF='' >HAVE_DECL_WCTOB='' >HAVE_DECL_WCWIDTH='' >HAVE_DPRINTF='' >HAVE_DUP2='' >HAVE_DUP3='' >HAVE_DUPLOCALE='' >HAVE_EUIDACCESS='' >HAVE_EXPLICIT_BZERO='' >HAVE_FACCESSAT='' >HAVE_FCHDIR='' >HAVE_FCHMODAT='' >HAVE_FCHOWNAT='' >HAVE_FCNTL='' >HAVE_FDATASYNC='' >HAVE_FEATURES_H='' >HAVE_FFS='' >HAVE_FFSL='' >HAVE_FFSLL='' >HAVE_FORK_FALSE='' >HAVE_FORK_TRUE='' >HAVE_FREELOCALE='' >HAVE_FSEEKO='' >HAVE_FSTATAT='' >HAVE_FSYNC='' >HAVE_FTELLO='' >HAVE_FTRUNCATE='' >HAVE_FUTIMENS='' >HAVE_GCC_FALSE='#' >HAVE_GCC_GNU89_INLINE_OPTION_FALSE='' >HAVE_GCC_GNU89_INLINE_OPTION_TRUE='#' >HAVE_GCC_TRUE='' >HAVE_GETDTABLESIZE='' >HAVE_GETENTROPY_FALSE='' >HAVE_GETENTROPY_TRUE='#' >HAVE_GETGROUPS='' >HAVE_GETHOSTNAME='' >HAVE_GETLOGIN='' >HAVE_GETPAGESIZE='' >HAVE_GETPASS='' >HAVE_GETSUBOPT='' >HAVE_GETTIMEOFDAY='' >HAVE_GRANTPT='' >HAVE_GROUP_MEMBER='' >HAVE_GTK_DOC_FALSE='' >HAVE_GTK_DOC_TRUE='' >HAVE_GUILD_FALSE='' >HAVE_GUILD_TRUE='' >HAVE_GUILE_FALSE='' >HAVE_GUILE_TRUE='' >HAVE_IMAXDIV_T='' >HAVE_INTTYPES_H='' >HAVE_ISBLANK='' >HAVE_LANGINFO_ALTMON='' >HAVE_LANGINFO_CODESET='' >HAVE_LANGINFO_ERA='' >HAVE_LANGINFO_H='' >HAVE_LANGINFO_T_FMT_AMPM='' >HAVE_LANGINFO_YESEXPR='' >HAVE_LCHMOD='' >HAVE_LCHOWN='' >HAVE_LD_OUTPUT_DEF_FALSE='' >HAVE_LD_OUTPUT_DEF_TRUE='' >HAVE_LD_VERSION_SCRIPT_FALSE='' >HAVE_LD_VERSION_SCRIPT_TRUE='' >HAVE_LIBCRYPTO='' >HAVE_LIBCRYPTO_FALSE='' >HAVE_LIBCRYPTO_TRUE='' >HAVE_LIBDL='' >HAVE_LIBIDN2_FALSE='' >HAVE_LIBIDN2_TRUE='' >HAVE_LIBPTHREAD='' >HAVE_LIBRT='' >HAVE_LIBSECCOMP='' >HAVE_LIBUNISTRING_FALSE='' >HAVE_LIBUNISTRING_TRUE='' >HAVE_LINK='' >HAVE_LINKAT='' >HAVE_LONG_LONG_INT='' >HAVE_LSTAT='' >HAVE_MAX_ALIGN_T='' >HAVE_MBRLEN='' >HAVE_MBRTOWC='' >HAVE_MBSINIT='' >HAVE_MBSLEN='' >HAVE_MBSNRTOWCS='' >HAVE_MBSRTOWCS='' >HAVE_MEMCHR='' >HAVE_MEMPCPY='' >HAVE_MKDIRAT='' >HAVE_MKDTEMP='' >HAVE_MKFIFO='' >HAVE_MKFIFOAT='' >HAVE_MKNOD='' >HAVE_MKNODAT='' >HAVE_MKOSTEMP='' >HAVE_MKOSTEMPS='' >HAVE_MKSTEMP='' >HAVE_MKSTEMPS='' >HAVE_MSVC_INVALID_PARAMETER_HANDLER='' >HAVE_NANOSLEEP='' >HAVE_NETDB_H='' >HAVE_NETINET_IN_H='' >HAVE_NEWLOCALE='' >HAVE_NL_LANGINFO='' >HAVE_OPENAT='' >HAVE_OS_H='' >HAVE_PCLOSE='' >HAVE_PIPE2='' >HAVE_PIPE='' >HAVE_PKCS11_TRUST_STORE_FALSE='' >HAVE_PKCS11_TRUST_STORE_TRUE='' >HAVE_POPEN='' >HAVE_POSIX_OPENPT='' >HAVE_POSIX_SIGNALBLOCKING='' >HAVE_PREAD='' >HAVE_PSELECT='' >HAVE_PTHREAD_SIGMASK='' >HAVE_PTSNAME='' >HAVE_PTSNAME_R='' >HAVE_PWRITE='' >HAVE_QSORT_R='' >HAVE_RAISE='' >HAVE_RANDOM='' >HAVE_RANDOM_H='' >HAVE_RANDOM_R='' >HAVE_RAWMEMCHR='' >HAVE_READLINK='' >HAVE_READLINKAT='' >HAVE_REALLOCARRAY='' >HAVE_REALPATH='' >HAVE_RENAMEAT='' >HAVE_RPMATCH='' >HAVE_SA_FAMILY_T='' >HAVE_SECCOMP_TESTS_FALSE='' >HAVE_SECCOMP_TESTS_TRUE='' >HAVE_SECURE_GETENV='' >HAVE_SETENV='' >HAVE_SETHOSTNAME='' >HAVE_SIGACTION='' >HAVE_SIGHANDLER_T='' >HAVE_SIGINFO_T='' >HAVE_SIGNED_SIG_ATOMIC_T='' >HAVE_SIGNED_WCHAR_T='' >HAVE_SIGNED_WINT_T='' >HAVE_SIGSET_T='' >HAVE_SLEEP='' >HAVE_STDINT_H='' >HAVE_STPCPY='' >HAVE_STPNCPY='' >HAVE_STRCASECMP='' >HAVE_STRCASESTR='' >HAVE_STRCHRNUL='' >HAVE_STRINGS_H='' >HAVE_STRPBRK='' >HAVE_STRPTIME='' >HAVE_STRSEP='' >HAVE_STRTOD='' >HAVE_STRTOLL='' >HAVE_STRTOULL='' >HAVE_STRUCT_ADDRINFO='' >HAVE_STRUCT_RANDOM_DATA='' >HAVE_STRUCT_SIGACTION_SA_SIGACTION='' >HAVE_STRUCT_SOCKADDR_STORAGE='' >HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY='' >HAVE_STRUCT_TIMEVAL='' >HAVE_STRVERSCMP='' >HAVE_SYMLINK='' >HAVE_SYMLINKAT='' >HAVE_SYS_BITYPES_H='' >HAVE_SYS_INTTYPES_H='' >HAVE_SYS_IOCTL_H='' >HAVE_SYS_LOADAVG_H='' >HAVE_SYS_PARAM_H='' >HAVE_SYS_SELECT_H='' >HAVE_SYS_SOCKET_H='' >HAVE_SYS_TIME_H='' >HAVE_SYS_TYPES_H='' >HAVE_SYS_UIO_H='' >HAVE_TIMEGM='' >HAVE_TIMEZONE_T='' >HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='' >HAVE_TZSET='' >HAVE_UNISTD_H='' >HAVE_UNLINKAT='' >HAVE_UNLOCKPT='' >HAVE_UNSIGNED_LONG_LONG_INT='' >HAVE_USLEEP='' >HAVE_UTIMENSAT='' >HAVE_VASPRINTF='' >HAVE_VDPRINTF='' >HAVE_WCHAR_H='' >HAVE_WCHAR_T='' >HAVE_WCPCPY='' >HAVE_WCPNCPY='' >HAVE_WCRTOMB='' >HAVE_WCSCASECMP='' >HAVE_WCSCAT='' >HAVE_WCSCHR='' >HAVE_WCSCMP='' >HAVE_WCSCOLL='' >HAVE_WCSCPY='' >HAVE_WCSCSPN='' >HAVE_WCSDUP='' >HAVE_WCSFTIME='' >HAVE_WCSLEN='' >HAVE_WCSNCASECMP='' >HAVE_WCSNCAT='' >HAVE_WCSNCMP='' >HAVE_WCSNCPY='' >HAVE_WCSNLEN='' >HAVE_WCSNRTOMBS='' >HAVE_WCSPBRK='' >HAVE_WCSRCHR='' >HAVE_WCSRTOMBS='' >HAVE_WCSSPN='' >HAVE_WCSSTR='' >HAVE_WCSTOK='' >HAVE_WCSWIDTH='' >HAVE_WCSXFRM='' >HAVE_WINSOCK2_H='' >HAVE_WINT_T='' >HAVE_WMEMCHR='' >HAVE_WMEMCMP='' >HAVE_WMEMCPY='' >HAVE_WMEMMOVE='' >HAVE_WMEMSET='' >HAVE_WS2TCPIP_H='' >HAVE_XLOCALE_H='' >HAVE__BOOL='' >HAVE__EXIT='' >HOGWEED_CFLAGS='' >HOGWEED_LIBS='' >HOSTENT_LIB='' >HTML_DIR='' >INCLUDE_NEXT='' >INCLUDE_NEXT_AS_FIRST_DIRECTIVE='' >INET_NTOP_LIB='' >INET_PTON_LIB='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_LIBOPTS_FALSE='' >INSTALL_LIBOPTS_TRUE='' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >INT32_MAX_LT_INTMAX_MAX='' >INT64_MAX_EQ_LONG_MAX='' >INTLLIBS='' >INTL_MACOSX_LIBS='' >LCOV='' >LD='x86_64-pc-linux-gnu-ld -m elf_i386' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBATOMIC_LIBS='-latomic' >LIBCRYPTO='' >LIBCRYPTO_PREFIX='' >LIBDL='' >LIBDL_PREFIX='' >LIBGNUTLS_CFLAGS='' >LIBGNUTLS_LIBS='' >LIBICONV='' >LIBIDN2_CFLAGS='' >LIBIDN2_LIBS='' >LIBINTL='' >LIBMULTITHREAD='' >LIBOBJS='' >LIBOPTS_CFLAGS='' >LIBOPTS_DIR='' >LIBOPTS_LDADD='' >LIBPTH='' >LIBPTHREAD='' >LIBPTHREAD_PREFIX='' >LIBPTH_PREFIX='' >LIBRT='' >LIBRT_PREFIX='' >LIBS='-latomic ' >LIBSECCOMP='' >LIBSECCOMP_PREFIX='' >LIBSOCKET='' >LIBTASN1_CFLAGS='' >LIBTASN1_LIBS='' >LIBTESTS_LIBDEPS='' >LIBTHREAD='' >LIBTOOL='' >LIBUNISTRING='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_NOT_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_NOT_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_AND_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_BYNAME_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_BYNAME_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CC_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CC_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CF_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CF_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CN_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CN_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CO_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CO_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CS_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_CS_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_C_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_C_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LC_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LC_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LL_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LL_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LM_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LM_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LONGNAME_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LONGNAME_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LO_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LO_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LT_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LT_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LU_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_LU_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_L_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_L_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MC_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MC_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ME_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ME_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MN_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_MN_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_M_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NAME_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NAME_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ND_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ND_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NL_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NL_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NONE_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NO_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_NO_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_N_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_N_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OF_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OR_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_OR_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PC_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PC_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PD_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PD_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PE_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PE_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PF_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PF_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PI_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PI_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PO_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PO_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PS_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_PS_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_P_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_P_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SC_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SC_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SK_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SK_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SM_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SM_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SO_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_SO_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_S_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_S_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_TEST_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZL_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZL_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZP_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZP_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZS_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_ZS_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_Z_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_CATEGORY_Z_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DEFAULT_IGNORABLE_CODE_POINT_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_DEFAULT_IGNORABLE_CODE_POINT_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_JOIN_CONTROL_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_JOIN_CONTROL_TRUE='' >LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_NOT_A_CHARACTER_FALSE='' >LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_NOT_A_CHARACTER_TRUE='' >LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_FALSE='' >LIBUNISTRING_COMPILE_UNINORM_CANONICAL_DECOMPOSITION_TRUE='' >LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_FALSE='' >LIBUNISTRING_COMPILE_UNINORM_COMPOSITION_TRUE='' >LIBUNISTRING_COMPILE_UNINORM_DECOMPOSITION_FALSE='' >LIBUNISTRING_COMPILE_UNINORM_DECOMPOSITION_TRUE='' >LIBUNISTRING_COMPILE_UNINORM_NFC_FALSE='' >LIBUNISTRING_COMPILE_UNINORM_NFC_TRUE='' >LIBUNISTRING_COMPILE_UNINORM_NFD_FALSE='' >LIBUNISTRING_COMPILE_UNINORM_NFD_TRUE='' >LIBUNISTRING_COMPILE_UNINORM_NFKC_FALSE='' >LIBUNISTRING_COMPILE_UNINORM_NFKC_TRUE='' >LIBUNISTRING_COMPILE_UNINORM_NFKD_FALSE='' >LIBUNISTRING_COMPILE_UNINORM_NFKD_TRUE='' >LIBUNISTRING_COMPILE_UNINORM_U16_NORMALIZE_FALSE='' >LIBUNISTRING_COMPILE_UNINORM_U16_NORMALIZE_TRUE='' >LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_FALSE='' >LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE_TRUE='' >LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE_FALSE='' >LIBUNISTRING_COMPILE_UNINORM_U8_NORMALIZE_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U16_CPY_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U16_CPY_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUCR_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUCR_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUC_UNSAFE_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U16_MBTOUC_UNSAFE_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U16_TO_U8_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U16_TO_U8_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U16_UCTOMB_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U16_UCTOMB_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U32_CPY_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U32_CPY_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U32_MBTOUC_UNSAFE_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U32_TO_U8_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U32_UCTOMB_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U8_CHECK_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U8_CPY_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U8_CPY_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U8_TO_U16_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U8_TO_U16_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U8_TO_U32_TRUE='' >LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE='' >LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE='' >LIBUNISTRING_UNICTYPE_H='' >LIBUNISTRING_UNINORM_H='' >LIBUNISTRING_UNISTR_H='' >LIBUNISTRING_UNITYPES_H='' >LIB_CLOCK_GETTIME='' >LIB_NANOSLEEP='' >LIB_SELECT='' >LIMITS_H='' >LIPO='' >LN_S='' >LOCALE_FR='' >LOCALE_FR_UTF8='' >LOCALE_JA='' >LOCALE_TR_UTF8='' >LOCALE_ZH_CN='' >LTALLOCA='' >LTLIBCRYPTO='' >LTLIBDL='' >LTLIBICONV='' >LTLIBINTL='' >LTLIBMULTITHREAD='' >LTLIBOBJS='' >LTLIBPTH='' >LTLIBPTHREAD='' >LTLIBRT='' >LTLIBSECCOMP='' >LTLIBTHREAD='' >LT_AGE='23' >LT_CURRENT='53' >LT_DANE_AGE='4' >LT_DANE_CURRENT='4' >LT_DANE_REVISION='1' >LT_REVISION='2' >LT_SSL_AGE='0' >LT_SSL_CURRENT='27' >LT_SSL_REVISION='2' >LT_SYS_LIBRARY_PATH='' >LT_XSSL_AGE='0' >LT_XSSL_CURRENT='0' >LT_XSSL_REVISION='0' >MACOSX_FALSE='' >MACOSX_TRUE='#' >MAINT='' >MAINTAINER_MODE_FALSE='#' >MAINTAINER_MODE_TRUE='' >MAJOR_VERSION='3' >MAKEINFO='${SHELL} /var/tmp/portage/net-libs/gnutls-3.6.7/work/gnutls-3.6.7/build-aux/missing makeinfo' >MANIFEST_TOOL='' >MINOR_VERSION='6' >MKDIR_P='/bin/mkdir -p' >MSGFMT='' >MSGFMT_015='' >MSGMERGE='' >NEEDS_LIBRT_FALSE='' >NEEDS_LIBRT_TRUE='' >NEED_LIBOPTS_FALSE='' >NEED_LIBOPTS_TRUE='' >NETINET_IN_H='' >NETTLE_CFLAGS='' >NETTLE_LIBS='' >NEXT_ARPA_INET_H='' >NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H='' >NEXT_AS_FIRST_DIRECTIVE_CTYPE_H='' >NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' >NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='' >NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' >NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='' >NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='' >NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='' >NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='' >NEXT_AS_FIRST_DIRECTIVE_NETDB_H='' >NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H='' >NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='' >NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' >NEXT_AS_FIRST_DIRECTIVE_STDINT_H='' >NEXT_AS_FIRST_DIRECTIVE_STDIO_H='' >NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' >NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='' >NEXT_AS_FIRST_DIRECTIVE_STRING_H='' >NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H='' >NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='' >NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H='' >NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='' >NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='' >NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='' >NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H='' >NEXT_AS_FIRST_DIRECTIVE_TIME_H='' >NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' >NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' >NEXT_CTYPE_H='' >NEXT_ERRNO_H='' >NEXT_FCNTL_H='' >NEXT_FLOAT_H='' >NEXT_INTTYPES_H='' >NEXT_LANGINFO_H='' >NEXT_LIMITS_H='' >NEXT_LOCALE_H='' >NEXT_NETDB_H='' >NEXT_NETINET_IN_H='' >NEXT_SIGNAL_H='' >NEXT_STDDEF_H='' >NEXT_STDINT_H='' >NEXT_STDIO_H='' >NEXT_STDLIB_H='' >NEXT_STRINGS_H='' >NEXT_STRING_H='' >NEXT_SYS_IOCTL_H='' >NEXT_SYS_SELECT_H='' >NEXT_SYS_SOCKET_H='' >NEXT_SYS_STAT_H='' >NEXT_SYS_TIME_H='' >NEXT_SYS_TYPES_H='' >NEXT_SYS_UIO_H='' >NEXT_TIME_H='' >NEXT_UNISTD_H='' >NEXT_WCHAR_H='' >NM='' >NMEDIT='' >NUMBER_VERSION='0x030607' >OBJDUMP='' >OBJEXT='o' >OTOOL64='' >OTOOL='' >P11KIT_0_23_11_API_FALSE='' >P11KIT_0_23_11_API_TRUE='' >P11_KIT_CFLAGS='' >P11_KIT_LIBS='' >PACKAGE='gnutls' >PACKAGE_BUGREPORT='bugs@gnutls.org' >PACKAGE_NAME='GnuTLS' >PACKAGE_STRING='GnuTLS 3.6.7' >PACKAGE_TARNAME='gnutls' >PACKAGE_URL='' >PACKAGE_VERSION='3.6.7' >PATCH_VERSION='7' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/i686-pc-linux-gnu-pkg-config' >PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig' >PKG_CONFIG_PATH='/usr/share/pkgconfig' >PMCCABE='' >POSIX_SHELL='' >POSUB='' >PRAGMA_COLUMNS='' >PRAGMA_SYSTEM_HEADER='' >PRIPTR_PREFIX='' >PRI_MACROS_BROKEN='' >PTHREAD_H_DEFINES_STRUCT_TIMESPEC='' >PTRDIFF_T_SUFFIX='' >RANLIB='i686-pc-linux-gnu-ranlib' >REPLACE_BTOWC='' >REPLACE_CALLOC='' >REPLACE_CANONICALIZE_FILE_NAME='' >REPLACE_CHOWN='' >REPLACE_CLOSE='' >REPLACE_CTIME='' >REPLACE_DPRINTF='' >REPLACE_DUP2='' >REPLACE_DUP='' >REPLACE_DUPLOCALE='' >REPLACE_FACCESSAT='' >REPLACE_FCHOWNAT='' >REPLACE_FCLOSE='' >REPLACE_FCNTL='' >REPLACE_FDOPEN='' >REPLACE_FFLUSH='' >REPLACE_FOPEN='' >REPLACE_FPRINTF='' >REPLACE_FPURGE='' >REPLACE_FREELOCALE='' >REPLACE_FREOPEN='' >REPLACE_FSEEK='' >REPLACE_FSEEKO='' >REPLACE_FSTAT='' >REPLACE_FSTATAT='' >REPLACE_FTELL='' >REPLACE_FTELLO='' >REPLACE_FTRUNCATE='' >REPLACE_FUTIMENS='' >REPLACE_GAI_STRERROR='' >REPLACE_GETCWD='' >REPLACE_GETDELIM='' >REPLACE_GETDOMAINNAME='' >REPLACE_GETDTABLESIZE='' >REPLACE_GETGROUPS='' >REPLACE_GETLINE='' >REPLACE_GETLOGIN_R='' >REPLACE_GETPAGESIZE='' >REPLACE_GETPASS='' >REPLACE_GETTIMEOFDAY='' >REPLACE_GMTIME='' >REPLACE_INET_NTOP='' >REPLACE_INET_PTON='' >REPLACE_IOCTL='' >REPLACE_ISATTY='' >REPLACE_ITOLD='' >REPLACE_LCHOWN='' >REPLACE_LINK='' >REPLACE_LINKAT='' >REPLACE_LOCALECONV='' >REPLACE_LOCALTIME='' >REPLACE_LOCALTIME_R='' >REPLACE_LSEEK='' >REPLACE_LSTAT='' >REPLACE_MALLOC='' >REPLACE_MBRLEN='' >REPLACE_MBRTOWC='' >REPLACE_MBSINIT='' >REPLACE_MBSNRTOWCS='' >REPLACE_MBSRTOWCS='' >REPLACE_MBSTATE_T='' >REPLACE_MBTOWC='' >REPLACE_MEMCHR='' >REPLACE_MEMMEM='' >REPLACE_MKDIR='' >REPLACE_MKFIFO='' >REPLACE_MKNOD='' >REPLACE_MKSTEMP='' >REPLACE_MKTIME='' >REPLACE_NANOSLEEP='' >REPLACE_NEWLOCALE='' >REPLACE_NL_LANGINFO='' >REPLACE_NULL='' >REPLACE_OBSTACK_PRINTF='' >REPLACE_OPEN='' >REPLACE_OPENAT='' >REPLACE_PERROR='' >REPLACE_POPEN='' >REPLACE_PREAD='' >REPLACE_PRINTF='' >REPLACE_PSELECT='' >REPLACE_PTHREAD_SIGMASK='' >REPLACE_PTSNAME='' >REPLACE_PTSNAME_R='' >REPLACE_PUTENV='' >REPLACE_PWRITE='' >REPLACE_QSORT_R='' >REPLACE_RAISE='' >REPLACE_RANDOM_R='' >REPLACE_READ='' >REPLACE_READLINK='' >REPLACE_READLINKAT='' >REPLACE_REALLOC='' >REPLACE_REALPATH='' >REPLACE_REMOVE='' >REPLACE_RENAME='' >REPLACE_RENAMEAT='' >REPLACE_RMDIR='' >REPLACE_SELECT='' >REPLACE_SETENV='' >REPLACE_SETLOCALE='' >REPLACE_SLEEP='' >REPLACE_SNPRINTF='' >REPLACE_SPRINTF='' >REPLACE_STAT='' >REPLACE_STDIO_READ_FUNCS='' >REPLACE_STDIO_WRITE_FUNCS='' >REPLACE_STPNCPY='' >REPLACE_STRCASESTR='' >REPLACE_STRCHRNUL='' >REPLACE_STRDUP='' >REPLACE_STRERROR='' >REPLACE_STRERROR_R='' >REPLACE_STRFTIME='' >REPLACE_STRNCAT='' >REPLACE_STRNDUP='' >REPLACE_STRNLEN='' >REPLACE_STRSIGNAL='' >REPLACE_STRSTR='' >REPLACE_STRTOD='' >REPLACE_STRTOIMAX='' >REPLACE_STRTOK_R='' >REPLACE_STRTOUMAX='' >REPLACE_STRUCT_LCONV='' >REPLACE_STRUCT_TIMEVAL='' >REPLACE_SYMLINK='' >REPLACE_SYMLINKAT='' >REPLACE_TIMEGM='' >REPLACE_TMPFILE='' >REPLACE_TRUNCATE='' >REPLACE_TTYNAME_R='' >REPLACE_TZSET='' >REPLACE_UNLINK='' >REPLACE_UNLINKAT='' >REPLACE_UNSETENV='' >REPLACE_USLEEP='' >REPLACE_UTIMENSAT='' >REPLACE_VASPRINTF='' >REPLACE_VDPRINTF='' >REPLACE_VFPRINTF='' >REPLACE_VPRINTF='' >REPLACE_VSNPRINTF='' >REPLACE_VSPRINTF='' >REPLACE_WCRTOMB='' >REPLACE_WCSFTIME='' >REPLACE_WCSNRTOMBS='' >REPLACE_WCSRTOMBS='' >REPLACE_WCSWIDTH='' >REPLACE_WCTOB='' >REPLACE_WCTOMB='' >REPLACE_WCWIDTH='' >REPLACE_WRITE='' >SED='/bin/sed' >SERVENT_LIB='' >SET_MAKE='' >SHELL='/bin/sh' >SIG_ATOMIC_T_SUFFIX='' >SIZE_T_SUFFIX='' >STDALIGN_H='' >STDBOOL_H='' >STDDEF_H='' >STDINT_H='' >STDNORETURN_H='' >STRIP='' >SYS_IOCTL_H_HAVE_WINSOCK2_H='' >SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='' >SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='' >TIME_H_DEFINES_STRUCT_TIMESPEC='' >TROUSERS_LIB='' >TSS_CFLAGS='' >TSS_LIBS='' >UINT32_MAX_LT_UINTMAX_MAX='' >UINT64_MAX_EQ_ULONG_MAX='' >UNBOUND_CFLAGS='' >UNBOUND_LIBS='' >UNDEFINE_STRTOK_R='' >UNISTD_H_DEFINES_STRUCT_TIMESPEC='' >UNISTD_H_HAVE_WINSOCK2_H='' >UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='' >USE_NLS='' >VALGRIND='' >VERSION='3.6.7' >WANT_TEST_SUITE_FALSE='' >WANT_TEST_SUITE_TRUE='' >WARN_CFLAGS='' >WCHAR_T_SUFFIX='' >WERROR_CFLAGS='' >WINDOWS_64_BIT_OFF_T='' >WINDOWS_64_BIT_ST_SIZE='' >WINDOWS_FALSE='' >WINDOWS_STAT_INODES='' >WINDOWS_STAT_TIMESPEC='' >WINDOWS_TRUE='#' >WINT_T_SUFFIX='' >WSTACK_CFLAGS='' >XGETTEXT='' >XGETTEXT_015='' >XGETTEXT_EXTRA_OPTIONS='' >YACC='bison -y' >YEAR='' >YFLAGS='' >abs_aux_dir='' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_DUMPBIN='' >ac_cv_sizeof_time_t='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCCAS_FALSE='' >am__fastdepCCAS_TRUE='#' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__fastdepCXX_FALSE='' >am__fastdepCXX_TRUE='#' >am__include='include' >am__isrc=' -I$(srcdir)' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} xf -' >autogen='' >bindir='${exec_prefix}/bin' >build='i686-pc-linux-gnu' >build_alias='i686-pc-linux-gnu' >build_cpu='i686' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/gnutls-3.6.7' >dvidir='${docdir}' >exec_prefix='NONE' >ggl_LIBOBJS='' >ggl_LTLIBOBJS='' >ggltests_LIBOBJS='' >ggltests_LTLIBOBJS='' >ggltests_WITNESS='' >gl_LIBOBJS='' >gl_LTLIBOBJS='' >gltests_LIBOBJS='' >gltests_LTLIBOBJS='' >gltests_WITNESS='' >guile_snarf='' >guileextensiondir='' >guileobjectdir='' >host='i686-pc-linux-gnu' >host_alias='i686-pc-linux-gnu' >host_cpu='i686' >host_os='linux-gnu' >host_vendor='pc' >htmldir='/usr/share/doc/gnutls-3.6.7/html' >ifGNUmake='' >ifnGNUmake='' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/net-libs/gnutls-3.6.7/work/gnutls-3.6.7/build-aux/install-sh' >libdir='/usr/lib32' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >runstatedir='${localstatedir}/run' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' >typedef struct iovec giovec_t;' >unistring_LIBOBJS='' >unistring_LTLIBOBJS='' >unistringtests_LIBOBJS='' >unistringtests_LTLIBOBJS='' >unistringtests_WITNESS='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "GnuTLS" >#define PACKAGE_TARNAME "gnutls" >#define PACKAGE_VERSION "3.6.7" >#define PACKAGE_STRING "GnuTLS 3.6.7" >#define PACKAGE_BUGREPORT "bugs@gnutls.org" >#define PACKAGE_URL "" >#define PACKAGE "gnutls" >#define VERSION "3.6.7" >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define __EXTENSIONS__ 1 >#define _ALL_SOURCE 1 >#define _DARWIN_C_SOURCE 1 >#define _GNU_SOURCE 1 >#define _NETBSD_SOURCE 1 >#define _OPENBSD_SOURCE 1 >#define _POSIX_PTHREAD_SEMANTICS 1 >#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >#define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >#define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >#define __STDC_WANT_LIB_EXT2__ 1 >#define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >#define _TANDEM_SOURCE 1 >#define _HPUX_ALT_XOPEN_SOCKET_API 1 >#define HAVE_FSEEKO 1 >#define _FILE_OFFSET_BITS 64 >#define _DARWIN_USE_64_BIT_INODE 1 >#define STDC_HEADERS 1 >#define HAVE_CPUID_H 1 >#define HAVE_STRUCT_IOVEC_IOV_BASE 1 >#define HAVE_NETINET_TCP_H 1 >#define HAVE_STDATOMIC_H 1 >#define HAVE_THREADS_H 1 >#define ENABLE_PADLOCK 1 >#define HAVE_GETRANDOM 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 682202
: 571426 |
571428