==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: powerdns 4.9.7-1 (Mon Jul  7 04:54:01 2025)
==> Retrieving sources...
  -> Found pdns-4.9.7.tar.bz2
  -> Found pdns-4.9.7.tar.bz2.asc
  -> Found sysusers.conf
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    pdns-4.9.7.tar.bz2 ... Passed
    pdns-4.9.7.tar.bz2.asc ... Skipped
    sysusers.conf ... Passed
==> Making package: powerdns 4.9.7-1 (Mon Jul  7 04:54:08 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (3) boost-libs-1.88.0-3  libsodium-1.0.20-1  luajit-2.1.1748459687-1

Total Download Size:    2.74 MiB
Total Installed Size:  13.87 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 boost-libs-1.88.0-3-aarch64 downloading...
 luajit-2.1.1748459687-1-aarch64 downloading...
 libsodium-1.0.20-1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing boost-libs...
Optional dependencies for boost-libs
    openmpi: for mpi support
installing libsodium...
installing luajit...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (10) geoip-database-20250129-1  liburing-2.11-1  boost-1.88.0-3
              geoip-1.6.12-3  libmaxminddb-1.12.2-2  mariadb-libs-11.8.2-1
              postgresql-libs-17.5-2  tinycdb-0.81-1  unixodbc-2.3.12-3
              yaml-cpp-0.8.0-2

Total Download Size:    25.23 MiB
Total Installed Size:  236.20 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 boost-1.88.0-3-aarch64 downloading...
 mariadb-libs-11.8.2-1-aarch64 downloading...
 geoip-database-20250129-1-any downloading...
 postgresql-libs-17.5-2-aarch64 downloading...
 unixodbc-2.3.12-3-aarch64 downloading...
 liburing-2.11-1-aarch64 downloading...
 yaml-cpp-0.8.0-2-aarch64 downloading...
 geoip-1.6.12-3-aarch64 downloading...
 tinycdb-0.81-1-aarch64 downloading...
 libmaxminddb-1.12.2-2-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing boost...
Optional dependencies for boost
    python: for python bindings [installed]
installing geoip-database...
:: By installing geoip-database, you acknowledge and agree to comply
   with the terms of the GeoLite2 End User License Agreement (EULA).

   Review the EULA here: https://www.maxmind.com/en/geolite2/eula
installing geoip...
Optional dependencies for geoip
    geoip-database-extra: city/ASN databases (not needed for country lookups)
installing liburing...
installing mariadb-libs...
Optional dependencies for mariadb-libs
    krb5: for gssapi authentication [installed]
installing libmaxminddb...
Optional dependencies for libmaxminddb
    geoip2-database: IP geolocation databases
installing postgresql-libs...
installing tinycdb...
installing unixodbc...
installing yaml-cpp...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found pdns-4.9.7.tar.bz2
  -> Found pdns-4.9.7.tar.bz2.asc
  -> Found sysusers.conf
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting pdns-4.9.7.tar.bz2 with bsdtar
==> Starting prepare()...
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1001' is supported by ustar format... yes
checking whether GID '1001' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking size of time_t... 8
checking whether time_t is signed... yes
checking for bison... bison -y
checking if bison is the parser generator... yes
checking for flex... flex
checking for lex output file root... lex.yy
checking for lex library... none needed
checking whether yytext is a pointer... yes
checking if the lexer is flex... yes
checking whether g++ supports C++17 features with -std=c++17... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E -std=c++17
checking for ld used by g++ -std=c++17... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ -std=c++17 linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ -std=c++17 option to produce PIC... -fPIC -DPIC
checking if g++ -std=c++17 PIC flag -fPIC -DPIC works... yes
checking if g++ -std=c++17 static flag -static works... yes
checking if g++ -std=c++17 supports -c -o file.o... yes
checking if g++ -std=c++17 supports -c -o file.o... (cached) yes
checking whether the g++ -std=c++17 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether -latomic is needed for __atomic builtins... no
checking for pthread_np.h... no
checking for 2-arg pthread_setname_np... yes
checking for g++ -std=c++17 options needed to detect all undeclared functions... none needed
checking whether strerror_r is declared... yes
checking whether strerror_r returns char *... yes
checking for library with std::filesystem... none
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking which Lua implementation to use... auto
checking for luajit >= 2.0.2... yes
checking for lua.hpp... yes
checking whether we will enable compiler security checks... yes
checking whether C++ compiler handles -Werror -Wunknown-warning-option... no
checking whether C++ compiler handles -pie... yes
checking whether C++ compiler handles -fstack-protector... yes
checking whether C++ compiler handles --param ssp-buffer-size=4... yes
checking whether C++ compiler handles -D_FORTIFY_SOURCE=2... yes
checking whether FORTIFY_SOURCE is supported... 2
checking for how to force completely read-only GOT table... -Wl,-z -Wl,relro -Wl,-z -Wl,now
checking for library containing inet_aton... none required
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for library containing gethostent... none required
checking for recvmmsg... yes
checking for sendmmsg... yes
checking for accept4... yes
checking whether getifaddrs is declared... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_gmtoff in struct tm... 
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for sys/random.h... yes
checking whether we will be linking in libsodium... yes
checking for libsodium... yes
checking for crypto_box_easy_afternm... yes
checking for crypto_box_curve25519xchacha20poly1305_easy... yes
checking for randombytes_stir... yes
checking for sodium_memcmp... yes
checking for crypto_shorthash... yes
checking whether we will be linking in libdecaf... no
checking for openssl/crypto.h in /usr... yes
checking whether compiling and linking against OpenSSL's libcrypto works... yes
checking for RAND_bytes... yes
checking for RAND_pseudo_bytes... yes
checking for CRYPTO_memcmp... yes
checking for OPENSSL_init_crypto... yes
checking for EVP_MD_CTX_new... yes
checking for EVP_MD_CTX_free... yes
checking for RSA_get0_key... yes
checking whether EVP_PKEY_CTX_set1_scrypt_salt is declared... yes
checking for /usr/include/openssl/ecdsa.h... yes
checking whether NID_X9_62_prime256v1 is declared... yes
checking whether NID_secp384r1 is declared... yes
checking whether NID_ED25519 is declared... yes
checking whether NID_ED448 is declared... yes
checking whether to enable DNS over TLS support... yes
checking whether we will be linking in OpenSSL libssl... auto
checking for libssl... yes
checking for SSL_CTX_set_ciphersuites... yes
checking for OCSP_basic_sign... yes
checking for SSL_CTX_set_num_tickets... yes
checking for SSL_CTX_set_keylog_callback... yes
checking for SSL_CTX_get0_privatekey... yes
checking for SSL_CTX_set_min_proto_version... no
checking for SSL_set_hostflags... yes
checking for SSL_CTX_set_alpn_protos... yes
checking for SSL_CTX_set_next_proto_select_cb... yes
checking for SSL_get0_alpn_selected... yes
checking for SSL_get0_next_proto_negotiated... yes
checking for SSL_CTX_set_alpn_select_cb... yes
checking for SSL_CTX_use_cert_and_key... yes
checking whether we will be linking in GnuTLS... auto
checking for gnutls >= 3.1.11... yes
checking for gnutls_memset... yes
checking for gnutls_session_set_verify_cert... yes
checking for gnutls_session_get_verify_cert_status... yes
checking for gnutls_alpn_set_protocols... yes
checking whether to enable ipcipher support... auto
checking for ragel... no
checking for library containing clock_gettime... none required
checking for Boost headers version >= 1.42.0... yes
checking for Boost's header version... 1_88
checking for the toolset name used by Boost for g++ -std=c++17... configure: WARNING: could not figure out which toolset name to use for g++ -std=c++17

checking for boost/program_options.hpp... yes
checking for the Boost program_options library... yes
checking whether to enable unit test building... yes
checking for boost/test/unit_test.hpp... yes
checking for the Boost unit_test_framework library... (cached) yes
checking whether to enable backend unit test building... no
checking whether to enable reproducible builds.... yes
checking whether to enable fuzzing targets... no
checking whether to enable code coverage... no
checking whether user requires sqlite3... no
checking for a Python interpreter with version >= 3.6... python
checking for python... /usr/bin/python
checking for python version... 3.13
checking for python platform... linux
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.13/site-packages
checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.13/site-packages
checking python module: venv... yes
checking for strcasestr... yes
checking for localtime_r... yes
checking for gmtime_r... yes
checking for recvmmsg... (cached) yes
checking for sched_setscheduler... yes
checking for getrandom... yes
checking for getentropy... yes
checking for arc4random... yes
checking for arc4random_uniform... yes
checking for arc4random_buf... yes
checking for explicit_bzero... yes
checking for explicit_memset... no
checking for memset_s... no
checking whether to enable verbose logging... no
checking whether to enable PKCS11 support... no
checking whether to enable experimental GSS-TSIG support... no
checking for geoip... yes
checking for libmaxminddb... yes
checking for yaml-cpp >= 0.5... yes
checking for mysql_config... /usr/bin/mysql_config
checking for odbc_config... /usr/bin/odbc_config
checking for libpq... yes
checking for ldap.h... yes
checking for lber.h... yes
checking for ldap_set_option in -lldap_r... no
checking for ldap_set_option in -lldap... yes
checking for ldap_initialize in -lldap... yes
checking for ldap_sasl_bind in -lldap... yes
checking for krb5.h... yes
checking for krb5_init_context in -lkrb5... yes
checking for krb5_get_init_creds_opt_set_default_flags... no
checking where to find the lmdb library and headers... auto
checking for lmdb... yes
checking for boost/archive/text_oarchive.hpp... yes
checking for the Boost serialization library... (cached) yes
checking for curl... curl
checking for libcdb... yes
checking whether to enable ZeroMQ connector in remotebackend... no
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 8.14.1
checking for libcurl >= version "7.21.3"... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking whether we will be building and installing the extra tools... yes
checking whether we will be building ixfrdist... yes
checking for yaml-cpp >= 0.5... yes
checking whether we will enable LUA records... yes
checking for sqlite3... yes
checking whether we can build dynamic module "bind"... yes
checking whether we can build dynamic module "geoip"... yes
checking whether we can build dynamic module "gmysql"... yes
checking whether we can build dynamic module "godbc"... yes
checking whether we can build dynamic module "gpgsql"... yes
checking whether we can build dynamic module "gsqlite3"... yes
checking whether we can build dynamic module "ldap"... yes
checking whether we can build dynamic module "lmdb"... yes
checking whether we can build dynamic module "lua2"... yes
checking whether we can build dynamic module "pipe"... yes
checking whether we can build dynamic module "remote"... yes
checking whether we can build dynamic module "tinydns"... yes
checking for systemd/sd-daemon.h... yes
checking for sd_listen_fds in -lsystemd-daemon... no
checking for sd_listen_fds in -lsystemd... yes
checking for libsystemd... yes
checking for systemctl... /usr/bin/systemctl
checking What user and group will be used by service... powerdns
checking whether to enable code coverage... no
checking whether to enable initialization of automatic variables... zero
checking whether C++ compiler handles -ftrivial-auto-var-init=zero... yes
checking whether to enable AddressSanitizer... no
checking whether to enable MemorySanitizer... no
checking whether to enable ThreadSanitizer... no
checking whether to enable LeakSanitizer... no
checking whether to enable Undefined Behaviour Sanitizer... no
checking whether to enable code malloc-trace... no
checking whether C++ compiler handles -flto=thin... no
checking whether C++ compiler handles -flto=auto... yes
checking whether link-time optimization is supported... auto
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating modules/Makefile
config.status: creating pdns/Makefile
config.status: creating codedocs/Makefile
config.status: creating docs/Makefile
config.status: creating ext/Makefile
config.status: creating ext/arc4random/Makefile
config.status: creating ext/ipcrypt/Makefile
config.status: creating ext/yahttp/Makefile
config.status: creating ext/yahttp/yahttp/Makefile
config.status: creating ext/json11/Makefile
config.status: creating modules/bindbackend/Makefile
config.status: creating modules/geoipbackend/Makefile
config.status: creating modules/gmysqlbackend/Makefile
config.status: creating modules/godbcbackend/Makefile
config.status: creating modules/gpgsqlbackend/Makefile
config.status: creating modules/gsqlite3backend/Makefile
config.status: creating modules/ldapbackend/Makefile
config.status: creating modules/lmdbbackend/Makefile
config.status: creating modules/lua2backend/Makefile
config.status: creating modules/pipebackend/Makefile
config.status: creating modules/remotebackend/Makefile
config.status: creating modules/tinydnsbackend/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: 
configure: Configuration summary
configure: =====================
configure: 
configure: Configured with:  '--prefix=/usr' '--sysconfdir=/etc/powerdns' '--sbindir=/usr/bin' '--with-modules=' '--with-dynmodules=bind geoip gmysql godbc gpgsql gsqlite3 ldap lmdb lua2 pipe remote tinydns' '--docdir=/usr/share/doc/powerdns' '--with-libsodium' '--enable-tools' '--enable-ixfrdist' '--enable-dns-over-tls' '--disable-dependency-tracking' '--disable-silent-rules' '--enable-reproducible' '--enable-unit-tests' '--enable-systemd' '--enable-lto=thin' '--enable-auto-var-init=zero' '--with-service-user=powerdns' '--with-service-group=powerdns' '--with-libcrypto=/usr' 'CFLAGS=-march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection' 'LDFLAGS=-Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now' 'CPPFLAGS=' 'CXXFLAGS=-march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS'
configure: 
configure: CC: gcc (aarch64-unknown-linux-gnu-gcc (GCC) 14.2.1 20250207)
configure: CXX: g++ -std=c++17 (aarch64-unknown-linux-gnu-g++ (GCC) 14.2.1 20250207)
configure: LD: /usr/bin/ld
configure: CFLAGS:  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection
configure: CPPFLAGS: 
configure: CXXFLAGS:  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS
configure: LDFLAGS: -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
configure: LIBS: 
configure: BOOST_CPPFLAGS: 
configure: 
configure: Extras enabled
configure: --------------
configure: Tools: yes
configure: ixfrdist: yes
configure: 
configure: Server Features enabled
configure: -----------------------
configure: Built-in modules: 
configure: Dynamic modules: bind geoip gmysql godbc gpgsql gsqlite3 ldap lmdb lua2 pipe remote tinydns
configure: 
configure: OpenSSL ecdsa: yes
configure: ed25519: yes
configure: ed448: yes
configure: SQLite3: yes
configure: Lua: luajit
configure: LUA records: yes
configure: systemd: yes
configure: libgeoip for geoipbackend: yes
configure: libmaxminddb for geoipbackend: yes
configure: 
make  all-recursive
make[1]: Entering directory '/build/powerdns/src/pdns-4.9.7'
Making all in ext
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext'
Making all in arc4random
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/arc4random'
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread    -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o arc4random.lo arc4random.c
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread    -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o arc4random_uniform.lo arc4random_uniform.c
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread    -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o bsd-getentropy.lo bsd-getentropy.c
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread    -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o explicit_bzero.lo explicit_bzero.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c arc4random_uniform.c  -fPIC -DPIC -o .libs/arc4random_uniform.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c bsd-getentropy.c  -fPIC -DPIC -o .libs/bsd-getentropy.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c explicit_bzero.c  -fPIC -DPIC -o .libs/explicit_bzero.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c arc4random.c  -fPIC -DPIC -o .libs/arc4random.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libarc4random.la  arc4random.lo arc4random_uniform.lo bsd-getentropy.lo explicit_bzero.lo  
libtool: link: ar cr .libs/libarc4random.a .libs/arc4random.o .libs/arc4random_uniform.o .libs/bsd-getentropy.o .libs/explicit_bzero.o 
libtool: link: ranlib .libs/libarc4random.a
libtool: link: ( cd ".libs" && rm -f "libarc4random.la" && ln -s "../libarc4random.la" "libarc4random.la" )
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/arc4random'
Making all in ipcrypt
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/ipcrypt'
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread    -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o ipcrypt.lo ipcrypt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -c ipcrypt.c  -fPIC -DPIC -o .libs/ipcrypt.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libipcrypt.la  ipcrypt.lo  
libtool: link: ar cr .libs/libipcrypt.a .libs/ipcrypt.o 
libtool: link: ranlib .libs/libipcrypt.a
libtool: link: ( cd ".libs" && rm -f "libipcrypt.la" && ln -s "../libipcrypt.la" "libipcrypt.la" )
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/ipcrypt'
Making all in json11
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/json11'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread    -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o json11.lo json11.cpp
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c json11.cpp  -fPIC -DPIC -o .libs/json11.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
/bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++17  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libjson11.la  json11.lo  
libtool: link: ar cr .libs/libjson11.a .libs/json11.o 
libtool: link: ranlib .libs/libjson11.a
libtool: link: ( cd ".libs" && rm -f "libjson11.la" && ln -s "../libjson11.la" "libjson11.la" )
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/json11'
Making all in yahttp
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp'
Making all in yahttp
make[4]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp/yahttp'
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../../..  -I../../.. -I../../.. -pthread    -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o reqresp.lo reqresp.cpp
/bin/sh ../../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../../..  -I../../.. -I../../.. -pthread    -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o router.lo router.cpp
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -pthread -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c reqresp.cpp  -fPIC -DPIC -o .libs/reqresp.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../.. -pthread -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c router.cpp  -fPIC -DPIC -o .libs/router.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
/bin/sh ../../../libtool  --tag=CXX   --mode=link g++ -std=c++17  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libyahttp.la  reqresp.lo router.lo  
libtool: link: ar cr .libs/libyahttp.a .libs/reqresp.o .libs/router.o 
libtool: link: ranlib .libs/libyahttp.a
libtool: link: ( cd ".libs" && rm -f "libyahttp.la" && ln -s "../libyahttp.la" "libyahttp.la" )
make[4]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp/yahttp'
make[4]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext'
Making all in modules
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules'
Making all in bindbackend
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/bindbackend'
make  all-am
make[4]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/bindbackend'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I../../pdns -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o bindbackend2.lo bindbackend2.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I../../pdns -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o binddnssec.lo binddnssec.cc
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I../../pdns -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c binddnssec.cc  -fPIC -DPIC -o .libs/binddnssec.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I../../pdns -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c bindbackend2.cc  -fPIC -DPIC -o .libs/bindbackend2.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from bindbackend2.hh:42,
                 from binddnssec.cc:26:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from ../../pdns/dnsseckeeper.hh:32,
                 from bindbackend2.cc:40:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
bindbackend2.cc: In member function 'virtual bool Bind2Backend::feedRecord(const DNSResourceRecord&, const DNSName&, bool)':
bindbackend2.cc:311:61: warning: this statement may fall through [-Wimplicit-fallthrough=]
bindbackend2.cc:313:3: note: here
In file included from ../../pdns/dnsname.hh:59,
                 from ../../pdns/dns.hh:24,
                 from ../../pdns/misc.hh:32,
                 from ../../pdns/dnsparser.hh:32,
                 from ../../pdns/dnsrecords.hh:27,
                 from ../../pdns/dnssecinfra.hh:23:
../../pdns/burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
../../pdns/burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:145:3: note: here
../../pdns/burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:148:3: note: here
../../pdns/burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:152:3: note: here
../../pdns/burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:155:3: note: here
../../pdns/burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:158:3: note: here
../../pdns/burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:161:3: note: here
../../pdns/burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:164:3: note: here
../../pdns/burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:167:3: note: here
../../pdns/burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:170:3: note: here
../../pdns/burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:173:3: note: here
/bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++17  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -module -avoid-version -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libbindbackend.la -rpath /usr/lib/powerdns bindbackend2.lo binddnssec.lo  
libtool: link: g++ -std=c++17  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtbeginS.o  .libs/bindbackend2.o .libs/binddnssec.o   -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crtn.o  -flto=auto -fstack-protector -g -O2 -march=armv8-a -O2 -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libbindbackend.so -o .libs/libbindbackend.so
libtool: link: ( cd ".libs" && rm -f "libbindbackend.la" && ln -s "../libbindbackend.la" "libbindbackend.la" )
make[4]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/bindbackend'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/bindbackend'
Making all in geoipbackend
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/geoipbackend'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread   -I/usr/include/  -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o geoipbackend.lo geoipbackend.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread   -I/usr/include/  -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o geoipinterface-dat.lo geoipinterface-dat.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread   -I/usr/include/  -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o geoipinterface-mmdb.lo geoipinterface-mmdb.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread   -I/usr/include/  -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o geoipinterface.lo geoipinterface.cc
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include/ -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c geoipinterface-mmdb.cc  -fPIC -DPIC -o .libs/geoipinterface-mmdb.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include/ -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c geoipbackend.cc  -fPIC -DPIC -o .libs/geoipbackend.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include/ -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c geoipinterface-dat.cc  -fPIC -DPIC -o .libs/geoipinterface-dat.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include/ -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c geoipinterface.cc  -fPIC -DPIC -o .libs/geoipinterface.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from geoipbackend.hh:35,
                 from geoipinterface-mmdb.cc:25:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from geoipbackend.hh:35,
                 from geoipinterface.cc:25:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from geoipbackend.hh:35,
                 from geoipinterface-dat.cc:25:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from geoipbackend.hh:35,
                 from geoipbackend.cc:26:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
geoipbackend.cc: In constructor 'GeoIPBackend::GeoIPBackend(const std::string&)':
geoipbackend.cc:88:62: warning: ignoring attributes on template argument 'int (*)(DIR*)' [-Wignored-attributes]
/bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++17  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -module -avoid-version -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libgeoipbackend.la -rpath /usr/lib/powerdns geoipbackend.lo geoipinterface-dat.lo geoipinterface-mmdb.lo geoipinterface.lo -lyaml-cpp -lGeoIP -lmaxminddb  
libtool: link: g++ -std=c++17  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtbeginS.o  .libs/geoipbackend.o .libs/geoipinterface-dat.o .libs/geoipinterface-mmdb.o .libs/geoipinterface.o   -lyaml-cpp -lGeoIP -lmaxminddb -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crtn.o  -flto=auto -fstack-protector -g -O2 -march=armv8-a -O2 -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libgeoipbackend.so -o .libs/libgeoipbackend.so
libtool: link: ( cd ".libs" && rm -f "libgeoipbackend.la" && ln -s "../libgeoipbackend.la" "libgeoipbackend.la" )
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/geoipbackend'
Making all in gmysqlbackend
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/gmysqlbackend'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o gmysqlbackend.lo gmysqlbackend.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o smysql.lo smysql.cc
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c gmysqlbackend.cc  -fPIC -DPIC -o .libs/gmysqlbackend.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include/mysql -I/usr/include/mysql/mysql -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c smysql.cc  -fPIC -DPIC -o .libs/smysql.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: note: this is the location of the previous definition
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from gmysqlbackend.cc:30:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
/bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++17  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -module -avoid-version -L/usr/lib  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libgmysqlbackend.la -rpath /usr/lib/powerdns gmysqlbackend.lo smysql.lo -L/usr/lib/ -lmariadb 
libtool: link: g++ -std=c++17  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtbeginS.o  .libs/gmysqlbackend.o .libs/smysql.o   -L/usr/lib -L/usr/lib/ -lmariadb -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crtn.o  -flto=auto -fstack-protector -g -O2 -march=armv8-a -O2 -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libgmysqlbackend.so -o .libs/libgmysqlbackend.so
libtool: link: ( cd ".libs" && rm -f "libgmysqlbackend.la" && ln -s "../libgmysqlbackend.la" "libgmysqlbackend.la" )
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/gmysqlbackend'
Making all in godbcbackend
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/godbcbackend'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o godbcbackend.lo godbcbackend.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sodbc.lo sodbc.cc
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c sodbc.cc  -fPIC -DPIC -o .libs/sodbc.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c godbcbackend.cc  -fPIC -DPIC -o .libs/godbcbackend.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: note: this is the location of the previous definition
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from godbcbackend.cc:28:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
/bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++17  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -module -avoid-version -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libgodbcbackend.la -rpath /usr/lib/powerdns godbcbackend.lo sodbc.lo -L/usr/lib -lodbc 
libtool: link: g++ -std=c++17  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtbeginS.o  .libs/godbcbackend.o .libs/sodbc.o   -L/usr/lib -lodbc -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crtn.o  -flto=auto -fstack-protector -g -O2 -march=armv8-a -O2 -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libgodbcbackend.so -o .libs/libgodbcbackend.so
libtool: link: ( cd ".libs" && rm -f "libgodbcbackend.la" && ln -s "../libgodbcbackend.la" "libgodbcbackend.la" )
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/godbcbackend'
Making all in gpgsqlbackend
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/gpgsqlbackend'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread   -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o gpgsqlbackend.lo gpgsqlbackend.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread   -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o spgsql.lo spgsql.cc
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c gpgsqlbackend.cc  -fPIC -DPIC -o .libs/gpgsqlbackend.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c spgsql.cc  -fPIC -DPIC -o .libs/spgsql.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: note: this is the location of the previous definition
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from gpgsqlbackend.cc:29:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
/bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++17  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -module -avoid-version -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libgpgsqlbackend.la -rpath /usr/lib/powerdns gpgsqlbackend.lo spgsql.lo -lpq 
libtool: link: g++ -std=c++17  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtbeginS.o  .libs/gpgsqlbackend.o .libs/spgsql.o   -lpq -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crtn.o  -flto=auto -fstack-protector -g -O2 -march=armv8-a -O2 -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libgpgsqlbackend.so -o .libs/libgpgsqlbackend.so
libtool: link: ( cd ".libs" && rm -f "libgpgsqlbackend.la" && ln -s "../libgpgsqlbackend.la" "libgpgsqlbackend.la" )
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/gpgsqlbackend'
Making all in gsqlite3backend
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/gsqlite3backend'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o gsqlite3backend.lo gsqlite3backend.cc
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c gsqlite3backend.cc  -fPIC -DPIC -o .libs/gsqlite3backend.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from gsqlite3backend.cc:32:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
/bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++17  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -module -avoid-version -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libgsqlite3backend.la -rpath /usr/lib/powerdns gsqlite3backend.lo  
libtool: link: g++ -std=c++17  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtbeginS.o  .libs/gsqlite3backend.o   -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crtn.o  -flto=auto -fstack-protector -g -O2 -march=armv8-a -O2 -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libgsqlite3backend.so -o .libs/libgsqlite3backend.so
libtool: link: ( cd ".libs" && rm -f "libgsqlite3backend.la" && ln -s "../libgsqlite3backend.la" "libgsqlite3backend.la" )
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/gsqlite3backend'
Making all in ldapbackend
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/ldapbackend'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ldapauthenticator.lo ldapauthenticator.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ldapbackend.lo ldapbackend.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ldaputils.lo ldaputils.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o native.lo native.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o powerldap.lo powerldap.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o primary.lo primary.cc
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c ldaputils.cc  -fPIC -DPIC -o .libs/ldaputils.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c native.cc  -fPIC -DPIC -o .libs/native.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c primary.cc  -fPIC -DPIC -o .libs/primary.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c ldapbackend.cc  -fPIC -DPIC -o .libs/ldapbackend.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c ldapauthenticator.cc  -fPIC -DPIC -o .libs/ldapauthenticator.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c powerldap.cc  -fPIC -DPIC -o .libs/powerldap.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from ldapbackend.hh:37,
                 from primary.cc:24:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from ldapbackend.hh:37,
                 from native.cc:24:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from ldapbackend.hh:37,
                 from ldapbackend.cc:28:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
/bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++17  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -module -avoid-version -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libldapbackend.la -rpath /usr/lib/powerdns ldapauthenticator.lo ldapbackend.lo ldaputils.lo native.lo powerldap.lo primary.lo -lldap -llber -lkrb5 
libtool: link: g++ -std=c++17  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtbeginS.o  .libs/ldapauthenticator.o .libs/ldapbackend.o .libs/ldaputils.o .libs/native.o .libs/powerldap.o .libs/primary.o   -lldap -llber -lkrb5 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crtn.o  -flto=auto -fstack-protector -g -O2 -march=armv8-a -O2 -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libldapbackend.so -o .libs/libldapbackend.so
libtool: link: ( cd ".libs" && rm -f "libldapbackend.la" && ln -s "../libldapbackend.la" "libldapbackend.la" )
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/ldapbackend'
Making all in lmdbbackend
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/lmdbbackend'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread   -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o lmdbbackend.lo lmdbbackend.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread   -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ../../ext/lmdb-safe/lmdb-safe.lo ../../ext/lmdb-safe/lmdb-safe.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread   -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ../../ext/lmdb-safe/lmdb-typed.lo ../../ext/lmdb-safe/lmdb-typed.cc
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c lmdbbackend.cc  -fPIC -DPIC -o .libs/lmdbbackend.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c ../../ext/lmdb-safe/lmdb-safe.cc  -fPIC -DPIC -o ../../ext/lmdb-safe/.libs/lmdb-safe.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c ../../ext/lmdb-safe/lmdb-typed.cc  -fPIC -DPIC -o ../../ext/lmdb-safe/.libs/lmdb-typed.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from lmdbbackend.cc:31:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from ../../ext/lmdb-safe/../../pdns/dnsname.hh:59,
                 from ../../ext/lmdb-safe/../../pdns/dns.hh:24,
                 from ../../ext/lmdb-safe/../../pdns/misc.hh:32,
                 from ../../ext/lmdb-safe/lmdb-safe.hh:25,
                 from lmdbbackend.cc:23:
../../ext/lmdb-safe/../../pdns/burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
../../ext/lmdb-safe/../../pdns/burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../ext/lmdb-safe/../../pdns/burtle.hh:145:3: note: here
../../ext/lmdb-safe/../../pdns/burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../ext/lmdb-safe/../../pdns/burtle.hh:148:3: note: here
../../ext/lmdb-safe/../../pdns/burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../ext/lmdb-safe/../../pdns/burtle.hh:152:3: note: here
../../ext/lmdb-safe/../../pdns/burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../ext/lmdb-safe/../../pdns/burtle.hh:155:3: note: here
../../ext/lmdb-safe/../../pdns/burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../ext/lmdb-safe/../../pdns/burtle.hh:158:3: note: here
../../ext/lmdb-safe/../../pdns/burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../ext/lmdb-safe/../../pdns/burtle.hh:161:3: note: here
../../ext/lmdb-safe/../../pdns/burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../ext/lmdb-safe/../../pdns/burtle.hh:164:3: note: here
../../ext/lmdb-safe/../../pdns/burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../ext/lmdb-safe/../../pdns/burtle.hh:167:3: note: here
../../ext/lmdb-safe/../../pdns/burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../ext/lmdb-safe/../../pdns/burtle.hh:170:3: note: here
../../ext/lmdb-safe/../../pdns/burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../ext/lmdb-safe/../../pdns/burtle.hh:173:3: note: here
/bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++17  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -module -avoid-version  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o liblmdbbackend.la -rpath /usr/lib/powerdns ../../ext/lmdb-safe/lmdb-safe.lo ../../ext/lmdb-safe/lmdb-typed.lo lmdbbackend.lo -llmdb -lboost_serialization -lsystemd 
libtool: link: g++ -std=c++17  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtbeginS.o  ../../ext/lmdb-safe/.libs/lmdb-safe.o ../../ext/lmdb-safe/.libs/lmdb-typed.o .libs/lmdbbackend.o   -llmdb -lboost_serialization -lsystemd -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crtn.o  -flto=auto -fstack-protector -g -O2 -march=armv8-a -O2 -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,liblmdbbackend.so -o .libs/liblmdbbackend.so
libtool: link: ( cd ".libs" && rm -f "liblmdbbackend.la" && ln -s "../liblmdbbackend.la" "liblmdbbackend.la" )
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/lmdbbackend'
Making all in lua2backend
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/lua2backend'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include/luajit-2.1 -I../../ext/luawrapper/include -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o lua2api2.lo lua2api2.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include/luajit-2.1 -I../../ext/luawrapper/include -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o lua2backend.lo lua2backend.cc
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include/luajit-2.1 -I../../ext/luawrapper/include -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c lua2api2.cc  -fPIC -DPIC -o .libs/lua2api2.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include/luajit-2.1 -I../../ext/luawrapper/include -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c lua2backend.cc  -fPIC -DPIC -o .libs/lua2backend.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: note: this is the location of the previous definition
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from lua2backend.hh:23,
                 from lua2backend.cc:27:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from lua2backend.hh:23,
                 from lua2api2.cc:25:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
/bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++17  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -module -avoid-version -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o liblua2backend.la -rpath /usr/lib/powerdns lua2api2.lo lua2backend.lo -lluajit-5.1 
libtool: link: g++ -std=c++17  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtbeginS.o  .libs/lua2api2.o .libs/lua2backend.o   -lluajit-5.1 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crtn.o  -flto=auto -fstack-protector -g -O2 -march=armv8-a -O2 -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,liblua2backend.so -o .libs/liblua2backend.so
libtool: link: ( cd ".libs" && rm -f "liblua2backend.la" && ln -s "../liblua2backend.la" "liblua2backend.la" )
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/lua2backend'
Making all in pipebackend
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/pipebackend'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o coprocess.lo coprocess.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o pipebackend.lo pipebackend.cc
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c coprocess.cc  -fPIC -DPIC -o .libs/coprocess.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c pipebackend.cc  -fPIC -DPIC -o .libs/pipebackend.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from pipebackend.cc:35:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
/bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++17  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -module -avoid-version -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libpipebackend.la -rpath /usr/lib/powerdns coprocess.lo pipebackend.lo  
libtool: link: g++ -std=c++17  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtbeginS.o  .libs/coprocess.o .libs/pipebackend.o   -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crtn.o  -flto=auto -fstack-protector -g -O2 -march=armv8-a -O2 -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libpipebackend.so -o .libs/libpipebackend.so
libtool: link: ( cd ".libs" && rm -f "libpipebackend.la" && ln -s "../libpipebackend.la" "libpipebackend.la" )
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/pipebackend'
Making all in remotebackend
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/remotebackend'
make  all-am
make[4]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/remotebackend'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I../../ext/json11 -I../../ext/yahttp  -I/usr/include  -I/usr/include/luajit-2.1    -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o httpconnector.lo httpconnector.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I../../ext/json11 -I../../ext/yahttp  -I/usr/include  -I/usr/include/luajit-2.1    -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o pipeconnector.lo pipeconnector.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I../../ext/json11 -I../../ext/yahttp  -I/usr/include  -I/usr/include/luajit-2.1    -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o remotebackend.lo remotebackend.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I../../ext/json11 -I../../ext/yahttp  -I/usr/include  -I/usr/include/luajit-2.1    -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o unixconnector.lo unixconnector.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread  -I../../ext/json11 -I../../ext/yahttp  -I/usr/include  -I/usr/include/luajit-2.1    -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o zmqconnector.lo zmqconnector.cc
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I../../ext/json11 -I../../ext/yahttp -I/usr/include -I/usr/include/luajit-2.1 -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c httpconnector.cc  -fPIC -DPIC -o .libs/httpconnector.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I../../ext/json11 -I../../ext/yahttp -I/usr/include -I/usr/include/luajit-2.1 -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c unixconnector.cc  -fPIC -DPIC -o .libs/unixconnector.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I../../ext/json11 -I../../ext/yahttp -I/usr/include -I/usr/include/luajit-2.1 -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c pipeconnector.cc  -fPIC -DPIC -o .libs/pipeconnector.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I../../ext/json11 -I../../ext/yahttp -I/usr/include -I/usr/include/luajit-2.1 -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c zmqconnector.cc  -fPIC -DPIC -o .libs/zmqconnector.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I../../ext/json11 -I../../ext/yahttp -I/usr/include -I/usr/include/luajit-2.1 -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c remotebackend.cc  -fPIC -DPIC -o .libs/remotebackend.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from remotebackend.hh:29,
                 from zmqconnector.cc:25:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from remotebackend.hh:29,
                 from unixconnector.cc:28:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from remotebackend.hh:29,
                 from pipeconnector.cc:25:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from remotebackend.hh:29,
                 from httpconnector.cc:25:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from remotebackend.hh:29,
                 from remotebackend.cc:26:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
/bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++17  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -module -avoid-version -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libremotebackend.la -rpath /usr/lib/powerdns httpconnector.lo pipeconnector.lo remotebackend.lo unixconnector.lo zmqconnector.lo ../../ext/yahttp/yahttp/libyahttp.la ../../ext/json11/libjson11.la  
libtool: link: g++ -std=c++17  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtbeginS.o  .libs/httpconnector.o .libs/pipeconnector.o .libs/remotebackend.o .libs/unixconnector.o .libs/zmqconnector.o  -Wl,--whole-archive ../../ext/yahttp/yahttp/.libs/libyahttp.a ../../ext/json11/.libs/libjson11.a -Wl,--no-whole-archive  -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crtn.o  -flto=auto -fstack-protector -g -O2 -march=armv8-a -O2 -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libremotebackend.so -o .libs/libremotebackend.so
libtool: link: ( cd ".libs" && rm -f "libremotebackend.la" && ln -s "../libremotebackend.la" "libremotebackend.la" )
make[4]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/remotebackend'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/remotebackend'
Making all in tinydnsbackend
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/tinydnsbackend'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread   -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o tinydnsbackend.lo tinydnsbackend.cc
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../..  -I../.. -I../.. -pthread   -I/usr/include   -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ../../pdns/cdb.lo ../../pdns/cdb.cc
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c tinydnsbackend.cc  -fPIC -DPIC -o .libs/tinydnsbackend.o
libtool: compile:  g++ -std=c++17 -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../.. -pthread -I/usr/include -flto=auto -ftrivial-auto-var-init=zero -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c ../../pdns/cdb.cc  -fPIC -DPIC -o ../../pdns/.libs/cdb.o
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from ../../pdns/auth-catalogzone.hh:27,
                 from ../../pdns/dnsbackend.hh:48,
                 from tinydnsbackend.hh:23,
                 from tinydnsbackend.cc:25:
../../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from ../../pdns/dnsname.hh:59,
                 from ../../pdns/dns.hh:24,
                 from ../../pdns/misc.hh:32,
                 from ../../pdns/dnsbackend.hh:39:
../../pdns/burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
../../pdns/burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:145:3: note: here
../../pdns/burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:148:3: note: here
../../pdns/burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:152:3: note: here
../../pdns/burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:155:3: note: here
../../pdns/burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:158:3: note: here
../../pdns/burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:161:3: note: here
../../pdns/burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:164:3: note: here
../../pdns/burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:167:3: note: here
../../pdns/burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:170:3: note: here
../../pdns/burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../../pdns/burtle.hh:173:3: note: here
/bin/sh ../../libtool  --tag=CXX   --mode=link g++ -std=c++17  -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -module -avoid-version -L/usr/lib  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libtinydnsbackend.la -rpath /usr/lib/powerdns ../../pdns/cdb.lo tinydnsbackend.lo -lcdb 
libtool: link: g++ -std=c++17  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtbeginS.o  ../../pdns/.libs/cdb.o .libs/tinydnsbackend.o   -L/usr/lib -lcdb -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1 -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/aarch64-unknown-linux-gnu/14.2.1/../../../../lib/crtn.o  -flto=auto -fstack-protector -g -O2 -march=armv8-a -O2 -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname -Wl,libtinydnsbackend.so -o .libs/libtinydnsbackend.so
libtool: link: ( cd ".libs" && rm -f "libtinydnsbackend.la" && ln -s "../libtinydnsbackend.la" "libtinydnsbackend.la" )
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/tinydnsbackend'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules'
Making all in pdns
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/pdns'
./incfiles api-swagger.yaml api-swagger.json > apidocfiles.h.tmp
make  all-am
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/pdns'
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o arguments.o arguments.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnslabeltext.o dnslabeltext.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnsname.o dnsname.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dynloader.o dynloader.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dynmessenger.o dynmessenger.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o logger.o logger.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o misc.o misc.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o qtype.o qtype.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: note: this is the location of the previous definition
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o statbag.o statbag.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o unix_utility.o unix_utility.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o auth-caches.o auth-caches.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o auth-catalogzone.o auth-catalogzone.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o auth-packetcache.o auth-packetcache.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o auth-querycache.o auth-querycache.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsname.hh:59,
                 from dnsname.cc:22:
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o auth-zonecache.o auth-zonecache.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
misc.cc: In function 'std::optional<std::__cxx11::basic_string<char> > pdns::visit_directory(const std::string&, const std::function<bool(long unsigned int, const std::basic_string_view<char>&)>&)':
misc.cc:1756:60: warning: ignoring attributes on template argument 'int (*)(DIR*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o base32.o base32.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o base64.o base64.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1      -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o bindlexer.o bindlexer.c
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o bindparser.o bindparser.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o credentials.o credentials.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dbdnsseckeeper.o dbdnsseckeeper.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from auth-catalogzone.cc:27:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dns.o dns.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsname.hh:59,
                 from auth-zonecache.hh:26,
                 from auth-zonecache.cc:26:
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnsbackend.o dnsbackend.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnspacket.o dnspacket.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
bindparser.cc:273:5: warning: redundant redeclaration of 'int yyparse()' in same scope [-Wredundant-decls]
bindparser.yy:22:6: note: previous declaration of 'int yyparse()'
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnsparser.o dnsparser.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsname.hh:59,
                 from dns.hh:24,
                 from auth-querycache.hh:25,
                 from auth-querycache.cc:26:
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnsrecords.o dnsrecords.cc
In file included from dnsname.hh:59,
                 from dns.hh:24,
                 from misc.hh:32,
                 from credentials.cc:45:
burtle.hh: In function 'uint32_t burtle(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:81:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:83:3: note: here
burtle.hh:84:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:86:3: note: here
burtle.hh:87:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:90:3: note: here
burtle.hh:91:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:93:3: note: here
burtle.hh:94:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:96:3: note: here
burtle.hh:97:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:99:3: note: here
burtle.hh:100:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:102:3: note: here
burtle.hh:103:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:105:3: note: here
burtle.hh:106:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:108:3: note: here
burtle.hh:109:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:111:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnssecinfra.o dnssecinfra.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsname.hh:59,
                 from dns.hh:24,
                 from auth-packetcache.hh:25,
                 from auth-packetcache.cc:25:
burtle.hh: In function 'uint32_t burtle(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:81:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:83:3: note: here
burtle.hh:84:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:86:3: note: here
burtle.hh:87:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:90:3: note: here
burtle.hh:91:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:93:3: note: here
burtle.hh:94:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:96:3: note: here
burtle.hh:97:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:99:3: note: here
burtle.hh:100:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:102:3: note: here
burtle.hh:103:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:105:3: note: here
burtle.hh:106:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:108:3: note: here
burtle.hh:109:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:111:3: note: here
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnssecsigner.o dnssecsigner.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsname.hh:59,
                 from dns.hh:24,
                 from dns.cc:25:
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnswriter.o dnswriter.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from dnsbackend.cc:27:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dynlistener.o dynlistener.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ednscookies.o ednscookies.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ednsoptions.o ednsoptions.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsseckeeper.hh:32,
                 from dbdnsseckeeper.cc:25:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from dnsname.hh:59,
                 from dns.hh:24,
                 from misc.hh:32,
                 from dnsparser.hh:32,
                 from dnsrecords.hh:27,
                 from dnssecinfra.hh:23:
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ednssubnet.o ednssubnet.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsseckeeper.hh:32,
                 from dnspacket.cc:37:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o gettime.o gettime.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o gss_context.o gss_context.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnssecinfra.cc:37:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ipcipher.o ipcipher.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnssecsigner.cc:25:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o iputils.o iputils.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o json.o json.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
dnsrecords.cc: In member function 'void DNSResourceRecord::setContent(const std::string&)':
dnsrecords.cc:37:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
dnsrecords.cc:40:5: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o lua-auth4.o lua-auth4.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from dynlistener.cc:51:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o lua-base4.o lua-base4.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o nsecrecords.o nsecrecords.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o opensslsigners.o opensslsigners.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o pdnsutil.o pdnsutil.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o rcpgenerator.o rcpgenerator.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o serialtweaker.o serialtweaker.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o shuffle.o shuffle.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o signingpipe.o signingpipe.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sillyrecords.o sillyrecords.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o stubresolver.o stubresolver.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from opensslsigners.cc:51:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o svc-records.o svc-records.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsseckeeper.hh:32,
                 from serialtweaker.cc:26:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o threadname.o threadname.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from ueberbackend.hh:33,
                 from lua-auth4.cc:14:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o tsigutils.o tsigutils.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ueberbackend.o ueberbackend.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o uuid-utils.o uuid-utils.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o zonemd.o zonemd.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o zoneparser-tng.o zoneparser-tng.cc
In file included from dnsseckeeper.hh:32,
                 from signingpipe.hh:27,
                 from signingpipe.cc:5:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sodiumsigners.o sodiumsigners.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ssqlite3.o ssqlite3.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsseckeeper.hh:32,
                 from pdnsutil.cc:10:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
pdnsutil.cc: In function 'int main(int, char**)':
pdnsutil.cc:3541:54: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o zone2sql.o zone2sql.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsname.hh:59,
                 from logger.hh:33,
                 from lua-base4.cc:6:
burtle.hh: In function 'uint32_t burtle(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:81:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:83:3: note: here
burtle.hh:84:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:86:3: note: here
burtle.hh:87:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:90:3: note: here
burtle.hh:91:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:93:3: note: here
burtle.hh:94:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:96:3: note: here
burtle.hh:97:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:99:3: note: here
burtle.hh:100:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:102:3: note: here
burtle.hh:103:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:105:3: note: here
burtle.hh:106:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:108:3: note: here
burtle.hh:109:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:111:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o zone2json.o zone2json.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnsgram.o dnsgram.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnspcap.o dnspcap.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnspcap2calidns.o dnspcap2calidns.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from validate.hh:29,
                 from zonemd.hh:31,
                 from zonemd.cc:1:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnspcap2protobuf.o dnspcap2protobuf.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o protozero.o protozero.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnsreplay.o dnsreplay.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from sodiumsigners.cc:10:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnsscan.o dnsscan.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnsscope.o dnsscope.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from ueberbackend.cc:44:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o statnode.o statnode.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnswasher.o dnswasher.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dumresp.o dumresp.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o notify.o notify.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o pollmplexer.o pollmplexer.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o nproxy.o nproxy.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o nsec3dig.o nsec3dig.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o saxfr.o saxfr.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o stubquery.o stubquery.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o axfr-retriever.o axfr-retriever.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ixfr.o ixfr.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ixfrutils.o ixfrutils.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ixplore.o ixplore.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from saxfr.cc:12:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o query-local-address.o query-local-address.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from nsec3dig.cc:32:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o resolver.o resolver.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o tsigverifier.o tsigverifier.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from resolver.hh:41,
                 from axfr-retriever.hh:27,
                 from axfr-retriever.cc:23:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-base32.o `test -f 'base32.cc' || echo './'`base32.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from ixfr.cc:26:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-base64.o `test -f 'base64.cc' || echo './'`base64.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-dns.o `test -f 'dns.cc' || echo './'`dns.cc
In file included from dnsname.hh:59,
                 from dns.hh:24,
                 from misc.hh:32,
                 from iputils.hh:32,
                 from statbag.hh:29,
                 from dnsscope.cc:30:
burtle.hh: In function 'uint32_t burtle(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:81:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:83:3: note: here
burtle.hh:84:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:86:3: note: here
burtle.hh:87:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:90:3: note: here
burtle.hh:91:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:93:3: note: here
burtle.hh:94:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:96:3: note: here
burtle.hh:97:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:99:3: note: here
burtle.hh:100:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:102:3: note: here
burtle.hh:103:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:105:3: note: here
burtle.hh:106:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:108:3: note: here
burtle.hh:109:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:111:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-dnslabeltext.o `test -f 'dnslabeltext.cc' || echo './'`dnslabeltext.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-dnsname.o `test -f 'dnsname.cc' || echo './'`dnsname.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-dnsparser.o `test -f 'dnsparser.cc' || echo './'`dnsparser.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from ixfrutils.cc:30:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-dnsrecords.o `test -f 'dnsrecords.cc' || echo './'`dnsrecords.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from resolver.hh:41,
                 from resolver.cc:26:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-dnswriter.o `test -f 'dnswriter.cc' || echo './'`dnswriter.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from tsigverifier.cc:3:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-ednsextendederror.o `test -f 'ednsextendederror.cc' || echo './'`ednsextendederror.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-ednssubnet.o `test -f 'ednssubnet.cc' || echo './'`ednssubnet.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsname.hh:59,
                 from dns.hh:24,
                 from dns.cc:25:
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-iputils.o `test -f 'iputils.cc' || echo './'`iputils.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from ixplore.cc:32:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-libssl.o `test -f 'libssl.cc' || echo './'`libssl.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-logger.o `test -f 'logger.cc' || echo './'`logger.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsname.hh:59,
                 from dnsname.cc:22:
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-misc.o `test -f 'misc.cc' || echo './'`misc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-nsecrecords.o `test -f 'nsecrecords.cc' || echo './'`nsecrecords.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-proxy-protocol.o `test -f 'proxy-protocol.cc' || echo './'`proxy-protocol.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-qtype.o `test -f 'qtype.cc' || echo './'`qtype.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-rcpgenerator.o `test -f 'rcpgenerator.cc' || echo './'`rcpgenerator.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-sdig.o `test -f 'sdig.cc' || echo './'`sdig.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
libssl.cc:90:86: warning: 'int ENGINE_free(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
In file included from libssl.cc:16:
/usr/include/openssl/engine.h:493:57: note: declared here
  493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e);
      |                                                         ^          
libssl.cc: In function 'void unregisterOpenSSLUser()':
libssl.cc:158:20: warning: 'int ENGINE_finish(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/engine.h:628:57: note: declared here
  628 | OSSL_DEPRECATEDIN_3_0 int ENGINE_finish(ENGINE *e);
      |                                                         ^            
libssl.cc: In function 'std::pair<bool, std::__cxx11::basic_string<char> > libssl_load_engine(const std::string&, const std::optional<std::__cxx11::basic_string<char> >&)':
libssl.cc:222:51: warning: 'int ENGINE_free(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/engine.h:493:57: note: declared here
  493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e);
      |                                                         ^          
libssl.cc:222:77: warning: 'ENGINE* ENGINE_by_id(const char*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/engine.h:336:61: note: declared here
  336 | OSSL_DEPRECATEDIN_3_0 ENGINE *ENGINE_by_id(const char *id);
      |                                                             ^           
libssl.cc:222:110: warning: 'int ENGINE_free(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/engine.h:493:57: note: declared here
  493 | OSSL_DEPRECATEDIN_3_0 int ENGINE_free(ENGINE *e);
      |                                                         ^          
libssl.cc:227:19: warning: 'int ENGINE_init(ENGINE*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/engine.h:620:57: note: declared here
  620 | OSSL_DEPRECATEDIN_3_0 int ENGINE_init(ENGINE *e);
      |                                                         ^          
libssl.cc:232:34: warning: 'int ENGINE_set_default_string(ENGINE*, const char*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/engine.h:685:57: note: declared here
  685 | OSSL_DEPRECATEDIN_3_0 int ENGINE_set_default_string(ENGINE *e,
      |                                                         ^~~~~~                   
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-sillyrecords.o `test -f 'sillyrecords.cc' || echo './'`sillyrecords.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
misc.cc: In function 'std::optional<std::__cxx11::basic_string<char> > pdns::visit_directory(const std::string&, const std::function<bool(long unsigned int, const std::basic_string_view<char>&)>&)':
misc.cc:1756:60: warning: ignoring attributes on template argument 'int (*)(DIR*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-statbag.o `test -f 'statbag.cc' || echo './'`statbag.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-svc-records.o `test -f 'svc-records.cc' || echo './'`svc-records.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-tcpiohandler.o `test -f 'tcpiohandler.cc' || echo './'`tcpiohandler.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
dnsrecords.cc: In member function 'void DNSResourceRecord::setContent(const std::string&)':
dnsrecords.cc:37:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
dnsrecords.cc:40:5: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-unix_utility.o `test -f 'unix_utility.cc' || echo './'`unix_utility.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1    -I/usr/include/p11-kit-1    -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o sdig-minicurl.o `test -f 'minicurl.cc' || echo './'`minicurl.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o calidns.o calidns.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnsbulktest.o dnsbulktest.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnstcpbench.o dnstcpbench.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ednsextendederror.o ednsextendederror.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ixfrdist-stats.o ixfrdist-stats.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ixfrdist-web.o ixfrdist-web.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ixfrdist.o ixfrdist.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o webserver.o webserver.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o epollmplexer.o epollmplexer.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o zone2ldap.o zone2ldap.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o speedtest.o speedtest.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o channel.o channel.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o nameserver.o nameserver.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o proxy-protocol.o proxy-protocol.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o responsestats-auth.o responsestats-auth.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o responsestats.o responsestats.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-arguments_cc.o test-arguments_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from speedtest.cc:13:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from dnsname.hh:59,
                 from dns.hh:24,
                 from misc.hh:32,
                 from dnsparser.hh:32,
                 from speedtest.cc:5:
burtle.hh: In function 'uint32_t burtle(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:81:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:83:3: note: here
burtle.hh:84:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:86:3: note: here
burtle.hh:87:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:90:3: note: here
burtle.hh:91:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:93:3: note: here
burtle.hh:94:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:96:3: note: here
burtle.hh:97:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:99:3: note: here
burtle.hh:100:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:102:3: note: here
burtle.hh:103:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:105:3: note: here
burtle.hh:106:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:108:3: note: here
burtle.hh:109:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:111:3: note: here
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-auth-zonecache_cc.o test-auth-zonecache_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-base32_cc.o test-base32_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-base64_cc.o test-base64_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-bindparser_cc.o test-bindparser_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-channel.o test-channel.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from ueberbackend.hh:33,
                 from packethandler.hh:26,
                 from communicator.hh:39,
                 from auth-main.hh:28,
                 from nameserver.cc:35:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-communicator_hh.o test-communicator_hh.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-credentials_cc.o test-credentials_cc.cc
In file included from resolver.hh:41,
                 from axfr-retriever.hh:27,
                 from ixfrdist.cc:44:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-digests_hh.o test-digests_hh.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-distributor_hh.o test-distributor_hh.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-dns_random_hh.o test-dns_random_hh.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-dnsname_cc.o test-dnsname_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-dnsparser_cc.o test-dnsparser_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-dnsparser_hh.o test-dnsparser_hh.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-dnsrecordcontent.o test-dnsrecordcontent.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-dnsrecords_cc.o test-dnsrecords_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from distributor.hh:37,
                 from test-distributor_hh.cc:12:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-dnswriter_cc.o test-dnswriter_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-ednscookie_cc.o test-ednscookie_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from ueberbackend.hh:33,
                 from packethandler.hh:26,
                 from communicator.hh:39,
                 from test-communicator_hh.cc:12:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-ipcrypt_cc.o test-ipcrypt_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-iputils_hh.o test-iputils_hh.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-ixfr_cc.o test-ixfr_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsname.hh:59,
                 from test-dnsname_cc.cc:13:
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-lock_hh.o test-lock_hh.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-lua_auth4_cc.o test-lua_auth4_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-luawrapper.o test-luawrapper.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-misc_hh.o test-misc_hh.cc
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-mplexer.o test-mplexer.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-nameserver_cc.o test-nameserver_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-packetcache_cc.o test-packetcache_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-packetcache_hh.o test-packetcache_hh.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-proxy_protocol_cc.o test-proxy_protocol_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-rcpgenerator_cc.o test-rcpgenerator_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-sha_hh.o test-sha_hh.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-signers.o test-signers.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-statbag_cc.o test-statbag_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-svc_records_cc.o test-svc_records_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-trusted-notification-proxy_cc.o test-trusted-notification-proxy_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsname.hh:59,
                 from dns.hh:24,
                 from dnswriter.hh:26,
                 from test-packetcache_hh.cc:12:
burtle.hh: In function 'uint32_t burtle(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:81:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:83:3: note: here
burtle.hh:84:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:86:3: note: here
burtle.hh:87:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:90:3: note: here
burtle.hh:91:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:93:3: note: here
burtle.hh:94:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:96:3: note: here
burtle.hh:97:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:99:3: note: here
burtle.hh:100:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:102:3: note: here
burtle.hh:103:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:105:3: note: here
burtle.hh:106:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:108:3: note: here
burtle.hh:109:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:111:3: note: here
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-tsig.o test-tsig.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsname.hh:59,
                 from dns.hh:24,
                 from misc.hh:32,
                 from iputils.hh:32,
                 from test-packetcache_cc.cc:11:
burtle.hh: In function 'uint32_t burtle(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:81:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:83:3: note: here
burtle.hh:84:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:86:3: note: here
burtle.hh:87:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:90:3: note: here
burtle.hh:91:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:93:3: note: here
burtle.hh:94:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:96:3: note: here
burtle.hh:97:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:99:3: note: here
burtle.hh:100:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:102:3: note: here
burtle.hh:103:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:105:3: note: here
burtle.hh:106:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:108:3: note: here
burtle.hh:109:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:111:3: note: here
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-ueberbackend_cc.o test-ueberbackend_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-webserver_cc.o test-webserver_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-zonemd_cc.o test-zonemd_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o test-zoneparser_tng_cc.o test-zoneparser_tng_cc.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o testrunner.o testrunner.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o trusted-notification-proxy.o trusted-notification-proxy.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from test-tsig.cc:36:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o auth-carbon.o auth-carbon.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from dnsseckeeper.hh:32,
                 from test-signers.cc:15:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o auth-main.o auth-main.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o auth-primarycommunicator.o auth-primarycommunicator.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from validate.hh:29,
                 from zonemd.hh:31,
                 from test-zonemd_cc.cc:9:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o auth-secondarycommunicator.o auth-secondarycommunicator.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o communicator.o communicator.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o coverage.o coverage.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dnsproxy.o dnsproxy.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from ueberbackend.hh:33,
                 from test-ueberbackend_cc.cc:23:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o dynhandler.o dynhandler.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o packethandler.o packethandler.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o rfc2136handler.o rfc2136handler.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from ueberbackend.hh:33,
                 from packethandler.hh:26,
                 from communicator.hh:39,
                 from auth-main.hh:28,
                 from auth-carbon.cc:31:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o secpoll-auth.o secpoll-auth.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from ueberbackend.hh:33,
                 from packethandler.hh:26,
                 from communicator.hh:39,
                 from auth-primarycommunicator.cc:29:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from dnsname.hh:59,
                 from auth-caches.hh:26,
                 from auth-primarycommunicator.cc:25:
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o secpoll.o secpoll.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from ueberbackend.hh:33,
                 from packethandler.hh:26,
                 from communicator.hh:39,
                 from communicator.cc:32:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o tcpreceiver.o tcpreceiver.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from ueberbackend.hh:33,
                 from packethandler.hh:26,
                 from communicator.hh:39,
                 from auth-main.hh:28,
                 from auth-main.cc:55:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o tkey.o tkey.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o unix_semaphore.o unix_semaphore.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-secondarycommunicator.cc:27:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from dnsname.hh:59,
                 from dns.hh:24,
                 from misc.hh:32,
                 from dnsparser.hh:32,
                 from dnsrecords.hh:27,
                 from dnssecinfra.hh:23:
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o version.o version.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ws-api.o ws-api.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from ueberbackend.hh:33,
                 from packethandler.hh:26,
                 from communicator.hh:39,
                 from dynhandler.cc:36:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o ws-auth.o ws-auth.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from packethandler.cc:31:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from dnsname.hh:59,
                 from dns.hh:24,
                 from misc.hh:32,
                 from packetcache.hh:24,
                 from packethandler.cc:25:
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o lua-record.o lua-record.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o minicurl.o minicurl.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from ueberbackend.hh:33,
                 from packethandler.hh:26,
                 from rfc2136handler.cc:5:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
sed -e 's![@]sbindir[@]!/usr/bin!' -e 's![@]service_user[@]!powerdns!' -e 's![@]service_group[@]!powerdns!' < pdns.service.in > pdns.service
sed -e 's![@]bindir[@]!/usr/bin!' < ixfrdist.service.in > ixfrdist.service
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o pdns_control arguments.o dnslabeltext.o dnsname.o dynloader.o dynmessenger.o logger.o misc.o qtype.o statbag.o unix_utility.o  
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o pdns_control arguments.o dnslabeltext.o dnsname.o dynloader.o dynmessenger.o logger.o misc.o qtype.o statbag.o unix_utility.o  -lcrypto ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -pthread
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from version.cc:27:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
g++ -std=c++17 -DHAVE_CONFIG_H -I. -I..  -I.. -I.. -pthread  -I../ext/json11 -I../ext/yahttp  -I/usr/include   -I../ext/protozero/include -DBOOST_CONTAINER_USE_STD_EXCEPTIONS   -I/usr/include/luajit-2.1     -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o backends/gsql/gsqlbackend.o backends/gsql/gsqlbackend.cc
<command-line>: warning: "_FORTIFY_SOURCE" redefined
<command-line>: note: this is the location of the previous definition
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from ueberbackend.hh:33,
                 from packethandler.hh:26,
                 from tkey.cc:4:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o zone2sql arguments.o base32.o base64.o bindlexer.o bindparser.o dns.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o json.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o zone2sql.o zoneparser-tng.o -lcrypto ../ext/json11/libjson11.la 
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o zone2sql arguments.o base32.o base64.o bindlexer.o bindparser.o dns.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o json.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o zone2sql.o zoneparser-tng.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto ../ext/json11/.libs/libjson11.a -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o zone2json arguments.o base32.o base64.o bindlexer.o bindparser.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o zone2json.o zoneparser-tng.o -lcrypto ../ext/json11/libjson11.la 
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o zone2json arguments.o base32.o base64.o bindlexer.o bindparser.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o zone2json.o zoneparser-tng.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto ../ext/json11/.libs/libjson11.a -pthread
In file included from tcpreceiver.cc:30:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o dnsgram base32.o base64.o dnsgram.o dnslabeltext.o dnsname.o dnsparser.o dnspcap.o dnsrecords.o dnswriter.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o -lcrypto 
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o dnsgram base32.o base64.o dnsgram.o dnslabeltext.o dnsname.o dnsparser.o dnspcap.o dnsrecords.o dnswriter.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o dnspcap2calidns base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnspcap.o dnspcap2calidns.o dnsrecords.o dnswriter.o ednsoptions.o ednssubnet.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o -lcrypto -lboost_program_options 
In file included from ../pdns/auth-catalogzone.hh:27,
                 from ../pdns/dnsbackend.hh:48,
                 from backends/gsql/gsqlbackend.cc:26:
../pdns/dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
../pdns/dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
../pdns/dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
../pdns/dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from ../pdns/dnsname.hh:59,
                 from ../pdns/dns.hh:24,
                 from backends/gsql/gsqlbackend.cc:25:
../pdns/burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
../pdns/burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../pdns/burtle.hh:145:3: note: here
../pdns/burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../pdns/burtle.hh:148:3: note: here
../pdns/burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../pdns/burtle.hh:152:3: note: here
../pdns/burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../pdns/burtle.hh:155:3: note: here
../pdns/burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../pdns/burtle.hh:158:3: note: here
../pdns/burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../pdns/burtle.hh:161:3: note: here
../pdns/burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../pdns/burtle.hh:164:3: note: here
../pdns/burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../pdns/burtle.hh:167:3: note: here
../pdns/burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../pdns/burtle.hh:170:3: note: here
../pdns/burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
../pdns/burtle.hh:173:3: note: here
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from ws-auth.cc:22:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o dnspcap2protobuf base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnspcap.o dnspcap2protobuf.o dnsrecords.o dnswriter.o gettime.o iputils.o logger.o misc.o nsecrecords.o protozero.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o uuid-utils.o -lcrypto -lboost_program_options  
In file included from auth-catalogzone.hh:27,
                 from dnsbackend.hh:48,
                 from ueberbackend.hh:33,
                 from lua-record.cc:16:
dnssecinfra.hh: In member function 'void DNSCryptoKeyEngine::createFromPEMString(DNSKEYRecordContent&, const std::string&)':
dnssecinfra.hh:70:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
dnssecinfra.hh: In member function 'std::string DNSCryptoKeyEngine::convertToPEMString() const':
dnssecinfra.hh:93:51: warning: ignoring attributes on template argument 'int (*)(FILE*)' [-Wignored-attributes]
In file included from dnsname.hh:59,
                 from dns.hh:24,
                 from misc.hh:32,
                 from iputils.hh:32,
                 from lua-auth4.hh:2,
                 from lua-record.cc:13:
burtle.hh: In function 'uint32_t burtle(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:81:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:83:3: note: here
burtle.hh:84:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:86:3: note: here
burtle.hh:87:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:90:3: note: here
burtle.hh:91:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:93:3: note: here
burtle.hh:94:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:96:3: note: here
burtle.hh:97:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:99:3: note: here
burtle.hh:100:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:102:3: note: here
burtle.hh:103:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:105:3: note: here
burtle.hh:106:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:108:3: note: here
burtle.hh:109:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:111:3: note: here
burtle.hh: In function 'uint32_t burtleCI(const unsigned char*, uint32_t, uint32_t)':
burtle.hh:143:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:145:3: note: here
burtle.hh:146:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:148:3: note: here
burtle.hh:149:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:152:3: note: here
burtle.hh:153:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:155:3: note: here
burtle.hh:156:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:158:3: note: here
burtle.hh:159:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:161:3: note: here
burtle.hh:162:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:164:3: note: here
burtle.hh:165:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:167:3: note: here
burtle.hh:168:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:170:3: note: here
burtle.hh:171:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
burtle.hh:173:3: note: here
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o dnsreplay base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnspcap.o dnsrecords.o dnsreplay.o dnswriter.o ednsoptions.o ednssubnet.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o -lcrypto -lboost_program_options 
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o dnspcap2protobuf base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnspcap.o dnspcap2protobuf.o dnsrecords.o dnswriter.o gettime.o iputils.o logger.o misc.o nsecrecords.o protozero.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o uuid-utils.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -lboost_program_options -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o dnsscan base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnspcap.o dnsrecords.o dnsscan.o dnswriter.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o -lcrypto 
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o dnsscan base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnspcap.o dnsrecords.o dnsscan.o dnswriter.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o dnsscope arguments.o base32.o base64.o dns.o dnslabeltext.o dnsname.o dnsparser.o dnspcap.o dnsrecords.o dnsscope.o dnswriter.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o statnode.o svc-records.o unix_utility.o -lcrypto -lboost_program_options 
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread  -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o dnswasher base64.o dnslabeltext.o dnsname.o dnspcap.o dnswasher.o ipcipher.o logger.o misc.o qtype.o statbag.o unix_utility.o -lboost_program_options -lcrypto ../ext/ipcrypt/libipcrypt.la 
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o dnsscope arguments.o base32.o base64.o dns.o dnslabeltext.o dnsname.o dnsparser.o dnspcap.o dnsrecords.o dnsscope.o dnswriter.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o statnode.o svc-records.o unix_utility.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -lboost_program_options -pthread
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o dnswasher base64.o dnslabeltext.o dnsname.o dnspcap.o dnswasher.o ipcipher.o logger.o misc.o qtype.o statbag.o unix_utility.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lboost_program_options -lcrypto ../ext/ipcrypt/.libs/libipcrypt.a -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o dumresp dnslabeltext.o dnsname.o dumresp.o iputils.o logger.o misc.o qtype.o statbag.o unix_utility.o  
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o dumresp dnslabeltext.o dnsname.o dumresp.o iputils.o logger.o misc.o qtype.o statbag.o unix_utility.o  -lcrypto ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o pdns_notify arguments.o base32.o base64.o dns.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o logger.o misc.o notify.o nsecrecords.o pollmplexer.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o -lcrypto -lboost_program_options -lsodium 
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o nproxy base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o logger.o misc.o nproxy.o nsecrecords.o pollmplexer.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o -lcrypto -lboost_program_options 
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o nproxy base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o logger.o misc.o nproxy.o nsecrecords.o pollmplexer.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -lboost_program_options -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o nsec3dig base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnssecinfra.o dnswriter.o gss_context.o iputils.o logger.o misc.o nsec3dig.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o  -lcrypto   
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o saxfr base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnssecinfra.o dnswriter.o gss_context.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o saxfr.o sillyrecords.o statbag.o svc-records.o unix_utility.o  -lcrypto   
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o dnsreplay base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnspcap.o dnsrecords.o dnsreplay.o dnswriter.o ednsoptions.o ednssubnet.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -lboost_program_options -pthread
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o nsec3dig base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnssecinfra.o dnswriter.o gss_context.o iputils.o logger.o misc.o nsec3dig.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o stubquery arguments.o base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o ednsoptions.o ednssubnet.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o stubquery.o stubresolver.o svc-records.o unix_utility.o -lcrypto 
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o saxfr base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnssecinfra.o dnswriter.o gss_context.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o saxfr.o sillyrecords.o statbag.o svc-records.o unix_utility.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o ixplore arguments.o axfr-retriever.o base32.o base64.o dns.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnssecinfra.o dnswriter.o ednsoptions.o ednssubnet.o gss_context.o iputils.o ixfr.o ixfrutils.o ixplore.o logger.o misc.o nsecrecords.o qtype.o query-local-address.o rcpgenerator.o resolver.o sillyrecords.o statbag.o svc-records.o tsigverifier.o unix_utility.o zoneparser-tng.o  -lcrypto   
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o sdig sdig-base32.o sdig-base64.o sdig-dns.o sdig-dnslabeltext.o sdig-dnsname.o sdig-dnsparser.o sdig-dnsrecords.o sdig-dnswriter.o sdig-ednsextendederror.o sdig-ednssubnet.o sdig-iputils.o sdig-libssl.o sdig-logger.o sdig-misc.o sdig-nsecrecords.o sdig-proxy-protocol.o sdig-qtype.o sdig-rcpgenerator.o sdig-sdig.o sdig-sillyrecords.o sdig-statbag.o sdig-svc-records.o sdig-tcpiohandler.o sdig-unix_utility.o sdig-minicurl.o -lcrypto -lcurl -lgnutls -lssl -lsodium 
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o dnspcap2calidns base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnspcap.o dnspcap2calidns.o dnsrecords.o dnswriter.o ednsoptions.o ednssubnet.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -lboost_program_options -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -pthread -L/usr/lib  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o calidns base32.o base64.o calidns.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o ednsoptions.o ednssubnet.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o -lcrypto -lboost_program_options 
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o ixplore arguments.o axfr-retriever.o base32.o base64.o dns.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnssecinfra.o dnswriter.o ednsoptions.o ednssubnet.o gss_context.o iputils.o ixfr.o ixfrutils.o ixplore.o logger.o misc.o nsecrecords.o qtype.o query-local-address.o rcpgenerator.o resolver.o sillyrecords.o statbag.o svc-records.o tsigverifier.o unix_utility.o zoneparser-tng.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o dnsbulktest arguments.o base32.o base64.o dnsbulktest.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o -lcrypto -lboost_program_options -lsodium 
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o dnsbulktest arguments.o base32.o base64.o dnsbulktest.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -lboost_program_options -lsodium -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o dnstcpbench base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnstcpbench.o dnswriter.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o threadname.o unix_utility.o -lcrypto -lboost_program_options 
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o calidns base32.o base64.o calidns.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o ednsoptions.o ednssubnet.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -lboost_program_options -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread  -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o ixfrdist arguments.o auth-caches.o auth-packetcache.o auth-querycache.o auth-zonecache.o axfr-retriever.o base32.o base64.o credentials.o dns.o dnsbackend.o dnslabeltext.o dnsname.o dnspacket.o dnsparser.o dnsrecords.o dnssecinfra.o dnswriter.o ednscookies.o ednsextendederror.o ednsoptions.o ednssubnet.o gss_context.o iputils.o ixfr.o ixfrdist-stats.o ixfrdist-web.o ixfrdist.o ixfrutils.o logger.o misc.o nsecrecords.o pollmplexer.o qtype.o query-local-address.o rcpgenerator.o resolver.o shuffle.o sillyrecords.o statbag.o svc-records.o threadname.o tsigverifier.o ueberbackend.o unix_utility.o uuid-utils.o webserver.o zoneparser-tng.o    epollmplexer.o  -lboost_program_options ../ext/json11/libjson11.la  -lcrypto ../ext/yahttp/yahttp/libyahttp.la -lyaml-cpp -lsodium   
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o dnstcpbench base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnstcpbench.o dnswriter.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o threadname.o unix_utility.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -lboost_program_options -pthread
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o ixfrdist arguments.o auth-caches.o auth-packetcache.o auth-querycache.o auth-zonecache.o axfr-retriever.o base32.o base64.o credentials.o dns.o dnsbackend.o dnslabeltext.o dnsname.o dnspacket.o dnsparser.o dnsrecords.o dnssecinfra.o dnswriter.o ednscookies.o ednsextendederror.o ednsoptions.o ednssubnet.o gss_context.o iputils.o ixfr.o ixfrdist-stats.o ixfrdist-web.o ixfrdist.o ixfrutils.o logger.o misc.o nsecrecords.o pollmplexer.o qtype.o query-local-address.o rcpgenerator.o resolver.o shuffle.o sillyrecords.o statbag.o svc-records.o threadname.o tsigverifier.o ueberbackend.o unix_utility.o uuid-utils.o webserver.o zoneparser-tng.o epollmplexer.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lboost_program_options ../ext/json11/.libs/libjson11.a -lcrypto ../ext/yahttp/yahttp/.libs/libyahttp.a -lyaml-cpp -lsodium -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o zone2ldap arguments.o base32.o base64.o bindlexer.o bindparser.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o zone2ldap.o zoneparser-tng.o -lcrypto  
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o pdns_notify arguments.o base32.o base64.o dns.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o logger.o misc.o notify.o nsecrecords.o pollmplexer.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -lboost_program_options -lsodium -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o speedtest arguments.o base32.o base64.o credentials.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnssecinfra.o dnswriter.o gss_context.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o speedtest.o statbag.o svc-records.o unix_utility.o uuid-utils.o  -lcrypto    -lsodium 
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o sdig sdig-base32.o sdig-base64.o sdig-dns.o sdig-dnslabeltext.o sdig-dnsname.o sdig-dnsparser.o sdig-dnsrecords.o sdig-dnswriter.o sdig-ednsextendederror.o sdig-ednssubnet.o sdig-iputils.o sdig-libssl.o sdig-logger.o sdig-misc.o sdig-nsecrecords.o sdig-proxy-protocol.o sdig-qtype.o sdig-rcpgenerator.o sdig-sdig.o sdig-sillyrecords.o sdig-statbag.o sdig-svc-records.o sdig-tcpiohandler.o sdig-unix_utility.o sdig-minicurl.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -lcurl -lgnutls -lssl -lsodium -pthread
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -L/usr/lib  -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o testrunner arguments.o auth-caches.o auth-packetcache.o auth-querycache.o auth-zonecache.o base32.o base64.o bindlexer.o bindparser.o channel.o credentials.o dbdnsseckeeper.o dns.o dnsbackend.o dnslabeltext.o dnsname.o dnspacket.o dnsparser.o dnsrecords.o dnssecinfra.o dnssecsigner.o dnswriter.o ednscookies.o ednsoptions.o ednssubnet.o gettime.o gss_context.o ipcipher.o iputils.o ixfr.o logger.o lua-auth4.o lua-base4.o misc.o nameserver.o nsecrecords.o opensslsigners.o pollmplexer.o proxy-protocol.o qtype.o rcpgenerator.o responsestats-auth.o responsestats.o shuffle.o sillyrecords.o statbag.o stubresolver.o svc-records.o test-arguments_cc.o test-auth-zonecache_cc.o test-base32_cc.o test-base64_cc.o test-bindparser_cc.o test-channel.o test-communicator_hh.o test-credentials_cc.o test-digests_hh.o test-distributor_hh.o test-dns_random_hh.o test-dnsname_cc.o test-dnsparser_cc.o test-dnsparser_hh.o test-dnsrecordcontent.o test-dnsrecords_cc.o test-dnswriter_cc.o test-ednscookie_cc.o test-ipcrypt_cc.o test-iputils_hh.o test-ixfr_cc.o test-lock_hh.o test-lua_auth4_cc.o test-luawrapper.o test-misc_hh.o test-mplexer.o test-nameserver_cc.o test-packetcache_cc.o test-packetcache_hh.o test-proxy_protocol_cc.o test-rcpgenerator_cc.o test-sha_hh.o test-signers.o test-statbag_cc.o test-svc_records_cc.o test-trusted-notification-proxy_cc.o test-tsig.o test-ueberbackend_cc.o test-webserver_cc.o test-zonemd_cc.o test-zoneparser_tng_cc.o testrunner.o threadname.o trusted-notification-proxy.o tsigverifier.o ueberbackend.o unix_utility.o uuid-utils.o webserver.o zonemd.o zoneparser-tng.o  sodiumsigners.o    epollmplexer.o  -lcrypto -lboost_unit_test_framework  -lluajit-5.1  ../ext/ipcrypt/libipcrypt.la ../ext/yahttp/yahttp/libyahttp.la ../ext/json11/libjson11.la   -lsodium  
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -export-dynamic -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o pdns_server arguments.o auth-caches.o auth-carbon.o auth-catalogzone.o auth-main.o auth-packetcache.o auth-primarycommunicator.o auth-querycache.o auth-secondarycommunicator.o auth-zonecache.o axfr-retriever.o backends/gsql/gsqlbackend.o base32.o base64.o bindlexer.o bindparser.o communicator.o coverage.o credentials.o dbdnsseckeeper.o dns.o dnsbackend.o dnslabeltext.o dnsname.o dnspacket.o dnsparser.o dnsproxy.o dnsrecords.o dnssecinfra.o dnssecsigner.o dnswriter.o dynhandler.o dynlistener.o ednscookies.o ednsoptions.o ednssubnet.o gettime.o gss_context.o iputils.o ixfr.o json.o logger.o lua-auth4.o lua-base4.o misc.o nameserver.o nsecrecords.o opensslsigners.o packethandler.o proxy-protocol.o qtype.o query-local-address.o rcpgenerator.o resolver.o responsestats.o responsestats-auth.o rfc2136handler.o secpoll-auth.o secpoll.o serialtweaker.o shuffle.o signingpipe.o sillyrecords.o statbag.o stubresolver.o svc-records.o tcpreceiver.o threadname.o tkey.o trusted-notification-proxy.o tsigutils.o tsigverifier.o ueberbackend.o unix_semaphore.o unix_utility.o uuid-utils.o version.o webserver.o ws-api.o ws-auth.o zoneparser-tng.o lua-record.o minicurl.o sodiumsigners.o  ssqlite3.o   ../ext/yahttp/yahttp/libyahttp.la ../ext/json11/libjson11.la -lcrypto -lsystemd -lcurl -lsodium  -lsqlite3  -lluajit-5.1  
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o speedtest arguments.o base32.o base64.o credentials.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnssecinfra.o dnswriter.o gss_context.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o speedtest.o statbag.o svc-records.o unix_utility.o uuid-utils.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -lsodium -pthread
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o testrunner arguments.o auth-caches.o auth-packetcache.o auth-querycache.o auth-zonecache.o base32.o base64.o bindlexer.o bindparser.o channel.o credentials.o dbdnsseckeeper.o dns.o dnsbackend.o dnslabeltext.o dnsname.o dnspacket.o dnsparser.o dnsrecords.o dnssecinfra.o dnssecsigner.o dnswriter.o ednscookies.o ednsoptions.o ednssubnet.o gettime.o gss_context.o ipcipher.o iputils.o ixfr.o logger.o lua-auth4.o lua-base4.o misc.o nameserver.o nsecrecords.o opensslsigners.o pollmplexer.o proxy-protocol.o qtype.o rcpgenerator.o responsestats-auth.o responsestats.o shuffle.o sillyrecords.o statbag.o stubresolver.o svc-records.o test-arguments_cc.o test-auth-zonecache_cc.o test-base32_cc.o test-base64_cc.o test-bindparser_cc.o test-channel.o test-communicator_hh.o test-credentials_cc.o test-digests_hh.o test-distributor_hh.o test-dns_random_hh.o test-dnsname_cc.o test-dnsparser_cc.o test-dnsparser_hh.o test-dnsrecordcontent.o test-dnsrecords_cc.o test-dnswriter_cc.o test-ednscookie_cc.o test-ipcrypt_cc.o test-iputils_hh.o test-ixfr_cc.o test-lock_hh.o test-lua_auth4_cc.o test-luawrapper.o test-misc_hh.o test-mplexer.o test-nameserver_cc.o test-packetcache_cc.o test-packetcache_hh.o test-proxy_protocol_cc.o test-rcpgenerator_cc.o test-sha_hh.o test-signers.o test-statbag_cc.o test-svc_records_cc.o test-trusted-notification-proxy_cc.o test-tsig.o test-ueberbackend_cc.o test-webserver_cc.o test-zonemd_cc.o test-zoneparser_tng_cc.o testrunner.o threadname.o trusted-notification-proxy.o tsigverifier.o ueberbackend.o unix_utility.o uuid-utils.o webserver.o zonemd.o zoneparser-tng.o sodiumsigners.o epollmplexer.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -lboost_unit_test_framework -lluajit-5.1 ../ext/ipcrypt/.libs/libipcrypt.a ../ext/yahttp/yahttp/.libs/libyahttp.a ../ext/json11/.libs/libjson11.a -lsodium -pthread
sed -e 's!/pdns_server!& --config-name=%i!' \
  -e 's!Authoritative Server!& %i!' \
  -e 's!SyslogIdentifier=.*!&-%i!' \
  < pdns.service > pdns@.service
sed -e 's!RuntimeDirectory=.*!&-%i!' -i pdns@.service
sed -e 's!/ixfrdist!& --config /etc/powerdns/ixfrdist-%i.yml!' \
  < ixfrdist.service > ixfrdist@.service
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie   -lcrypto ../ext/arc4random/libarc4random.la -pthread -export-dynamic  -L/usr/lib -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o pdnsutil arguments.o auth-caches.o auth-catalogzone.o auth-packetcache.o auth-querycache.o auth-zonecache.o backends/gsql/gsqlbackend.o base32.o base64.o bindlexer.o bindparser.o credentials.o dbdnsseckeeper.o dns.o dnsbackend.o dnslabeltext.o dnsname.o dnspacket.o dnsparser.o dnsrecords.o dnssecinfra.o dnssecsigner.o dnswriter.o dynlistener.o ednscookies.o ednsoptions.o ednssubnet.o gettime.o gss_context.o ipcipher.o iputils.o json.o logger.o lua-auth4.o lua-base4.o misc.o nsecrecords.o opensslsigners.o pdnsutil.o qtype.o rcpgenerator.o serialtweaker.o shuffle.o signingpipe.o sillyrecords.o statbag.o stubresolver.o svc-records.o threadname.o tsigutils.o ueberbackend.o unix_utility.o uuid-utils.o zonemd.o zoneparser-tng.o sodiumsigners.o  ssqlite3.o  ../ext/yahttp/yahttp/libyahttp.la ../ext/json11/libjson11.la  -lboost_program_options -lcrypto ../ext/ipcrypt/libipcrypt.la -lsodium  -lsqlite3  -lluajit-5.1  
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o pdnsutil arguments.o auth-caches.o auth-catalogzone.o auth-packetcache.o auth-querycache.o auth-zonecache.o backends/gsql/gsqlbackend.o base32.o base64.o bindlexer.o bindparser.o credentials.o dbdnsseckeeper.o dns.o dnsbackend.o dnslabeltext.o dnsname.o dnspacket.o dnsparser.o dnsrecords.o dnssecinfra.o dnssecsigner.o dnswriter.o dynlistener.o ednscookies.o ednsoptions.o ednssubnet.o gettime.o gss_context.o ipcipher.o iputils.o json.o logger.o lua-auth4.o lua-base4.o misc.o nsecrecords.o opensslsigners.o pdnsutil.o qtype.o rcpgenerator.o serialtweaker.o shuffle.o signingpipe.o sillyrecords.o statbag.o stubresolver.o svc-records.o threadname.o tsigutils.o ueberbackend.o unix_utility.o uuid-utils.o zonemd.o zoneparser-tng.o sodiumsigners.o ssqlite3.o -Wl,--export-dynamic  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib ../ext/yahttp/yahttp/.libs/libyahttp.a ../ext/json11/.libs/libjson11.a -lboost_program_options -lcrypto ../ext/ipcrypt/.libs/libipcrypt.a -lsodium -lsqlite3 -lluajit-5.1 -pthread
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o pdns_server arguments.o auth-caches.o auth-carbon.o auth-catalogzone.o auth-main.o auth-packetcache.o auth-primarycommunicator.o auth-querycache.o auth-secondarycommunicator.o auth-zonecache.o axfr-retriever.o backends/gsql/gsqlbackend.o base32.o base64.o bindlexer.o bindparser.o communicator.o coverage.o credentials.o dbdnsseckeeper.o dns.o dnsbackend.o dnslabeltext.o dnsname.o dnspacket.o dnsparser.o dnsproxy.o dnsrecords.o dnssecinfra.o dnssecsigner.o dnswriter.o dynhandler.o dynlistener.o ednscookies.o ednsoptions.o ednssubnet.o gettime.o gss_context.o iputils.o ixfr.o json.o logger.o lua-auth4.o lua-base4.o misc.o nameserver.o nsecrecords.o opensslsigners.o packethandler.o proxy-protocol.o qtype.o query-local-address.o rcpgenerator.o resolver.o responsestats.o responsestats-auth.o rfc2136handler.o secpoll-auth.o secpoll.o serialtweaker.o shuffle.o signingpipe.o sillyrecords.o statbag.o stubresolver.o svc-records.o tcpreceiver.o threadname.o tkey.o trusted-notification-proxy.o tsigutils.o tsigverifier.o ueberbackend.o unix_semaphore.o unix_utility.o uuid-utils.o version.o webserver.o ws-api.o ws-auth.o zoneparser-tng.o lua-record.o minicurl.o sodiumsigners.o ssqlite3.o -Wl,--export-dynamic  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib ../ext/yahttp/yahttp/.libs/libyahttp.a ../ext/json11/.libs/libjson11.a -lcrypto -lsystemd -lcurl -lsodium -lsqlite3 -lluajit-5.1 -pthread
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o stubquery arguments.o base32.o base64.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o ednsoptions.o ednssubnet.o iputils.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o stubquery.o stubresolver.o svc-records.o unix_utility.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -pthread
libtool: link: g++ -std=c++17 -DSYSCONFDIR=\"/etc/powerdns\" -DPKGLIBDIR=\"/usr/lib/powerdns\" -DLOCALSTATEDIR=\"/var/run\" -flto=auto -ftrivial-auto-var-init=zero -fPIE -DPIE -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2 -Wall -Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -pie -flto=auto -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o zone2ldap arguments.o base32.o base64.o bindlexer.o bindparser.o dnslabeltext.o dnsname.o dnsparser.o dnsrecords.o dnswriter.o logger.o misc.o nsecrecords.o qtype.o rcpgenerator.o sillyrecords.o statbag.o svc-records.o unix_utility.o zone2ldap.o zoneparser-tng.o  ../ext/arc4random/.libs/libarc4random.a -L/usr/lib -lcrypto -pthread
./pdns_server --config=default > pdns.conf-dist
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/pdns'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/pdns'
Making all in codedocs
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/codedocs'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/codedocs'
Making all in docs
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/docs'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/docs'
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7'
make[1]: Leaving directory '/build/powerdns/src/pdns-4.9.7'
==> Entering fakeroot environment...
==> Starting package()...
make: Entering directory '/build/powerdns/src/pdns-4.9.7'
Making install in ext
make[1]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext'
Making install in arc4random
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/arc4random'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/arc4random'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/arc4random'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/arc4random'
Making install in ipcrypt
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/ipcrypt'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/ipcrypt'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/ipcrypt'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/ipcrypt'
Making install in json11
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/json11'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/json11'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/json11'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/json11'
Making install in yahttp
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp'
Making install in yahttp
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp/yahttp'
make[4]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp/yahttp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp/yahttp'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp/yahttp'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp'
make[4]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext/yahttp'
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/ext'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext'
make[1]: Leaving directory '/build/powerdns/src/pdns-4.9.7/ext'
Making install in modules
make[1]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules'
Making install in bindbackend
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/bindbackend'
make  install-am
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/bindbackend'
make[4]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/bindbackend'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/share/doc/powerdns'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libbindbackend.la '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /usr/bin/install -c -m 644 ../../pdns/bind-dnssec.4.2.0_to_4.3.0_schema.sqlite3.sql ../../pdns/bind-dnssec.schema.sqlite3.sql '/build/powerdns/pkg/powerdns/usr/share/doc/powerdns'
libtool: install: /usr/bin/install -c .libs/libbindbackend.so /build/powerdns/pkg/powerdns/usr/lib/powerdns/libbindbackend.so
libtool: install: /usr/bin/install -c .libs/libbindbackend.lai /build/powerdns/pkg/powerdns/usr/lib/powerdns/libbindbackend.la
libtool: warning: remember to run 'libtool --finish /usr/lib/powerdns'
make[4]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/bindbackend'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/bindbackend'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/bindbackend'
Making install in geoipbackend
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/geoipbackend'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/geoipbackend'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libgeoipbackend.la '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
libtool: install: /usr/bin/install -c .libs/libgeoipbackend.so /build/powerdns/pkg/powerdns/usr/lib/powerdns/libgeoipbackend.so
libtool: install: /usr/bin/install -c .libs/libgeoipbackend.lai /build/powerdns/pkg/powerdns/usr/lib/powerdns/libgeoipbackend.la
libtool: warning: remember to run 'libtool --finish /usr/lib/powerdns'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/geoipbackend'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/geoipbackend'
Making install in gmysqlbackend
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/gmysqlbackend'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/gmysqlbackend'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/share/doc/powerdns'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libgmysqlbackend.la '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /usr/bin/install -c -m 644 dnssec-3.x_to_3.4.0_schema.mysql.sql enable-foreign-keys.mysql.sql nodnssec-3.x_to_3.4.0_schema.mysql.sql 3.4.0_to_4.1.0_schema.mysql.sql 4.1.0_to_4.2.0_schema.mysql.sql 4.2.0_to_4.3.0_schema.mysql.sql 4.3.0_to_4.7.0_schema.mysql.sql schema.mysql.sql '/build/powerdns/pkg/powerdns/usr/share/doc/powerdns'
libtool: install: /usr/bin/install -c .libs/libgmysqlbackend.so /build/powerdns/pkg/powerdns/usr/lib/powerdns/libgmysqlbackend.so
libtool: install: /usr/bin/install -c .libs/libgmysqlbackend.lai /build/powerdns/pkg/powerdns/usr/lib/powerdns/libgmysqlbackend.la
libtool: warning: remember to run 'libtool --finish /usr/lib/powerdns'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/gmysqlbackend'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/gmysqlbackend'
Making install in godbcbackend
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/godbcbackend'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/godbcbackend'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/share/doc/powerdns'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libgodbcbackend.la '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /usr/bin/install -c -m 644 schema.mssql.sql 4.0.0_to_4.2.0_schema.mssql.sql 4.2.0_to_4.3.0_schema.mssql.sql 4.3.0_to_4.7.0_schema.mssql.sql '/build/powerdns/pkg/powerdns/usr/share/doc/powerdns'
libtool: install: /usr/bin/install -c .libs/libgodbcbackend.so /build/powerdns/pkg/powerdns/usr/lib/powerdns/libgodbcbackend.so
libtool: install: /usr/bin/install -c .libs/libgodbcbackend.lai /build/powerdns/pkg/powerdns/usr/lib/powerdns/libgodbcbackend.la
libtool: warning: remember to run 'libtool --finish /usr/lib/powerdns'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/godbcbackend'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/godbcbackend'
Making install in gpgsqlbackend
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/gpgsqlbackend'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/gpgsqlbackend'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/share/doc/powerdns'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libgpgsqlbackend.la '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /usr/bin/install -c -m 644 schema.pgsql.sql nodnssec-3.x_to_3.4.0_schema.pgsql.sql dnssec-3.x_to_3.4.0_schema.pgsql.sql 3.4.0_to_4.1.0_schema.pgsql.sql 4.1.0_to_4.2.0_schema.pgsql.sql 4.2.0_to_4.3.0_schema.pgsql.sql 4.3.0_to_4.7.0_schema.pgsql.sql '/build/powerdns/pkg/powerdns/usr/share/doc/powerdns'
libtool: install: /usr/bin/install -c .libs/libgpgsqlbackend.so /build/powerdns/pkg/powerdns/usr/lib/powerdns/libgpgsqlbackend.so
libtool: install: /usr/bin/install -c .libs/libgpgsqlbackend.lai /build/powerdns/pkg/powerdns/usr/lib/powerdns/libgpgsqlbackend.la
libtool: warning: remember to run 'libtool --finish /usr/lib/powerdns'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/gpgsqlbackend'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/gpgsqlbackend'
Making install in gsqlite3backend
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/gsqlite3backend'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/gsqlite3backend'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/share/doc/powerdns'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libgsqlite3backend.la '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /usr/bin/install -c -m 644 dnssec-3.x_to_3.4.0_schema.sqlite3.sql nodnssec-3.x_to_3.4.0_schema.sqlite3.sql 3.4.0_to_4.0.0_schema.sqlite3.sql 4.0.0_to_4.2.0_schema.sqlite3.sql 4.2.0_to_4.3.0_schema.sqlite3.sql 4.3.0_to_4.3.1_schema.sqlite3.sql 4.3.1_to_4.7.0_schema.sqlite3.sql schema.sqlite3.sql '/build/powerdns/pkg/powerdns/usr/share/doc/powerdns'
libtool: install: /usr/bin/install -c .libs/libgsqlite3backend.so /build/powerdns/pkg/powerdns/usr/lib/powerdns/libgsqlite3backend.so
libtool: install: /usr/bin/install -c .libs/libgsqlite3backend.lai /build/powerdns/pkg/powerdns/usr/lib/powerdns/libgsqlite3backend.la
libtool: warning: remember to run 'libtool --finish /usr/lib/powerdns'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/gsqlite3backend'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/gsqlite3backend'
Making install in ldapbackend
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/ldapbackend'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/ldapbackend'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/share/doc/powerdns'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libldapbackend.la '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /usr/bin/install -c -m 644 dnsdomain2.schema pdns-domaininfo.schema '/build/powerdns/pkg/powerdns/usr/share/doc/powerdns'
libtool: install: /usr/bin/install -c .libs/libldapbackend.so /build/powerdns/pkg/powerdns/usr/lib/powerdns/libldapbackend.so
libtool: install: /usr/bin/install -c .libs/libldapbackend.lai /build/powerdns/pkg/powerdns/usr/lib/powerdns/libldapbackend.la
libtool: warning: remember to run 'libtool --finish /usr/lib/powerdns'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/ldapbackend'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/ldapbackend'
Making install in lmdbbackend
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/lmdbbackend'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/lmdbbackend'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   liblmdbbackend.la '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
libtool: install: /usr/bin/install -c .libs/liblmdbbackend.so /build/powerdns/pkg/powerdns/usr/lib/powerdns/liblmdbbackend.so
libtool: install: /usr/bin/install -c .libs/liblmdbbackend.lai /build/powerdns/pkg/powerdns/usr/lib/powerdns/liblmdbbackend.la
libtool: warning: remember to run 'libtool --finish /usr/lib/powerdns'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/lmdbbackend'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/lmdbbackend'
Making install in lua2backend
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/lua2backend'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/lua2backend'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   liblua2backend.la '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
libtool: install: /usr/bin/install -c .libs/liblua2backend.so /build/powerdns/pkg/powerdns/usr/lib/powerdns/liblua2backend.so
libtool: install: /usr/bin/install -c .libs/liblua2backend.lai /build/powerdns/pkg/powerdns/usr/lib/powerdns/liblua2backend.la
libtool: warning: remember to run 'libtool --finish /usr/lib/powerdns'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/lua2backend'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/lua2backend'
Making install in pipebackend
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/pipebackend'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/pipebackend'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libpipebackend.la '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
libtool: install: /usr/bin/install -c .libs/libpipebackend.so /build/powerdns/pkg/powerdns/usr/lib/powerdns/libpipebackend.so
libtool: install: /usr/bin/install -c .libs/libpipebackend.lai /build/powerdns/pkg/powerdns/usr/lib/powerdns/libpipebackend.la
libtool: warning: remember to run 'libtool --finish /usr/lib/powerdns'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/pipebackend'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/pipebackend'
Making install in remotebackend
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/remotebackend'
make  install-am
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/remotebackend'
make[4]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/remotebackend'
make[4]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libremotebackend.la '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
libtool: install: /usr/bin/install -c .libs/libremotebackend.so /build/powerdns/pkg/powerdns/usr/lib/powerdns/libremotebackend.so
libtool: install: /usr/bin/install -c .libs/libremotebackend.lai /build/powerdns/pkg/powerdns/usr/lib/powerdns/libremotebackend.la
libtool: warning: remember to run 'libtool --finish /usr/lib/powerdns'
make[4]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/remotebackend'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/remotebackend'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/remotebackend'
Making install in tinydnsbackend
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/tinydnsbackend'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules/tinydnsbackend'
make[3]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libtinydnsbackend.la '/build/powerdns/pkg/powerdns/usr/lib/powerdns'
libtool: install: /usr/bin/install -c .libs/libtinydnsbackend.so /build/powerdns/pkg/powerdns/usr/lib/powerdns/libtinydnsbackend.so
libtool: install: /usr/bin/install -c .libs/libtinydnsbackend.lai /build/powerdns/pkg/powerdns/usr/lib/powerdns/libtinydnsbackend.la
libtool: warning: remember to run 'libtool --finish /usr/lib/powerdns'
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/tinydnsbackend'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules/tinydnsbackend'
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/modules'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules'
make[1]: Leaving directory '/build/powerdns/src/pdns-4.9.7/modules'
Making install in pdns
make[1]: Entering directory '/build/powerdns/src/pdns-4.9.7/pdns'
make  install-am
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/pdns'
make[3]: Entering directory '/build/powerdns/src/pdns-4.9.7/pdns'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/bin'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/bin'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/etc/powerdns'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/lib/systemd/system/'
 /usr/bin/install -c -m 644 pdns.conf-dist ixfrdist.example.yml '/build/powerdns/pkg/powerdns/etc/powerdns'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c pdns_control pdnsutil zone2sql zone2json dnsgram dnspcap2calidns dnspcap2protobuf dnsreplay dnsscan dnsscope dnswasher dumresp pdns_notify nproxy nsec3dig saxfr stubquery ixplore sdig calidns dnsbulktest dnstcpbench ixfrdist zone2ldap '/build/powerdns/pkg/powerdns/usr/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c pdns_server '/build/powerdns/pkg/powerdns/usr/bin'
 /usr/bin/install -c -m 644 pdns.service pdns@.service ixfrdist.service ixfrdist@.service '/build/powerdns/pkg/powerdns/usr/lib/systemd/system/'
libtool: install: /usr/bin/install -c pdns_server /build/powerdns/pkg/powerdns/usr/bin/pdns_server
libtool: install: /usr/bin/install -c pdns_control /build/powerdns/pkg/powerdns/usr/bin/pdns_control
libtool: install: /usr/bin/install -c pdnsutil /build/powerdns/pkg/powerdns/usr/bin/pdnsutil
libtool: install: /usr/bin/install -c zone2sql /build/powerdns/pkg/powerdns/usr/bin/zone2sql
libtool: install: /usr/bin/install -c zone2json /build/powerdns/pkg/powerdns/usr/bin/zone2json
libtool: install: /usr/bin/install -c dnsgram /build/powerdns/pkg/powerdns/usr/bin/dnsgram
libtool: install: /usr/bin/install -c dnspcap2calidns /build/powerdns/pkg/powerdns/usr/bin/dnspcap2calidns
libtool: install: /usr/bin/install -c dnspcap2protobuf /build/powerdns/pkg/powerdns/usr/bin/dnspcap2protobuf
libtool: install: /usr/bin/install -c dnsreplay /build/powerdns/pkg/powerdns/usr/bin/dnsreplay
libtool: install: /usr/bin/install -c dnsscan /build/powerdns/pkg/powerdns/usr/bin/dnsscan
libtool: install: /usr/bin/install -c dnsscope /build/powerdns/pkg/powerdns/usr/bin/dnsscope
libtool: install: /usr/bin/install -c dnswasher /build/powerdns/pkg/powerdns/usr/bin/dnswasher
libtool: install: /usr/bin/install -c dumresp /build/powerdns/pkg/powerdns/usr/bin/dumresp
libtool: install: /usr/bin/install -c pdns_notify /build/powerdns/pkg/powerdns/usr/bin/pdns_notify
libtool: install: /usr/bin/install -c nproxy /build/powerdns/pkg/powerdns/usr/bin/nproxy
libtool: install: /usr/bin/install -c nsec3dig /build/powerdns/pkg/powerdns/usr/bin/nsec3dig
libtool: install: /usr/bin/install -c saxfr /build/powerdns/pkg/powerdns/usr/bin/saxfr
libtool: install: /usr/bin/install -c stubquery /build/powerdns/pkg/powerdns/usr/bin/stubquery
libtool: install: /usr/bin/install -c ixplore /build/powerdns/pkg/powerdns/usr/bin/ixplore
libtool: install: /usr/bin/install -c sdig /build/powerdns/pkg/powerdns/usr/bin/sdig
libtool: install: /usr/bin/install -c calidns /build/powerdns/pkg/powerdns/usr/bin/calidns
libtool: install: /usr/bin/install -c dnsbulktest /build/powerdns/pkg/powerdns/usr/bin/dnsbulktest
libtool: install: /usr/bin/install -c dnstcpbench /build/powerdns/pkg/powerdns/usr/bin/dnstcpbench
libtool: install: /usr/bin/install -c ixfrdist /build/powerdns/pkg/powerdns/usr/bin/ixfrdist
libtool: install: /usr/bin/install -c zone2ldap /build/powerdns/pkg/powerdns/usr/bin/zone2ldap
make[3]: Leaving directory '/build/powerdns/src/pdns-4.9.7/pdns'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/pdns'
make[1]: Leaving directory '/build/powerdns/src/pdns-4.9.7/pdns'
Making install in codedocs
make[1]: Entering directory '/build/powerdns/src/pdns-4.9.7/codedocs'
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/codedocs'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/codedocs'
make[1]: Leaving directory '/build/powerdns/src/pdns-4.9.7/codedocs'
Making install in docs
make[1]: Entering directory '/build/powerdns/src/pdns-4.9.7/docs'
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7/docs'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/share/man/man1'
 /usr/bin/mkdir -p '/build/powerdns/pkg/powerdns/usr/share/man/man5'
 /usr/bin/install -c -m 644 ixfrdist.yml.5 '/build/powerdns/pkg/powerdns/usr/share/man/man5'
 /usr/bin/install -c -m 644 pdns_server.1 pdns_control.1 pdnsutil.1 zone2json.1 zone2sql.1 zone2ldap.1 dnsbulktest.1 dnstcpbench.1 calidns.1 dnspcap2calidns.1 dnspcap2protobuf.1 dnsgram.1 dnsreplay.1 dnsscan.1 dnsscope.1 dnswasher.1 dumresp.1 ixplore.1 nproxy.1 nsec3dig.1 pdns_notify.1 saxfr.1 sdig.1 ixfrdist.1 '/build/powerdns/pkg/powerdns/usr/share/man/man1'
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7/docs'
make[1]: Leaving directory '/build/powerdns/src/pdns-4.9.7/docs'
make[1]: Entering directory '/build/powerdns/src/pdns-4.9.7'
make[2]: Entering directory '/build/powerdns/src/pdns-4.9.7'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/powerdns/src/pdns-4.9.7'
make[1]: Leaving directory '/build/powerdns/src/pdns-4.9.7'
make: Leaving directory '/build/powerdns/src/pdns-4.9.7'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "powerdns"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: powerdns 4.9.7-1 (Mon Jul  7 05:06:38 2025)
==> Cleaning up...