configure error for bind-9.20.1

Sakuma, Koshiro bravo.echo.one at gmail.com
Mon Sep 16 12:08:11 UTC 2024


Hello.  Thank you for your quick response.  Here is config.log file.  And
also, libatomic installed list on RHEL9.4 version.

-----------------------------------------------------------------------------------------------------------------------------------------------------
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.20.1, which was
generated by GNU Autoconf 2.71.  Invocation command line was

  $ ./configure --prefix=/usr/local/bind/chroot --localstatedir=/var
--sysconfdir=/etc --with-openssl --enable-chroot

## --------- ##
## Platform. ##
## --------- ##

hostname = dns.corp-kcmanagement.com
uname -m = x86_64
uname -r = 5.14.0-362.24.1.el9_3.x86_64
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Thu Feb 15 07:18:13 EST 2024

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /root/.local/bin/
PATH: /root/bin/
PATH: /home/charo/.local/bin/
PATH: /home/charo/bin/
PATH: /usr/local/bin/
PATH: /usr/bin/
PATH: /usr/local/sbin/
PATH: /usr/sbin/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2916: looking for aux files: ltmain.sh ar-lib compile missing
install-sh config.guess config.sub
configure:2929:  trying ./
configure:2958:   ./ltmain.sh found
configure:2958:   ./ar-lib found
configure:2958:   ./compile found
configure:2958:   ./missing found
configure:2940:   ./install-sh found
configure:2958:   ./config.guess found
configure:2958:   ./config.sub found
configure:3109: checking build system type
configure:3124: result: x86_64-pc-linux-gnu
configure:3144: checking host system type
configure:3158: result: x86_64-pc-linux-gnu
configure:3178: checking target system type
configure:3192: result: x86_64-pc-linux-gnu
configure:3237: checking for a BSD-compatible install
configure:3310: result: /usr/bin/install -c
configure:3321: checking whether build environment is sane
configure:3376: result: yes
configure:3535: checking for a race-free mkdir -p
configure:3579: result: /usr/bin/mkdir -p
configure:3586: checking for gawk
configure:3607: found /usr/bin/gawk
configure:3618: result: gawk
configure:3629: checking whether make sets $(MAKE)
configure:3652: result: yes
configure:3682: checking whether make supports nested variables
configure:3700: result: yes
configure:3775: checking how to create a pax tar archive
configure:3786: tar --version
tar (GNU tar) 1.34
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3789: $? = 0
configure:3829: tardir=conftest.dir && eval tar --format=posix -chf -
"$tardir" >conftest.tar
configure:3832: $? = 0
configure:3836: tar -xf - <conftest.tar
configure:3839: $? = 0
configure:3841: cat conftest.dir/file
GrepMe
configure:3844: $? = 0
configure:3858: result: gnutar
configure:3934: checking whether make supports nested variables
configure:3952: result: yes
configure:3976: checking whether to enable maintainer-specific portions of
Makefiles
configure:3986: result: yes
configure:4042: checking whether make supports the include directive
configure:4057: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:4060: $? = 0
configure:4079: result: yes (GNU style)
configure:4155: checking for gcc
configure:4176: found /usr/bin/gcc
configure:4187: result: gcc
configure:4540: checking for C compiler version
configure:4549: gcc --version >&5
gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2)
Copyright (C) 2021 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:4560: $? = 0
configure:4549: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-host-pie
--enable-host-bind-now --enable-languages=c,c++,fortran,lto --prefix=
/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=
http://bugzilla.redhat.com/bugzilla --enable-shared --enable-thread
s=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-gnu-unique-object --e
nable-linker-build-id --with-gcc-major-version-only --enable-plugin
--enable-initfini-array --without-isl --enable-multilib --with-linke
r-hash-style=gnu --enable-offload-targets=nvptx-none --without-cuda-driver
--enable-gnu-indirect-function --enable-cet --with-tune=gener
ic --with-arch_64=x86-64-v2 --with-arch_32=x86-64
--build=x86_64-redhat-linux --with-build-config=bootstrap-lto
--enable-link-serializat
ion=1
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.4.1 20230605 (Red Hat 11.4.1-2) (GCC)
... rest of stderr output deleted ...
configure:4560: $? = 0
configure:4549: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4560: $? = 1
configure:4549: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean
'--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4560: $? = 1
configure:4549: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:4560: $? = 1
configure:4580: checking whether the C compiler works
configure:4602: gcc    conftest.c  >&5
configure:4606: $? = 0
configure:4656: result: yes
configure:4659: checking for C compiler default output file name
configure:4661: result: a.out
configure:4667: checking for suffix of executables
configure:4674: gcc -o conftest    conftest.c  >&5
configure:4678: $? = 0
configure:4701: result:
configure:4723: checking whether we are cross compiling
configure:4731: gcc -o conftest    conftest.c  >&5
configure:4735: $? = 0
configure:4742: ./conftest
configure:4746: $? = 0
configure:4761: result: no
configure:4766: checking for suffix of object files
configure:4789: gcc -c   conftest.c >&5
configure:4793: $? = 0
configure:4815: result: o
configure:4819: checking whether the compiler supports GNU C
configure:4839: gcc -c   conftest.c >&5
configure:4839: $? = 0
configure:4849: result: yes
configure:4860: checking whether gcc accepts -g
configure:4881: gcc -c -g  conftest.c >&5
configure:4881: $? = 0
configure:4925: result: yes
configure:4945: checking for gcc option to enable C11 features
configure:4960: gcc  -c -g -O2  conftest.c >&5
configure:4960: $? = 0
configure:4978: result: none needed
configure:5094: checking whether gcc understands -c and -o together
configure:5117: gcc -c conftest.c -o conftest2.o
configure:5120: $? = 0
configure:5117: gcc -c conftest.c -o conftest2.o
configure:5120: $? = 0
configure:5132: result: yes
configure:5151: checking dependency style of gcc
configure:5263: result: gcc3
configure:5283: checking for stdio.h
configure:5283: gcc -c -g -O2  conftest.c >&5
configure:5283: $? = 0
configure:5283: result: yes
configure:5283: checking for stdlib.h
configure:5283: gcc -c -g -O2  conftest.c >&5
configure:5283: $? = 0
configure:5283: result: yes
configure:5283: checking for string.h
configure:5283: gcc -c -g -O2  conftest.c >&5
configure:5283: $? = 0
configure:5283: result: yes
configure:5283: checking for inttypes.h
configure:5283: gcc -c -g -O2  conftest.c >&5
configure:5283: $? = 0
configure:5283: result: yes
configure:5283: checking for stdint.h
configure:5283: gcc -c -g -O2  conftest.c >&5
configure:5283: $? = 0
configure:5283: result: yes
configure:5283: checking for strings.h
configure:5283: gcc -c -g -O2  conftest.c >&5
configure:5283: $? = 0
configure:5283: result: yes
configure:5283: checking for sys/stat.h
configure:5283: gcc -c -g -O2  conftest.c >&5
configure:5283: $? = 0
configure:5283: result: yes
configure:5283: checking for sys/types.h
configure:5283: gcc -c -g -O2  conftest.c >&5
configure:5283: $? = 0
configure:5283: result: yes
configure:5283: checking for unistd.h
configure:5283: gcc -c -g -O2  conftest.c >&5
configure:5283: $? = 0
configure:5283: result: yes
configure:5283: checking for wchar.h
configure:5283: gcc -c -g -O2  conftest.c >&5
configure:5283: $? = 0
configure:5283: result: yes
configure:5283: checking for minix/config.h
configure:5283: gcc -c -g -O2  conftest.c >&5
conftest.c:57:10: fatal error: minix/config.h: No such file or directory
   57 | #include <minix/config.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:5283: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BIND"
| #define PACKAGE_TARNAME "bind"
| #define PACKAGE_VERSION "9.20.1"
| #define PACKAGE_STRING "BIND 9.20.1"
| #define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
| #define PACKAGE_URL "https://www.isc.org/downloads/"
| #define PACKAGE_VERSION_MAJOR "9"
| #define PACKAGE_VERSION_MINOR "20"
| #define PACKAGE_VERSION_PATCH "1"
| #define PACKAGE_VERSION_EXTRA ""
| #define PACKAGE_DESCRIPTION " (Stable Release)"
| #define PACKAGE_SRCID "478c83c"
| #define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-c
hroot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
| #define PACKAGE_BUILDER "make"
| #define PACKAGE "bind"
| #define VERSION "9.20.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5283: result: no
configure:5314: checking whether it is safe to define __EXTENSIONS__
configure:5333: gcc -c -g -O2  conftest.c >&5
configure:5333: $? = 0
configure:5341: result: yes
configure:5344: checking whether _XOPEN_SOURCE should be defined
configure:5366: gcc -c -g -O2  conftest.c >&5
configure:5366: $? = 0
configure:5393: result: no
configure:5506: checking for gcc
configure:5538: result: gcc
configure:5891: checking for C compiler version
configure:5900: gcc --version >&5
gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2)
Copyright (C) 2021 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:5911: $? = 0
configure:5900: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-host-pie
--enable-host-bind-now --enable-languages=c,c++,fortran,lto --prefix=
/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=
http://bugzilla.redhat.com/bugzilla --enable-shared --enable-thread
s=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-gnu-unique-object --e
nable-linker-build-id --with-gcc-major-version-only --enable-plugin
--enable-initfini-array --without-isl --enable-multilib --with-linke
r-hash-style=gnu --enable-offload-targets=nvptx-none --without-cuda-driver
--enable-gnu-indirect-function --enable-cet --with-tune=gener
ic --with-arch_64=x86-64-v2 --with-arch_32=x86-64
--build=x86_64-redhat-linux --with-build-config=bootstrap-lto
--enable-link-serializat
ion=1
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.4.1 20230605 (Red Hat 11.4.1-2) (GCC)
... rest of stderr output deleted ...
configure:5911: $? = 0
configure:5900: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5911: $? = 1
configure:5900: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean
'--version'?
gcc: fatal error: no input files
compilation terminated.
configure:5911: $? = 1
configure:5900: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:5911: $? = 1
configure:5915: checking whether the compiler supports GNU C
configure:5945: result: yes
configure:5956: checking whether gcc accepts -g
configure:6021: result: yes
configure:6041: checking for gcc option to enable C11 features
configure:6074: result: none needed
configure:6190: checking whether gcc understands -c and -o together
configure:6228: result: yes
configure:6247: checking dependency style of gcc
configure:6359: result: gcc3
configure:6379: checking how to run the C preprocessor
configure:6405: gcc -E  conftest.c
configure:6405: $? = 0
configure:6420: gcc -E  conftest.c
conftest.c:46:10: fatal error: ac_nonexistent.h: No such file or directory
   46 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6420: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BIND"
| #define PACKAGE_TARNAME "bind"
| #define PACKAGE_VERSION "9.20.1"
| #define PACKAGE_STRING "BIND 9.20.1"
| #define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
| #define PACKAGE_URL "https://www.isc.org/downloads/"
| #define PACKAGE_VERSION_MAJOR "9"
| #define PACKAGE_VERSION_MINOR "20"
| #define PACKAGE_VERSION_PATCH "1"
| #define PACKAGE_VERSION_EXTRA ""
| #define PACKAGE_DESCRIPTION " (Stable Release)"
| #define PACKAGE_SRCID "478c83c"
| #define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-c
hroot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
| #define PACKAGE_BUILDER "make"
| #define PACKAGE "bind"
| #define VERSION "9.20.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6447: result: gcc -E
configure:6461: gcc -E  conftest.c
configure:6461: $? = 0
configure:6476: gcc -E  conftest.c
conftest.c:46:10: fatal error: ac_nonexistent.h: No such file or directory
   46 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6476: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BIND"
| #define PACKAGE_TARNAME "bind"
| #define PACKAGE_VERSION "9.20.1"
| #define PACKAGE_STRING "BIND 9.20.1"
| #define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
| #define PACKAGE_URL "https://www.isc.org/downloads/"
| #define PACKAGE_VERSION_MAJOR "9"
| #define PACKAGE_VERSION_MINOR "20"
| #define PACKAGE_VERSION_PATCH "1"
| #define PACKAGE_VERSION_EXTRA ""
| #define PACKAGE_DESCRIPTION " (Stable Release)"
| #define PACKAGE_SRCID "478c83c"
| #define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-c
hroot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
| #define PACKAGE_BUILDER "make"
| #define PACKAGE "bind"
| #define VERSION "9.20.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6546: checking for x86_64-pc-linux-gnu-gcc
configure:6581: result: no
configure:6591: checking for gcc
configure:6612: found /usr/bin/gcc
configure:6623: result: gcc
configure:6976: checking for C compiler version
configure:6985: gcc --version >&5
gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2)
Copyright (C) 2021 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:6996: $? = 0
configure:6985: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-host-pie
--enable-host-bind-now --enable-languages=c,c++,fortran,lto --prefix=
/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=
http://bugzilla.redhat.com/bugzilla --enable-shared --enable-thread
s=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-gnu-unique-object --e
nable-linker-build-id --with-gcc-major-version-only --enable-plugin
--enable-initfini-array --without-isl --enable-multilib --with-linke
r-hash-style=gnu --enable-offload-targets=nvptx-none --without-cuda-driver
--enable-gnu-indirect-function --enable-cet --with-tune=gener
ic --with-arch_64=x86-64-v2 --with-arch_32=x86-64
--build=x86_64-redhat-linux --with-build-config=bootstrap-lto
--enable-link-serializat
ion=1
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.4.1 20230605 (Red Hat 11.4.1-2) (GCC)
... rest of stderr output deleted ...
configure:6996: $? = 0
configure:6985: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:6996: $? = 1
configure:6985: gcc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean
'--version'?
gcc: fatal error: no input files
compilation terminated.
configure:6996: $? = 1
configure:6985: gcc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:6996: $? = 1
configure:7000: checking whether the compiler supports GNU C
configure:7020: gcc -c   conftest.c >&5
configure:7020: $? = 0
configure:7030: result: yes
configure:7041: checking whether gcc accepts -g
configure:7062: gcc -c -g  conftest.c >&5
configure:7062: $? = 0
configure:7106: result: yes
configure:7126: checking for gcc option to enable C11 features
configure:7141: gcc  -c -g -O2  conftest.c >&5
configure:7141: $? = 0
configure:7159: result: none needed
configure:7275: checking whether gcc understands -c and -o together
configure:7298: gcc -c conftest.c -o conftest2.
configure:7301: $? = 0
configure:7298: gcc -c conftest.c -o conftest2.
configure:7301: $? = 0
configure:7313: result: yes
configure:7332: checking dependency style of gcc
configure:7444: result: gcc3
configure:7481: checking whether the C compiler works
configure:7503: gcc -g -O2   conftest.c  >&5
configure:7507: $? = 0
configure:7557: result: yes
configure:7560: checking for C compiler default output file name
configure:7562: result: a.out
configure:7568: checking for suffix of executables
configure:7575: gcc -o conftest -g -O2   conftest.c  >&5
configure:7579: $? = 0
configure:7602: result:
configure:7624: checking whether we are cross compiling
configure:7632: gcc -o conftest -g -O2   conftest.c  >&5
configure:7636: $? = 0
configure:7643: ./conftest
configure:7647: $? = 0
configure:7662: result: no
configure:7668: checking for suffix of object files
configure:7691: gcc -c -g -O2  conftest.c >&5
configure:7695: $? = 0
configure:7717: result: o
configure:7727: checking how to run the C preprocessor
configure:7753: gcc -E  conftest.c
configure:7753: $? = 0
configure:7768: gcc -E  conftest.c
conftest.c:46:10: fatal error: ac_nonexistent.h: No such file or directory
   46 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7768: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BIND"
| #define PACKAGE_TARNAME "bind"
| #define PACKAGE_VERSION "9.20.1"
| #define PACKAGE_STRING "BIND 9.20.1"
| #define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
| #define PACKAGE_URL "https://www.isc.org/downloads/"
| #define PACKAGE_VERSION_MAJOR "9"
| #define PACKAGE_VERSION_MINOR "20"
| #define PACKAGE_VERSION_PATCH "1"
| #define PACKAGE_VERSION_EXTRA ""
| #define PACKAGE_DESCRIPTION " (Stable Release)"
| #define PACKAGE_SRCID "478c83c"
| #define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-c
hroot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
| #define PACKAGE_BUILDER "make"
| #define PACKAGE "bind"
| #define VERSION "9.20.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7795: result: gcc -E
configure:7809: gcc -E  conftest.c
configure:7809: $? = 0
configure:7824: gcc -E  conftest.c
conftest.c:46:10: fatal error: ac_nonexistent.h: No such file or directory
   46 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:7824: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BIND"
| #define PACKAGE_TARNAME "bind"
| #define PACKAGE_VERSION "9.20.1"
| #define PACKAGE_STRING "BIND 9.20.1"
| #define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
| #define PACKAGE_URL "https://www.isc.org/downloads/"
| #define PACKAGE_VERSION_MAJOR "9"
| #define PACKAGE_VERSION_MINOR "20"
| #define PACKAGE_VERSION_PATCH "1"
| #define PACKAGE_VERSION_EXTRA ""
| #define PACKAGE_DESCRIPTION " (Stable Release)"
| #define PACKAGE_SRCID "478c83c"
| #define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-c
hroot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
| #define PACKAGE_BUILDER "make"
| #define PACKAGE "bind"
| #define VERSION "9.20.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7868: checking whether byte ordering is bigendian
configure:7884: gcc -c -g -O2  conftest.c >&5
conftest.c:47:16: error: unknown type name 'not'
   47 |                not a universal capable compiler
      |                ^~~
conftest.c:47:22: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'universal'
   47 |                not a universal capable compiler
      |                      ^~~~~~~~~
conftest.c:47:22: error: unknown type name 'universal'
configure:7884: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BIND"
| #define PACKAGE_TARNAME "bind"
| #define PACKAGE_VERSION "9.20.1"
| #define PACKAGE_STRING "BIND 9.20.1"
| #define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
| #define PACKAGE_URL "https://www.isc.org/downloads/"
| #define PACKAGE_VERSION_MAJOR "9"
| #define PACKAGE_VERSION_MINOR "20"
| #define PACKAGE_VERSION_PATCH "1"
| #define PACKAGE_VERSION_EXTRA ""
| #define PACKAGE_DESCRIPTION " (Stable Release)"
| #define PACKAGE_SRCID "478c83c"
| #define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-c
hroot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
| #define PACKAGE_BUILDER "make"
| #define PACKAGE "bind"
| #define VERSION "9.20.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
|              not a universal capable compiler
|            #endif
|            typedef int dummy;
|
configure:7930: gcc -c -g -O2  conftest.c >&5
configure:7930: $? = 0
configure:7949: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:53:18: error: unknown type name 'not'; did you mean 'ino_t'?
   53 |                  not big endian
      |                  ^~~
      |                  ino_t
conftest.c:53:26: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'endian'
   53 |                  not big endian
      |                          ^~~~~~
configure:7949: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BIND"
| #define PACKAGE_TARNAME "bind"
| #define PACKAGE_VERSION "9.20.1"
| #define PACKAGE_STRING "BIND 9.20.1"
| #define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
| #define PACKAGE_URL "https://www.isc.org/downloads/"
| #define PACKAGE_VERSION_MAJOR "9"
| #define PACKAGE_VERSION_MINOR "20"
| #define PACKAGE_VERSION_PATCH "1"
| #define PACKAGE_VERSION_EXTRA ""
| #define PACKAGE_DESCRIPTION " (Stable Release)"
| #define PACKAGE_SRCID "478c83c"
| #define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-c
hroot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
| #define PACKAGE_BUILDER "make"
| #define PACKAGE "bind"
| #define VERSION "9.20.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|               #include <sys/param.h>
|
| int
| main (void)
| {
| #if BYTE_ORDER != BIG_ENDIAN
|                not big endian
|               #endif
|
|   ;
|   return 0;
| }
configure:8083: result: no
configure:8113: checking for special C compiler options needed for large
files
configure:8161: result: no
configure:8167: checking for _FILE_OFFSET_BITS value needed for large files
configure:8193: gcc -c -g -O2  conftest.c >&5
configure:8193: $? = 0
configure:8227: result: no
configure:8309: checking for _LARGEFILE_SOURCE value needed for large files
configure:8329: gcc -o conftest -g -O2   conftest.c  >&5
configure:8329: $? = 0
configure:8359: result: no
configure:8384: checking whether make sets $(MAKE)
configure:8407: result: yes
configure:8473: checking for ar
configure:8494: found /usr/bin/ar
configure:8505: result: ar
configure:8531: checking the archiver (ar) interface
configure:8548: gcc -c -g -O2  conftest.c >&5
configure:8548: $? = 0
configure:8551: ar cru libconftest.a conftest.o >&5
configure:8554: $? = 0
configure:8582: result: ar
configure:8604: checking whether ln -s works
configure:8608: result: yes
configure:8615: checking for a POSIX-compatible shell
configure:8642: result: /bin/sh
configure:8706: checking how to print strings
configure:8733: result: printf
configure:8754: checking for a sed that does not truncate output
configure:8824: result: /usr/bin/sed
configure:8842: checking for grep that handles long lines and -e
configure:8906: result: /usr/bin/grep
configure:8911: checking for egrep
configure:8979: result: /usr/bin/grep -E
configure:8984: checking for fgrep
configure:9052: result: /usr/bin/grep -F
configure:9088: checking for ld used by gcc
configure:9156: result: /usr/bin/ld
configure:9163: checking if the linker (/usr/bin/ld) is GNU ld
configure:9179: result: yes
configure:9191: checking for BSD- or MS-compatible name lister (nm)
configure:9246: result: /usr/bin/nm -B
configure:9386: checking the name lister (/usr/bin/nm -B) interface
configure:9394: gcc -c -g -O2  conftest.c >&5
configure:9397: /usr/bin/nm -B "conftest.o"
configure:9400: output
0000000000000000 B some_variable
configure:9407: result: BSD nm
configure:9411: checking the maximum length of command line arguments
configure:9543: result: 1572864
configure:9591: checking how to convert x86_64-pc-linux-gnu file names to
x86_64-pc-linux-gnu format
configure:9632: result: func_convert_file_noop
configure:9639: checking how to convert x86_64-pc-linux-gnu file names to
toolchain format
configure:9660: result: func_convert_file_noop
configure:9667: checking for /usr/bin/ld option to reload object files
configure:9675: result: -r
configure:9754: checking for file
configure:9775: found /usr/bin/file
configure:9786: result: file
configure:9862: checking for objdump
configure:9883: found /usr/bin/objdump
configure:9894: result: objdump
configure:9926: checking how to recognize dependent libraries
configure:10127: result: pass_all
configure:10217: checking for dlltool
configure:10252: result: no
configure:10282: checking how to associate runtime and link libraries
configure:10310: result: printf %s\n
configure:10460: checking for archiver @FILE support
configure:10478: gcc -c -g -O2  conftest.c >&5
configure:10478: $? = 0
configure:10482: ar cr libconftest.a @conftest.lst >&5
configure:10485: $? = 0
configure:10490: ar cr libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:10493: $? = 1
configure:10505: result: @
configure:10568: checking for strip
configure:10589: found /usr/bin/strip
configure:10600: result: strip
configure:10677: checking for ranlib
configure:10698: found /usr/bin/ranlib
configure:10709: result: ranlib
configure:10811: checking command to parse /usr/bin/nm -B output from gcc
object
configure:10965: gcc -c -g -O2  conftest.c >&5
configure:10968: $? = 0
configure:10972: /usr/bin/nm -B conftest.o | /usr/bin/sed -n -e 's/^.*[
 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_
A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' > conftest.nm
configure:11038: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:11041: $? = 0
configure:11079: result: ok
configure:11126: checking for sysroot
configure:11157: result: no
configure:11164: checking for a working dd
configure:11208: result: /usr/bin/dd
configure:11212: checking how to truncate binary pipes
configure:11228: result: /usr/bin/dd bs=4096 count=1
configure:11365: gcc -c -g -O2  conftest.c >&5
configure:11368: $? = 0
configure:11565: checking for mt
configure:11600: result: no
configure:11620: checking if : is a manifest tool
configure:11627: : '-?'
configure:11635: result: no
configure:12356: checking for dlfcn.h
configure:12356: gcc -c -g -O2  conftest.c >&5
configure:12356: $? = 0
configure:12356: result: yes
configure:12612: checking for objdir
configure:12628: result: .libs
configure:12892: checking if gcc supports -fno-rtti -fno-exceptions
configure:12911: gcc -c -g -O2  -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:12915: $? = 0
configure:12928: result: no
configure:13292: checking for gcc option to produce PIC
configure:13300: result: -fPIC -DPIC
configure:13308: checking if gcc PIC flag -fPIC -DPIC works
configure:13327: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:13331: $? = 0
configure:13344: result: yes
configure:13373: checking if gcc static flag -static works
configure:13402: result: no
configure:13417: checking if gcc supports -c -o file.o
configure:13439: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:13443: $? = 0
configure:13465: result: yes
configure:13473: checking if gcc supports -c -o file.o
configure:13521: result: yes
configure:13554: checking whether the gcc linker (/usr/bin/ld -m
elf_x86_64) supports shared libraries
configure:14828: result: yes
configure:14865: checking whether -lc should be explicitly linked in
configure:14874: gcc -c -g -O2  conftest.c >&5
configure:14877: $? = 0
configure:14892: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname
-Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null
2\>\&1
configure:14895: $? = 0
configure:14909: result: no
configure:15069: checking dynamic linker characteristics
configure:15651: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c
 >&5
configure:15651: $? = 0
configure:15902: result: GNU/Linux ld.so
configure:16024: checking how to hardcode library paths into programs
configure:16049: result: immediate
configure:16151: checking for shl_load
configure:16151: gcc -o conftest -g -O2   conftest.c  >&5
/usr/bin/ld: /tmp/cclGfvn6.o: in function `main':
/usr/local/src/bind-9.20.1/conftest.c:77: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:16151: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BIND"
| #define PACKAGE_TARNAME "bind"
| #define PACKAGE_VERSION "9.20.1"
| #define PACKAGE_STRING "BIND 9.20.1"
| #define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
| #define PACKAGE_URL "https://www.isc.org/downloads/"
| #define PACKAGE_VERSION_MAJOR "9"
| #define PACKAGE_VERSION_MINOR "20"
| #define PACKAGE_VERSION_PATCH "1"
| #define PACKAGE_VERSION_EXTRA ""
| #define PACKAGE_DESCRIPTION " (Stable Release)"
| #define PACKAGE_SRCID "478c83c"
| #define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-c
hroot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
| #define PACKAGE_BUILDER "make"
| #define PACKAGE "bind"
| #define VERSION "9.20.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_FSEEKO 1
| #define __APPLE_USE_RFC_3542 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares
shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
|    which can conflict with char shl_load (); below.  */
|
| #include <limits.h>
| #undef shl_load
|
| /* 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 shl_load ();
| /* 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_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main (void)
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:16151: result: no
configure:16156: checking for shl_load in -ldld
configure:16179: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:16179: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BIND"
| #define PACKAGE_TARNAME "bind"
| #define PACKAGE_VERSION "9.20.1"
| #define PACKAGE_STRING "BIND 9.20.1"
| #define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
| #define PACKAGE_URL "https://www.isc.org/downloads/"
| #define PACKAGE_VERSION_MAJOR "9"
| #define PACKAGE_VERSION_MINOR "20"
| #define PACKAGE_VERSION_PATCH "1"
| #define PACKAGE_VERSION_EXTRA ""
| #define PACKAGE_DESCRIPTION " (Stable Release)"
| #define PACKAGE_SRCID "478c83c"
| #define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-c
hroot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
| #define PACKAGE_BUILDER "make"
| #define PACKAGE "bind"
| #define VERSION "9.20.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_FSEEKO 1
| #define __APPLE_USE_RFC_3542 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* 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.  */
| char shl_load ();
| int
| main (void)
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:16189: result: no
configure:16195: checking for dlopen
configure:16195: gcc -o conftest -g -O2   conftest.c  >&5
configure:16195: $? = 0
configure:16195: result: yes
configure:16353: checking whether a program can dlopen itself
configure:16434: gcc -o conftest -g -O2  -DHAVE_DLFCN_H
 -Wl,--export-dynamic conftest.c   >&5
configure:16437: $? = 0
configure:16455: result: yes
configure:16460: checking whether a statically linked program can dlopen
itself
configure:16541: gcc -o conftest -g -O2  -DHAVE_DLFCN_H
 -Wl,--export-dynamic  conftest.c   >&5
configure:16544: $? = 0
configure:16562: result: yes
configure:16601: checking whether stripping libraries is possible
configure:16610: result: yes
configure:16652: checking if libtool supports shared libraries
configure:16654: result: yes
configure:16657: checking whether to build shared libraries
configure:16682: result: yes
configure:16685: checking whether to build static libraries
configure:16689: result: no
configure:16759: gcc -c -g -O2  conftest.c >&5
configure:16759: $? = 0
configure:16779: checking whether C compiler accepts -fno-strict-aliasing
configure:16799: gcc -c -g -O2  -fno-strict-aliasing  conftest.c >&5
configure:16799: $? = 0
configure:16808: result: yes
configure:16818: checking whether C compiler accepts -Werror
-fno-delete-null-pointer-checks
configure:16838: gcc -c -g -O2  -Werror -fno-delete-null-pointer-checks
 conftest.c >&5
configure:16838: $? = 0
configure:16847: result: yes
configure:16856: checking whether C compiler accepts
-fdiagnostics-show-option
configure:16876: gcc -c -g -O2  -fdiagnostics-show-option  conftest.c >&5
configure:16876: $? = 0
configure:16885: result: yes
configure:16895: checking whether the linker accepts -Wl,--export-dynamic
configure:16915: gcc -o conftest -g -O2    -Wl,--export-dynamic conftest.c
 >&5
configure:16915: $? = 0
configure:16925: result: yes
configure:17058: checking for pkg-config
configure:17081: found /usr/bin/pkg-config
configure:17093: result: /usr/bin/pkg-config
configure:17118: checking pkg-config is at least version 0.9.0
configure:17121: result: yes
configure:17148: checking liburcu flavor
configure:17180: result: liburcu
configure:17189: checking for liburcu >= 0.13.0 liburcu-cds >= 0.13.0
configure:17434: result: yes
configure:17448: $PKG_CONFIG --exists --print-errors "$RCU_FLAVOR"
Package liburcu was not found in the pkg-config search path.
Perhaps you should add the directory containing `liburcu.pc'
to the PKG_CONFIG_PATH environment variable
Package 'liburcu', required by 'virtual:world', not found
configure:17451: $? = 1
configure:17478: checking whether we can inline small liburcu functions
configure:17492: gcc -c -g -O2 /usr/local/include  conftest.c >&5
gcc: warning: /usr/local/include: linker input file unused because linking
not done
configure:17492: $? = 0
configure:17494: result: yes
configure:17518: checking whether to enable fuzzing mode
configure:17522: result: no
configure:17598: checking for perl5
configure:17636: result: no
configure:17598: checking for perl
configure:17621: found /usr/bin/perl
configure:17633: result: /usr/bin/perl
configure:17693: checking for a Python interpreter with version >= 3.6
configure:17711: python -c import sys # split strings by '.' and convert to
numeric. Append some zeros # because we need at least 4 digi
ts for the hex conversion. # map returns an iterator in Python 3.0 and a
list in 2.x minver = list(map(int, '3.6'.split('.'))) + [0, 0,
0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an
iterator for i in list(range(0, 4)): minverhex = (minverhex
<< 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:17714: $? = 0
configure:17721: result: python
configure:17729: checking for python
configure:17752: found /usr/bin/python
configure:17764: result: /usr/bin/python
configure:17781: checking for python version
configure:17789: result: 3.9
configure:17794: checking for python platform
configure:17802: result: linux
configure:17863: checking for GNU default python prefix
configure:17865: result: ${prefix}
configure:17931: checking for GNU default python exec_prefix
configure:17933: result: ${exec_prefix}
configure:17964: checking for python script directory (pythondir)
configure:18006: result: ${PYTHON_PREFIX}/lib/python3.9/site-packages
configure:18014: checking for python extension module directory (pyexecdir)
configure:18056: result: ${PYTHON_EXEC_PREFIX}/lib64/python3.9/site-packages
configure:18080: checking for pytest-3
configure:18118: result: no
configure:18080: checking for py.test-3
configure:18118: result: no
configure:18080: checking for pytest
configure:18118: result: no
configure:18080: checking for py.test
configure:18118: result: no
configure:18080: checking for pytest-pypy
configure:18118: result: no
configure:18128: WARNING: pytest not found, some system tests will be
skipped
configure:18146: checking for xsltproc
configure:18169: found /usr/bin/xsltproc
configure:18181: result: /usr/bin/xsltproc
configure:18208: checking for fcntl.h
configure:18208: gcc -c -g -O2 /usr/local/include  conftest.c >&5
gcc: warning: /usr/local/include: linker input file unused because linking
not done
configure:18208: $? = 0
configure:18208: result: yes
configure:18222: checking for regex.h
configure:18222: gcc -c -g -O2 /usr/local/include  conftest.c >&5
gcc: warning: /usr/local/include: linker input file unused because linking
not done
configure:18222: $? = 0
configure:18222: result: yes
configure:18236: checking for sys/time.h
configure:18236: gcc -c -g -O2 /usr/local/include  conftest.c >&5
gcc: warning: /usr/local/include: linker input file unused because linking
not done
configure:18236: $? = 0
configure:18236: result: yes
configure:18250: checking for unistd.h
configure:18250: result: yes
configure:18264: checking for sys/mman.h
configure:18264: gcc -c -g -O2 /usr/local/include  conftest.c >&5
gcc: warning: /usr/local/include: linker input file unused because linking
not done
configure:18264: $? = 0
configure:18264: result: yes
configure:18278: checking for sys/sockio.h
configure:18278: gcc -c -g -O2 /usr/local/include  conftest.c >&5
conftest.c:95:10: fatal error: sys/sockio.h: No such file or directory
   95 | #include <sys/sockio.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
configure:18278: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BIND"
| #define PACKAGE_TARNAME "bind"
| #define PACKAGE_VERSION "9.20.1"
| #define PACKAGE_STRING "BIND 9.20.1"
| #define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
| #define PACKAGE_URL "https://www.isc.org/downloads/"
| #define PACKAGE_VERSION_MAJOR "9"
| #define PACKAGE_VERSION_MINOR "20"
| #define PACKAGE_VERSION_PATCH "1"
| #define PACKAGE_VERSION_EXTRA ""
| #define PACKAGE_DESCRIPTION " (Stable Release)"
| #define PACKAGE_SRCID "478c83c"
| #define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-c
hroot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
| #define PACKAGE_BUILDER "make"
| #define PACKAGE "bind"
| #define VERSION "9.20.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_FSEEKO 1
| #define __APPLE_USE_RFC_3542 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RCU_MEMBARRIER 1
| #define RCU_FLAVOR "liburcu"
| #define RCU_VERSION ""
| #define URCU_INLINE_SMALL_FUNCTIONS 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 <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.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:18278: result: no
configure:18292: checking for sys/select.h
configure:18292: gcc -c -g -O2 /usr/local/include  conftest.c >&5
gcc: warning: /usr/local/include: linker input file unused because linking
not done
configure:18292: $? = 0
configure:18292: result: yes
configure:18306: checking for sys/param.h
configure:18306: gcc -c -g -O2 /usr/local/include  conftest.c >&5
gcc: warning: /usr/local/include: linker input file unused because linking
not done
configure:18306: $? = 0
configure:18306: result: yes
configure:18320: checking for sys/sysctl.h
configure:18320: gcc -c -g -O2 /usr/local/include  conftest.c >&5
conftest.c:97:10: fatal error: sys/sysctl.h: No such file or directory
   97 | #include <sys/sysctl.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.
configure:18320: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BIND"
| #define PACKAGE_TARNAME "bind"
| #define PACKAGE_VERSION "9.20.1"
| #define PACKAGE_STRING "BIND 9.20.1"
| #define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
| #define PACKAGE_URL "https://www.isc.org/downloads/"
| #define PACKAGE_VERSION_MAJOR "9"
| #define PACKAGE_VERSION_MINOR "20"
| #define PACKAGE_VERSION_PATCH "1"
| #define PACKAGE_VERSION_EXTRA ""
| #define PACKAGE_DESCRIPTION " (Stable Release)"
| #define PACKAGE_SRCID "478c83c"
| #define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-c
hroot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
| #define PACKAGE_BUILDER "make"
| #define PACKAGE "bind"
| #define VERSION "9.20.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_FSEEKO 1
| #define __APPLE_USE_RFC_3542 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RCU_MEMBARRIER 1
| #define RCU_FLAVOR "liburcu"
| #define RCU_VERSION ""
| #define URCU_INLINE_SMALL_FUNCTIONS 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
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.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/sysctl.h>
configure:18320: result: no
configure:18334: checking for net/if6.h
configure:18334: gcc -c -g -O2 /usr/local/include  conftest.c >&5
conftest.c:97:10: fatal error: net/if6.h: No such file or directory
   97 | #include <net/if6.h>
      |          ^~~~~~~~~~~
compilation terminated.
configure:18334: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BIND"
| #define PACKAGE_TARNAME "bind"
| #define PACKAGE_VERSION "9.20.1"
| #define PACKAGE_STRING "BIND 9.20.1"
| #define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
| #define PACKAGE_URL "https://www.isc.org/downloads/"
| #define PACKAGE_VERSION_MAJOR "9"
| #define PACKAGE_VERSION_MINOR "20"
| #define PACKAGE_VERSION_PATCH "1"
| #define PACKAGE_VERSION_EXTRA ""
| #define PACKAGE_DESCRIPTION " (Stable Release)"
| #define PACKAGE_SRCID "478c83c"
| #define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-c
hroot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
| #define PACKAGE_BUILDER "make"
| #define PACKAGE "bind"
| #define VERSION "9.20.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_FSEEKO 1
| #define __APPLE_USE_RFC_3542 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RCU_MEMBARRIER 1
| #define RCU_FLAVOR "liburcu"
| #define RCU_VERSION ""
| #define URCU_INLINE_SMALL_FUNCTIONS 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
| /* end confdefs.h.  */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.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:18334: result: no
configure:18348: checking for sys/socket.h
configure:18348: gcc -c -g -O2 /usr/local/include  conftest.c >&5
gcc: warning: /usr/local/include: linker input file unused because linking
not done
configure:18348: $? = 0
configure:18348: result: yes
configure:18362: checking for net/route.h
configure:18362: gcc -c -g -O2 /usr/local/include  conftest.c >&5
gcc: warning: /usr/local/include: linker input file unused because linking
not done
configure:18362: $? = 0
configure:18362: result: yes
configure:18376: checking for linux/netlink.h
configure:18376: gcc -c -g -O2 /usr/local/include  conftest.c >&5
gcc: warning: /usr/local/include: linker input file unused because linking
not done
configure:18376: $? = 0
configure:18376: result: yes
configure:18390: checking for linux/rtnetlink.h
configure:18390: gcc -c -g -O2 /usr/local/include  conftest.c >&5
gcc: warning: /usr/local/include: linker input file unused because linking
not done
configure:18390: $? = 0
configure:18390: result: yes
configure:18411: checking for threads.h
configure:18411: gcc -c -g -O2 /usr/local/include  conftest.c >&5
gcc: warning: /usr/local/include: linker input file unused because linking
not done
configure:18411: $? = 0
configure:18411: result: yes
configure:18425: checking for stdatomic.h
configure:18425: gcc -c -g -O2 /usr/local/include  conftest.c >&5
gcc: warning: /usr/local/include: linker input file unused because linking
not done
configure:18425: $? = 0
configure:18425: result: yes
configure:18448: gcc -c -g -O2 /usr/local/include  conftest.c >&5
gcc: warning: /usr/local/include: linker input file unused because linking
not done
configure:18448: $? = 0
configure:18450: checking whether -latomic is needed for 64-bit stdatomic.h
functions
configure:18464: gcc -o conftest -g -O2 /usr/local/include   conftest.c
 /usr/local/lib >&5
/usr/bin/ld: error: /usr/local/include: read: Is a directory
collect2: error: ld returned 1 exit status
configure:18464: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BIND"
| #define PACKAGE_TARNAME "bind"
| #define PACKAGE_VERSION "9.20.1"
| #define PACKAGE_STRING "BIND 9.20.1"
| #define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
| #define PACKAGE_URL "https://www.isc.org/downloads/"
| #define PACKAGE_VERSION_MAJOR "9"
| #define PACKAGE_VERSION_MINOR "20"
| #define PACKAGE_VERSION_PATCH "1"
| #define PACKAGE_VERSION_EXTRA ""
| #define PACKAGE_DESCRIPTION " (Stable Release)"
| #define PACKAGE_SRCID "478c83c"
| #define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-c
hroot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
| #define PACKAGE_BUILDER "make"
| #define PACKAGE "bind"
| #define VERSION "9.20.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_FSEEKO 1
| #define __APPLE_USE_RFC_3542 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RCU_MEMBARRIER 1
| #define RCU_FLAVOR "liburcu"
| #define RCU_VERSION ""
| #define URCU_INLINE_SMALL_FUNCTIONS 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_SOCKET_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_STDATOMIC_H 1
| /* end confdefs.h.  */
| #include <stdatomic.h>
| int
| main (void)
| {
| atomic_int_fast64_t val = 0; atomic_fetch_add_explicit(&val, 1,
memory_order_relaxed);
|
|   ;
|   return 0;
| }
configure:18482: gcc -o conftest -g -O2 /usr/local/include   conftest.c
 /usr/local/lib -latomic >&5
/usr/bin/ld: error: /usr/local/include: read: Is a directory
collect2: error: ld returned 1 exit status
configure:18482: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "BIND"
| #define PACKAGE_TARNAME "bind"
| #define PACKAGE_VERSION "9.20.1"
| #define PACKAGE_STRING "BIND 9.20.1"
| #define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
| #define PACKAGE_URL "https://www.isc.org/downloads/"
| #define PACKAGE_VERSION_MAJOR "9"
| #define PACKAGE_VERSION_MINOR "20"
| #define PACKAGE_VERSION_PATCH "1"
| #define PACKAGE_VERSION_EXTRA ""
| #define PACKAGE_DESCRIPTION " (Stable Release)"
| #define PACKAGE_SRCID "478c83c"
| #define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-c
hroot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
| #define PACKAGE_BUILDER "make"
| #define PACKAGE "bind"
| #define VERSION "9.20.1"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_FSEEKO 1
| #define __APPLE_USE_RFC_3542 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define RCU_MEMBARRIER 1
| #define RCU_FLAVOR "liburcu"
| #define RCU_VERSION ""
| #define URCU_INLINE_SMALL_FUNCTIONS 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_SOCKET_H 1
| #define HAVE_NET_ROUTE_H 1
| #define HAVE_LINUX_NETLINK_H 1
| #define HAVE_LINUX_RTNETLINK_H 1
| #define HAVE_THREADS_H 1
| #define HAVE_STDATOMIC_H 1
| /* end confdefs.h.  */
| #include <stdatomic.h>
| int
| main (void)
| {
| atomic_int_fast64_t val = 0; atomic_fetch_add_explicit(&val, 1,
memory_order_relaxed);
|
|   ;
|   return 0;
| }
configure:18487: error: in `/usr/local/src/bind-9.20.1':
configure:18489: error: libatomic needed, but linking with -latomic failed,
please fix your toolchain.
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_build_objext=o
ac_cv_build_prog_CPP='gcc -E'
ac_cv_build_prog_cc_c11=
ac_cv_build_prog_cc_g=yes
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CMOCKA_CFLAGS_set=
ac_cv_env_CMOCKA_CFLAGS_value=
ac_cv_env_CMOCKA_LIBS_set=
ac_cv_env_CMOCKA_LIBS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_DNSTAP_CFLAGS_set=
ac_cv_env_DNSTAP_CFLAGS_value=
ac_cv_env_DNSTAP_LIBS_set=
ac_cv_env_DNSTAP_LIBS_value=
ac_cv_env_DTRACE_set=
ac_cv_env_DTRACE_value=
ac_cv_env_JEMALLOC_CFLAGS_set=
ac_cv_env_JEMALLOC_CFLAGS_value=
ac_cv_env_JEMALLOC_LIBS_set=
ac_cv_env_JEMALLOC_LIBS_value=
ac_cv_env_JEMALLOC_VERSION_set=
ac_cv_env_JEMALLOC_VERSION_value=
ac_cv_env_JSON_C_CFLAGS_set=
ac_cv_env_JSON_C_CFLAGS_value=
ac_cv_env_JSON_C_LIBS_set=
ac_cv_env_JSON_C_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBCAP_CFLAGS_set=
ac_cv_env_LIBCAP_CFLAGS_value=
ac_cv_env_LIBCAP_LIBS_set=
ac_cv_env_LIBCAP_LIBS_value=
ac_cv_env_LIBIDN2_CFLAGS_set=
ac_cv_env_LIBIDN2_CFLAGS_value=
ac_cv_env_LIBIDN2_LIBS_set=
ac_cv_env_LIBIDN2_LIBS_value=
ac_cv_env_LIBNGHTTP2_CFLAGS_set=
ac_cv_env_LIBNGHTTP2_CFLAGS_value=
ac_cv_env_LIBNGHTTP2_LIBS_set=
ac_cv_env_LIBNGHTTP2_LIBS_value=
ac_cv_env_LIBSYSTEMD_CFLAGS_set=
ac_cv_env_LIBSYSTEMD_CFLAGS_value=
ac_cv_env_LIBSYSTEMD_LIBS_set=
ac_cv_env_LIBSYSTEMD_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBURCU_CFLAGS_set=set
ac_cv_env_LIBURCU_CFLAGS_value=/usr/local/include
ac_cv_env_LIBURCU_LIBS_set=set
ac_cv_env_LIBURCU_LIBS_value=/usr/local/lib
ac_cv_env_LIBUV_CFLAGS_set=
ac_cv_env_LIBUV_CFLAGS_value=
ac_cv_env_LIBUV_LIBS_set=
ac_cv_env_LIBUV_LIBS_value=
ac_cv_env_LIBUV_VERSION_set=
ac_cv_env_LIBUV_VERSION_value=
ac_cv_env_LIBXML2_CFLAGS_set=
ac_cv_env_LIBXML2_CFLAGS_value=
ac_cv_env_LIBXML2_LIBS_set=
ac_cv_env_LIBXML2_LIBS_value=
ac_cv_env_LMDB_CFLAGS_set=
ac_cv_env_LMDB_CFLAGS_value=
ac_cv_env_LMDB_LIBS_set=
ac_cv_env_LMDB_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_MAXMINDDB_CFLAGS_set=
ac_cv_env_MAXMINDDB_CFLAGS_value=
ac_cv_env_MAXMINDDB_LIBS_set=
ac_cv_env_MAXMINDDB_LIBS_value=
ac_cv_env_MAXMINDDB_PREFIX_set=
ac_cv_env_MAXMINDDB_PREFIX_value=
ac_cv_env_OPENSSL_CFLAGS_set=
ac_cv_env_OPENSSL_CFLAGS_value=
ac_cv_env_OPENSSL_LIBS_set=
ac_cv_env_OPENSSL_LIBS_value=
ac_cv_env_OPENSSL_VERSION_set=
ac_cv_env_OPENSSL_VERSION_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_RCU_VERSION_set=
ac_cv_env_RCU_VERSION_value=
ac_cv_env_READLINE_CFLAGS_set=
ac_cv_env_READLINE_CFLAGS_value=
ac_cv_env_READLINE_LIBS_set=
ac_cv_env_READLINE_LIBS_value=
ac_cv_env_SPHINX_BUILD_set=
ac_cv_env_SPHINX_BUILD_value=
ac_cv_env_ZLIB_CFLAGS_set=
ac_cv_env_ZLIB_CFLAGS_value=
ac_cv_env_ZLIB_LIBS_set=
ac_cv_env_ZLIB_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_dlopen=yes
ac_cv_func_shl_load=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_minix_config_h=no
ac_cv_header_net_if6_h=no
ac_cv_header_net_route_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_stdatomic_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
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=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_threads_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_dld_shl_load=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_XSLTPROC=/usr/bin/xsltproc
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CC_FOR_BUILD=gcc
ac_cv_prog_ac_ct_FILECMD=file
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_prog_shell=/bin/sh
ac_cv_safe_to_define___extensions__=yes
ac_cv_should_define__xopen_source=no
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_target=x86_64-pc-linux-gnu
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_build_CC_dependencies_compiler_type=gcc3
am_cv_build_prog_cc_c_o=yes
am_cv_make_support_nested_variables=yes
am_cv_pathless_PYTHON=python
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_pax=gnutar
am_cv_python_platform=linux
am_cv_python_pyexecdir='${PYTHON_EXEC_PREFIX}/lib64/python3.9/site-packages'
am_cv_python_pythondir='${PYTHON_PREFIX}/lib/python3.9/site-packages'
am_cv_python_version=3.9
ax_cv_check_cflags___Werror__fno_delete_null_pointer_checks=yes
ax_cv_check_cflags___fdiagnostics_show_option=yes
ax_cv_check_cflags___fno_strict_aliasing=yes
ax_cv_check_ldflags___Wl___export_dynamic=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
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/bin/ld
lt_cv_path_NM='/usr/bin/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=no
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='/usr/bin/sed -n -e '\''s/^.*[
 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-
9]*\)$/\1 \2 \2/p'\'' | /usr/bin/sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='/usr/bin/sed -n -e '\''s/^:
\(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABC
DGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='/usr/bin/sed -n -e
'\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCD
GIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e
'\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&
\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='/usr/bin/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='/usr/bin/dd bs=4096 count=1'
pkg_cv_LIBURCU_CFLAGS=/usr/local/include
pkg_cv_LIBURCU_LIBS=/usr/local/lib

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} '\''/usr/local/src/bind-9.20.1/missing'\'' aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} '\''/usr/local/src/bind-9.20.1/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/usr/local/src/bind-9.20.1/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/usr/local/src/bind-9.20.1/missing'\'' automake-1.16'
AWK='gawk'
BUILD_EXEEXT=''
BUILD_MANPAGES_FALSE=''
BUILD_MANPAGES_TRUE=''
BUILD_OBJEXT=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CC_FOR_BUILD='gcc'
CFLAGS='-g -O2 /usr/local/include'
CFLAGS_FOR_BUILD='-g -O2'
CMOCKA_CFLAGS=''
CMOCKA_LIBS=''
CPP='gcc -E'
CPPFLAGS=''
CPPFLAGS_FOR_BUILD=''
CPP_FOR_BUILD='gcc -E'
CSCOPE='cscope'
CTAGS='ctags'
CURL=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DEVELOPER_MODE=''
DLLTOOL='false'
DLOPEN_LIBS=''
DNSRPS_FALSE=''
DNSRPS_TRUE=''
DNSTAP_CFLAGS=''
DNSTAP_LIBS=''
DOXYGEN=''
DSYMUTIL=''
DTRACE=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ETAGS='etags'
EXEEXT=''
FGREP='/usr/bin/grep -F'
FILECMD='file'
FSTRM_CAPTURE=''
FUZZ_LDFLAGS=''
FUZZ_LOG_COMPILER=''
GREP='/usr/bin/grep'
GSSAPI_CFLAGS=''
GSSAPI_LIBS=''
HAVE_CMOCKA_FALSE=''
HAVE_CMOCKA_TRUE=''
HAVE_DNSTAP_FALSE=''
HAVE_DNSTAP_TRUE=''
HAVE_DTRACE_FALSE=''
HAVE_DTRACE_TRUE=''
HAVE_FUZZ_LOG_COMPILER_FALSE=''
HAVE_FUZZ_LOG_COMPILER_TRUE='#'
HAVE_GEOIP2_FALSE=''
HAVE_GEOIP2_TRUE=''
HAVE_GSSAPI_FALSE=''
HAVE_GSSAPI_TRUE=''
HAVE_JEMALLOC_FALSE=''
HAVE_JEMALLOC_TRUE=''
HAVE_JSON_C_FALSE=''
HAVE_JSON_C_TRUE=''
HAVE_LIBNGHTTP2_FALSE=''
HAVE_LIBNGHTTP2_TRUE=''
HAVE_LIBXML2_FALSE=''
HAVE_LIBXML2_TRUE=''
HAVE_LMDB_FALSE=''
HAVE_LMDB_TRUE=''
HAVE_PERL_FALSE='#'
HAVE_PERL_TRUE=''
HAVE_PYTEST_FALSE=''
HAVE_PYTEST_TRUE='#'
HAVE_PYTHON_FALSE='#'
HAVE_PYTHON_TRUE=''
HAVE_READLINE_FALSE=''
HAVE_READLINE_TRUE=''
HAVE_SPHINX_BUILD_FALSE=''
HAVE_SPHINX_BUILD_TRUE=''
HAVE_SYSTEMTAP_FALSE=''
HAVE_SYSTEMTAP_TRUE=''
HOST_MACOS_FALSE=''
HOST_MACOS_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JEMALLOC_CFLAGS=''
JEMALLOC_LIBS=''
JEMALLOC_VERSION=''
JSON_C_CFLAGS=''
JSON_C_LIBS=''
KRB5_CFLAGS=''
KRB5_CONFIG=''
KRB5_LIBS=''
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LIBCAP_CFLAGS=''
LIBCAP_LIBS=''
LIBIDN2_CFLAGS=''
LIBIDN2_LIBS=''
LIBNGHTTP2_CFLAGS=''
LIBNGHTTP2_LIBS=''
LIBOBJS=''
LIBS=' /usr/local/lib -latomic'
LIBSYSTEMD_CFLAGS=''
LIBSYSTEMD_LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBURCU_CFLAGS='/usr/local/include'
LIBURCU_LIBS='/usr/local/lib'
LIBUV_CFLAGS=''
LIBUV_LIBS=''
LIBUV_VERSION=''
LIBXML2_CFLAGS=''
LIBXML2_LIBS=''
LIPO=''
LMDB_CFLAGS=''
LMDB_LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} '\''/usr/local/src/bind-9.20.1/missing'\'' makeinfo'
MANIFEST_TOOL=':'
MAXMINDDB_CFLAGS=''
MAXMINDDB_LIBS=''
MAXMINDDB_PREFIX=''
MKDIR_P='/usr/bin/mkdir -p'
NC=''
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OPENSSL_CFLAGS=''
OPENSSL_LDFLAGS=''
OPENSSL_LIBS=''
OPENSSL_VERSION=''
OTOOL64=''
OTOOL=''
PACKAGE='bind'
PACKAGE_BUGREPORT='
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
'
PACKAGE_NAME='BIND'
PACKAGE_STRING='BIND 9.20.1'
PACKAGE_TARNAME='bind'
PACKAGE_URL='https://www.isc.org/downloads/'
PACKAGE_VERSION='9.20.1'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PROTOC_C=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_CXX=''
PTHREAD_LIBS=''
PYTEST=''
PYTHON='/usr/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='linux'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='3.9'
RANLIB='ranlib'
RCU_VERSION=''
READLINE_CFLAGS=''
READLINE_LIBS=''
RELEASE_DATE=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SPHINX_BUILD=''
STD_CFLAGS='-Wall -Wextra -Wwrite-strings -Wpointer-arith
-Wno-missing-field-initializers -Wformat -Wshadow
-Werror=implicit-function-de
claration -Werror=missing-prototypes -Werror=format-security
-Werror=parentheses -Werror=implicit -Werror=strict-prototypes -Werror=vla
-fno-strict-aliasing -fno-delete-null-pointer-checks
-fdiagnostics-show-option'
STD_CPPFLAGS='-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2'
STD_LDFLAGS=' -Wl,--export-dynamic'
STRIP='strip'
TEST_CFLAGS='-Wno-vla'
USE_ISC_RWLOCK_FALSE=''
USE_ISC_RWLOCK_TRUE=''
VERSION='9.20.1'
XSLTPROC='/usr/bin/xsltproc'
ZLIB_CFLAGS=''
ZLIB_LIBS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CC_FOR_BUILD='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='tar --format=posix -chf - "$$tardir"'
am__untar='tar -xf -'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /usr/local/src/bind-9.20.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/bind'
pkgpythondir='${pythondir}/bind'
prefix='/usr/local/bind/chroot'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${PYTHON_EXEC_PREFIX}/lib64/python3.9/site-packages'
pythondir='${PYTHON_PREFIX}/lib/python3.9/site-packages'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "BIND"
#define PACKAGE_TARNAME "bind"
#define PACKAGE_VERSION "9.20.1"
#define PACKAGE_STRING "BIND 9.20.1"
#define PACKAGE_BUGREPORT "
https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug
"
#define PACKAGE_URL "https://www.isc.org/downloads/"
#define PACKAGE_VERSION_MAJOR "9"
#define PACKAGE_VERSION_MINOR "20"
#define PACKAGE_VERSION_PATCH "1"
#define PACKAGE_VERSION_EXTRA ""
#define PACKAGE_DESCRIPTION " (Stable Release)"
#define PACKAGE_SRCID "478c83c"
#define PACKAGE_CONFIGARGS " '--prefix=/usr/local/bind/chroot'
'--localstatedir=/var' '--sysconfdir=/etc' '--with-openssl' '--enable-chr
oot' 'LIBURCU_CFLAGS=/usr/local/include' 'LIBURCU_LIBS=/usr/local/lib'"
#define PACKAGE_BUILDER "make"
#define PACKAGE "bind"
#define VERSION "9.20.1"
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define STDC_HEADERS 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _HPUX_ALT_XOPEN_SOCKET_API 1
#define _NETBSD_SOURCE 1
#define _OPENBSD_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
#define __STDC_WANT_LIB_EXT2__ 1
#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
#define _TANDEM_SOURCE 1
#define __EXTENSIONS__ 1
#define HAVE_FSEEKO 1
#define __APPLE_USE_RFC_3542 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define RCU_MEMBARRIER 1
#define RCU_FLAVOR "liburcu"
#define RCU_VERSION ""
#define URCU_INLINE_SMALL_FUNCTIONS 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_SOCKET_H 1
#define HAVE_NET_ROUTE_H 1
#define HAVE_LINUX_NETLINK_H 1
#define HAVE_LINUX_RTNETLINK_H 1
#define HAVE_THREADS_H 1
#define HAVE_STDATOMIC_H 1

configure: exit 1
----------------------------------------------------------------------------------------------------------------------------
dnf list | grep libatomic
libatomic.x86_64
              11.4.1-2.1.el9                              @System
gcc-toolset-12-libatomic-devel.i686
             12.2.1-7.4.el9
 rhel-9-for-x86_64-appstream-rpms
gcc-toolset-12-libatomic-devel.x86_64
             12.2.1-7.4.el9
 rhel-9-for-x86_64-appstream-rpms
gcc-toolset-13-libatomic-devel.i686
             13.1.1-4.2.el9
 rhel-9-for-x86_64-appstream-rpms
gcc-toolset-13-libatomic-devel.x86_64
             13.1.1-4.2.el9
 rhel-9-for-x86_64-appstream-rpms
libatomic.i686
              11.4.1-2.1.el9
 rhel-9-for-x86_64-baseos-rpms
libatomic_ops.i686
              7.6.10-8.el9
 codeready-builder-for-rhel-9-x86_64-rpms
libatomic_ops.x86_64
              7.6.10-8.el9
 codeready-builder-for-rhel-9-x86_64-rpms
libatomic_ops-devel.i686
              7.6.10-8.el9
 codeready-builder-for-rhel-9-x86_64-rpms
libatomic_ops-devel.x86_64
              7.6.10-8.el9
 codeready-builder-for-rhel-9-x86_64-rpms


2024年9月16日(月) 20:52 Ondřej Surý <ondrej at isc.org>:

> Hi,
>
> you have provided no information that can be used to debug this issue. You
> need
> to send a full config.log and preferably also the full information on how
> you are
> invoking all of the commands, what is the hardware in the question and so
> on.
>
> The only thing that I can tell from the two lines you sent is: well, it's
> broken for you.
>
> Cheers,
> --
> Ondřej Surý (He/Him)
> ondrej at isc.org
>
> My working hours and your working hours may be different. Please do not
> feel obligated to reply outside your normal working hours.
>
> > On 16. 9. 2024, at 13:35, Sakuma, Koshiro <bravo.echo.one at gmail.com>
> wrote:
> >
> > Hello.
> >
> > I am trying to setup bind-9.20.1, but I got error as below.  OS is
> RHEL9.4 and I am installing bind from source.  Actually, libatomic has
> already been install.  I am not sure if I can skip this one and can make or
> not.
> >
> > "checking whether -latomic is needed for 64-bit stdatomic.h functions...
> configure: error: in `/usr/local/src/bind-9.20.1':
> > configure: error: libatomic needed, but linking with -latomic failed,
> please fix your toolchain."
> >
> > Regards,
> > --
> > Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
> from this list
> >
> > ISC funds the development of this software with paid support
> subscriptions. Contact us at https://www.isc.org/contact/ for more
> information.
> >
> >
> > bind-users mailing list
> > bind-users at lists.isc.org
> > https://lists.isc.org/mailman/listinfo/bind-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20240916/7e55751b/attachment-0001.htm>


More information about the bind-users mailing list