+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/nsd.spec            --define "debug_package %{nil}"            --undefine _annotated_build            --define "_missing_doc_files_terminate_build %{nil}"            --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d"            --define "_emacs_sitelispdir /usr/share/emacs/site-lisp"            --nocheck   ' mockbuild
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.81Zcyf
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf nsd-4.1.13
+ /usr/bin/gzip -dc /builddir/build/SOURCES/nsd-4.1.13.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nsd-4.1.13
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rkIJvx
+ umask 022
+ cd /builddir/build/BUILD
+ cd nsd-4.1.13
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie'
+ LDFLAGS=-Wl,-z,relro,-z,now
+ export CFLAGS LDFLAGS
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules'
+ export FCFLAGS
+ LDFLAGS=-Wl,-z,relro,-z,now
+ export LDFLAGS
+ '[' 1 = 1 ']'
+++ dirname ./configure
++ find . -name config.guess -o -name config.sub
+ '[' 1 = 1 ']'
+ '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']'
++ find . -name ltmain.sh
+ ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-bind8-stats --enable-checking --enable-nsec3 --with-pidfile=/var/run/nsd/nsd.pid --with-zonelistfile=/var/lib/nsd/zone.list --with-ssl --with-user=nsd --with-xfrdfile=/var/lib/nsd/ixfr.state --with-dbfile= --enable-ratelimit
configure: WARNING: unrecognized options: --disable-dependency-tracking
checking for riscv64-redhat-linux-gnu-gcc... no
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 we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gawk... gawk
checking for riscv64-redhat-linux-gnu-gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking for bison... no
checking for byacc... no
checking if lex defines yy_current_buffer... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for size_t... yes
checking for off_t... yes
checking whether the C compiler (gcc) accepts the "format" attribute... yes
checking whether the C compiler (gcc) accepts the "unused" attribute... yes
checking if memcmp compares unsigned... yes
checking whether ctime_r works with two arguments... yes
checking for libevent... found in /usr
checking for library containing clock_gettime... none required
checking for event.h... yes
checking whether EV_VERSION_MAJOR is declared... no
checking for library containing event_set... -levent
checking for event_base_free... yes
checking for event_base_once... yes
checking for event_base_new... yes
checking for event_base_get_method... yes
checking for ev_loop... no
checking for ev_default_loop... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdint.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking tcpd.h usability... no
checking tcpd.h presence... no
checking for tcpd.h... no
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking for double definition of struct va_list... no
checking whether strptime needs defines... yes
checking for library containing inet_pton... none required
checking for library containing socket... none required
checking whether strptime works... yes
checking if nonblocking sockets work... yes
checking whether mkdir has one arg... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for socklen_t... yes
checking for sig_atomic_t... yes
checking for ssize_t... yes
checking for suseconds_t... yes
checking for in_addr_t... yes
checking for struct sockaddr_storage.ss_family... yes
checking for struct stat.st_mtimensec... no
checking for struct stat.st_mtim.tv_nsec... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking return type of signal handlers... void
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking size of void*... 8
checking size of off_t... 8
checking for arc4random... no
checking for arc4random_uniform... no
checking for tzset... yes
checking for alarm... yes
checking for chroot... yes
checking for dup2... yes
checking for endpwent... yes
checking for gethostname... yes
checking for memset... yes
checking for memcpy... yes
checking for pwrite... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strtol... yes
checking for writev... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for freeaddrinfo... yes
checking for gai_strerror... yes
checking for sigaction... yes
checking for sigprocmask... yes
checking for strptime... yes
checking for strftime... yes
checking for localtime_r... yes
checking for setusercontext... no
checking for glob... yes
checking for initgroups... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setresgid... yes
checking for setregid... yes
checking for getpwnam... yes
checking for mmap... yes
checking for ppoll... yes
checking for clock_gettime... yes
checking for basename... yes
checking for inet_aton... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for snprintf... yes
checking for strlcat... no
checking for strlcpy... no
checking for strptime... (cached) yes
checking for b64_pton... no
checking for b64_ntop... no
checking for pselect... yes
checking for memmove... yes
checking for reallocarray... yes
checking for pselect prototype in sys/select.h... yes
checking for ctime_r prototype in time.h... yes
checking for struct timespec... yes
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wextra... yes
checking whether gcc supports -Wdeclaration-after-statement... yes
checking for SSL... found in /usr
checking if libssl needs libdl... no
checking for HMAC_Update in -lcrypto... yes
checking for openssl/ssl.h... yes
checking for openssl/err.h... yes
checking for openssl/rand.h... yes
checking for HMAC_CTX_reset... yes
checking for HMAC_CTX_new... yes
checking for EVP_cleanup... no
checking for ERR_load_crypto_strings... no
checking for OPENSSL_init_crypto... yes
checking for OPENSSL_init_ssl... yes
************************************************
* You have activated "--enable-checking"       *
*                                              *
* This will instruct NSD to be stricter        *
* when validating its input. This could lead   *
* to a reduced service level.                  *
*                                              *
************************************************
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
configure: WARNING: unrecognized options: --disable-dependency-tracking
+ make -j2
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c answer.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c axfr.c
axfr.c: In function 'answer_axfr_ixfr':
axfr.c:171:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
   if (q->tcp) {
      ^
axfr.c:204:2: note: here
  case TYPE_IXFR:
  ^~~~
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c buffer.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c configlexer.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c configparser.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c dname.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c dns.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c edns.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c iterated_hash.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c lookup3.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c namedb.c
lookup3.c: In function 'hashword':
lookup3.c:237:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   case 3 : c+=k[2];
            ~^~~~~~
lookup3.c:238:3: note: here
   case 2 : b+=k[1];
   ^~~~
lookup3.c:238:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
   case 2 : b+=k[1];
            ~^~~~~~
lookup3.c:239:3: note: here
   case 1 : a+=k[0];
   ^~~~
lookup3.c: In function 'hashlittle':
lookup3.c:475:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 12: c+=((uint32_t)k[11])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~~
lookup3.c:476:5: note: here
     case 11: c+=((uint32_t)k[10])<<16;
     ^~~~
lookup3.c:476:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 11: c+=((uint32_t)k[10])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~~
lookup3.c:477:5: note: here
     case 10: c+=((uint32_t)k[9])<<8;
     ^~~~
lookup3.c:477:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 10: c+=((uint32_t)k[9])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
lookup3.c:478:5: note: here
     case 9 : c+=k[8];
     ^~~~
lookup3.c:478:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 9 : c+=k[8];
              ~^~~~~~
lookup3.c:479:5: note: here
     case 8 : b+=((uint32_t)k[7])<<24;
     ^~~~
lookup3.c:479:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 8 : b+=((uint32_t)k[7])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~
lookup3.c:480:5: note: here
     case 7 : b+=((uint32_t)k[6])<<16;
     ^~~~
lookup3.c:480:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 7 : b+=((uint32_t)k[6])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
lookup3.c:481:5: note: here
     case 6 : b+=((uint32_t)k[5])<<8;
     ^~~~
lookup3.c:481:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 6 : b+=((uint32_t)k[5])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
lookup3.c:482:5: note: here
     case 5 : b+=k[4];
     ^~~~
lookup3.c:482:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 5 : b+=k[4];
              ~^~~~~~
lookup3.c:483:5: note: here
     case 4 : a+=((uint32_t)k[3])<<24;
     ^~~~
lookup3.c:483:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 4 : a+=((uint32_t)k[3])<<24;
              ~^~~~~~~~~~~~~~~~~~~~~~
lookup3.c:484:5: note: here
     case 3 : a+=((uint32_t)k[2])<<16;
     ^~~~
lookup3.c:484:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 3 : a+=((uint32_t)k[2])<<16;
              ~^~~~~~~~~~~~~~~~~~~~~~
lookup3.c:485:5: note: here
     case 2 : a+=((uint32_t)k[1])<<8;
     ^~~~
lookup3.c:485:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
     case 2 : a+=((uint32_t)k[1])<<8;
              ~^~~~~~~~~~~~~~~~~~~~~
lookup3.c:486:5: note: here
     case 1 : a+=k[0];
     ^~~~
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c nsec3.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c options.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c packet.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c query.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c rbtree.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c radtree.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c rdata.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c region-allocator.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c rrl.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c tsig.c
rrl.c: In function 'rrlsource2str':
rrl.c:160:41: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
    snprintf(prefix, sizeof(prefix), "/%d", rrl_ipv6_prefixlen);
                                         ^
In file included from /usr/include/stdio.h:862:0,
                 from namedb.h:13,
                 from query.h:16,
                 from rrl.h:8,
                 from rrl.c:9:
/usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 3 and 5 bytes into a destination of size 4
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rrl.c:174:40: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
   snprintf(prefix, sizeof(prefix), "/%d", rrl_ipv4_prefixlen);
                                        ^
In file included from /usr/include/stdio.h:862:0,
                 from namedb.h:13,
                 from query.h:16,
                 from rrl.h:8,
                 from rrl.c:9:
/usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 3 and 5 bytes into a destination of size 4
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c tsig-openssl.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c udb.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c udbradtree.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c udbzone.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c util.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c xfrd-disk.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c xfrd-notify.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c xfrd-tcp.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c xfrd.c
xfrd-tcp.c: In function 'xfrd_tcp_read':
xfrd-tcp.c:870:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
    tp->num_skip++;
    ~~~~~~~~~~~~^~
xfrd-tcp.c:872:3: note: here
   case xfrd_packet_transfer:
   ^~~~
xfrd.c: In function 'xfrd_udp_read':
xfrd.c:1295:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
    if(zone->zone_options->pattern->multi_master_check) {
      ^
xfrd.c:1300:3: note: here
   case xfrd_packet_newlease:
   ^~~~
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c remote.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c difffile.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c ipc.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c mini_event.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c netio.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c nsd.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c server.c
nsd.c: In function 'main':
nsd.c:580:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
    version();
    ^~~~~~~~~
nsd.c:583:3: note: here
   case 'F':
   ^~~~
nsd.c:982:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
    error("fork() failed: %s", strerror(errno));
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nsd.c:983:3: note: here
   default:
   ^~~~~~~
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c dbaccess.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c dbcreate.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c zlexer.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c zonec.c
<stdout>: In function 'yylex':
<stdout>:833:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
zlexer.lex:138:1: note: in expansion of macro 'YY_RULE_SETUP'
 <incl><<EOF>>  {
 ^~~~~~~~~~~~~
zlexer.lex:139:1: note: here
  int error_occurred = parser->error_occurred;
 ^~~~
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c zparser.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c ./compat/strlcat.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c ./compat/strlcpy.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c ./compat/b64_pton.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c ./compat/b64_ntop.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c nsd-checkconf.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c nsd-checkzone.c
gcc -I. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -c nsd-control.c
rm -f nsd.conf.sample
sed -e 's,@prefix\@,/usr,g' -e 's,@exec_prefix\@,/usr,g' -e 's,@sbindir\@,/usr/sbin,g' -e 's,@configdir\@,/etc/nsd,g' -e 's,@zonesdir\@,/etc/nsd,g' -e 's,@chrootdir\@,,g' -e 's,@pidfile\@,/var/run/nsd/nsd.pid,g' -e 's,@logfile\@,/var/log/nsd.log,g' -e 's,@dbfile\@,,g' -e 's,@xfrdir\@,/tmp,g' -e 's,@xfrdfile\@,/var/lib/nsd/ixfr.state,g' -e 's,@zonelistfile\@,/var/lib/nsd/zone.list,g' -e 's,@nsdconfigfile\@,/etc/nsd/nsd.conf,g' -e 's,@shell\@,/bin/sh,g' -e 's,@ratelimit_default\@,on,g' -e 's,@user\@,nsd,g' ./nsd.conf.sample.in | awk '/RRLconfig'xx'/ { while($0 !~ /.*RRLend.*/) { getline; } getline; } {print} ' > nsd.conf.sample
rm -f nsd-control-setup.sh
sed -e 's,@prefix\@,/usr,g' -e 's,@exec_prefix\@,/usr,g' -e 's,@sbindir\@,/usr/sbin,g' -e 's,@configdir\@,/etc/nsd,g' -e 's,@zonesdir\@,/etc/nsd,g' -e 's,@chrootdir\@,,g' -e 's,@pidfile\@,/var/run/nsd/nsd.pid,g' -e 's,@logfile\@,/var/log/nsd.log,g' -e 's,@dbfile\@,,g' -e 's,@xfrdir\@,/tmp,g' -e 's,@xfrdfile\@,/var/lib/nsd/ixfr.state,g' -e 's,@zonelistfile\@,/var/lib/nsd/zone.list,g' -e 's,@nsdconfigfile\@,/etc/nsd/nsd.conf,g' -e 's,@shell\@,/bin/sh,g' -e 's,@ratelimit_default\@,on,g' -e 's,@user\@,nsd,g' ./nsd-control-setup.sh.in > nsd-control-setup.sh
chmod +x nsd-control-setup.sh
rm -f nsd.8
sed -e 's,@prefix\@,/usr,g' -e 's,@exec_prefix\@,/usr,g' -e 's,@sbindir\@,/usr/sbin,g' -e 's,@configdir\@,/etc/nsd,g' -e 's,@zonesdir\@,/etc/nsd,g' -e 's,@chrootdir\@,,g' -e 's,@pidfile\@,/var/run/nsd/nsd.pid,g' -e 's,@logfile\@,/var/log/nsd.log,g' -e 's,@dbfile\@,,g' -e 's,@xfrdir\@,/tmp,g' -e 's,@xfrdfile\@,/var/lib/nsd/ixfr.state,g' -e 's,@zonelistfile\@,/var/lib/nsd/zone.list,g' -e 's,@nsdconfigfile\@,/etc/nsd/nsd.conf,g' -e 's,@shell\@,/bin/sh,g' -e 's,@ratelimit_default\@,on,g' -e 's,@user\@,nsd,g' ./nsd.8.in > nsd.8
rm -f nsd-checkconf.8
sed -e 's,@prefix\@,/usr,g' -e 's,@exec_prefix\@,/usr,g' -e 's,@sbindir\@,/usr/sbin,g' -e 's,@configdir\@,/etc/nsd,g' -e 's,@zonesdir\@,/etc/nsd,g' -e 's,@chrootdir\@,,g' -e 's,@pidfile\@,/var/run/nsd/nsd.pid,g' -e 's,@logfile\@,/var/log/nsd.log,g' -e 's,@dbfile\@,,g' -e 's,@xfrdir\@,/tmp,g' -e 's,@xfrdfile\@,/var/lib/nsd/ixfr.state,g' -e 's,@zonelistfile\@,/var/lib/nsd/zone.list,g' -e 's,@nsdconfigfile\@,/etc/nsd/nsd.conf,g' -e 's,@shell\@,/bin/sh,g' -e 's,@ratelimit_default\@,on,g' -e 's,@user\@,nsd,g' ./nsd-checkconf.8.in > nsd-checkconf.8
rm -f nsd-checkzone.8
sed -e 's,@prefix\@,/usr,g' -e 's,@exec_prefix\@,/usr,g' -e 's,@sbindir\@,/usr/sbin,g' -e 's,@configdir\@,/etc/nsd,g' -e 's,@zonesdir\@,/etc/nsd,g' -e 's,@chrootdir\@,,g' -e 's,@pidfile\@,/var/run/nsd/nsd.pid,g' -e 's,@logfile\@,/var/log/nsd.log,g' -e 's,@dbfile\@,,g' -e 's,@xfrdir\@,/tmp,g' -e 's,@xfrdfile\@,/var/lib/nsd/ixfr.state,g' -e 's,@zonelistfile\@,/var/lib/nsd/zone.list,g' -e 's,@nsdconfigfile\@,/etc/nsd/nsd.conf,g' -e 's,@shell\@,/bin/sh,g' -e 's,@ratelimit_default\@,on,g' -e 's,@user\@,nsd,g' ./nsd-checkzone.8.in > nsd-checkzone.8
rm -f nsd-control.8
sed -e 's,@prefix\@,/usr,g' -e 's,@exec_prefix\@,/usr,g' -e 's,@sbindir\@,/usr/sbin,g' -e 's,@configdir\@,/etc/nsd,g' -e 's,@zonesdir\@,/etc/nsd,g' -e 's,@chrootdir\@,,g' -e 's,@pidfile\@,/var/run/nsd/nsd.pid,g' -e 's,@logfile\@,/var/log/nsd.log,g' -e 's,@dbfile\@,,g' -e 's,@xfrdir\@,/tmp,g' -e 's,@xfrdfile\@,/var/lib/nsd/ixfr.state,g' -e 's,@zonelistfile\@,/var/lib/nsd/zone.list,g' -e 's,@nsdconfigfile\@,/etc/nsd/nsd.conf,g' -e 's,@shell\@,/bin/sh,g' -e 's,@ratelimit_default\@,on,g' -e 's,@user\@,nsd,g' ./nsd-control.8.in > nsd-control.8
rm -f nsd.conf.5
sed -e 's,@prefix\@,/usr,g' -e 's,@exec_prefix\@,/usr,g' -e 's,@sbindir\@,/usr/sbin,g' -e 's,@configdir\@,/etc/nsd,g' -e 's,@zonesdir\@,/etc/nsd,g' -e 's,@chrootdir\@,,g' -e 's,@pidfile\@,/var/run/nsd/nsd.pid,g' -e 's,@logfile\@,/var/log/nsd.log,g' -e 's,@dbfile\@,,g' -e 's,@xfrdir\@,/tmp,g' -e 's,@xfrdfile\@,/var/lib/nsd/ixfr.state,g' -e 's,@zonelistfile\@,/var/lib/nsd/zone.list,g' -e 's,@nsdconfigfile\@,/etc/nsd/nsd.conf,g' -e 's,@shell\@,/bin/sh,g' -e 's,@ratelimit_default\@,on,g' -e 's,@user\@,nsd,g' ./nsd.conf.5.in | awk '/rrlstart'xx'/ { while($0 !~ /.*rrlend.*/) { getline; } getline; } {print} ' > nsd.conf.5
gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -Wl,-z,relro,-z,now -o nsd answer.o axfr.o buffer.o configlexer.o configparser.o dname.o dns.o edns.o iterated_hash.o lookup3.o namedb.o nsec3.o options.o packet.o query.o rbtree.o radtree.o rdata.o region-allocator.o rrl.o tsig.o tsig-openssl.o udb.o udbradtree.o udbzone.o util.o xfrd-disk.o xfrd-notify.o xfrd-tcp.o xfrd.o remote.o difffile.o ipc.o mini_event.o netio.o nsd.o server.o dbaccess.o dbcreate.o zlexer.o zonec.o zparser.o strlcat.o strlcpy.o b64_pton.o b64_ntop.o -lssl -lcrypto -levent 
gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -Wl,-z,relro,-z,now -o nsd-checkconf answer.o axfr.o buffer.o configlexer.o configparser.o dname.o dns.o edns.o iterated_hash.o lookup3.o namedb.o nsec3.o options.o packet.o query.o rbtree.o radtree.o rdata.o region-allocator.o rrl.o tsig.o tsig-openssl.o udb.o udbradtree.o udbzone.o util.o nsd-checkconf.o strlcat.o strlcpy.o b64_pton.o b64_ntop.o -lcrypto -levent 
gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -Wl,-z,relro,-z,now -o nsd-checkzone answer.o axfr.o buffer.o configlexer.o configparser.o dname.o dns.o edns.o iterated_hash.o lookup3.o namedb.o nsec3.o options.o packet.o query.o rbtree.o radtree.o rdata.o region-allocator.o rrl.o tsig.o tsig-openssl.o udb.o udbradtree.o udbzone.o util.o xfrd-disk.o xfrd-notify.o xfrd-tcp.o xfrd.o remote.o dbaccess.o dbcreate.o difffile.o ipc.o mini_event.o netio.o server.o zonec.o zparser.o zlexer.o nsd-checkzone.o strlcat.o strlcpy.o b64_pton.o b64_ntop.o -lssl -lcrypto -levent 
gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -fPIE -pie -W -Wall -Wextra -Wdeclaration-after-statement -Wl,-z,relro,-z,now -o nsd-control answer.o axfr.o buffer.o configlexer.o configparser.o dname.o dns.o edns.o iterated_hash.o lookup3.o namedb.o nsec3.o options.o packet.o query.o rbtree.o radtree.o rdata.o region-allocator.o rrl.o tsig.o tsig-openssl.o udb.o udbradtree.o udbzone.o util.o nsd-control.o strlcat.o strlcpy.o b64_pton.o b64_ntop.o -lssl -lcrypto -levent 
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EhJsPE
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64
+ cd nsd-4.1.13
+ make DESTDIR=/builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64 install
./install-sh -c -d /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/sbin
./install-sh -c -d /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/etc/nsd
./install-sh -c -d /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/var/run/nsd
./install-sh -c -d /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/tmp
./install-sh -c -d /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/var/db/nsd
./install-sh -c -d /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/share/man
./install-sh -c -d /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/share/man/man8
./install-sh -c -d /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/share/man/man5
./install-sh -c nsd /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/sbin/nsd
./install-sh -c nsd-control-setup.sh /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/sbin/nsd-control-setup
./install-sh -c nsd-checkconf /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/sbin/nsd-checkconf
./install-sh -c nsd-checkzone /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/sbin/nsd-checkzone
./install-sh -c nsd-control /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/sbin/nsd-control
./install-sh -c -m 644 nsd.8 /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/share/man/man8
./install-sh -c -m 644 nsd-checkconf.8 /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/share/man/man8/nsd-checkconf.8
./install-sh -c -m 644 nsd-checkzone.8 /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/share/man/man8/nsd-checkzone.8
./install-sh -c -m 644 nsd-control.8 /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/share/man/man8/nsd-control.8
./install-sh -c -m 644 nsd.conf.5 /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/share/man/man5/nsd.conf.5
./install-sh -c -m 644 nsd.conf.sample /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/etc/nsd/nsd.conf.sample
+ mkdir -p /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/lib/systemd/system
+ install -m 0644 /builddir/build/SOURCES/nsd.service /builddir/build/SOURCES/nsd-keygen.service /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/lib/systemd/system
+ mkdir -p /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/lib/tmpfiles.d
+ install -m 0644 /builddir/build/SOURCES/tmpfiles-nsd.conf /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/lib/tmpfiles.d/nsd.conf
+ mkdir -p /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/var/run/nsd
+ mkdir -p /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/var/lib/nsd
+ for name in control server
+ for extension in key pem
+ touch /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/etc/nsd/nsd_control.key
+ for extension in key pem
+ touch /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/etc/nsd/nsd_control.pem
+ for name in control server
+ for extension in key pem
+ touch /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/etc/nsd/nsd_server.key
+ for extension in key pem
+ touch /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/etc/nsd/nsd_server.pem
+ mkdir -p /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/etc/nsd/conf.d
+ mkdir -p /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/etc/nsd/server.d
+ install -m 0644 /builddir/build/SOURCES/nsd.conf /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/etc/nsd/nsd.conf
+ rm /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/etc/nsd/nsd.conf.sample
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: nsd-4.1.13-1.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4fA1RK
+ umask 022
+ cd /builddir/build/BUILD
+ cd nsd-4.1.13
+ DOCDIR=/builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/share/doc/nsd
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/share/doc/nsd
+ cp -pr doc/CREDITS doc/ChangeLog doc/LICENSE doc/NEW-CFG-OPTION doc/NSD-4-features doc/NSD-DATABASE doc/NSD-DIFFFILE doc/NSD-FOR-BIND-USERS doc/README doc/README.icc doc/README.svn doc/RELNOTES doc/REQUIREMENTS doc/TESTPLAN doc/TODO doc/UPGRADING doc/coding-style doc/differences.pdf doc/differences.tex /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/share/doc/nsd
+ cp -pr contrib/nsd.zones2nsd.conf /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64/usr/share/doc/nsd
+ exit 0
Provides: config(nsd) = 4.1.13-1.fc28 nsd = 4.1.13-1.fc28 nsd(riscv-64) = 4.1.13-1.fc28
Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(pre): /bin/sh shadow-utils
Requires(post): /bin/sh systemd-units
Requires(preun): /bin/sh systemd-units
Requires(postun): /bin/sh systemd-units
Requires: /bin/sh ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libevent-2.0.so.5()(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64
Wrote: /builddir/build/SRPMS/nsd-4.1.13-1.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/nsd-4.1.13-1.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.d3rpo0
+ umask 022
+ cd /builddir/build/BUILD
+ cd nsd-4.1.13
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/nsd-4.1.13-1.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff