+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/ndjbdns.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.9be1m3 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ndjbdns-1.06 + /usr/bin/gzip -dc /builddir/build/SOURCES/ndjbdns-1.06.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ndjbdns-1.06 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sRmT0c + umask 022 + cd /builddir/build/BUILD + cd ndjbdns-1.06 + 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 ' + 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 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./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 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe 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 to enable maintainer-specific portions of Makefiles... no checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl.exe... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no checking for g++... g++ 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 g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... none checking for gawk... (cached) gawk checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc 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 dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes 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 whether sys/types.h defines makedev... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) 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 sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for uid_t in sys/types.h... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint32_t... yes checking for unistd.h... (cached) yes checking for working chown... yes checking for pid_t... 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 for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for dup2... yes checking for fchdir... yes checking for gethostname... yes checking for gettimeofday... yes checking for memset... yes checking for mkdir... yes checking for munmap... yes checking for select... yes checking for setenv... yes checking for socket... yes checking for strdup... yes checking for strndup... yes checking for strrchr... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating etc/Makefile config.status: creating etc/ip/Makefile config.status: creating etc/init.d/Makefile config.status: creating etc/servers/Makefile config.status: creating etc/systemd/Makefile config.status: creating config.h config.status: executing depfiles commands + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06' Making all in etc make[2]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06/etc' Making all in ip make[3]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06/etc/ip' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06/etc/ip' Making all in servers make[3]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06/etc/servers' cp dnsroots.global roots make[3]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06/etc/servers' Making all in systemd make[3]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06/etc/systemd' sed -e 's:PREFIX:/usr:' axfrdns.sysd > axfrdns@.service sed -e 's:PREFIX:/usr:' axfrdns.sysd > axfrdns@.service sed -e 's:PREFIX:/usr:' axfrdns.sysd > axfrdns@.service sed -e 's:PREFIX:/usr:' axfrdns.sysd > axfrdns@.service sed -e '' axfrdns.sock > axfrdns.socket sed -e '' axfrdns.sock > axfrdns.socket sed -e '' axfrdns.sock > axfrdns.socket sed -e '' axfrdns.sock > axfrdns.socket sed -e 's:PREFIX:/usr:' dnscache.sysd > dnscache.service sed -e 's:PREFIX:/usr:' dnscache.sysd > dnscache.service sed -e 's:PREFIX:/usr:' dnscache.sysd > dnscache.service sed -e 's:PREFIX:/usr:' dnscache.sysd > dnscache.service sed -e 's:PREFIX:/usr:' rbldns.sysd > rbldns.service sed -e 's:PREFIX:/usr:' rbldns.sysd > rbldns.service sed -e 's:PREFIX:/usr:' rbldns.sysd > rbldns.service sed -e 's:PREFIX:/usr:' rbldns.sysd > rbldns.service sed -e 's:PREFIX:/usr:' tinydns.sysd > tinydns.service sed -e 's:PREFIX:/usr:' tinydns.sysd > tinydns.service sed -e 's:PREFIX:/usr:' tinydns.sysd > tinydns.service sed -e 's:PREFIX:/usr:' tinydns.sysd > tinydns.service sed -e 's:PREFIX:/usr:' walldns.sysd > walldns.service sed -e 's:PREFIX:/usr:' walldns.sysd > walldns.service sed -e 's:PREFIX:/usr:' walldns.sysd > walldns.service sed -e 's:PREFIX:/usr:' walldns.sysd > walldns.service sed -e 's:PREFIX:/usr:' axfrdns.sysd > axfrdns@.service sed -e '' axfrdns.sock > axfrdns.socket sed -e 's:PREFIX:/usr:' dnscache.sysd > dnscache.service sed -e 's:PREFIX:/usr:' rbldns.sysd > rbldns.service sed -e 's:PREFIX:/usr:' tinydns.sysd > tinydns.service sed -e 's:PREFIX:/usr:' walldns.sysd > walldns.service make[3]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06/etc/systemd' make[3]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06/etc' sed -e 's:PREFIX:/etc/ndjbdns:' axfrdns-conf > axfrdns.conf sed -e 's:PREFIX:/etc/ndjbdns:' axfrdns-conf > axfrdns.conf sed -e 's:PREFIX:/etc/ndjbdns:' axfrdns-conf > axfrdns.conf sed -e 's:PREFIX:/etc/ndjbdns:' axfrdns-conf > axfrdns.conf sed -e 's:PREFIX:/etc/ndjbdns:' dnscache-conf > dnscache.conf sed -e 's:PREFIX:/etc/ndjbdns:' dnscache-conf > dnscache.conf sed -e 's:PREFIX:/etc/ndjbdns:' dnscache-conf > dnscache.conf sed -e 's:PREFIX:/etc/ndjbdns:' dnscache-conf > dnscache.conf sed -e 's:PREFIX:/etc/ndjbdns:' rbldns-conf > rbldns.conf sed -e 's:PREFIX:/etc/ndjbdns:' rbldns-conf > rbldns.conf sed -e 's:PREFIX:/etc/ndjbdns:' rbldns-conf > rbldns.conf sed -e 's:PREFIX:/etc/ndjbdns:' rbldns-conf > rbldns.conf sed -e 's:PREFIX:/etc/ndjbdns:' tinydns-conf > tinydns.conf sed -e 's:PREFIX:/etc/ndjbdns:' tinydns-conf > tinydns.conf sed -e 's:PREFIX:/etc/ndjbdns:' tinydns-conf > tinydns.conf sed -e 's:PREFIX:/etc/ndjbdns:' tinydns-conf > tinydns.conf sed -e 's:PREFIX:/etc/ndjbdns:' walldns-conf > walldns.conf sed -e 's:PREFIX:/etc/ndjbdns:' walldns-conf > walldns.conf sed -e 's:PREFIX:/etc/ndjbdns:' walldns-conf > walldns.conf sed -e 's:PREFIX:/etc/ndjbdns:' walldns-conf > walldns.conf sed -e 's:PREFIX:/etc/ndjbdns:' axfrdns-conf > axfrdns.conf sed -e 's:PREFIX:/etc/ndjbdns:' dnscache-conf > dnscache.conf sed -e 's:PREFIX:/etc/ndjbdns:' rbldns-conf > rbldns.conf sed -e 's:PREFIX:/etc/ndjbdns:' tinydns-conf > tinydns.conf sed -e 's:PREFIX:/etc/ndjbdns:' walldns-conf > walldns.conf make[3]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06/etc' make[2]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06/etc' make[2]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06' gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c alloc.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c getln.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c getln2.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c stralloc.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c buffer.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c strerr_die.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c strerr_sys.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c byte_chr.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c byte_rchr.c byte_chr.c: In function 'byte_chr': byte_chr.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.c:14:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.c:15:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.c:16:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.c:17:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.c:17:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; if (*t == ch) break; ++t; --n; ^~ gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c byte_copy.c byte_copy.c: In function 'byte_copy': byte_copy.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *to++ = *from++; --n; ^~ byte_copy.c:9:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *to++ = *from++; --n; ^ byte_copy.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *to++ = *from++; --n; ^~ byte_copy.c:10:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *to++ = *from++; --n; ^ byte_copy.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *to++ = *from++; --n; ^~ byte_copy.c:11:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *to++ = *from++; --n; ^ byte_copy.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *to++ = *from++; --n; ^~ byte_copy.c:12:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *to++ = *from++; --n; ^ gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c byte_cr.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c byte_diff.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c byte_zero.c byte_cr.c: In function 'byte_copyr': byte_cr.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *--to = *--from; --n; ^~ byte_cr.c:11:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *--to = *--from; --n; ^ byte_cr.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *--to = *--from; --n; ^~ byte_cr.c:12:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *--to = *--from; --n; ^ byte_cr.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *--to = *--from; --n; ^~ byte_cr.c:13:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *--to = *--from; --n; ^ byte_cr.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *--to = *--from; --n; ^~ byte_cr.c:14:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *--to = *--from; --n; ^ byte_zero.c: In function 'byte_zero': byte_zero.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; *s++ = 0; --n; ^~ byte_zero.c:8:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; *s++ = 0; --n; ^ byte_zero.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; *s++ = 0; --n; ^~ byte_zero.c:9:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; *s++ = 0; --n; ^ byte_zero.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; *s++ = 0; --n; ^~ byte_zero.c:10:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; *s++ = 0; --n; ^ byte_zero.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; *s++ = 0; --n; ^~ byte_zero.c:11:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; *s++ = 0; --n; ^ gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c case_diffb.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c case_diffs.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c case_lowerb.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c fmt_ulong.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c ip4_fmt.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c ip4_scan.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c scan_ulong.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c str_chr.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c str_diff.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c str_len.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c str_rchr.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c str_start.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c uint16_pack.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c uint16_unpack.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c uint32_pack.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c uint32_unpack.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c cdb.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c cdb_hash.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c cdb_make.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_dfd.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_domain.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_dtda.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_ip.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_ipq.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_mx.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_name.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_nd.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_packet.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_random.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_rcip.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_rcrw.c dns_packet.c: In function 'dns_packet_getname': dns_packet.c:46:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns_packet.c:46:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns_packet.c:50:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; ^~ dns_packet.c:50:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; ^~~~ dns_packet.c:56:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns_packet.c:56:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns_packet.c:59:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns_packet.c:59:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns_packet.c:63:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; ^~ dns_packet.c:63:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; ^~~~ gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_resolve.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_sortip.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_transmit.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dns_txt.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c env.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c tai_add.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c tai_now.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c tai_pack.c dns_transmit.c: In function 'dns_transmit_io': dns_transmit.c:444:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if (d->packet) ^ dns_transmit.c:450:5: note: here case 3: ^~~~ gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c tai_sub.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c tai_uint.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c tai_unpack.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c taia_add.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c taia_approx.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c taia_frac.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c taia_less.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c taia_now.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c taia_pack.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c taia_sub.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c taia_tai.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c taia_uint.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c error.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c error_str.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c ndelay_off.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c ndelay_on.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c open_read.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c open_trunc.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c openreadclose.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c readclose.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c seek_set.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c socket_accept.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c socket_bind.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c socket_conn.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c socket_listen.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c socket_recv.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c socket_send.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c socket_tcp.c socket_conn.c: In function 'socket_connected': socket_conn.c:29:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(s,&ch,1); /* sets errno */ ^~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c socket_udp.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dnsip.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c iopause.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dnsipq.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dnsq.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c printrecord.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c printpacket.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c parsetype.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dnsname.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dnstxt.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dnsqr.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dnsfilter.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dnstrace.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dd.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c tinydns-data.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c tinydns-edit.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c tinydns-get.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c tdlookup.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c response.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c random-ip.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c axfr-get.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c timeoutread.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c timeoutwrite.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c tcprules.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c rbldns-data.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dnsmx.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c axfrdns.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c droproot.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c log.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c prot.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c common.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c dnscache.c common.c: In function 'write_pid': common.c:275:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (fd, pid, n); ^~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c okclient.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c siphash.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c cache.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c query.c siphash.c: In function 'siphash24': siphash.c:96:11: warning: this statement may fall through [-Wimplicit-fallthrough=] b |= ((u64)in[6]) << 48; ~~^~~~~~~~~~~~~~~~~~~~~ siphash.c:98:5: note: here case 6: ^~~~ siphash.c:99:11: warning: this statement may fall through [-Wimplicit-fallthrough=] b |= ((u64)in[5]) << 40; ~~^~~~~~~~~~~~~~~~~~~~~ siphash.c:101:5: note: here case 5: ^~~~ siphash.c:102:11: warning: this statement may fall through [-Wimplicit-fallthrough=] b |= ((u64)in[4]) << 32; ~~^~~~~~~~~~~~~~~~~~~~~ siphash.c:104:5: note: here case 4: ^~~~ siphash.c:105:11: warning: this statement may fall through [-Wimplicit-fallthrough=] b |= ((u64)in[3]) << 24; ~~^~~~~~~~~~~~~~~~~~~~~ siphash.c:107:5: note: here case 3: ^~~~ siphash.c:108:11: warning: this statement may fall through [-Wimplicit-fallthrough=] b |= ((u64)in[2]) << 16; ~~^~~~~~~~~~~~~~~~~~~~~ siphash.c:110:5: note: here case 2: ^~~~ siphash.c:111:11: warning: this statement may fall through [-Wimplicit-fallthrough=] b |= ((u64)in[1]) << 8; ~~^~~~~~~~~~~~~~~~~~~~~ siphash.c:113:5: note: here case 1: ^~~~ gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c roots.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c rbldns.c rbldns.c: In function 'respond': rbldns.c:148:20: warning: self-comparison always evaluates to false [-Wtautological-compare] return (ip != ip); /* return 0; suppress warning: unused-parameter */ ^~ gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c server.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c tinydns.c gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -c walldns.c cp dnstracesort.sh dnstracesort cp dnsip.ms dnsip.1 cp dnsq.ms dnsq.1 cp dnsfilter.ms dnsfilter.1 cp djbdns.ms djbdns.1 cp tinydns-data.ms tinydns-data.1 cp tinydns-edit.ms tinydns-edit.1 cp tinydns-get.ms tinydns-get.1 cp dnsipq.ms dnsipq.1 cp dnstxt.ms dnstxt.1 cp tcprules.ms tcprules.1 cp dnsqr.ms dnsqr.1 cp random-ip.ms randomip.1 cp dnstrace.ms dnstrace.1 cp axfr-get.ms axfr-get.1 cp dnsname.ms dnsname.1 cp rbldns-data.ms rbldns-data.1 sed -e 's:PREFIX:/etc:' axfrdns.ms > axfrdns.8 sed -e 's:PREFIX:/etc:' dnscache.ms > dnscache.8 sed -e 's:PREFIX:/etc:' rbldns.ms > rbldns.8 sed -e 's:PREFIX:/etc:' tinydns.ms > tinydns.8 sed -e 's:PREFIX:/etc:' walldns.ms > walldns.8 rm -f liballoc.a ar cru liballoc.a alloc.o getln.o getln2.o stralloc.o rm -f libbuffer.a ar cru libbuffer.a buffer.o strerr_die.o strerr_sys.o ranlib liballoc.a ranlib libbuffer.a rm -f libbyte.a ar cru libbyte.a byte_chr.o byte_rchr.o byte_copy.o byte_cr.o byte_diff.o byte_zero.o case_diffb.o case_diffs.o case_lowerb.o fmt_ulong.o ip4_fmt.o ip4_scan.o scan_ulong.o str_chr.o str_diff.o str_len.o str_rchr.o str_start.o uint16_pack.o uint16_unpack.o uint32_pack.o uint32_unpack.o rm -f libcdb.a ar cru libcdb.a cdb.o cdb_hash.o cdb_make.o ranlib libcdb.a ranlib libbyte.a rm -f libdns.a ar cru libdns.a dns_dfd.o dns_domain.o dns_dtda.o dns_ip.o dns_ipq.o dns_mx.o dns_name.o dns_nd.o dns_packet.o dns_random.o dns_rcip.o dns_rcrw.o dns_resolve.o dns_sortip.o dns_transmit.o dns_txt.o rm -f libenv.a ar cru libenv.a env.o ranlib libenv.a ranlib libdns.a rm -f libtai.a ar cru libtai.a tai_add.o tai_now.o tai_pack.o tai_sub.o tai_uint.o tai_unpack.o taia_add.o taia_approx.o taia_frac.o taia_less.o taia_now.o taia_pack.o taia_sub.o taia_tai.o taia_uint.o rm -f libunix.a ranlib libtai.a ar cru libunix.a error.o error_str.o ndelay_off.o ndelay_on.o open_read.o open_trunc.o openreadclose.o readclose.o seek_set.o socket_accept.o socket_bind.o socket_conn.o socket_listen.o socket_recv.o socket_send.o socket_tcp.o socket_udp.o ranlib libunix.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dnsip dnsip.o iopause.o libdns.a libenv.a libtai.a liballoc.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dnsipq dnsipq.o iopause.o libdns.a libenv.a libtai.a liballoc.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dnsq dnsq.o iopause.o printrecord.o printpacket.o parsetype.o libdns.a libenv.a libtai.a libbuffer.a liballoc.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dnsname dnsname.o iopause.o libdns.a libenv.a libtai.a liballoc.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dnstxt dnstxt.o iopause.o libdns.a libenv.a libtai.a liballoc.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dnsqr dnsqr.o iopause.o printrecord.o printpacket.o parsetype.o libdns.a libenv.a libtai.a libbuffer.a liballoc.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dnsfilter dnsfilter.o iopause.o libdns.a libenv.a libtai.a liballoc.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dnstrace dnstrace.o dd.o iopause.o printrecord.o parsetype.o libdns.a libenv.a libtai.a liballoc.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tinydns-data tinydns-data.o libcdb.a libdns.a liballoc.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tinydns-edit tinydns-edit.o libdns.a liballoc.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tinydns-get tinydns-get.o tdlookup.o response.o printpacket.o printrecord.o parsetype.o libdns.a libtai.a libcdb.a libbuffer.a liballoc.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o randomip random-ip.o libdns.a libtai.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o axfr-get axfr-get.o iopause.o timeoutread.o timeoutwrite.o libdns.a libtai.a liballoc.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tcprules tcprules.o libcdb.a liballoc.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o rbldns-data rbldns-data.o libcdb.a liballoc.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dnsmx dnsmx.o iopause.o libdns.a libenv.a libtai.a liballoc.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o axfrdns axfrdns.o iopause.o droproot.o tdlookup.o response.o log.o prot.o timeoutread.o timeoutwrite.o common.o libdns.a libtai.a liballoc.a libenv.a libcdb.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dnscache dnscache.o droproot.o okclient.o log.o siphash.o cache.o dns_random.o query.o response.o dd.o roots.o iopause.o prot.o common.o libdns.a libenv.a liballoc.a libbuffer.a libtai.a libcdb.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o rbldns rbldns.o server.o response.o dd.o droproot.o prot.o common.o iopause.o log.o libdns.a libenv.a libtai.a libcdb.a liballoc.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o tinydns tinydns.o server.o droproot.o tdlookup.o response.o log.o prot.o common.o iopause.o libdns.a libtai.a libenv.a libcdb.a liballoc.a libbuffer.a libunix.a libbyte.a gcc -g -O2 -Wall -Wextra -fstack-check -fPIC -D PREFIX=\"/usr\" -D SYSCONFDIR=\"/etc\" -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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o walldns walldns.o server.o response.o droproot.o prot.o dd.o common.o iopause.o log.o libdns.a libenv.a libcdb.a liballoc.a libbuffer.a libunix.a libbyte.a libtai.a make[2]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06' make[1]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.fUvxRW + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64 + cd ndjbdns-1.06 + make install DESTDIR=/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64 'INSTALL=install -p' Making install in etc make[1]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06/etc' Making install in ip make[2]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06/etc/ip' make[3]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06/etc/ip' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/etc/ndjbdns/ip' install -p -m 644 127.0.0.1 '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/etc/ndjbdns/ip' make[3]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06/etc/ip' make[2]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06/etc/ip' Making install in servers make[2]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06/etc/servers' make[3]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06/etc/servers' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/etc/ndjbdns/servers' install -p -m 644 roots '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/etc/ndjbdns/servers' make[3]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06/etc/servers' make[2]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06/etc/servers' Making install in systemd make[2]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06/etc/systemd' make[3]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06/etc/systemd' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/lib/systemd/system/' install -p -m 644 axfrdns@.service axfrdns.socket dnscache.service rbldns.service tinydns.service walldns.service '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/lib/systemd/system/' make[3]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06/etc/systemd' make[2]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06/etc/systemd' make[2]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06/etc' make[3]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06/etc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/etc/ndjbdns' install -p -m 644 axfrdns.conf dnscache.conf rbldns.conf tinydns.conf walldns.conf '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/etc/ndjbdns' make[3]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06/etc' make[2]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06/etc' make[1]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06/etc' make[1]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06' make[2]: Entering directory '/builddir/build/BUILD/ndjbdns-1.06' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/bin' install -p dnsip dnsipq dnsq dnsname dnstxt dnsqr dnsfilter dnstrace tinydns-data tinydns-edit tinydns-get randomip axfr-get tcprules rbldns-data '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/bin' install -p dnstracesort '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/sbin' install -p axfrdns dnscache rbldns tinydns walldns '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/sbin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/share/man/man1' install -p -m 644 dnsip.1 dnsq.1 dnsfilter.1 djbdns.1 tinydns-data.1 tinydns-edit.1 tinydns-get.1 dnsipq.1 dnstxt.1 tcprules.1 dnsqr.1 randomip.1 dnstrace.1 axfr-get.1 dnsname.1 rbldns-data.1 '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/share/man/man1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/share/man/man8' install -p -m 644 axfrdns.8 dnscache.8 rbldns.8 tinydns.8 walldns.8 '/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/share/man/man8' make[2]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06' make[1]: Leaving directory '/builddir/build/BUILD/ndjbdns-1.06' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/ndjbdns-1.06-9.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: ndjbdns-1.06-9.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.udIibr + umask 022 + cd /builddir/build/BUILD + cd ndjbdns-1.06 + DOCDIR=/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/share/doc/ndjbdns + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/share/doc/ndjbdns + cp -pr README /builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/share/doc/ndjbdns + cp -pr ChangeLog /builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/share/doc/ndjbdns + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JI0B6t + umask 022 + cd /builddir/build/BUILD + cd ndjbdns-1.06 + LICENSEDIR=/builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/share/licenses/ndjbdns + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/share/licenses/ndjbdns + cp -pr COPYING /builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64/usr/share/licenses/ndjbdns + exit 0 Provides: config(ndjbdns) = 1.06-9.fc28 ndjbdns = 1.06-9.fc28 ndjbdns(riscv-64) = 1.06-9.fc28 Requires(interp): /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(post): /bin/sh systemd systemd-sysv Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd 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) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ndjbdns-1.06-9.fc28.riscv64 Wrote: /builddir/build/SRPMS/ndjbdns-1.06-9.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/ndjbdns-1.06-9.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sDlFmK + umask 022 + cd /builddir/build/BUILD + cd ndjbdns-1.06 + 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