Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 581576 Details for
Bug 689046
net-dns/bind-tools-9.12.3_p4 configure: error: gost not supported
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), 120.19 KB, created by
Conrad Kostecki
on 2019-06-30 21:24:56 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Conrad Kostecki
Created:
2019-06-30 21:24:56 UTC
Size:
120.19 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 BIND configure 9.12, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/bind-tools-9.12.3_p4 --htmldir=/usr/share/doc/bind-tools-9.12.3_p4/html --with-sysroot=/ --libdir=/usr/lib64 --localstatedir=/var --without-python --without-libjson --without-zlib --without-lmdb --enable-ipv6 --without-idnkit --with-libidn2 --enable-seccomp --with-openssl=/usr --with-libxml2 --without-gssapi --with-readline --with-gost --with-randomdev=/dev/urandom --with-readline=-lreadline > >## --------- ## >## Platform. ## >## --------- ## > >hostname = gentoo-sandbox >uname -m = x86_64 >uname -r = 5.1.15-gentoo >uname -s = Linux >uname -v = #1 SMP Sun Jun 30 21:44:32 CEST 2019 > >/usr/bin/uname -p = unknown >/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/ccache/bin >PATH: /usr/lib/portage/python3.7/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.7/ebuild-helpers >PATH: /usr/lib/llvm/8/bin >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/lib64/subversion/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2735: 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:2870: checking build system type >configure:2884: result: x86_64-pc-linux-gnu >configure:2904: checking host system type >configure:2917: result: x86_64-pc-linux-gnu >configure:2938: checking whether make sets $(MAKE) >configure:2960: result: yes >configure:3028: checking how to print strings >configure:3055: result: printf >configure:3084: checking for x86_64-pc-linux-gnu-gcc >configure:3100: found /usr/lib/ccache/bin/x86_64-pc-linux-gnu-gcc >configure:3111: result: x86_64-pc-linux-gnu-gcc >configure:3380: checking for C compiler version >configure:3389: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 9.1.0-r1 p1.1) 9.1.0 >Copyright (C) 2019 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:3400: $? = 0 >configure:3389: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/bin/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-9.1.0-r1/work/gcc-9.1.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/9.1.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include/g++-v9 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/9.1.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 9.1.0-r1 p1.1' --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-systemtap --enable-vtable-verify --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp >Thread model: posix >gcc version 9.1.0 (Gentoo 9.1.0-r1 p1.1) >configure:3400: $? = 0 >configure:3389: x86_64-pc-linux-gnu-gcc -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:3400: $? = 1 >configure:3389: x86_64-pc-linux-gnu-gcc -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:3400: $? = 1 >configure:3420: checking whether the C compiler works >configure:3442: x86_64-pc-linux-gnu-gcc -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c >&5 >configure:3446: $? = 0 >configure:3494: result: yes >configure:3497: checking for C compiler default output file name >configure:3499: result: a.out >configure:3505: checking for suffix of executables >configure:3512: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c >&5 >configure:3516: $? = 0 >configure:3538: result: >configure:3560: checking whether we are cross compiling >configure:3568: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c >&5 >configure:3572: $? = 0 >configure:3579: ./conftest >configure:3583: $? = 0 >configure:3571: result: no >configure:3576: checking for suffix of object files >configure:3598: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:3602: $? = 0 >configure:3623: result: o >configure:3627: checking whether we are using the GNU C compiler >configure:3646: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:3646: $? = 0 >configure:3655: result: yes >configure:3664: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3684: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3684: $? = 0 >configure:3725: result: yes >configure:3742: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3805: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:3805: $? = 0 >configure:3818: result: none needed >configure:3838: checking for a sed that does not truncate output >configure:3902: result: /bin/sed >configure:3920: checking for grep that handles long lines and -e >configure:3978: result: /bin/grep >configure:3983: checking for egrep >configure:4045: result: /bin/grep -E >configure:4050: checking for fgrep >configure:4112: result: /bin/grep -F >configure:4147: checking for ld used by x86_64-pc-linux-gnu-gcc >configure:4214: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:4221: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:4236: result: yes >configure:4248: checking for BSD- or MS-compatible name lister (nm) >configure:4302: result: /usr/bin/x86_64-pc-linux-gnu-nm -B >configure:4432: checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface >configure:4439: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:4442: /usr/bin/x86_64-pc-linux-gnu-nm -B "conftest.o" >configure:4445: output >0000000000000000 B some_variable >configure:4446: result: BSD nm >configure:4449: checking whether ln -s works >configure:4453: result: yes >configure:4461: checking the maximum length of command line arguments >configure:4597: result: 1572864 >configure:4645: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format >configure:4685: result: func_convert_file_noop >configure:4692: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:4712: result: func_convert_file_noop >configure:4719: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:4726: result: -r >configure:4760: checking for x86_64-pc-linux-gnu-objdump >configure:4776: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:4787: result: x86_64-pc-linux-gnu-objdump >configure:4859: checking how to recognize dependent libraries >configure:5059: result: pass_all >configure:5104: checking for x86_64-pc-linux-gnu-dlltool >configure:5134: result: no >configure:5144: checking for dlltool >configure:5174: result: no >configure:5204: checking how to associate runtime and link libraries >configure:5231: result: printf %s\n >configure:5248: checking for x86_64-pc-linux-gnu-ar >configure:5264: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:5275: result: x86_64-pc-linux-gnu-ar >configure:5356: checking for archiver @FILE support >configure:5373: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:5373: $? = 0 >configure:5376: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:5379: $? = 0 >configure:5384: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory >configure:5387: $? = 1 >configure:5386: result: @ >configure:5404: checking for x86_64-pc-linux-gnu-strip >configure:5420: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:5431: result: x86_64-pc-linux-gnu-strip >configure:5503: checking for x86_64-pc-linux-gnu-ranlib >configure:5519: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:5530: result: x86_64-pc-linux-gnu-ranlib >configure:5647: checking for gawk >configure:5663: found /usr/bin/gawk >configure:5674: result: gawk >configure:5714: checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object >configure:5867: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:5870: $? = 0 >configure:5874: /usr/bin/x86_64-pc-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm >configure:5877: $? = 0 >configure:5943: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c conftstm.o >&5 >configure:5946: $? = 0 >configure:5984: result: ok >configure:6031: checking for sysroot >configure:6061: result: / >configure:6068: checking for a working dd >configure:6106: result: /bin/dd >configure:6110: checking how to truncate binary pipes >configure:6125: result: /bin/dd bs=4096 count=1 >configure:6261: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:6264: $? = 0 >configure:6414: checking for x86_64-pc-linux-gnu-mt >configure:6444: result: no >configure:6454: checking for mt >configure:6484: result: no >configure:6504: checking if : is a manifest tool >configure:6510: : '-?' >configure:6518: result: no >configure:7195: checking how to run the C preprocessor >configure:7226: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7226: $? = 0 >configure:7240: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:7240: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:7265: result: x86_64-pc-linux-gnu-gcc -E >configure:7285: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7285: $? = 0 >configure:7299: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:7299: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:7328: checking for ANSI C header files >configure:7348: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:7348: $? = 0 >configure:7421: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c >&5 >configure:7421: $? = 0 >configure:7421: ./conftest >configure:7421: $? = 0 >configure:7432: result: yes >configure:7445: checking for sys/types.h >configure:7445: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:7445: $? = 0 >configure:7445: result: yes >configure:7445: checking for sys/stat.h >configure:7445: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:7445: $? = 0 >configure:7445: result: yes >configure:7445: checking for stdlib.h >configure:7445: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:7445: $? = 0 >configure:7445: result: yes >configure:7445: checking for string.h >configure:7445: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:7445: $? = 0 >configure:7445: result: yes >configure:7445: checking for memory.h >configure:7445: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:7445: $? = 0 >configure:7445: result: yes >configure:7445: checking for strings.h >configure:7445: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:7445: $? = 0 >configure:7445: result: yes >configure:7445: checking for inttypes.h >configure:7445: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:7445: $? = 0 >configure:7445: result: yes >configure:7445: checking for stdint.h >configure:7445: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:7445: $? = 0 >configure:7445: result: yes >configure:7445: checking for unistd.h >configure:7445: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:7445: $? = 0 >configure:7445: result: yes >configure:7459: checking for dlfcn.h >configure:7459: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:7459: $? = 0 >configure:7459: result: yes >configure:7715: checking for objdir >configure:7730: result: .libs >configure:7994: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:8012: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C >configure:8016: $? = 0 >configure:8029: result: no >configure:8387: checking for x86_64-pc-linux-gnu-gcc option to produce PIC >configure:8394: result: -fPIC -DPIC >configure:8402: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works >configure:8420: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -fPIC -DPIC -DPIC conftest.c >&5 >configure:8424: $? = 0 >configure:8437: result: yes >configure:8466: checking if x86_64-pc-linux-gnu-gcc static flag -static works >configure:8494: result: yes >configure:8509: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:8530: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -o out/conftest2.o conftest.c >&5 >configure:8534: $? = 0 >configure:8556: result: yes >configure:8564: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:8611: result: yes >configure:8644: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:9903: result: yes >configure:9940: checking whether -lc should be explicitly linked in >configure:9948: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:9951: $? = 0 >configure:9966: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:9969: $? = 0 >configure:9983: result: no >configure:10143: checking dynamic linker characteristics >configure:10737: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:10737: $? = 0 >configure:10974: result: GNU/Linux ld.so >configure:11096: checking how to hardcode library paths into programs >configure:11121: result: immediate >configure:11669: checking whether stripping libraries is possible >configure:11674: result: yes >configure:11709: checking if libtool supports shared libraries >configure:11711: result: yes >configure:11714: checking whether to build shared libraries >configure:11739: result: yes >configure:11742: checking whether to build static libraries >configure:11746: result: yes >configure:8576: checking for a BSD-compatible install >configure:8644: result: /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c >configure:8655: checking whether ln -s works >configure:8659: result: yes >configure:8756: checking for getrandom >configure:8756: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c >&5 >configure:8756: $? = 0 >configure:8756: result: yes >configure:8781: checking for library containing seccomp_init >configure:8812: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-dns/bind-tools-9.12.3_p4/temp/ccYO2c7w.o: in function `main': >conftest.c:(.text.startup+0x8): undefined reference to `seccomp_init' >collect2: error: ld returned 1 exit status >configure:8812: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 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 seccomp_init (); >| int >| main () >| { >| return seccomp_init (); >| ; >| return 0; >| } >configure:8812: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >configure:8812: $? = 0 >configure:8829: result: -lseccomp >configure:8885: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >configure:8885: $? = 0 >configure:8885: ./conftest >configure:8885: $? = 0 >configure:8911: checking for ar >configure:8929: found /usr/bin/ar >configure:8941: result: /usr/bin/ar >configure:8975: checking for etags >configure:9008: result: no >configure:8975: checking for emacs-etags >configure:9008: result: no >configure:9044: checking for perl5 >configure:9077: result: no >configure:9044: checking for perl >configure:9062: found /usr/bin/perl >configure:9074: result: /usr/bin/perl >configure:9122: checking for python support >configure:9124: result: disabled >configure:9414: checking for x86_64-pc-linux-gnu-gcc >configure:9441: result: x86_64-pc-linux-gnu-gcc >configure:9710: checking for C compiler version >configure:9719: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 9.1.0-r1 p1.1) 9.1.0 >Copyright (C) 2019 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:9730: $? = 0 >configure:9719: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/bin/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-9.1.0-r1/work/gcc-9.1.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/9.1.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/9.1.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include/g++-v9 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/9.1.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 9.1.0-r1 p1.1' --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-systemtap --enable-vtable-verify --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp >Thread model: posix >gcc version 9.1.0 (Gentoo 9.1.0-r1 p1.1) >configure:9730: $? = 0 >configure:9719: x86_64-pc-linux-gnu-gcc -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:9730: $? = 1 >configure:9719: x86_64-pc-linux-gnu-gcc -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:9730: $? = 1 >configure:9734: checking whether we are using the GNU C compiler >configure:9762: result: yes >configure:9771: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:9832: result: yes >configure:9849: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:9925: result: none needed >configure:9945: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99 >configure:10094: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE conftest.c >&5 >configure:10094: $? = 0 >configure:10107: result: none needed >configure:10170: checking for ANSI C header files >configure:10274: result: yes >configure:10286: checking for fcntl.h >configure:10286: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10286: $? = 0 >configure:10286: result: yes >configure:10286: checking for regex.h >configure:10286: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10286: $? = 0 >configure:10286: result: yes >configure:10286: checking for sys/time.h >configure:10286: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10286: $? = 0 >configure:10286: result: yes >configure:10286: checking for unistd.h >configure:10286: result: yes >configure:10286: checking for sys/mman.h >configure:10286: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10286: $? = 0 >configure:10286: result: yes >configure:10286: checking for sys/sockio.h >configure:10286: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >conftest.c:71:10: fatal error: sys/sockio.h: No such file or directory > 71 | #include <sys/sockio.h> > | ^~~~~~~~~~~~~~ >compilation terminated. >configure:10286: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_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 >| #ifdef HAVE_SYS_PARAM_H >| # include <sys/param.h> >| #endif >| #ifdef HAVE_SYS_SOCKET_H >| # include <sys/socket.h> >| #endif >| >| >| #include <sys/sockio.h> >configure:10286: result: no >configure:10286: checking for sys/select.h >configure:10286: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10286: $? = 0 >configure:10286: result: yes >configure:10286: checking for sys/param.h >configure:10286: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10286: $? = 0 >configure:10286: result: yes >configure:10286: checking for sys/sysctl.h >configure:10286: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10286: $? = 0 >configure:10286: result: yes >configure:10286: checking for net/if6.h >configure:10286: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >conftest.c:74:10: fatal error: net/if6.h: No such file or directory > 74 | #include <net/if6.h> > | ^~~~~~~~~~~ >compilation terminated. >configure:10286: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_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 >| #ifdef HAVE_SYS_PARAM_H >| # include <sys/param.h> >| #endif >| #ifdef HAVE_SYS_SOCKET_H >| # include <sys/socket.h> >| #endif >| >| >| #include <net/if6.h> >configure:10286: result: no >configure:10286: checking for sys/socket.h >configure:10286: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10286: $? = 0 >configure:10286: result: yes >configure:10286: checking for net/route.h >configure:10286: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10286: $? = 0 >configure:10286: result: yes >configure:10286: checking for linux/netlink.h >configure:10286: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10286: $? = 0 >configure:10286: result: yes >configure:10286: checking for linux/rtnetlink.h >configure:10286: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10286: $? = 0 >configure:10286: result: yes >configure:10305: checking for an ANSI C-conforming const >configure:10371: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10371: $? = 0 >configure:10378: result: yes >configure:10386: checking for inline >configure:10402: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10402: $? = 0 >configure:10410: result: inline >configure:10428: checking for working volatile >configure:10447: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10447: $? = 0 >configure:10454: result: yes >configure:10462: checking for sysctlbyname >configure:10462: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-dns/bind-tools-9.12.3_p4/temp/ccTTyNBf.o: in function `main': >conftest.c:(.text.startup+0x8): undefined reference to `sysctlbyname' >collect2: error: ld returned 1 exit status >configure:10462: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| /* end confdefs.h. */ >| /* Define sysctlbyname to an innocuous variant, in case <limits.h> declares sysctlbyname. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define sysctlbyname innocuous_sysctlbyname >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char sysctlbyname (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef sysctlbyname >| >| /* 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 sysctlbyname (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_sysctlbyname || defined __stub___sysctlbyname >| choke me >| #endif >| >| int >| main () >| { >| return sysctlbyname (); >| ; >| return 0; >| } >configure:10462: result: no >configure:10469: checking for flexible array members >configure:10492: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10492: $? = 0 >configure:10499: result: yes >configure:10516: checking for mmap >configure:10516: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >configure:10516: $? = 0 >configure:10516: result: yes >configure:10532: checking for seteuid >configure:10532: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >configure:10532: $? = 0 >configure:10532: result: yes >configure:10532: checking for setresuid >configure:10532: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >configure:10532: $? = 0 >configure:10532: result: yes >configure:10544: checking for setegid >configure:10544: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >configure:10544: $? = 0 >configure:10544: result: yes >configure:10544: checking for setresgid >configure:10544: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >configure:10544: $? = 0 >configure:10544: result: yes >configure:10558: checking for ftello >configure:10558: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >configure:10558: $? = 0 >configure:10558: result: yes >configure:10558: checking for fseeko >configure:10558: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >configure:10558: $? = 0 >configure:10558: result: yes >configure:10572: checking for static inline breakage >configure:10593: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10593: $? = 0 >configure:10594: result: no >configure:10605: checking for size_t >configure:10605: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10605: $? = 0 >configure:10605: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:81:21: error: expected expression before ')' token > 81 | if (sizeof ((size_t))) > | ^ >configure:10605: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 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 >| int >| main () >| { >| if (sizeof ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:10605: result: yes >configure:10616: checking for ssize_t >configure:10616: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10616: $? = 0 >configure:10616: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:81:22: error: expected expression before ')' token > 81 | if (sizeof ((ssize_t))) > | ^ >configure:10616: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 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 >| int >| main () >| { >| if (sizeof ((ssize_t))) >| return 0; >| ; >| return 0; >| } >configure:10616: result: yes >configure:10628: checking for uintptr_t >configure:10628: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10628: $? = 0 >configure:10628: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:81:24: error: expected expression before ')' token > 81 | if (sizeof ((uintptr_t))) > | ^ >configure:10628: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 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 >| int >| main () >| { >| if (sizeof ((uintptr_t))) >| return 0; >| ; >| return 0; >| } >configure:10628: result: yes >configure:10665: checking for socklen_t >configure:10665: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10665: $? = 0 >configure:10665: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:54:24: error: expected expression before ')' token > 54 | if (sizeof ((socklen_t))) > | ^ >configure:10665: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| >| >| int >| main () >| { >| if (sizeof ((socklen_t))) >| return 0; >| ; >| return 0; >| } >configure:10665: result: yes >configure:10702: checking whether time.h and sys/time.h may both be included >configure:10722: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10722: $? = 0 >configure:10729: result: yes >configure:10737: checking for long long >configure:10750: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10750: $? = 0 >configure:10751: result: yes >configure:10765: checking for uname >configure:10786: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10786: $? = 0 >configure:10787: result: yes >configure:10802: checking for GCC noreturn attribute >configure:10815: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:10815: $? = 0 >configure:10816: result: yes >configure:10833: checking for struct lifconf >configure:10854: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:58:16: error: storage size of 'lifconf' isn't known > 58 | struct lifconf lifconf; > | ^~~~~~~ >configure:10854: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/socket.h> >| #include <net/if.h> >| >| int >| main () >| { >| >| struct lifconf lifconf; >| lifconf.lifc_len = 0; >| >| >| ; >| return 0; >| } >configure:10859: result: no >configure:10878: checking for kqueue >configure:10878: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-dns/bind-tools-9.12.3_p4/temp/ccDplVe8.o: in function `main': >conftest.c:(.text.startup+0x8): undefined reference to `kqueue' >collect2: error: ld returned 1 exit status >configure:10878: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 1 >| /* end confdefs.h. */ >| /* Define kqueue to an innocuous variant, in case <limits.h> declares kqueue. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define kqueue innocuous_kqueue >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char kqueue (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef kqueue >| >| /* 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 kqueue (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_kqueue || defined __stub___kqueue >| choke me >| #endif >| >| int >| main () >| { >| return kqueue (); >| ; >| return 0; >| } >configure:10878: result: no >configure:10913: checking epoll support >configure:10931: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >configure:10931: $? = 0 >configure:10931: ./conftest >configure:10931: $? = 0 >configure:10932: result: yes >configure:10969: checking sys/devpoll.h usability >configure:10969: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >conftest.c:82:10: fatal error: sys/devpoll.h: No such file or directory > 82 | #include <sys/devpoll.h> > | ^~~~~~~~~~~~~~~ >compilation terminated. >configure:10969: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 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 <sys/devpoll.h> >configure:10969: result: no >configure:10969: checking sys/devpoll.h presence >configure:10969: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE conftest.c >conftest.c:49:10: fatal error: sys/devpoll.h: No such file or directory > 49 | #include <sys/devpoll.h> > | ^~~~~~~~~~~~~~~ >compilation terminated. >configure:10969: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 1 >| /* end confdefs.h. */ >| #include <sys/devpoll.h> >configure:10969: result: no >configure:10969: checking for sys/devpoll.h >configure:10969: result: no >configure:10969: checking devpoll.h usability >configure:10969: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >conftest.c:82:10: fatal error: devpoll.h: No such file or directory > 82 | #include <devpoll.h> > | ^~~~~~~~~~~ >compilation terminated. >configure:10969: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 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 <devpoll.h> >configure:10969: result: no >configure:10969: checking devpoll.h presence >configure:10969: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE conftest.c >conftest.c:49:10: fatal error: devpoll.h: No such file or directory > 49 | #include <devpoll.h> > | ^~~~~~~~~~~ >compilation terminated. >configure:10969: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 1 >| /* end confdefs.h. */ >| #include <devpoll.h> >configure:10969: result: no >configure:10969: checking for devpoll.h >configure:10969: result: no >configure:10995: checking if unistd.h or sys/types.h defines fd_set >configure:11010: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:11010: $? = 0 >configure:11011: result: yes >configure:11045: checking whether byte ordering is bigendian >configure:11060: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >conftest.c:50:9: error: unknown type name 'not' > 50 | not a universal capable compiler > | ^~~ >conftest.c:50:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' > 50 | not a universal capable compiler > | ^~~~~~~~~ >conftest.c:50:15: error: unknown type name 'universal' >configure:11060: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 1 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:11105: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:11105: $? = 0 >configure:11123: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:56:4: error: unknown type name 'not'; did you mean 'ino_t'? > 56 | not big endian > | ^~~ > | ino_t >conftest.c:56:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' > 56 | not big endian > | ^~~~~~ >configure:11123: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| >| int >| main () >| { >| #if BYTE_ORDER != BIG_ENDIAN >| not big endian >| #endif >| >| ; >| return 0; >| } >configure:11251: result: no >configure:11298: checking for GeoIP support >configure:11300: result: disabled >configure:11531: checking for GSSAPI library >configure:11722: result: disabled >configure:11955: checking for random device >configure:12022: result: using "/dev/urandom" >configure:12048: checking for arc4random >configure:12048: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-dns/bind-tools-9.12.3_p4/temp/ccKOI5KB.o: in function `main': >conftest.c:(.text.startup+0x8): undefined reference to `arc4random' >collect2: error: ld returned 1 exit status >configure:12048: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 1 >| #define PATH_RANDOMDEV "/dev/urandom" >| /* end confdefs.h. */ >| /* Define arc4random to an innocuous variant, in case <limits.h> declares arc4random. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define arc4random innocuous_arc4random >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char arc4random (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef arc4random >| >| /* 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 arc4random (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_arc4random || defined __stub___arc4random >| choke me >| #endif >| >| int >| main () >| { >| return arc4random (); >| ; >| return 0; >| } >configure:12048: result: no >configure:12059: checking for arc4random_stir >configure:12059: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-dns/bind-tools-9.12.3_p4/temp/ccui346F.o: in function `main': >conftest.c:(.text.startup+0x8): undefined reference to `arc4random_stir' >collect2: error: ld returned 1 exit status >configure:12059: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 1 >| #define PATH_RANDOMDEV "/dev/urandom" >| /* end confdefs.h. */ >| /* Define arc4random_stir to an innocuous variant, in case <limits.h> declares arc4random_stir. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define arc4random_stir innocuous_arc4random_stir >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char arc4random_stir (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef arc4random_stir >| >| /* 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 arc4random_stir (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_arc4random_stir || defined __stub___arc4random_stir >| choke me >| #endif >| >| int >| main () >| { >| return arc4random_stir (); >| ; >| return 0; >| } >configure:12059: result: no >configure:12070: checking for arc4random_addrandom >configure:12070: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lseccomp >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-dns/bind-tools-9.12.3_p4/temp/ccipxMcI.o: in function `main': >conftest.c:(.text.startup+0x8): undefined reference to `arc4random_addrandom' >collect2: error: ld returned 1 exit status >configure:12070: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 1 >| #define PATH_RANDOMDEV "/dev/urandom" >| /* end confdefs.h. */ >| /* Define arc4random_addrandom to an innocuous variant, in case <limits.h> declares arc4random_addrandom. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define arc4random_addrandom innocuous_arc4random_addrandom >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char arc4random_addrandom (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef arc4random_addrandom >| >| /* 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 arc4random_addrandom (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_arc4random_addrandom || defined __stub___arc4random_addrandom >| choke me >| #endif >| >| int >| main () >| { >| return arc4random_addrandom (); >| ; >| return 0; >| } >configure:12070: result: no >configure:12090: checking whether to build with thread support >configure:12170: result: yes >configure:12406: checking for pthread_create in -lpthread >configure:12431: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lpthread -lseccomp >&5 >configure:12431: $? = 0 >configure:12440: result: yes >configure:12698: checking for sigwait >configure:12698: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lpthread -lseccomp >&5 >configure:12698: $? = 0 >configure:12698: result: yes >configure:12831: checking for pthread_attr_getstacksize >configure:12831: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lpthread -lseccomp >&5 >configure:12831: $? = 0 >configure:12831: result: yes >configure:12838: checking for pthread_attr_setstacksize >configure:12838: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lpthread -lseccomp >&5 >configure:12838: $? = 0 >configure:12838: result: yes >configure:12856: checking for PTHREAD_MUTEX_ADAPTIVE_NP >configure:12877: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:12877: $? = 0 >configure:12878: result: using adaptive lock type >configure:12900: checking sched.h usability >configure:12900: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >configure:12900: $? = 0 >configure:12900: result: yes >configure:12900: checking sched.h presence >configure:12900: x86_64-pc-linux-gnu-gcc -E -D_GNU_SOURCE conftest.c >configure:12900: $? = 0 >configure:12900: result: yes >configure:12900: checking for sched.h >configure:12900: result: yes >configure:12964: checking for sched_yield >configure:12964: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lpthread -lseccomp >&5 >configure:12964: $? = 0 >configure:12964: result: yes >configure:12964: checking for pthread_yield >configure:12964: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lpthread -lseccomp >&5 >configure:12964: $? = 0 >configure:12964: result: yes >configure:12964: checking for pthread_yield_np >configure:12964: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lpthread -lseccomp >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-dns/bind-tools-9.12.3_p4/temp/cc2I4zt6.o: in function `main': >conftest.c:(.text.startup+0x8): undefined reference to `pthread_yield_np' >collect2: error: ld returned 1 exit status >configure:12964: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 1 >| #define PATH_RANDOMDEV "/dev/urandom" >| #define HAVE_LIBPTHREAD 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 >| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 >| #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_PTHREAD_YIELD 1 >| /* end confdefs.h. */ >| /* Define pthread_yield_np to an innocuous variant, in case <limits.h> declares pthread_yield_np. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pthread_yield_np innocuous_pthread_yield_np >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pthread_yield_np (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef pthread_yield_np >| >| /* 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 pthread_yield_np (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_pthread_yield_np || defined __stub___pthread_yield_np >| choke me >| #endif >| >| int >| main () >| { >| return pthread_yield_np (); >| ; >| return 0; >| } >configure:12964: result: no >configure:13079: checking for pthread_setname_np >configure:13079: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lpthread -lseccomp >&5 >configure:13079: $? = 0 >configure:13079: result: yes >configure:13079: checking for pthread_set_name_np >configure:13079: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lpthread -lseccomp >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/net-dns/bind-tools-9.12.3_p4/temp/ccPqSktc.o: in function `main': >conftest.c:(.text.startup+0x8): undefined reference to `pthread_set_name_np' >collect2: error: ld returned 1 exit status >configure:13079: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 1 >| #define PATH_RANDOMDEV "/dev/urandom" >| #define HAVE_LIBPTHREAD 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 >| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 >| #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_PTHREAD_YIELD 1 >| #define HAVE_LINUXTHREADS 1 >| #define HAVE_PTHREAD_SETNAME_NP 1 >| /* end confdefs.h. */ >| /* Define pthread_set_name_np to an innocuous variant, in case <limits.h> declares pthread_set_name_np. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pthread_set_name_np innocuous_pthread_set_name_np >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pthread_set_name_np (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef pthread_set_name_np >| >| /* 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 pthread_set_name_np (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_pthread_set_name_np || defined __stub___pthread_set_name_np >| choke me >| #endif >| >| int >| main () >| { >| return pthread_set_name_np (); >| ; >| return 0; >| } >configure:13079: result: no >configure:13090: checking for pthread_np.h >configure:13090: x86_64-pc-linux-gnu-gcc -c -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE conftest.c >&5 >conftest.c:62:10: fatal error: pthread_np.h: No such file or directory > 62 | #include <pthread_np.h> > | ^~~~~~~~~~~~~~ >compilation terminated. >configure:13090: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 1 >| #define PATH_RANDOMDEV "/dev/urandom" >| #define HAVE_LIBPTHREAD 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 >| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 >| #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_PTHREAD_YIELD 1 >| #define HAVE_LINUXTHREADS 1 >| #define HAVE_PTHREAD_SETNAME_NP 1 >| /* end confdefs.h. */ >| #include <pthread.h> >| >| #include <pthread_np.h> >configure:13090: result: no >configure:13105: checking for sysconf >configure:13105: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lpthread -lseccomp >&5 >configure:13105: $? = 0 >configure:13105: result: yes >configure:13127: checking for libtool >configure:13160: result: no >configure:13288: checking for OpenSSL library >configure:13441: result: using OpenSSL from /usr/lib and /usr/include >configure:13449: checking whether linking with OpenSSL works >configure:13465: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lcrypto -lpthread -lseccomp >&5 >configure:13465: $? = 0 >configure:13465: ./conftest >configure:13465: $? = 0 >configure:13466: result: yes >configure:13481: checking whether linking with OpenSSL requires -ldl >configure:13508: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lcrypto -lpthread -lseccomp >&5 >configure:13508: $? = 0 >configure:13509: result: no >configure:13554: checking for OpenSSL FIPS mode support >configure:13568: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lcrypto -lpthread -lseccomp >&5 >configure:13568: $? = 0 >configure:13580: result: yes >configure:13587: checking for OpenSSL DSA support >configure:13593: result: yes >configure:13603: checking for EVP_sha256 >configure:13603: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lcrypto -lpthread -lseccomp >&5 >configure:13603: $? = 0 >configure:13603: result: yes >configure:13603: checking for EVP_sha384 >configure:13603: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lcrypto -lpthread -lseccomp >&5 >configure:13603: $? = 0 >configure:13603: result: yes >configure:13603: checking for EVP_sha512 >configure:13603: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lcrypto -lpthread -lseccomp >&5 >configure:13603: $? = 0 >configure:13603: result: yes >configure:13616: checking for DH_get0_key >configure:13616: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lcrypto -lpthread -lseccomp >&5 >configure:13616: $? = 0 >configure:13616: result: yes >configure:13616: checking for ECDSA_SIG_get0 >configure:13616: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lcrypto -lpthread -lseccomp >&5 >configure:13616: $? = 0 >configure:13616: result: yes >configure:13616: checking for RSA_set0_key >configure:13616: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lcrypto -lpthread -lseccomp >&5 >configure:13616: $? = 0 >configure:13616: result: yes >configure:13616: checking for DSA_get0_pqg >configure:13616: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lcrypto -lpthread -lseccomp >&5 >configure:13616: $? = 0 >configure:13616: result: yes >configure:13626: checking for OpenSSL ECDSA support >configure:13652: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lcrypto -lpthread -lseccomp >&5 >configure:13652: $? = 0 >configure:13652: ./conftest >configure:13652: $? = 0 >configure:13653: result: yes >configure:13694: checking for OpenSSL GOST support >configure:13735: x86_64-pc-linux-gnu-gcc -o conftest -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE -D_GNU_SOURCE -Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now conftest.c -lcrypto -lpthread -lseccomp >&5 >conftest.c: In function 'main': >conftest.c:80:2: warning: 'OPENSSL_config' is deprecated [-Wdeprecated-declarations] > 80 | OPENSSL_config(NULL); > | ^~~~~~~~~~~~~~ >In file included from /usr/include/openssl/opensslconf.h:10, > from /usr/include/openssl/e_os2.h:13, > from /usr/include/openssl/bio.h:13, > from /usr/include/openssl/conf.h:13, > from conftest.c:72: >/usr/include/openssl/conf.h:92:1: note: declared here > 92 | DEPRECATEDIN_1_1_0(void OPENSSL_config(const char *config_name)) > | ^~~~~~~~~~~~~~~~~~ >configure:13735: $? = 0 >configure:13735: ./conftest >configure:13735: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "BIND" >| #define PACKAGE_TARNAME "bind" >| #define PACKAGE_VERSION "9.12" >| #define PACKAGE_STRING "BIND 9.12" >| #define PACKAGE_BUGREPORT "info@isc.org" >| #define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define ISC_BUFFER_USEINLINE 1 >| #define HAVE_GETRANDOM 1 >| #define HAVE_LIBSECCOMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_REGEX_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NET_ROUTE_H 1 >| #define HAVE_LINUX_NETLINK_H 1 >| #define HAVE_LINUX_RTNETLINK_H 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_MMAP 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_UINTPTR_T 1 >| #define ISC_SOCKADDR_LEN_T socklen_t >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UNAME 1 >| #define PATH_RANDOMDEV "/dev/urandom" >| #define HAVE_LIBPTHREAD 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 >| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 >| #define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_PTHREAD_YIELD 1 >| #define HAVE_LINUXTHREADS 1 >| #define HAVE_PTHREAD_SETNAME_NP 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_FIPS_MODE 1 >| #define HAVE_OPENSSL_DSA 1 >| #define HAVE_EVP_SHA256 1 >| #define HAVE_EVP_SHA384 1 >| #define HAVE_EVP_SHA512 1 >| #define HAVE_DH_GET0_KEY 1 >| #define HAVE_ECDSA_SIG_GET0 1 >| #define HAVE_RSA_SET0_KEY 1 >| #define HAVE_DSA_GET0_PQG 1 >| #define HAVE_OPENSSL_ECDSA 1 >| /* end confdefs.h. */ >| >| #include <openssl/conf.h> >| #include <openssl/engine.h> >| int main() { >| #if !defined(LIBRESSL_VERSION_NUMBER) && (OPENSSL_VERSION_NUMBER >= 0x10000000L) >| ENGINE *e; >| EC_KEY *ek; >| >| ek = NULL; >| OPENSSL_config(NULL); >| >| e = ENGINE_by_id("gost"); >| if (e == NULL) >| return (1); >| if (ENGINE_init(e) <= 0) >| return (1); >| return (0); >| #else >| return (1); >| #endif >| } >| >configure:13740: result: no >configure:13751: error: gost not supported > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_bigendian=no >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_c_flexmember=yes >ac_cv_c_inline=inline >ac_cv_c_volatile=yes >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LT_SYS_LIBRARY_PATH_set= >ac_cv_env_LT_SYS_LIBRARY_PATH_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_func_DH_get0_key=yes >ac_cv_func_DSA_get0_pqg=yes >ac_cv_func_ECDSA_SIG_get0=yes >ac_cv_func_EVP_sha256=yes >ac_cv_func_EVP_sha384=yes >ac_cv_func_EVP_sha512=yes >ac_cv_func_RSA_set0_key=yes >ac_cv_func_arc4random=no >ac_cv_func_arc4random_addrandom=no >ac_cv_func_arc4random_stir=no >ac_cv_func_fseeko=yes >ac_cv_func_ftello=yes >ac_cv_func_getrandom=yes >ac_cv_func_kqueue=no >ac_cv_func_mmap=yes >ac_cv_func_pthread_attr_getstacksize=yes >ac_cv_func_pthread_attr_setstacksize=yes >ac_cv_func_pthread_set_name_np=no >ac_cv_func_pthread_setname_np=yes >ac_cv_func_pthread_yield=yes >ac_cv_func_pthread_yield_np=no >ac_cv_func_sched_yield=yes >ac_cv_func_setegid=yes >ac_cv_func_seteuid=yes >ac_cv_func_setresgid=yes >ac_cv_func_setresuid=yes >ac_cv_func_sigwait=yes >ac_cv_func_sysconf=yes >ac_cv_func_sysctlbyname=no >ac_cv_have_kqueue=no >ac_cv_header_devpoll_h=no >ac_cv_header_dlfcn_h=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_linux_netlink_h=yes >ac_cv_header_linux_rtnetlink_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_net_if6_h=no >ac_cv_header_net_route_h=yes >ac_cv_header_pthread_np_h=no >ac_cv_header_regex_h=yes >ac_cv_header_sched_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_devpoll_h=no >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_param_h=yes >ac_cv_header_sys_select_h=yes >ac_cv_header_sys_socket_h=yes >ac_cv_header_sys_sockio_h=no >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_sysctl_h=yes >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_time=yes >ac_cv_header_unistd_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_lib_pthread_pthread_create=yes >ac_cv_objext=o >ac_cv_path_AR=/usr/bin/ar >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GREP=/bin/grep >ac_cv_path_PERL=/usr/bin/perl >ac_cv_path_SED=/bin/sed >ac_cv_path_install='/usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c' >ac_cv_path_lt_DD=/bin/dd >ac_cv_prog_AR=x86_64-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_c99= >ac_cv_prog_cc_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_search_seccomp_init=-lseccomp >ac_cv_type_size_t=yes >ac_cv_type_socklen_t=yes >ac_cv_type_ssize_t=yes >ac_cv_type_uintptr_t=yes >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld >lt_cv_path_NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' >lt_cv_path_mainfest_tool=no >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_pic='-fPIC -DPIC' >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_gnu_ld=yes >lt_cv_sharedlib_from_linklib_cmd='printf %s\n' >lt_cv_shlibpath_overrides_runpath=yes >lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' >lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >lt_cv_sys_global_symbol_to_import= >lt_cv_sys_max_cmd_len=1572864 >lt_cv_to_host_file_cmd=func_convert_file_noop >lt_cv_to_tool_file_cmd=func_convert_file_noop >lt_cv_truncate_bin='/bin/dd bs=4096 count=1' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >A='a' >ALWAYS_DEFINES='-D_REENTRANT' >ALWAYS_MAKE_SYMTABLE='' >AR='/usr/bin/ar' >ARFLAGS='cruv' >ATFBIN='' >ATFBUILD='' >ATFLIBS='' >AWK='gawk' >BACKTRACECFLAGS='' >BIND9_BIND9_BUILDINCLUDE='' >BIND9_CONFIGARGS='' >BIND9_CO_RULE='' >BIND9_DESCRIPTION='' >BIND9_DNS_BUILDINCLUDE='' >BIND9_IRS_BUILDINCLUDE='' >BIND9_ISCCC_BUILDINCLUDE='' >BIND9_ISCCFG_BUILDINCLUDE='' >BIND9_ISC_BUILDINCLUDE='' >BIND9_MAJOR='' >BIND9_NS_BUILDINCLUDE='' >BIND9_PRODUCT='' >BIND9_SRCID='' >BIND9_TOP_BUILDDIR='' >BIND9_VERSION='' >BIND9_VERSIONSHORT='' >BIND9_VERSIONSTRING='' >BUILD_CC='x86_64-pc-linux-gnu-gcc' >BUILD_CFLAGS='' >BUILD_CPPFLAGS='' >BUILD_LDFLAGS='' >BUILD_LIBS='' >CC='x86_64-pc-linux-gnu-gcc' >CCNOOPT='-O0' >CCOPT='' >CFLAGS=' -march=native -mfpmath=sse,387 -mtune=intel -O3 -frecord-gcc-switches -fomit-frame-pointer -malign-data=abi -mtls-dialect=gnu2 -pipe -DDIG_SIGCHASE' >CHECKDS='' >CHECK_DSA='0' >CONTRIB_DLZ='' >COVERAGE='' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS=' -D_GNU_SOURCE' >CRYPTO='-DOPENSSL' >CURL='' >DBLATEX='' >DEFS='' >DLLTOOL='false' >DLZ_DRIVER_INCLUDES='' >DLZ_DRIVER_LIBS='' >DLZ_DRIVER_MYSQL_INCLUDES='' >DLZ_DRIVER_MYSQL_LIBS='' >DLZ_DRIVER_OBJS='' >DLZ_DRIVER_SRCS='' >DLZ_SYSTEM_TEST='' >DNSTAP='' >DNSTAPOBJS='' >DNSTAPSRCS='' >DNSTAPTARGETS='' >DNSTAP_PB_C_H='' >DNS_CRYPTO_LIBS='' >DNS_GSSAPI_LIBS='' >DOXYGEN='' >DST_EXTRA_OBJS='' >DST_EXTRA_SRCS='' >DST_GSSAPI_INC='' >DST_OPENSSL_INC='' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ETAGS='' >EXEEXT='' >FGREP='/bin/grep -F' >FSTRM_CAPTURE='' >GENRANDOMLIB='' >GEOIPLINKOBJS='' >GEOIPLINKSRCS='' >GREP='/bin/grep' >IDNKIT_LIBS='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_LIBRARY='${INSTALL_DATA}' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >IRIX_DNSSEC_WARNINGS_HACK='' >IRS_PLATFORM_USEDECLSPEC='' >ISC_ARCH_DIR='' >ISC_EXTRA_OBJS='' >ISC_EXTRA_SRCS='' >ISC_IPV6_C='' >ISC_IPV6_H='' >ISC_IPV6_O='' >ISC_IRS_GETNAMEINFOSOCKLEN='' >ISC_IRS_NEEDADDRINFO='' >ISC_ISCIPV6_O='' >ISC_ISCPK11_API_C='' >ISC_ISCPK11_API_O='' >ISC_OPENSSL_INC='' >ISC_OPENSSL_LIBS='' >ISC_PK11_API_C='' >ISC_PK11_API_O='' >ISC_PK11_C='' >ISC_PK11_O='' >ISC_PK11_RESULT_C='' >ISC_PK11_RESULT_O='' >ISC_PLATFORM_BRACEPTHREADONCEINIT='' >ISC_PLATFORM_BUSYWAITNOP='' >ISC_PLATFORM_CRYPTORANDOM='' >ISC_PLATFORM_FIXIN6ISADDR='' >ISC_PLATFORM_GSSAPIHEADER='' >ISC_PLATFORM_GSSAPI_KRB5_HEADER='' >ISC_PLATFORM_HAVEATOMICSTORE='' >ISC_PLATFORM_HAVEATOMICSTOREQ='' >ISC_PLATFORM_HAVECMPXCHG='' >ISC_PLATFORM_HAVEDEVPOLL='#undef ISC_PLATFORM_HAVEDEVPOLL' >ISC_PLATFORM_HAVEEPOLL='#define ISC_PLATFORM_HAVEEPOLL 1' >ISC_PLATFORM_HAVEGSSAPI='' >ISC_PLATFORM_HAVEIFNAMETOINDEX='' >ISC_PLATFORM_HAVEIF_LADDRCONF='' >ISC_PLATFORM_HAVEIF_LADDRREQ='' >ISC_PLATFORM_HAVEIN6PKTINFO='' >ISC_PLATFORM_HAVEINADDR6='' >ISC_PLATFORM_HAVEIPV6='' >ISC_PLATFORM_HAVEKQUEUE='#undef ISC_PLATFORM_HAVEKQUEUE' >ISC_PLATFORM_HAVELIFCONF='#undef ISC_PLATFORM_HAVELIFCONF' >ISC_PLATFORM_HAVELONGLONG='#define ISC_PLATFORM_HAVELONGLONG 1' >ISC_PLATFORM_HAVESALEN='' >ISC_PLATFORM_HAVESCOPEID='' >ISC_PLATFORM_HAVESOCKADDRSTORAGE='' >ISC_PLATFORM_HAVESTATNSEC='' >ISC_PLATFORM_HAVESTDATOMIC='' >ISC_PLATFORM_HAVESTRINGSH='' >ISC_PLATFORM_HAVESYSUNH='' >ISC_PLATFORM_HAVETFO='' >ISC_PLATFORM_HAVEXADD='' >ISC_PLATFORM_HAVEXADDQ='' >ISC_PLATFORM_KRB5HEADER='' >ISC_PLATFORM_MSGHDRFLAVOR='' >ISC_PLATFORM_NEEDFPRINTF='' >ISC_PLATFORM_NEEDIN6ADDRANY='' >ISC_PLATFORM_NEEDIN6ADDRLOOPBACK='' >ISC_PLATFORM_NEEDMEMMOVE='' >ISC_PLATFORM_NEEDNETINET6IN6H='' >ISC_PLATFORM_NEEDNETINETIN6H='' >ISC_PLATFORM_NEEDNTOP='' >ISC_PLATFORM_NEEDPORTT='' >ISC_PLATFORM_NEEDPRINTF='' >ISC_PLATFORM_NEEDPTON='' >ISC_PLATFORM_NEEDSPRINTF='' >ISC_PLATFORM_NEEDSTRCASESTR='' >ISC_PLATFORM_NEEDSTRLCAT='' >ISC_PLATFORM_NEEDSTRLCPY='' >ISC_PLATFORM_NEEDSTRSEP='' >ISC_PLATFORM_NEEDSTRTOUL='' >ISC_PLATFORM_NEEDSYSSELECTH='#undef ISC_PLATFORM_NEEDSYSSELECTH' >ISC_PLATFORM_NEEDVSNPRINTF='' >ISC_PLATFORM_NORETURN_POST='#define ISC_PLATFORM_NORETURN_POST __attribute__((noreturn))' >ISC_PLATFORM_NORETURN_PRE='#define ISC_PLATFORM_NORETURN_PRE' >ISC_PLATFORM_OPENSSLHASH='' >ISC_PLATFORM_RLIMITTYPE='' >ISC_PLATFORM_USEBACKTRACE='' >ISC_PLATFORM_USEDECLSPEC='' >ISC_PLATFORM_USEGCCASM='' >ISC_PLATFORM_USEMACASM='' >ISC_PLATFORM_USEOSFASM='' >ISC_PLATFORM_USESTDASM='' >ISC_PLATFORM_USETHREADS='#define ISC_PLATFORM_USETHREADS 1' >ISC_PLATFORM_WANTAES='' >ISC_SOCKADDR_LEN_T='' >ISC_THREAD_DIR='pthreads' >JSONSTATS='' >KEYMGR='' >KRB5_CONFIG='' >LATEX='' >LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >LDFLAGS='-Wl,--as-needed -Wl,-O1 -Wl,--sort-common -Wl,-z,now' >LIBIDN2_CFLAGS='' >LIBIDN2_LIBS='' >LIBOBJS='' >LIBS='-lcrypto -lpthread -lseccomp ' >LIBTOOL='' >LIBTOOL_ALLOW_UNDEFINED='' >LIBTOOL_IN_MAIN='' >LIBTOOL_MKDEP_SED='' >LIBTOOL_MODE_COMPILE='' >LIBTOOL_MODE_INSTALL='' >LIBTOOL_MODE_LINK='' >LIBTOOL_MODE_UNINSTALL='' >LIPO='' >LN='ln' >LN_S='ln -s' >LTLIBOBJS='' >LT_SYS_LIBRARY_PATH='' >MANIFEST_TOOL=':' >MKDEPCC='' >MKDEPCFLAGS='' >MKDEPPROG='' >MKSYMTBL_PROGRAM='' >MYSQL_CONFIG='' >NM='/usr/bin/x86_64-pc-linux-gnu-nm -B' >NMEDIT='' >NZDSRCS='' >NZDTARGETS='' >NZD_TOOLS='' >O='o' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJEXT='o' >OPENSSLECDSALINKOBJS='${OPENSSLECDSALINKOBJS}' >OPENSSLECDSALINKSRCS='${OPENSSLECDSALINKSRCS}' >OPENSSLEDDSALINKOBJS='' >OPENSSLEDDSALINKSRCS='' >OPENSSLGOSTLINKOBJS='' >OPENSSLGOSTLINKSRCS='' >OPENSSLLINKOBJS='' >OPENSSLLINKSRCS='' >OPENSSL_ECDSA='yes' >OPENSSL_ED25519='' >OPENSSL_GOST='' >OTOOL64='' >OTOOL='' >PACKAGE_BUGREPORT='info@isc.org' >PACKAGE_NAME='BIND' >PACKAGE_STRING='BIND 9.12' >PACKAGE_TARNAME='bind' >PACKAGE_URL='https://www.isc.org/downloads/BIND/' >PACKAGE_VERSION='9.12' >PANDOC='' >PATH_SEPARATOR=':' >PDFLATEX='' >PERL='/usr/bin/perl' >PG_CONFIG='' >PKCS11LINKOBJS='' >PKCS11LINKSRCS='' >PKCS11_ECDSA='' >PKCS11_ED25519='' >PKCS11_ENGINE='' >PKCS11_GOST='' >PKCS11_PROVIDER='' >PKCS11_TEST='' >PKCS11_TOOLS='' >PROTOC_C='' >PURIFY='' >PYTHON='' >PYTHON_INSTALL_DIR='' >PYTHON_INSTALL_LIB='' >PYTHON_TOOLS='' >RANLIB='x86_64-pc-linux-gnu-ranlib' >READLINE_LIB='' >SA='' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >SO='' >SO_CFLAGS='' >SO_LD='' >SO_LDFLAGS='' >SO_STRIP='' >SO_TARGETS='' >STD_CDEFINES=' -D_GNU_SOURCE' >STD_CINCLUDES='' >STD_CWARNINGS='' >STRIP='x86_64-pc-linux-gnu-strip' >THREADOPTOBJS='${THREADOPTOBJS}' >THREADOPTSRCS='${THREADOPTSRCS}' >UNITTESTS='' >USE_GSSAPI='' >USE_ISC_SPNEGO='' >USE_PKCS11='' >W3M='' >XMLLINT='' >XMLSTATS='' >XSLTPROC='' >XSLT_DBLATEX_FASTBOOK='' >XSLT_DBLATEX_STYLE='' >XSLT_DOCBOOK_CHUNKTOC_HTML='' >XSLT_DOCBOOK_CHUNKTOC_XHTML='' >XSLT_DOCBOOK_CHUNK_HTML='' >XSLT_DOCBOOK_CHUNK_XHTML='' >XSLT_DOCBOOK_MAKETOC_HTML='' >XSLT_DOCBOOK_MAKETOC_XHTML='' >XSLT_DOCBOOK_STYLE_HTML='' >XSLT_DOCBOOK_STYLE_MAN='' >XSLT_DOCBOOK_STYLE_XHTML='' >XTARGETS='' >ZLIB='' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_DUMPBIN='' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='/usr/share/doc/bind-tools-9.12.3_p4' >dvidir='${docdir}' >exec_prefix='NONE' >expanded_sysconfdir='/etc' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='/usr/share/doc/bind-tools-9.12.3_p4/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var' >mandir='/usr/share/man' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >purify_path='' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ------------------- ## >## File substitutions. ## >## ------------------- ## > >BIND9_MAKE_INCLUDES='' >BIND9_MAKE_RULES='' >DLZ_DRIVER_RULES='' >LIBBIND9_API='' >LIBDNS_API='' >LIBDNS_MAPAPI='' >LIBIRS_API='' >LIBISCCC_API='' >LIBISCCFG_API='' >LIBISC_API='' >LIBNS_API='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "BIND" >#define PACKAGE_TARNAME "bind" >#define PACKAGE_VERSION "9.12" >#define PACKAGE_STRING "BIND 9.12" >#define PACKAGE_BUGREPORT "info@isc.org" >#define PACKAGE_URL "https://www.isc.org/downloads/BIND/" >#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 HAVE_DLFCN_H 1 >#define LT_OBJDIR ".libs/" >#define ISC_BUFFER_USEINLINE 1 >#define HAVE_GETRANDOM 1 >#define HAVE_LIBSECCOMP 1 >#define STDC_HEADERS 1 >#define HAVE_FCNTL_H 1 >#define HAVE_REGEX_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_SYS_SYSCTL_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_NET_ROUTE_H 1 >#define HAVE_LINUX_NETLINK_H 1 >#define HAVE_LINUX_RTNETLINK_H 1 >#define FLEXIBLE_ARRAY_MEMBER /**/ >#define HAVE_MMAP 1 >#define HAVE_SETEUID 1 >#define HAVE_SETRESUID 1 >#define HAVE_SETEGID 1 >#define HAVE_SETRESGID 1 >#define HAVE_FTELLO 1 >#define HAVE_FSEEKO 1 >#define HAVE_UINTPTR_T 1 >#define ISC_SOCKADDR_LEN_T socklen_t >#define TIME_WITH_SYS_TIME 1 >#define HAVE_UNAME 1 >#define PATH_RANDOMDEV "/dev/urandom" >#define HAVE_LIBPTHREAD 1 >#define HAVE_SIGWAIT 1 >#define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1 >#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1 >#define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1 >#define HAVE_SCHED_H 1 >#define HAVE_SCHED_YIELD 1 >#define HAVE_PTHREAD_YIELD 1 >#define HAVE_LINUXTHREADS 1 >#define HAVE_PTHREAD_SETNAME_NP 1 >#define HAVE_SYSCONF 1 >#define HAVE_FIPS_MODE 1 >#define HAVE_OPENSSL_DSA 1 >#define HAVE_EVP_SHA256 1 >#define HAVE_EVP_SHA384 1 >#define HAVE_EVP_SHA512 1 >#define HAVE_DH_GET0_KEY 1 >#define HAVE_ECDSA_SIG_GET0 1 >#define HAVE_RSA_SET0_KEY 1 >#define HAVE_DSA_GET0_PQG 1 >#define HAVE_OPENSSL_ECDSA 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 689046
: 581576