unbound icon indicating copy to clipboard operation
unbound copied to clipboard

Compile Failed on "linux/386" Platform

Open origamiofficial opened this issue 1 year ago • 0 comments

Describe the bug Whenever I try to compile inside linux/386 platform Dockers container it fails. But I can compile fine on other platforms. I can't find any solution.

#0 285.2 /usr/bin/ld: /tmp/unbound.acbOZI.ltrans7.ltrans.o: in function `tls_session_ticket_key_cb':
#0 285.2 /tmp/workdir/unbound/util/net_help.c:1550: undefined reference to `EVP_CIPHER_get_iv_length'
#0 285.3 /usr/bin/ld: /tmp/unbound.acbOZI.ltrans17.ltrans.o: in function `secalgo_hash_final.constprop.0':
#0 285.3 /tmp/workdir/unbound/validator/val_secalgo.c:208: undefined reference to `EVP_MD_CTX_get0_md'
#0 285.3 /usr/bin/ld: /tmp/workdir/unbound/validator/val_secalgo.c:208: undefined reference to `EVP_MD_get_size'
#0 285.3 /usr/bin/ld: /tmp/workdir/unbound/validator/val_secalgo.c:213: undefined reference to `EVP_MD_CTX_get0_md'
#0 285.3 /usr/bin/ld: /tmp/unbound.acbOZI.ltrans17.ltrans.o:/tmp/workdir/unbound/validator/val_secalgo.c:213: undefined reference to `EVP_MD_get_size'
#0 285.3 /usr/bin/ld: /tmp/unbound.acbOZI.ltrans1.ltrans.o: in function `remote_control_callback':
#0 285.3 /tmp/workdir/unbound/daemon/remote.c:3345: undefined reference to `SSL_get1_peer_certificate'
#0 285.3 /usr/bin/ld: /tmp/unbound.acbOZI.ltrans12.ltrans.o: in function `dtio_ssl_handshake':
#0 285.4 /tmp/workdir/unbound/dnstap/dtstream.c:1325: undefined reference to `SSL_get1_peer_certificate'
#0 285.4 /usr/bin/ld: /tmp/unbound.acbOZI.ltrans12.ltrans.o:/tmp/workdir/unbound/dnstap/dtstream.c:1350: undefined reference to `SSL_get1_peer_certificate'
#0 285.4 /usr/bin/ld: /tmp/unbound.acbOZI.ltrans13.ltrans.o: in function `ssl_handshake.part.0':
#0 285.4 /tmp/workdir/unbound/util/netevent.c:1436: undefined reference to `SSL_get1_peer_certificate'
#0 285.4 /usr/bin/ld: /tmp/workdir/unbound/util/netevent.c:1466: undefined reference to `SSL_get1_peer_certificate'
#0 285.5 collect2: error: ld returned 1 exit status
#0 285.5 make: *** [Makefile:369: unbound] Error 1

To reproduce Steps to reproduce the behavior:

    git clone https://github.com/NLnetLabs/unbound.git && \
    cd unbound && \
    groupadd _unbound && \
    useradd -g _unbound -s /dev/null -d /etc _unbound && \
    ./configure \
        --disable-dependency-tracking \
        --prefix=/opt/unbound \
        --with-pthreads \
        --with-username=_unbound \
        --with-ssl=/opt/openssl \
        --with-libevent \
        --with-libnghttp2 \
        --enable-dnstap \
        --enable-tfo-server \
        --enable-tfo-client \
        --enable-event-api \
        --enable-subnet && \
    make install

Expected behavior It should compile just like other platforms.

System:

  • Unbound version: latest
  • OS: bullseye-slim

Additional information The Dockerfile I'm using to compile: https://github.com/origamiofficial/docker-pihole-unbound/blob/main/Dockerfile

Full Output

------                                                                                                                                                             
 > [ 6/10] RUN set -e -x &&     mkdir /tmp/workdir &&     cd /tmp/workdir &&     git clone https://github.com/NLnetLabs/unbound.git &&     cd unbound &&     groupadd _unbound &&     useradd -g _unbound -s /dev/null -d /etc _unbound &&     ./configure         --disable-dependency-tracking         --prefix=/opt/unbound         --with-pthreads         --with-username=_unbound         --with-ssl=/opt/openssl         --with-libevent         --with-libnghttp2         --enable-dnstap         --enable-tfo-server         --enable-tfo-client         --enable-event-api         --enable-subnet &&     make install &&     mv /opt/unbound/etc/unbound/unbound.conf /opt/unbound/etc/unbound/unbound.conf.example &&     apt-get purge -y --auto-remove       $build_deps &&     rm -rf         /opt/unbound/share/man         /tmp/*         /var/tmp/*         /var/lib/apt/lists/*:
#0 0.190 + mkdir /tmp/workdir
#0 0.195 + cd /tmp/workdir
#0 0.195 + git clone https://github.com/NLnetLabs/unbound.git
#0 0.199 Cloning into 'unbound'...
#0 29.84 + cd unbound
#0 29.84 + groupadd _unbound
#0 29.92 + useradd -g _unbound -s /dev/null -d /etc _unbound
#0 29.93 useradd: Warning: missing or non-executable shell '/dev/null'
#0 29.99 + ./configure --disable-dependency-tracking --prefix=/opt/unbound --with-pthreads --with-username=_unbound --with-ssl=/opt/openssl --with-libevent --with-libnghttp2 --enable-dnstap --enable-tfo-server --enable-tfo-client --enable-event-api --enable-subnet
#0 30.27 configure: WARNING: unrecognized options: --disable-dependency-tracking
#0 30.37 checking for gcc... gcc
#0 30.42 checking whether the C compiler works... yes
#0 30.50 checking for C compiler default output file name... a.out
#0 30.50 checking for suffix of executables... 
#0 30.59 checking whether we are cross compiling... no
#0 30.68 checking for suffix of object files... o
#0 30.72 checking whether we are using the GNU C compiler... yes
#0 30.77 checking whether gcc accepts -g... yes
#0 30.81 checking for gcc option to accept ISO C89... none needed
#0 30.87 checking how to run the C preprocessor... gcc -E
#0 31.00 checking for grep that handles long lines and -e... /bin/grep
#0 31.01 checking for egrep... /bin/grep -E
#0 31.02 checking for ANSI C header files... yes
#0 31.24 checking for sys/types.h... yes
#0 31.30 checking for sys/stat.h... yes
#0 31.36 checking for stdlib.h... yes
#0 31.42 checking for string.h... yes
#0 31.49 checking for memory.h... yes
#0 31.57 checking for strings.h... yes
#0 31.65 checking for inttypes.h... yes
#0 31.74 checking for stdint.h... yes
#0 31.81 checking for unistd.h... yes
#0 31.87 checking minix/config.h usability... no
#0 31.93 checking minix/config.h presence... no
#0 31.96 checking for minix/config.h... no
#0 31.96 checking whether it is safe to define __EXTENSIONS__... yes
#0 32.10 checking for an ANSI C-conforming const... yes
#0 32.14 checking whether gcc supports -g... yes
#0 32.19 checking whether gcc supports -O2... yes
#0 32.23 checking for gcc... (cached) gcc
#0 32.28 checking whether we are using the GNU C compiler... (cached) yes
#0 32.28 checking whether gcc accepts -g... (cached) yes
#0 32.28 checking for gcc option to accept ISO C89... (cached) none needed
#0 32.28 checking gcc dependency flag... -MM
#0 32.30 checking whether gcc supports -Werror... yes
#0 32.35 checking whether gcc supports -Wall... yes
#0 32.39 checking whether gcc supports -std=c99... yes
#0 32.43 checking whether gcc supports -xc99... no
#0 32.45 checking for getopt.h... yes
#0 32.53 checking for time.h... yes
#0 32.61 checking whether we need -std=c99 -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE as a flag for gcc... failed
#0 32.78 checking whether we need -std=c99 -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ALL_SOURCE as a flag for gcc... failed
#0 32.93 checking whether we need -std=c99 as a flag for gcc... no
#0 32.98 checking whether we need -D_BSD_SOURCE -D_DEFAULT_SOURCE as a flag for gcc... no
#0 33.03 checking whether we need -D_GNU_SOURCE as a flag for gcc... yes
#0 33.13 checking whether we need -D_GNU_SOURCE -D_FRSRESGID as a flag for gcc... no
#0 33.18 checking whether we need -D_POSIX_C_SOURCE=200112 as a flag for gcc... no
#0 33.26 checking whether we need -D__EXTENSIONS__ as a flag for gcc... failed
#0 33.38 checking if gcc supports -flto... yes
#0 33.68 checking for inline... inline
#0 33.72 checking whether the C compiler (gcc) accepts the "format" attribute... yes
#0 33.78 checking whether the C compiler (gcc) accepts the "unused" attribute... yes
#0 33.82 checking whether the C compiler (gcc) accepts the "weak" attribute... yes
#0 33.87 checking whether the C compiler (gcc) accepts the "noreturn" attribute... yes
#0 33.92 checking for flex... no
#0 33.92 checking for lex... no
#0 33.92 checking for bison... bison -y
#0 33.93 checking for doxygen... no
#0 33.93 checking for strip... strip
#0 33.94 checking build system type... x86_64-pc-linux-gnu
#0 34.03 checking host system type... x86_64-pc-linux-gnu
#0 34.04 checking for ar... /usr/bin/ar
#0 34.05 checking how to print strings... printf
#0 34.12 checking for a sed that does not truncate output... /bin/sed
#0 34.13 checking for fgrep... /bin/grep -F
#0 34.14 checking for ld used by gcc... /usr/bin/ld
#0 34.15 checking if the linker (/usr/bin/ld) is GNU ld... yes
#0 34.16 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#0 34.16 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#0 34.20 checking whether ln -s works... yes
#0 34.20 checking the maximum length of command line arguments... 1572864
#0 34.22 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
#0 34.22 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
#0 34.22 checking for /usr/bin/ld option to reload object files... -r
#0 34.22 checking for objdump... objdump
#0 34.22 checking how to recognize dependent libraries... pass_all
#0 34.22 checking for dlltool... no
#0 34.23 checking how to associate runtime and link libraries... printf %s\n
#0 34.23 checking for archiver @FILE support... @
#0 34.27 checking for strip... (cached) strip
#0 34.27 checking for ranlib... ranlib
#0 34.27 checking for gawk... no
#0 34.27 checking for mawk... mawk
#0 34.27 checking command to parse /usr/bin/nm -B output from gcc object... ok
#0 34.47 checking for sysroot... no
#0 34.48 checking for a working dd... /bin/dd
#0 34.49 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
#0 34.52 ./configure: line 9410: /usr/bin/file: No such file or directory
#0 34.52 checking for mt... no
#0 34.53 checking if : is a manifest tool... no
#0 34.54 checking for dlfcn.h... yes
#0 34.62 checking for objdir... .libs
#0 34.82 checking if gcc supports -fno-rtti -fno-exceptions... no
#0 34.89 checking for gcc option to produce PIC... -fPIC -DPIC
#0 34.89 checking if gcc PIC flag -fPIC -DPIC works... yes
#0 34.93 checking if gcc static flag -static works... yes
#0 35.17 checking if gcc supports -c -o file.o... yes
#0 35.23 checking if gcc supports -c -o file.o... (cached) yes
#0 35.23 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
#0 35.25 checking whether -lc should be explicitly linked in... no
#0 35.36 checking dynamic linker characteristics... GNU/Linux ld.so
#0 35.58 checking how to hardcode library paths into programs... immediate
#0 35.58 checking whether stripping libraries is possible... yes
#0 35.59 checking if libtool supports shared libraries... yes
#0 35.59 checking whether to build shared libraries... yes
#0 35.59 checking whether to build static libraries... yes
#0 35.60 checking for stdarg.h... yes
#0 35.69 checking for stdbool.h... yes
#0 35.77 checking for netinet/in.h... yes
#0 35.86 checking for netinet/tcp.h... yes
#0 35.96 checking for sys/param.h... yes
#0 36.06 checking for sys/select.h... yes
#0 36.15 checking for sys/socket.h... yes
#0 36.24 checking for sys/un.h... yes
#0 36.32 checking for sys/uio.h... yes
#0 36.40 checking for sys/resource.h... yes
#0 36.48 checking for arpa/inet.h... yes
#0 36.60 checking for syslog.h... yes
#0 36.72 checking for netdb.h... yes
#0 36.84 checking for sys/wait.h... yes
#0 36.95 checking for pwd.h... yes
#0 37.03 checking for glob.h... yes
#0 37.12 checking for grp.h... yes
#0 37.20 checking for login_cap.h... no
#0 37.28 checking for winsock2.h... no
#0 37.36 checking for ws2tcpip.h... no
#0 37.44 checking for endian.h... yes
#0 37.52 checking for sys/endian.h... no
#0 37.61 checking for libkern/OSByteOrder.h... no
#0 37.69 checking for sys/ipc.h... yes
#0 37.77 checking for sys/shm.h... yes
#0 37.86 checking for ifaddrs.h... yes
#0 37.95 checking for poll.h... yes
#0 38.02 checking for net/if.h... yes
#0 38.09 checking for TargetConditionals.h... no
#0 38.17 checking for netioapi.h... no
#0 38.27 checking for int8_t... yes
#0 38.42 checking for int16_t... yes
#0 38.57 checking for int32_t... yes
#0 38.71 checking for int64_t... yes
#0 38.85 checking for uint8_t... yes
#0 39.00 checking for uint16_t... yes
#0 39.21 checking for uint32_t... yes
#0 39.41 checking for uint64_t... yes
#0 39.54 checking for size_t... yes
#0 39.69 checking for ssize_t... yes
#0 39.83 checking for uid_t in sys/types.h... yes
#0 39.85 checking for pid_t... yes
#0 40.00 checking for off_t... yes
#0 40.18 checking for u_char... yes
#0 40.34 checking for rlim_t... yes
#0 40.49 checking for socklen_t... yes
#0 40.66 checking for in_addr_t... yes
#0 40.81 checking for in_port_t... yes
#0 40.96 checking if memcmp compares unsigned... yes
#0 41.16 checking size of time_t... 4
#0 41.40 checking size of size_t... 4
#0 41.63 checking for library containing inet_pton... none required
#0 41.81 checking for library containing socket... none required
#0 41.96 checking for unistd.h... (cached) yes
#0 41.96 checking for working chown... yes
#0 42.17 checking vfork.h usability... no
#0 42.24 checking vfork.h presence... no
#0 42.27 checking for vfork.h... no
#0 42.28 checking for fork... yes
#0 42.45 checking for vfork... yes
#0 42.66 checking for working fork... yes
#0 42.85 checking for working vfork... (cached) yes
#0 42.85 checking for _LARGEFILE_SOURCE value needed for large files... no
#0 43.02 checking for special C compiler options needed for large files... no
#0 43.02 checking for _FILE_OFFSET_BITS value needed for large files... 64
#0 43.12 checking whether we need -D_LARGEFILE_SOURCE=1 as a flag for gcc... no
#0 43.16 checking if nonblocking sockets work... yes
#0 43.43 checking whether mkdir has one arg... no
#0 43.48 checking for strptime... yes
#0 43.63 checking whether strptime works... yes
#0 43.81 checking for GNU libc compatible malloc... yes
#0 43.98 checking if compiler needs -Werror to reject unknown flags... no
#0 44.03 checking for the pthreads library -lpthreads... no
#0 44.11 checking whether pthreads work without any flags... no
#0 44.31 checking whether pthreads work with -Kthread... no
#0 44.33 checking whether pthreads work with -kthread... no
#0 44.37 checking for the pthreads library -llthread... no
#0 44.44 checking whether pthreads work with -pthread... yes
#0 44.62 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
#0 44.78 checking if more special flags are required for pthreads... no
#0 44.79 checking for PTHREAD_PRIO_INHERIT... yes
#0 44.94 checking for pthread_spinlock_t... yes
#0 45.09 checking for pthread_rwlock_t... yes
#0 45.22 checking size of unsigned long... 4
#0 45.46 checking size of pthread_t... 4
#0 45.68 checking if -pthread unused during linking... no
#0 45.89 checking for SSL... found in /opt/openssl
#0 45.89 checking for EVP_sha256 in -lcrypto... yes
#0 46.14 checking for openssl/ssl.h... yes
#0 46.40 checking for openssl/err.h... yes
#0 46.51 checking for openssl/rand.h... yes
#0 46.70 checking if libssl needs libdl... no
#0 46.96 checking if libssl needs -lcrypt32... no
#0 47.21 checking for LibreSSL... no
#0 47.22 checking for openssl/conf.h... yes
#0 47.34 checking for openssl/engine.h... yes
#0 47.55 checking for openssl/bn.h... yes
#0 47.66 checking for openssl/dh.h... yes
#0 47.78 checking for openssl/dsa.h... yes
#0 47.90 checking for openssl/rsa.h... yes
#0 48.02 checking for openssl/core_names.h... yes
#0 48.10 checking for openssl/param_build.h... yes
#0 48.22 checking for OPENSSL_config... yes
#0 48.48 checking for EVP_sha1... yes
#0 48.74 checking for EVP_sha256... yes
#0 48.98 checking for EVP_sha512... yes
#0 49.22 checking for FIPS_mode... yes
#0 49.48 checking for EVP_default_properties_is_fips_enabled... no
#0 49.71 checking for EVP_MD_CTX_new... yes
#0 49.99 checking for OpenSSL_add_all_digests... no
#0 50.23 checking for OPENSSL_init_crypto... yes
#0 50.48 checking for EVP_cleanup... no
#0 50.70 checking for ENGINE_cleanup... no
#0 50.90 checking for ERR_load_crypto_strings... no
#0 51.12 checking for CRYPTO_cleanup_all_ex_data... no
#0 51.34 checking for ERR_free_strings... no
#0 51.57 checking for RAND_cleanup... no
#0 51.83 checking for DSA_SIG_set0... yes
#0 52.07 checking for EVP_dss1... no
#0 52.28 checking for EVP_DigestVerify... yes
#0 52.53 checking for EVP_aes_256_cbc... yes
#0 52.79 checking for EVP_EncryptInit_ex... yes
#0 53.03 checking for HMAC_Init_ex... yes
#0 53.33 checking for CRYPTO_THREADID_set_callback... no
#0 53.56 checking for EVP_MAC_CTX_set_params... no
#0 53.80 checking for OSSL_PARAM_BLD_new... no
#0 54.02 checking for BIO_set_callback_ex... yes
#0 54.27 checking for OPENSSL_init_ssl... yes
#0 54.52 checking for SSL_CTX_set_security_level... yes
#0 54.80 checking for SSL_set1_host... yes
#0 55.06 checking for SSL_get0_peername... yes
#0 55.34 checking for X509_VERIFY_PARAM_set1_host... yes
#0 55.61 checking for SSL_CTX_set_ciphersuites... yes
#0 55.89 checking for SSL_CTX_set_tlsext_ticket_key_evp_cb... no
#0 56.12 checking for SSL_CTX_set_alpn_select_cb... yes
#0 56.40 checking for SSL_get0_alpn_selected... yes
#0 56.73 checking for SSL_CTX_set_alpn_protos... yes
#0 57.00 checking for SSL_get1_peer_certificate... no
#0 57.22 checking whether SSL_COMP_get_compression_methods is declared... yes
#0 57.45 checking whether sk_SSL_COMP_pop_free is declared... yes
#0 57.72 checking whether SSL_CTX_set_ecdh_auto is declared... yes
#0 57.94 checking the return type of HMAC_Init_ex... int
#0 58.17 checking for EVP_PKEY_set_type_str... yes
#0 58.41 checking for EC_KEY_new... yes
#0 58.65 checking if GOST works... no
#0 59.17 checking for ECDSA_sign... yes
#0 59.40 checking for SHA384_Init... yes
#0 59.64 checking whether NID_X9_62_prime256v1 is declared... yes
#0 59.82 checking whether NID_secp384r1 is declared... yes
#0 59.96 checking if openssl supports SHA2 and ECDSA with EVP... yes
#0 59.99 checking whether NID_ED25519 is declared... yes
#0 60.16 checking whether NID_ED448 is declared... yes
#0 60.31 checking whether MSG_FASTOPEN is declared... yes
#0 60.39 configure: WARNING: Check the platform specific TFO kernel parameters are correctly configured to support client mode TFO
#0 60.40 checking whether TCP_FASTOPEN is declared... yes
#0 60.48 configure: WARNING: Check the platform specific TFO kernel parameters are correctly configured to support server mode TFO
#0 60.48 checking for libevent... found in /usr
#0 60.49 checking for library containing clock_gettime... none required
#0 60.71 checking for event.h... yes
#0 60.84 checking whether EV_VERSION_MAJOR is declared... no
#0 60.93 checking for library containing event_set... -levent
#0 61.33 checking for event_base_free... yes
#0 61.57 checking for event_base_once... yes
#0 61.85 checking for event_base_new... yes
#0 62.05 checking for event_base_get_method... yes
#0 62.26 checking for ev_loop... no
#0 62.47 checking for ev_default_loop... no
#0 62.68 checking for event_assign... yes
#0 62.90 checking whether evsignal_assign is declared... yes
#0 63.00 checking for libexpat... found in /usr
#0 63.00 checking for expat.h... yes
#0 63.11 checking whether XML_StopParser is declared... yes
#0 63.18 checking for libnghttp2... found in /usr
#0 63.18 checking for nghttp2/nghttp2.h... yes
#0 63.27 checking whether nghttp2_session_server_new is declared... yes
#0 63.34 checking for getaddrinfo... yes
#0 63.53 checking for ioctlsocket... no
#0 63.57 checking for daemon... yes
#0 63.78 checking if daemon is deprecated... no
#0 63.84 checking for struct sockaddr_un.sun_len... no
#0 63.98 checking for struct in_pktinfo.ipi_spec_dst... yes
#0 64.19 checking for htobe64... yes
#0 64.41 checking for be64toh... yes
#0 64.63 checking for library containing setusercontext... no
#0 65.07 checking for tzset... yes
#0 65.30 checking for sigprocmask... yes
#0 65.52 checking for fcntl... yes
#0 65.76 checking for getpwnam... yes
#0 65.97 checking for endpwent... yes
#0 66.20 checking for getrlimit... yes
#0 66.44 checking for setrlimit... yes
#0 66.72 checking for setsid... yes
#0 66.94 checking for chroot... yes
#0 67.16 checking for kill... yes
#0 67.38 checking for chown... yes
#0 67.61 checking for sleep... yes
#0 67.86 checking for usleep... yes
#0 68.07 checking for random... yes
#0 68.29 checking for srandom... yes
#0 68.51 checking for recvmsg... yes
#0 68.73 checking for sendmsg... yes
#0 68.94 checking for writev... yes
#0 69.16 checking for socketpair... yes
#0 69.37 checking for glob... yes
#0 69.62 checking for initgroups... yes
#0 69.90 checking for strftime... yes
#0 70.15 checking for localtime_r... yes
#0 70.36 checking for setusercontext... no
#0 70.60 checking for _beginthreadex... no
#0 70.82 checking for endservent... yes
#0 71.05 checking for endprotoent... yes
#0 71.26 checking for fsync... yes
#0 71.50 checking for shmget... yes
#0 71.78 checking for accept4... yes
#0 72.00 checking for getifaddrs... yes
#0 72.24 checking for if_nametoindex... yes
#0 72.45 checking for poll... yes
#0 72.69 checking for gettid... yes
#0 72.92 checking for setresuid... yes
#0 73.14 checking for setresgid... yes
#0 73.37 checking whether inet_pton is declared... yes
#0 73.46 checking whether inet_ntop is declared... yes
#0 73.55 checking for inet_aton... yes
#0 73.76 checking for inet_pton... yes
#0 73.96 checking for inet_ntop... yes
#0 74.17 checking for snprintf... yes
#0 74.37 checking for correct snprintf return value... yes
#0 74.62 checking for strlcat... no
#0 74.83 checking for strlcpy... no
#0 75.06 checking for memmove... yes
#0 75.28 checking for gmtime_r... yes
#0 75.48 checking for isblank... yes
#0 75.70 checking for explicit_bzero... yes
#0 75.91 checking for reallocarray... yes
#0 76.18 checking whether reallocarray is declared... yes
#0 76.25 checking for arc4random... no
#0 76.46 checking for arc4random_uniform... no
#0 76.73 checking for getentropy... yes
#0 76.93 checking for ctime_r... yes
#0 77.16 checking for strsep... yes
#0 77.35 checking for protoc-c... /usr/bin/protoc-c
#0 77.36 checking for library containing protobuf_c_message_pack... -lprotobuf-c
#0 77.82 checking if make supports $< with implicit rule in scope... yes
#0 77.84 configure: Stripping extension flags...
#0 78.01 configure: creating ./config.status
#0 79.05 config.status: creating Makefile
#0 79.08 config.status: creating doc/example.conf
#0 79.12 config.status: creating doc/libunbound.3
#0 79.15 config.status: creating doc/unbound.8
#0 79.20 config.status: creating doc/unbound-anchor.8
#0 79.23 config.status: creating doc/unbound-checkconf.8
#0 79.27 config.status: creating doc/unbound.conf.5
#0 79.31 config.status: creating doc/unbound-control.8
#0 79.35 config.status: creating doc/unbound-host.1
#0 79.39 config.status: creating smallapp/unbound-control-setup.sh
#0 79.42 config.status: creating dnstap/dnstap_config.h
#0 79.45 config.status: creating dnscrypt/dnscrypt_config.h
#0 79.49 config.status: creating contrib/libunbound.pc
#0 79.52 config.status: creating contrib/unbound.socket
#0 79.56 config.status: creating contrib/unbound.service
#0 79.60 config.status: creating contrib/unbound_portable.service
#0 79.64 config.status: creating config.h
#0 79.66 config.status: executing libtool commands
#0 79.69 configure: WARNING: unrecognized options: --disable-dependency-tracking
#0 79.80 + make install
#0 79.82 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o dns.lo -c services/cache/dns.c
#0 79.90 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/cache/dns.c  -fPIC -DPIC -o .libs/dns.o
#0 80.15 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/cache/dns.c -o dns.o >/dev/null 2>&1
#0 80.40 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o infra.lo -c services/cache/infra.c
#0 80.48 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/cache/infra.c  -fPIC -DPIC -o .libs/infra.o
#0 80.74 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/cache/infra.c -o infra.o >/dev/null 2>&1
#0 81.00 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o rrset.lo -c services/cache/rrset.c
#0 81.11 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/cache/rrset.c  -fPIC -DPIC -o .libs/rrset.o
#0 81.29 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/cache/rrset.c -o rrset.o >/dev/null 2>&1
#0 81.46 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o dname.lo -c util/data/dname.c#0 81.54 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/data/dname.c  -fPIC -DPIC -o .libs/dname.o
#0 81.80 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/data/dname.c -o dname.o >/dev/null 2>&1
#0 82.02 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o msgencode.lo -c util/data/msgencode.c
#0 82.11 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/data/msgencode.c  -fPIC -DPIC -o .libs/msgencode.o
#0 82.34 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/data/msgencode.c -o msgencode.o >/dev/null 2>&1
#0 82.59 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o as112.lo -c util/as112.c
#0 82.67 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/as112.c  -fPIC -DPIC -o .libs/as112.o
#0 82.70 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/as112.c -o as112.o >/dev/null 2>&1
#0 82.73 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o msgparse.lo -c util/data/msgparse.c
#0 82.81 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/data/msgparse.c  -fPIC -DPIC -o .libs/msgparse.o
#0 83.08 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/data/msgparse.c -o msgparse.o >/dev/null 2>&1
#0 83.41 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o msgreply.lo -c util/data/msgreply.c
#0 83.48 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/data/msgreply.c  -fPIC -DPIC -o .libs/msgreply.o
#0 83.78 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/data/msgreply.c -o msgreply.o >/dev/null 2>&1
#0 84.09 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o packed_rrset.lo -c util/data/packed_rrset.c
#0 84.17 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/data/packed_rrset.c  -fPIC -DPIC -o .libs/packed_rrset.o
#0 84.32 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/data/packed_rrset.c -o packed_rrset.o >/dev/null 2>&1
#0 84.48 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o iterator.lo -c iterator/iterator.c
#0 84.57 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iterator.c  -fPIC -DPIC -o .libs/iterator.o
#0 85.08 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iterator.c -o iterator.o >/dev/null 2>&1
#0 85.61 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o iter_delegpt.lo -c iterator/iter_delegpt.c
#0 85.69 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_delegpt.c  -fPIC -DPIC -o .libs/iter_delegpt.o
#0 85.86 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_delegpt.c -o iter_delegpt.o >/dev/null 2>&1
#0 86.04 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o iter_donotq.lo -c iterator/iter_donotq.c
#0 86.12 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_donotq.c  -fPIC -DPIC -o .libs/iter_donotq.o
#0 86.23 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_donotq.c -o iter_donotq.o >/dev/null 2>&1
#0 86.34 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o iter_fwd.lo -c iterator/iter_fwd.c
#0 86.42 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_fwd.c  -fPIC -DPIC -o .libs/iter_fwd.o
#0 86.61 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_fwd.c -o iter_fwd.o >/dev/null 2>&1
#0 86.83 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o iter_hints.lo -c iterator/iter_hints.c
#0 86.90 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_hints.c  -fPIC -DPIC -o .libs/iter_hints.o
#0 87.07 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_hints.c -o iter_hints.o >/dev/null 2>&1
#0 87.25 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o iter_priv.lo -c iterator/iter_priv.c
#0 87.33 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_priv.c  -fPIC -DPIC -o .libs/iter_priv.o
#0 87.47 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_priv.c -o iter_priv.o >/dev/null 2>&1
#0 87.63 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o iter_resptype.lo -c iterator/iter_resptype.c
#0 87.71 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_resptype.c  -fPIC -DPIC -o .libs/iter_resptype.o
#0 87.83 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_resptype.c -o iter_resptype.o >/dev/null 2>&1
#0 87.96 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o iter_scrub.lo -c iterator/iter_scrub.c
#0 88.04 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_scrub.c  -fPIC -DPIC -o .libs/iter_scrub.o
#0 88.24 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_scrub.c -o iter_scrub.o >/dev/null 2>&1
#0 88.43 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o iter_utils.lo -c iterator/iter_utils.c
#0 88.51 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_utils.c  -fPIC -DPIC -o .libs/iter_utils.o
#0 88.84 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c iterator/iter_utils.c -o iter_utils.o >/dev/null 2>&1
#0 89.16 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o localzone.lo -c services/localzone.c
#0 89.24 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/localzone.c  -fPIC -DPIC -o .libs/localzone.o
#0 89.63 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/localzone.c -o localzone.o >/dev/null 2>&1
#0 90.08 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o mesh.lo -c services/mesh.c
#0 90.17 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/mesh.c  -fPIC -DPIC -o .libs/mesh.o
#0 90.52 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/mesh.c -o mesh.o >/dev/null 2>&1
#0 90.91 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o modstack.lo -c services/modstack.c
#0 90.99 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/modstack.c  -fPIC -DPIC -o .libs/modstack.o
#0 91.18 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/modstack.c -o modstack.o >/dev/null 2>&1
#0 91.36 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o view.lo -c services/view.c
#0 91.44 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/view.c  -fPIC -DPIC -o .libs/view.o
#0 91.61 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/view.c -o view.o >/dev/null 2>&1
#0 91.80 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o outbound_list.lo -c services/outbound_list.c
#0 91.88 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/outbound_list.c  -fPIC -DPIC -o .libs/outbound_list.o
#0 92.00 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/outbound_list.c -o outbound_list.o >/dev/null 2>&1
#0 92.11 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o alloc.lo -c util/alloc.c
#0 92.20 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/alloc.c  -fPIC -DPIC -o .libs/alloc.o
#0 92.36 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/alloc.c -o alloc.o >/dev/null 2>&1
#0 92.54 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o config_file.lo -c util/config_file.c
#0 92.63 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/config_file.c  -fPIC -DPIC -o .libs/config_file.o
#0 93.26 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/config_file.c -o config_file.o >/dev/null 2>&1
#0 93.91 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o configlexer.lo -c util/configlexer.c
#0 93.99 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/configlexer.c  -fPIC -DPIC -o .libs/configlexer.o
#0 94.40 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/configlexer.c -o configlexer.o >/dev/null 2>&1
#0 94.82 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o configparser.lo -c util/configparser.c
#0 94.90 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/configparser.c  -fPIC -DPIC -o .libs/configparser.o
#0 95.40 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/configparser.c -o configparser.o >/dev/null 2>&1
#0 95.96 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o fptr_wlist.lo -c util/fptr_wlist.c
#0 96.03 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/fptr_wlist.c  -fPIC -DPIC -o .libs/fptr_wlist.o
#0 96.35 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/fptr_wlist.c -o fptr_wlist.o >/dev/null 2>&1
#0 96.64 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o edns.lo -c util/edns.c
#0 96.76 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/edns.c  -fPIC -DPIC -o .libs/edns.o
#0 96.90 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/edns.c -o edns.o >/dev/null 2>&1
#0 97.06 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o locks.lo -c util/locks.c
#0 97.14 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/locks.c  -fPIC -DPIC -o .libs/locks.o
#0 97.24 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/locks.c -o locks.o >/dev/null 2>&1
#0 97.33 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o log.lo -c util/log.c
#0 97.41 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/log.c  -fPIC -DPIC -o .libs/log.o
#0 97.56 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/log.c -o log.o >/dev/null 2>&1
#0 97.71 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o mini_event.lo -c util/mini_event.c
#0 97.79 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/mini_event.c  -fPIC -DPIC -o .libs/mini_event.o
#0 97.88 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/mini_event.c -o mini_event.o >/dev/null 2>&1
#0 97.96 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o module.lo -c util/module.c
#0 98.04 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/module.c  -fPIC -DPIC -o .libs/module.o
#0 98.23 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/module.c -o module.o >/dev/null 2>&1
#0 98.40 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o net_help.lo -c util/net_help.c
#0 98.49 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/net_help.c  -fPIC -DPIC -o .libs/net_help.o
#0 98.75 util/net_help.c: In function 'tls_session_ticket_key_cb':
#0 98.75 util/net_help.c:1575:3: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 98.75  1575 |   if (HMAC_Init_ex(hmac_ctx, ticket_keys->hmac_key, 32, digest, NULL) != 1) {
#0 98.75       |   ^~
#0 98.75 In file included from /opt/openssl/include/openssl/ssl.h:37,
#0 98.75                  from util/net_help.c:61:
#0 98.75 /opt/openssl/include/openssl/hmac.h:43:27: note: declared here
#0 98.75    43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
#0 98.75       |                           ^~~~~~~~~~~~
#0 98.76 util/net_help.c:1610:3: warning: 'HMAC_Init_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 98.76  1610 |   if (HMAC_Init_ex(hmac_ctx, key->hmac_key, 32, digest, NULL) != 1) {
#0 98.76       |   ^~
#0 98.76 In file included from /opt/openssl/include/openssl/ssl.h:37,
#0 98.76                  from util/net_help.c:61:
#0 98.76 /opt/openssl/include/openssl/hmac.h:43:27: note: declared here
#0 98.76    43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
#0 98.76       |                           ^~~~~~~~~~~~
#0 98.91 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/net_help.c -o net_help.o >/dev/null 2>&1
#0 99.34 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o random.lo -c util/random.c
#0 99.42 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/random.c  -fPIC -DPIC -o .libs/random.o
#0 99.51 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/random.c -o random.o >/dev/null 2>&1
#0 99.61 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o rbtree.lo -c util/rbtree.c
#0 99.70 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/rbtree.c  -fPIC -DPIC -o .libs/rbtree.o
#0 99.86 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/rbtree.c -o rbtree.o >/dev/null 2>&1
#0 100.0 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o regional.lo -c util/regional.c
#0 100.1 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/regional.c  -fPIC -DPIC -o .libs/regional.o
#0 100.2 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/regional.c -o regional.o >/dev/null 2>&1
#0 100.3 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o rtt.lo -c util/rtt.c
#0 100.4 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/rtt.c  -fPIC -DPIC -o .libs/rtt.o
#0 100.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/rtt.c -o rtt.o >/dev/null 2>&1
#0 100.7 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o dnstree.lo -c util/storage/dnstree.c
#0 100.8 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/storage/dnstree.c  -fPIC -DPIC -o .libs/dnstree.o
#0 100.9 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/storage/dnstree.c -o dnstree.o >/dev/null 2>&1
#0 101.0 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o lookup3.lo -c util/storage/lookup3.c
#0 101.1 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/storage/lookup3.c  -fPIC -DPIC -o .libs/lookup3.o
#0 101.2 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/storage/lookup3.c -o lookup3.o >/dev/null 2>&1
#0 101.4 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o lruhash.lo -c util/storage/lruhash.c
#0 101.4 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/storage/lruhash.c  -fPIC -DPIC -o .libs/lruhash.o
#0 101.7 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/storage/lruhash.c -o lruhash.o >/dev/null 2>&1
#0 101.9 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o slabhash.lo -c util/storage/slabhash.c
#0 102.0 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/storage/slabhash.c  -fPIC -DPIC -o .libs/slabhash.o
#0 102.2 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/storage/slabhash.c -o slabhash.o >/dev/null 2>&1
#0 102.3 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o tcp_conn_limit.lo -c util/tcp_conn_limit.c
#0 102.4 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/tcp_conn_limit.c  -fPIC -DPIC -o .libs/tcp_conn_limit.o
#0 102.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/tcp_conn_limit.c -o tcp_conn_limit.o >/dev/null 2>&1
#0 102.7 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o timehist.lo -c util/timehist.c
#0 102.7 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/timehist.c  -fPIC -DPIC -o .libs/timehist.o
#0 102.9 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/timehist.c -o timehist.o >/dev/null 2>&1
#0 103.0 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o tube.lo -c util/tube.c
#0 103.1 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/tube.c  -fPIC -DPIC -o .libs/tube.o
#0 103.3 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/tube.c -o tube.o >/dev/null 2>&1
#0 103.5 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o winsock_event.lo -c util/winsock_event.c
#0 103.6 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/winsock_event.c  -fPIC -DPIC -o .libs/winsock_event.o
#0 103.7 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/winsock_event.c -o winsock_event.o >/dev/null 2>&1
#0 103.7 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o autotrust.lo -c validator/autotrust.c
#0 103.8 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/autotrust.c  -fPIC -DPIC -o .libs/autotrust.o
#0 104.4 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/autotrust.c -o autotrust.o >/dev/null 2>&1
#0 104.9 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o val_anchor.lo -c validator/val_anchor.c
#0 105.0 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_anchor.c  -fPIC -DPIC -o .libs/val_anchor.o
#0 105.3 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_anchor.c -o val_anchor.o >/dev/null 2>&1
#0 105.6 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o rpz.lo -c services/rpz.c
#0 105.7 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/rpz.c  -fPIC -DPIC -o .libs/rpz.o
#0 106.1 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/rpz.c -o rpz.o >/dev/null 2>&1
#0 106.5 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o validator.lo -c validator/validator.c
#0 106.6 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/validator.c  -fPIC -DPIC -o .libs/validator.o
#0 107.1 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/validator.c -o validator.o >/dev/null 2>&1
#0 107.4 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o val_kcache.lo -c validator/val_kcache.c
#0 107.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_kcache.c  -fPIC -DPIC -o .libs/val_kcache.o
#0 107.7 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_kcache.c -o val_kcache.o >/dev/null 2>&1
#0 107.8 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o val_kentry.lo -c validator/val_kentry.c
#0 107.9 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_kentry.c  -fPIC -DPIC -o .libs/val_kentry.o
#0 108.2 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_kentry.c -o val_kentry.o >/dev/null 2>&1
#0 108.5 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o val_neg.lo -c validator/val_neg.c
#0 108.6 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_neg.c  -fPIC -DPIC -o .libs/val_neg.o
#0 109.0 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_neg.c -o val_neg.o >/dev/null 2>&1
#0 109.5 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o val_nsec3.lo -c validator/val_nsec3.c
#0 109.6 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_nsec3.c  -fPIC -DPIC -o .libs/val_nsec3.o
#0 109.8 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_nsec3.c -o val_nsec3.o >/dev/null 2>&1
#0 110.1 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o val_nsec.lo -c validator/val_nsec.c
#0 110.2 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_nsec.c  -fPIC -DPIC -o .libs/val_nsec.o
#0 110.3 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_nsec.c -o val_nsec.o >/dev/null 2>&1
#0 110.5 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o val_secalgo.lo -c validator/val_secalgo.c
#0 110.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_secalgo.c  -fPIC -DPIC -o .libs/val_secalgo.o
#0 110.9 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_secalgo.c -o val_secalgo.o >/dev/null 2>&1
#0 111.2 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o val_sigcrypt.lo -c validator/val_sigcrypt.c
#0 111.3 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_sigcrypt.c  -fPIC -DPIC -o .libs/val_sigcrypt.o
#0 111.9 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_sigcrypt.c -o val_sigcrypt.o >/dev/null 2>&1
#0 112.4 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o val_utils.lo -c validator/val_utils.c
#0 112.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_utils.c  -fPIC -DPIC -o .libs/val_utils.o
#0 112.8 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c validator/val_utils.c -o val_utils.o >/dev/null 2>&1
#0 113.0 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o dns64.lo -c dns64/dns64.c
#0 113.1 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c dns64/dns64.c  -fPIC -DPIC -o .libs/dns64.o
#0 113.3 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c dns64/dns64.c -o dns64.o >/dev/null 2>&1
#0 113.6 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o authzone.lo -c services/authzone.c
#0 113.6 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/authzone.c  -fPIC -DPIC -o .libs/authzone.o
#0 114.9 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/authzone.c -o authzone.o >/dev/null 2>&1
#0 116.1 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o edns-subnet.lo -c edns-subnet/edns-subnet.c
#0 116.2 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c edns-subnet/edns-subnet.c  -fPIC -DPIC -o .libs/edns-subnet.o
#0 116.3 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c edns-subnet/edns-subnet.c -o edns-subnet.o >/dev/null 2>&1
#0 116.4 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o subnetmod.lo -c edns-subnet/subnetmod.c
#0 116.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c edns-subnet/subnetmod.c  -fPIC -DPIC -o .libs/subnetmod.o
#0 116.7 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c edns-subnet/subnetmod.c -o subnetmod.o >/dev/null 2>&1
#0 117.0 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o addrtree.lo -c edns-subnet/addrtree.c
#0 117.1 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c edns-subnet/addrtree.c  -fPIC -DPIC -o .libs/addrtree.o
#0 117.2 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c edns-subnet/addrtree.c -o addrtree.o >/dev/null 2>&1
#0 117.4 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o subnet-whitelist.lo -c edns-subnet/subnet-whitelist.c
#0 117.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c edns-subnet/subnet-whitelist.c  -fPIC -DPIC -o .libs/subnet-whitelist.o
#0 117.6 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c edns-subnet/subnet-whitelist.c -o subnet-whitelist.o >/dev/null 2>&1
#0 117.8 /usr/bin/protoc-c --c_out=. --proto_path=. ./dnstap/dnstap.proto
#0 117.8 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o dnstap.lo -c dnstap/dnstap.c
#0 117.9 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c dnstap/dnstap.c  -fPIC -DPIC -o .libs/dnstap.o#0 118.1 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c dnstap/dnstap.c -o dnstap.o >/dev/null 2>&1
#0 118.3 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o dnstap.pb-c.lo -c dnstap/dnstap.pb-c.c
#0 118.4 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c dnstap/dnstap.pb-c.c  -fPIC -DPIC -o .libs/dnstap.pb-c.o
#0 118.4 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c dnstap/dnstap.pb-c.c -o dnstap.pb-c.o >/dev/null 2>&1
#0 118.5 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o dnstap_fstrm.lo -c dnstap/dnstap_fstrm.c
#0 118.6 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c dnstap/dnstap_fstrm.c  -fPIC -DPIC -o .libs/dnstap_fstrm.o
#0 118.7 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c dnstap/dnstap_fstrm.c -o dnstap_fstrm.o >/dev/null 2>&1
#0 118.8 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o dtstream.lo -c dnstap/dtstream.c
#0 118.9 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c dnstap/dtstream.c  -fPIC -DPIC -o .libs/dtstream.o
#0 119.4 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c dnstap/dtstream.c -o dtstream.o >/dev/null 2>&1
#0 119.9 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o respip.lo -c respip/respip.c
#0 119.9 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c respip/respip.c  -fPIC -DPIC -o .libs/respip.o#0 120.2 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c respip/respip.c -o respip.o >/dev/null 2>&1
#0 120.5 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o netevent.lo -c util/netevent.c
#0 120.6 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/netevent.c  -fPIC -DPIC -o .libs/netevent.o
#0 121.3 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/netevent.c -o netevent.o >/dev/null 2>&1
#0 122.0 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o listen_dnsport.lo -c services/listen_dnsport.c
#0 122.1 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/listen_dnsport.c  -fPIC -DPIC -o .libs/listen_dnsport.o
#0 122.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/listen_dnsport.c -o listen_dnsport.o >/dev/null 2>&1
#0 122.9 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o outside_network.lo -c services/outside_network.c
#0 123.0 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/outside_network.c  -fPIC -DPIC -o .libs/outside_network.o
#0 123.7 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c services/outside_network.c -o outside_network.o >/dev/null 2>&1
#0 124.4 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o ub_event.lo -c util/ub_event.c
#0 124.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/ub_event.c  -fPIC -DPIC -o .libs/ub_event.o
#0 124.6 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/ub_event.c -o ub_event.o >/dev/null 2>&1
#0 124.7 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o acl_list.lo -c daemon/acl_list.c
#0 124.8 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c daemon/acl_list.c  -fPIC -DPIC -o .libs/acl_list.o
#0 125.0 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c daemon/acl_list.c -o acl_list.o >/dev/null 2>&1
#0 125.2 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o cachedump.lo -c daemon/cachedump.c
#0 125.2 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c daemon/cachedump.c  -fPIC -DPIC -o .libs/cachedump.o
#0 125.7 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c daemon/cachedump.c -o cachedump.o >/dev/null 2>&1
#0 126.2 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o daemon.lo -c daemon/daemon.c
#0 126.2 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c daemon/daemon.c  -fPIC -DPIC -o .libs/daemon.o#0 126.7 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c daemon/daemon.c -o daemon.o >/dev/null 2>&1
#0 127.2 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o shm_main.lo -c util/shm_side/shm_main.c
#0 127.3 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/shm_side/shm_main.c  -fPIC -DPIC -o .libs/shm_main.o
#0 127.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/shm_side/shm_main.c -o shm_main.o >/dev/null 2>&1
#0 127.7 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o remote.lo -c daemon/remote.c
#0 127.8 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c daemon/remote.c  -fPIC -DPIC -o .libs/remote.o#0 128.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c daemon/remote.c -o remote.o >/dev/null 2>&1
#0 129.3 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o stats.lo -c daemon/stats.c
#0 129.3 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c daemon/stats.c  -fPIC -DPIC -o .libs/stats.o
#0 129.7 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c daemon/stats.c -o stats.o >/dev/null 2>&1
#0 130.1 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o unbound.lo -c daemon/unbound.c
#0 130.2 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c daemon/unbound.c  -fPIC -DPIC -o .libs/unbound.o
#0 130.6 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c daemon/unbound.c -o unbound.o >/dev/null 2>&1
#0 131.0 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o worker.lo -c daemon/worker.c
#0 131.1 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c daemon/worker.c  -fPIC -DPIC -o .libs/worker.o#0 131.8 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c daemon/worker.c -o worker.o >/dev/null 2>&1
#0 132.4 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o keyraw.lo -c sldns/keyraw.c
#0 132.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c sldns/keyraw.c  -fPIC -DPIC -o .libs/keyraw.o
#0 132.8 sldns/keyraw.c: In function 'sldns_key_buf2dsa_raw':
#0 132.8 sldns/keyraw.c:250:2: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   250 |  if(!(dsa = DSA_new())) {
#0 132.8       |  ^~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:37,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/dsa.h:130:28: note: declared here
#0 132.8   130 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
#0 132.8       |                            ^~~~~~~
#0 132.8 sldns/keyraw.c:263:2: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   263 |  if (!DSA_set0_pqg(dsa, P, Q, G)) {
#0 132.8       |  ^~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:37,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/dsa.h:208:27: note: declared here
#0 132.8   208 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
#0 132.8       |                           ^~~~~~~~~~~~
#0 132.8 sldns/keyraw.c:269:3: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   269 |   DSA_free(dsa);
#0 132.8       |   ^~~~~~~~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:37,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/dsa.h:132:28: note: declared here
#0 132.8   132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
#0 132.8       |                            ^~~~~~~~
#0 132.8 sldns/keyraw.c:273:2: warning: 'DSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   273 |  if (!DSA_set0_key(dsa, Y, NULL)) {
#0 132.8       |  ^~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:37,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/dsa.h:211:27: note: declared here
#0 132.8   211 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_key(DSA *d, BIGNUM *pub_key,
#0 132.8       |                           ^~~~~~~~~~~~
#0 132.8 sldns/keyraw.c:275:3: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   275 |   DSA_free(dsa);
#0 132.8       |   ^~~~~~~~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:37,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/dsa.h:132:28: note: declared here
#0 132.8   132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
#0 132.8       |                            ^~~~~~~~
#0 132.8 sldns/keyraw.c: In function 'sldns_key_dsa2pkey_raw':
#0 132.8 sldns/keyraw.c:365:2: warning: 'EVP_PKEY_assign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   365 |  if(EVP_PKEY_assign_DSA(evp_key, dsa) == 0) {
#0 132.8       |  ^~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:29,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/evp.h:1331:5: note: declared here
#0 132.8  1331 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key);
#0 132.8       |     ^~~~~~~~~~~~~~~
#0 132.8 sldns/keyraw.c:366:3: warning: 'DSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   366 |   DSA_free(dsa);
#0 132.8       |   ^~~~~~~~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:37,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/dsa.h:132:28: note: declared here
#0 132.8   132 | OSSL_DEPRECATEDIN_3_0 void DSA_free(DSA *r);
#0 132.8       |                            ^~~~~~~~
#0 132.8 sldns/keyraw.c: In function 'sldns_key_buf2rsa_raw':
#0 132.8 sldns/keyraw.c:426:2: warning: 'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   426 |  rsa = RSA_new();
#0 132.8       |  ^~~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:36,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/rsa.h:204:28: note: declared here
#0 132.8   204 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
#0 132.8       |                            ^~~~~~~
#0 132.8 sldns/keyraw.c:440:2: warning: 'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   440 |  if (!RSA_set0_key(rsa, modulus, exponent, NULL)) {
#0 132.8       |  ^~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:36,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/rsa.h:210:27: note: declared here
#0 132.8   210 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
#0 132.8       |                           ^~~~~~~~~~~~
#0 132.8 sldns/keyraw.c:443:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   443 |   RSA_free(rsa);
#0 132.8       |   ^~~~~~~~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:36,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/rsa.h:296:28: note: declared here
#0 132.8   296 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
#0 132.8       |                            ^~~~~~~~
#0 132.8 sldns/keyraw.c: In function 'sldns_key_rsa2pkey_raw':
#0 132.8 sldns/keyraw.c:524:2: warning: 'EVP_PKEY_assign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   524 |  if(EVP_PKEY_assign_RSA(evp_key, rsa) == 0) {
#0 132.8       |  ^~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:29,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/evp.h:1331:5: note: declared here
#0 132.8  1331 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key);
#0 132.8       |     ^~~~~~~~~~~~~~~
#0 132.8 sldns/keyraw.c:525:3: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   525 |   RSA_free(rsa);
#0 132.8       |   ^~~~~~~~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:36,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/rsa.h:296:28: note: declared here
#0 132.8   296 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
#0 132.8       |                            ^~~~~~~~
#0 132.8 sldns/keyraw.c: In function 'sldns_ecdsa2pkey_raw':
#0 132.8 sldns/keyraw.c:625:17: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   625 |                 ec = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1);
#0 132.8       |                 ^~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:33,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/ec.h:1001:31: note: declared here
#0 132.8  1001 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
#0 132.8       |                               ^~~~~~~~~~~~~~~~~~~~~~~~
#0 132.8 sldns/keyraw.c:628:17: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   628 |                 ec = EC_KEY_new_by_curve_name(NID_secp384r1);
#0 132.8       |                 ^~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:33,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/ec.h:1001:31: note: declared here
#0 132.8  1001 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
#0 132.8       |                               ^~~~~~~~~~~~~~~~~~~~~~~~
#0 132.8 sldns/keyraw.c:632:17: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   632 |                 EC_KEY_free(ec);
#0 132.8       |                 ^~~~~~~~~~~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:33,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/ec.h:1006:28: note: declared here
#0 132.8  1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
#0 132.8       |                            ^~~~~~~~~~~
#0 132.8 sldns/keyraw.c:639:9: warning: 'o2i_ECPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   639 |         if(!o2i_ECPublicKey(&ec, &pp, (int)keylen+1)) {
#0 132.8       |         ^~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:33,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/ec.h:1239:31: note: declared here
#0 132.8  1239 | OSSL_DEPRECATEDIN_3_0 EC_KEY *o2i_ECPublicKey(EC_KEY **key,
#0 132.8       |                               ^~~~~~~~~~~~~~~
#0 132.8 sldns/keyraw.c:640:17: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   640 |                 EC_KEY_free(ec);
#0 132.8       |                 ^~~~~~~~~~~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:33,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/ec.h:1006:28: note: declared here
#0 132.8  1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
#0 132.8       |                            ^~~~~~~~~~~
#0 132.8 sldns/keyraw.c:645:17: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   645 |                 EC_KEY_free(ec);
#0 132.8       |                 ^~~~~~~~~~~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:33,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/ec.h:1006:28: note: declared here
#0 132.8  1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
#0 132.8       |                            ^~~~~~~~~~~
#0 132.8 sldns/keyraw.c:648:9: warning: 'EVP_PKEY_assign' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   648 |         if (!EVP_PKEY_assign_EC_KEY(evp_key, ec)) {
#0 132.8       |         ^~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:29,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/evp.h:1331:5: note: declared here
#0 132.8  1331 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key);
#0 132.8       |     ^~~~~~~~~~~~~~~
#0 132.8 sldns/keyraw.c:650:3: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
#0 132.8   650 |   EC_KEY_free(ec);
#0 132.8       |   ^~~~~~~~~~~
#0 132.8 In file included from /opt/openssl/include/openssl/x509.h:33,
#0 132.8                  from /opt/openssl/include/openssl/ssl.h:31,
#0 132.8                  from ./sldns/keyraw.h:27,
#0 132.8                  from sldns/keyraw.c:14:
#0 132.8 /opt/openssl/include/openssl/ec.h:1006:28: note: declared here
#0 132.8  1006 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
#0 132.8       |                            ^~~~~~~~~~~
#0 132.8 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c sldns/keyraw.c -o keyraw.o >/dev/null 2>&1
#0 133.2 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o sbuffer.lo -c sldns/sbuffer.c#0 133.2 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c sldns/sbuffer.c  -fPIC -DPIC -o .libs/sbuffer.o
#0 133.3 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c sldns/sbuffer.c -o sbuffer.o >/dev/null 2>&1
#0 133.5 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o wire2str.lo -c sldns/wire2str.c
#0 133.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c sldns/wire2str.c  -fPIC -DPIC -o .libs/wire2str.o
#0 134.1 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c sldns/wire2str.c -o wire2str.o >/dev/null 2>&1#0 134.6 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o parse.lo -c sldns/parse.c
#0 134.7 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c sldns/parse.c  -fPIC -DPIC -o .libs/parse.o
#0 134.9 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c sldns/parse.c -o parse.o >/dev/null 2>&1
#0 135.0 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o parseutil.lo -c sldns/parseutil.c
#0 135.1 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c sldns/parseutil.c  -fPIC -DPIC -o .libs/parseutil.o
#0 135.3 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c sldns/parseutil.c -o parseutil.o >/dev/null 2>&1
#0 135.4 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o rrdef.lo -c sldns/rrdef.c
#0 135.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c sldns/rrdef.c  -fPIC -DPIC -o .libs/rrdef.o
#0 135.7 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c sldns/rrdef.c -o rrdef.o >/dev/null 2>&1
#0 135.8 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o str2wire.lo -c sldns/str2wire.c
#0 135.9 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c sldns/str2wire.c  -fPIC -DPIC -o .libs/str2wire.o
#0 136.3 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c sldns/str2wire.c -o str2wire.o >/dev/null 2>&1#0 136.7 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o strlcat.lo -c compat/strlcat.c
#0 136.8 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c compat/strlcat.c  -fPIC -DPIC -o .libs/strlcat.o
#0 136.9 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c compat/strlcat.c -o strlcat.o >/dev/null 2>&1
#0 137.0 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o strlcpy.lo -c compat/strlcpy.c
#0 137.1 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c compat/strlcpy.c  -fPIC -DPIC -o .libs/strlcpy.o
#0 137.2 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c compat/strlcpy.c -o strlcpy.o >/dev/null 2>&1
#0 137.2 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o arc4random.lo -c compat/arc4random.c
#0 137.3 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c compat/arc4random.c  -fPIC -DPIC -o .libs/arc4random.o
#0 137.4 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c compat/arc4random.c -o arc4random.o >/dev/null 2>&1
#0 137.6 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o arc4random_uniform.lo -c compat/arc4random_uniform.c
#0 137.7 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c compat/arc4random_uniform.c  -fPIC -DPIC -o .libs/arc4random_uniform.o
#0 137.8 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c compat/arc4random_uniform.c -o arc4random_uniform.o >/dev/null 2>&1
#0 137.9 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o arc4_lock.lo -c compat/arc4_lock.c
#0 137.9 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c compat/arc4_lock.c  -fPIC -DPIC -o .libs/arc4_lock.o
#0 138.0 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c compat/arc4_lock.c -o arc4_lock.o >/dev/null 2>&1
#0 138.1 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o context.lo -c libunbound/context.c
#0 138.2 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c libunbound/context.c  -fPIC -DPIC -o .libs/context.o
#0 138.4 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c libunbound/context.c -o context.o >/dev/null 2>&1
#0 138.7 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o libunbound.lo -c libunbound/libunbound.c
#0 138.8 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c libunbound/libunbound.c  -fPIC -DPIC -o .libs/libunbound.o
#0 139.1 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c libunbound/libunbound.c -o libunbound.o >/dev/null 2>&1
#0 139.4 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o libworker.lo -c libunbound/libworker.c
#0 139.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c libunbound/libworker.c  -fPIC -DPIC -o .libs/libworker.o
#0 140.0 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c libunbound/libworker.c -o libworker.o >/dev/null 2>&1
#0 140.4 ./libtool --tag=CC --mode=compile gcc -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google  -o ub_event_pluggable.lo -c util/ub_event_pluggable.c
#0 140.5 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/ub_event_pluggable.c  -fPIC -DPIC -o .libs/ub_event_pluggable.o
#0 140.8 libtool: compile:  gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -c util/ub_event_pluggable.c -o ub_event_pluggable.o >/dev/null 2>&1
#0 141.0 ./libtool --tag=CC --mode=link gcc -R/opt/openssl/lib -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -L/opt/openssl/lib -version-info 9:19:1 -no-undefined -export-symbols ./libunbound/ubsyms.def -o libunbound.la context.lo libunbound.lo libworker.lo ub_event_pluggable.lo dns.lo infra.lo rrset.lo dname.lo msgencode.lo as112.lo msgparse.lo msgreply.lo packed_rrset.lo iterator.lo iter_delegpt.lo iter_donotq.lo iter_fwd.lo iter_hints.lo iter_priv.lo iter_resptype.lo iter_scrub.lo iter_utils.lo localzone.lo mesh.lo modstack.lo view.lo outbound_list.lo alloc.lo config_file.lo configlexer.lo configparser.lo fptr_wlist.lo edns.lo locks.lo log.lo mini_event.lo module.lo net_help.lo random.lo rbtree.lo regional.lo rtt.lo dnstree.lo lookup3.lo lruhash.lo slabhash.lo tcp_conn_limit.lo timehist.lo tube.lo winsock_event.lo autotrust.lo val_anchor.lo rpz.lo validator.lo val_kcache.lo val_kentry.lo val_neg.lo val_nsec3.lo val_nsec.lo val_secalgo.lo val_sigcrypt.lo val_utils.lo dns64.lo  authzone.lo edns-subnet.lo subnetmod.lo addrtree.lo subnet-whitelist.lo   dnstap.lo dnstap.pb-c.lo dnstap_fstrm.lo dtstream.lo     respip.lo netevent.lo listen_dnsport.lo outside_network.lo keyraw.lo sbuffer.lo wire2str.lo parse.lo parseutil.lo rrdef.lo str2wire.lo strlcat.lo strlcpy.lo arc4random.lo arc4random_uniform.lo arc4_lock.lo -rpath /opt/unbound/lib -lssl -lprotobuf-c -levent  -lcrypto -lnghttp2
#0 141.5 libtool: link: echo "{ global:" > .libs/libunbound.ver
#0 141.5 libtool: link:  cat ./libunbound/ubsyms.def | sed -e "s/\(.*\)/\1;/" >> .libs/libunbound.ver
#0 141.5 libtool: link:  echo "local: *; };" >> .libs/libunbound.ver
#0 141.6 libtool: link:  gcc -shared  -fPIC -DPIC  .libs/context.o .libs/libunbound.o .libs/libworker.o .libs/ub_event_pluggable.o .libs/dns.o .libs/infra.o .libs/rrset.o .libs/dname.o .libs/msgencode.o .libs/as112.o .libs/msgparse.o .libs/msgreply.o .libs/packed_rrset.o .libs/iterator.o .libs/iter_delegpt.o .libs/iter_donotq.o .libs/iter_fwd.o .libs/iter_hints.o .libs/iter_priv.o .libs/iter_resptype.o .libs/iter_scrub.o .libs/iter_utils.o .libs/localzone.o .libs/mesh.o .libs/modstack.o .libs/view.o .libs/outbound_list.o .libs/alloc.o .libs/config_file.o .libs/configlexer.o .libs/configparser.o .libs/fptr_wlist.o .libs/edns.o .libs/locks.o .libs/log.o .libs/mini_event.o .libs/module.o .libs/net_help.o .libs/random.o .libs/rbtree.o .libs/regional.o .libs/rtt.o .libs/dnstree.o .libs/lookup3.o .libs/lruhash.o .libs/slabhash.o .libs/tcp_conn_limit.o .libs/timehist.o .libs/tube.o .libs/winsock_event.o .libs/autotrust.o .libs/val_anchor.o .libs/rpz.o .libs/validator.o .libs/val_kcache.o .libs/val_kentry.o .libs/val_neg.o .libs/val_nsec3.o .libs/val_nsec.o .libs/val_secalgo.o .libs/val_sigcrypt.o .libs/val_utils.o .libs/dns64.o .libs/authzone.o .libs/edns-subnet.o .libs/subnetmod.o .libs/addrtree.o .libs/subnet-whitelist.o .libs/dnstap.o .libs/dnstap.pb-c.o .libs/dnstap_fstrm.o .libs/dtstream.o .libs/respip.o .libs/netevent.o .libs/listen_dnsport.o .libs/outside_network.o .libs/keyraw.o .libs/sbuffer.o .libs/wire2str.o .libs/parse.o .libs/parseutil.o .libs/rrdef.o .libs/str2wire.o .libs/strlcat.o .libs/strlcpy.o .libs/arc4random.o .libs/arc4random_uniform.o .libs/arc4_lock.o   -Wl,-rpath -Wl,/opt/openssl/lib -L/opt/openssl/lib -lssl -lprotobuf-c -levent -lcrypto -lnghttp2  -g -O2 -flto -pthread   -pthread -Wl,-soname -Wl,libunbound.so.8 -Wl,-version-script -Wl,.libs/libunbound.ver -o .libs/libunbound.so.8.1.19
#0 202.5 libtool: link: (cd ".libs" && rm -f "libunbound.so.8" && ln -s "libunbound.so.8.1.19" "libunbound.so.8")
#0 202.5 libtool: link: (cd ".libs" && rm -f "libunbound.so" && ln -s "libunbound.so.8.1.19" "libunbound.so")
#0 202.5 libtool: link: /usr/bin/ar cru .libs/libunbound.a  context.o libunbound.o libworker.o ub_event_pluggable.o dns.o infra.o rrset.o dname.o msgencode.o as112.o msgparse.o msgreply.o packed_rrset.o iterator.o iter_delegpt.o iter_donotq.o iter_fwd.o iter_hints.o iter_priv.o iter_resptype.o iter_scrub.o iter_utils.o localzone.o mesh.o modstack.o view.o outbound_list.o alloc.o config_file.o configlexer.o configparser.o fptr_wlist.o edns.o locks.o log.o mini_event.o module.o net_help.o random.o rbtree.o regional.o rtt.o dnstree.o lookup3.o lruhash.o slabhash.o tcp_conn_limit.o timehist.o tube.o winsock_event.o autotrust.o val_anchor.o rpz.o validator.o val_kcache.o val_kentry.o val_neg.o val_nsec3.o val_nsec.o val_secalgo.o val_sigcrypt.o val_utils.o dns64.o authzone.o edns-subnet.o subnetmod.o addrtree.o subnet-whitelist.o dnstap.o dnstap.pb-c.o dnstap_fstrm.o dtstream.o respip.o netevent.o listen_dnsport.o outside_network.o keyraw.o sbuffer.o wire2str.o parse.o parseutil.o rrdef.o str2wire.o strlcat.o strlcpy.o arc4random.o arc4random_uniform.o arc4_lock.o
#0 202.5 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U')
#0 202.6 libtool: link: ranlib .libs/libunbound.a
#0 202.7 libtool: link: ( cd ".libs" && rm -f "libunbound.la" && ln -s "../libunbound.la" "libunbound.la" )
#0 202.7 ./libtool --tag=CC --mode=link gcc  -R/opt/openssl/lib -I.  -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -L/opt/openssl/lib -o unbound acl_list.lo cachedump.lo daemon.lo shm_main.lo remote.lo stats.lo unbound.lo worker.lo  dns.lo infra.lo rrset.lo dname.lo msgencode.lo as112.lo msgparse.lo msgreply.lo packed_rrset.lo iterator.lo iter_delegpt.lo iter_donotq.lo iter_fwd.lo iter_hints.lo iter_priv.lo iter_resptype.lo iter_scrub.lo iter_utils.lo localzone.lo mesh.lo modstack.lo view.lo outbound_list.lo alloc.lo config_file.lo configlexer.lo configparser.lo fptr_wlist.lo edns.lo locks.lo log.lo mini_event.lo module.lo net_help.lo random.lo rbtree.lo regional.lo rtt.lo dnstree.lo lookup3.lo lruhash.lo slabhash.lo tcp_conn_limit.lo timehist.lo tube.lo winsock_event.lo autotrust.lo val_anchor.lo rpz.lo validator.lo val_kcache.lo val_kentry.lo val_neg.lo val_nsec3.lo val_nsec.lo val_secalgo.lo val_sigcrypt.lo val_utils.lo dns64.lo  authzone.lo edns-subnet.lo subnetmod.lo addrtree.lo subnet-whitelist.lo   dnstap.lo dnstap.pb-c.lo dnstap_fstrm.lo dtstream.lo     respip.lo netevent.lo listen_dnsport.lo outside_network.lo ub_event.lo keyraw.lo sbuffer.lo wire2str.lo parse.lo parseutil.lo rrdef.lo str2wire.lo strlcat.lo strlcpy.lo arc4random.lo arc4random_uniform.lo arc4_lock.lo   -lssl -lprotobuf-c -levent  -lcrypto -lnghttp2 
#0 203.4 libtool: link: gcc -I. -I/opt/openssl/include -DSRCDIR=. -g -O2 -flto -pthread -I/usr/include/google -o unbound .libs/acl_list.o .libs/cachedump.o .libs/daemon.o .libs/shm_main.o .libs/remote.o .libs/stats.o .libs/unbound.o .libs/worker.o .libs/dns.o .libs/infra.o .libs/rrset.o .libs/dname.o .libs/msgencode.o .libs/as112.o .libs/msgparse.o .libs/msgreply.o .libs/packed_rrset.o .libs/iterator.o .libs/iter_delegpt.o .libs/iter_donotq.o .libs/iter_fwd.o .libs/iter_hints.o .libs/iter_priv.o .libs/iter_resptype.o .libs/iter_scrub.o .libs/iter_utils.o .libs/localzone.o .libs/mesh.o .libs/modstack.o .libs/view.o .libs/outbound_list.o .libs/alloc.o .libs/config_file.o .libs/configlexer.o .libs/configparser.o .libs/fptr_wlist.o .libs/edns.o .libs/locks.o .libs/log.o .libs/mini_event.o .libs/module.o .libs/net_help.o .libs/random.o .libs/rbtree.o .libs/regional.o .libs/rtt.o .libs/dnstree.o .libs/lookup3.o .libs/lruhash.o .libs/slabhash.o .libs/tcp_conn_limit.o .libs/timehist.o .libs/tube.o .libs/winsock_event.o .libs/autotrust.o .libs/val_anchor.o .libs/rpz.o .libs/validator.o .libs/val_kcache.o .libs/val_kentry.o .libs/val_neg.o .libs/val_nsec3.o .libs/val_nsec.o .libs/val_secalgo.o .libs/val_sigcrypt.o .libs/val_utils.o .libs/dns64.o .libs/authzone.o .libs/edns-subnet.o .libs/subnetmod.o .libs/addrtree.o .libs/subnet-whitelist.o .libs/dnstap.o .libs/dnstap.pb-c.o .libs/dnstap_fstrm.o .libs/dtstream.o .libs/respip.o .libs/netevent.o .libs/listen_dnsport.o .libs/outside_network.o .libs/ub_event.o .libs/keyraw.o .libs/sbuffer.o .libs/wire2str.o .libs/parse.o .libs/parseutil.o .libs/rrdef.o .libs/str2wire.o .libs/strlcat.o .libs/strlcpy.o .libs/arc4random.o .libs/arc4random_uniform.o .libs/arc4_lock.o  -L/opt/openssl/lib -lssl -lprotobuf-c -levent -lcrypto -lnghttp2 -pthread  -Wl,-rpath -Wl,/opt/openssl/lib
#0 285.2 /usr/bin/ld: /tmp/unbound.acbOZI.ltrans7.ltrans.o: in function `tls_session_ticket_key_cb':
#0 285.2 /tmp/workdir/unbound/util/net_help.c:1550: undefined reference to `EVP_CIPHER_get_iv_length'
#0 285.3 /usr/bin/ld: /tmp/unbound.acbOZI.ltrans17.ltrans.o: in function `secalgo_hash_final.constprop.0':
#0 285.3 /tmp/workdir/unbound/validator/val_secalgo.c:208: undefined reference to `EVP_MD_CTX_get0_md'
#0 285.3 /usr/bin/ld: /tmp/workdir/unbound/validator/val_secalgo.c:208: undefined reference to `EVP_MD_get_size'
#0 285.3 /usr/bin/ld: /tmp/workdir/unbound/validator/val_secalgo.c:213: undefined reference to `EVP_MD_CTX_get0_md'
#0 285.3 /usr/bin/ld: /tmp/unbound.acbOZI.ltrans17.ltrans.o:/tmp/workdir/unbound/validator/val_secalgo.c:213: undefined reference to `EVP_MD_get_size'
#0 285.3 /usr/bin/ld: /tmp/unbound.acbOZI.ltrans1.ltrans.o: in function `remote_control_callback':
#0 285.3 /tmp/workdir/unbound/daemon/remote.c:3345: undefined reference to `SSL_get1_peer_certificate'
#0 285.3 /usr/bin/ld: /tmp/unbound.acbOZI.ltrans12.ltrans.o: in function `dtio_ssl_handshake':
#0 285.4 /tmp/workdir/unbound/dnstap/dtstream.c:1325: undefined reference to `SSL_get1_peer_certificate'
#0 285.4 /usr/bin/ld: /tmp/unbound.acbOZI.ltrans12.ltrans.o:/tmp/workdir/unbound/dnstap/dtstream.c:1350: undefined reference to `SSL_get1_peer_certificate'
#0 285.4 /usr/bin/ld: /tmp/unbound.acbOZI.ltrans13.ltrans.o: in function `ssl_handshake.part.0':
#0 285.4 /tmp/workdir/unbound/util/netevent.c:1436: undefined reference to `SSL_get1_peer_certificate'
#0 285.4 /usr/bin/ld: /tmp/workdir/unbound/util/netevent.c:1466: undefined reference to `SSL_get1_peer_certificate'
#0 285.5 collect2: error: ld returned 1 exit status
#0 285.5 make: *** [Makefile:369: unbound] Error 1

origamiofficial avatar Sep 05 '22 19:09 origamiofficial