+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/ircd-ratbox.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.PlPnmc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ircd-ratbox-2.2.9 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/ircd-ratbox-2.2.9.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ircd-ratbox-2.2.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (ircd-ratbox-2.2.9-format-security.patch):' Patch #0 (ircd-ratbox-2.2.9-format-security.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .format-security --fuzz=0 patching file modules/core/m_kill.c patching file modules/m_info.c patching file modules/m_stats.c patching file src/parse.c patching file src/s_auth.c + /usr/bin/sed -i -e 's|#servlink_path = "/usr/local/ircd/bin/servlink";|servlink_path = "/usr/bin/servlink";|' -e 's|/usr/local/ircd/modules|/usr/share/ircd/modules|g' -e 's|/usr/local/ircd/etc/|/etc/ircd|g' -e 's|"logs/|"/var/log|g' doc/example.conf doc/example.efnet.conf + sed s/-Werror//g -i configure + 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 + '[' 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 --bindir=/usr/bin --sbindir=/usr/sbin --with-helpdir=/usr/share/ircd --with-moduledir=/usr/share/ircd/modules --with-confdir=/etc/ircd --mandir=/usr/share/man --with-logdir=/var/log/ircd --enable-ipv6 --enable-openssl --enable-zlib --with-nicklen=32 --with-topiclen=350 --enable-small-net --enable-services checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking uname -s for Cygwin, Solaris, AIX or HPUX... no checking if gcc is Apple GCC... no checking if gcc supports the SVR4 SGS interfaces... no checking for mkdep... no checking for makedepend... no checking how to generate dependency info... gcc -MM checking for /dev/null... yes checking for library containing strerror... none required checking for inline... inline checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking whether gcc needs -traditional... no checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for rm... /usr/bin/rm checking for cp... /usr/bin/cp checking for mv... /usr/bin/mv checking for ln... /usr/bin/ln checking for sed... /usr/bin/sed checking for ar... /usr/bin/ar checking for ld... /usr/bin/ld checking for ranlib... /usr/bin/ranlib checking for touch... /usr/bin/touch checking for bison... bison -y checking for flex... flex checking for yywrap in -lfl... no checking for yywrap in -ll... no checking lex output file root... lex.yy checking whether yytext is a pointer... no 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 crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking sys/syslog.h usability... yes checking sys/syslog.h presence... yes checking for sys/syslog.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking wait.h usability... yes checking wait.h presence... yes checking for wait.h... yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking for library containing socket... none required checking for struct sockaddr.sa_len... no checking for socklen_t... yes checking for core IPv6 support... yes checking for struct in6addr_any... yes checking for library containing crypt... -lcrypt checking whether string.h and strings.h may both be included... yes checking whether byte ordering is bigendian... no checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for strlcpy... no checking for strlcat... no checking for stdint types... stdint.h (shortcircuit) make use of stdint.h in include/_stdint.h (assuming C99 compatible system) checking for in_port_t... yes checking for sa_family_t... yes checking for socketpair... yes checking for vsnprintf... yes checking for mmap... yes checking for gettimeofday... yes checking for strdup... yes checking for strndup... yes checking for working alloca.h... yes checking for alloca... yes checking for nanosleep... yes checking for OpenSSL... /usr checking for OpenSSL 0.9.6 or above... found checking for RSA_free in -lcrypto... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for zlibVersion in -lz... yes checking whether to modify confdir... yes checking whether to modify logdir... yes checking whether to modify helpdir... yes checking whether to modify moduledir... yes checking for select... yes checking for poll... yes checking for /dev/poll... no checking for kevent... no checking for epoll_ctl... yes checking for epoll support in kernel... yes Using epoll for select loop. checking if you want IO Debugging hooks... no checking if you want to do a profile build... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for library containing shl_load... no checking for library containing dlopen... -ldl checking for dlsym... yes checking for dlfunc... no checking for the ld -export-dynamic flag... yes checking for compiler option to produce PIC... gcc: -fPIC -DPIC -shared checking for nlist... no checking for nlist in -ldl... no checking for nlist in -lelf... no checking libelf/nlist.h usability... no checking libelf/nlist.h presence... no checking for libelf/nlist.h... no checking elf/nlist.h usability... no checking elf/nlist.h presence... no checking for elf/nlist.h... no checking nlist.h usability... no checking nlist.h presence... no checking for nlist.h... no configure: creating ./config.status config.status: creating Makefile config.status: creating adns/Makefile config.status: creating servlink/Makefile config.status: creating contrib/Makefile config.status: creating src/Makefile config.status: creating modules/Makefile config.status: creating tools/Makefile config.status: creating doc/Makefile config.status: creating help/Makefile config.status: creating include/setup.h config.status: executing include/_stdint.h commands config.status: creating include/_stdint.h : __INCLUDE__STDINT_H Compiling ircd-ratbox stable Installing into: /usr Ziplinks ....................... yes OpenSSL ........................ yes Modules ........................ shared IPv6 support ................... yes Net I/O implementation ......... epoll IO Debugging hooks ............. no Assert debugging ............... no Small network .................. yes ratbox-services compatibility .. yes Configured limits: NICKLEN ................. 32 TOPICLEN ................ 350 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.adAHyp + umask 022 + cd /builddir/build/BUILD + cd ircd-ratbox-2.2.9 + make -j4 build ==> modules make[1]: warning: -jN forced in submake: disabling jobserver mode. make[1]: Entering directory '/builddir/build/BUILD/ircd-ratbox-2.2.9/modules' gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" core/m_die.c -o core/m_die.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" core/m_error.c -o core/m_error.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" core/m_join.c -o core/m_join.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" core/m_kick.c -o core/m_kick.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" core/m_kill.c -o core/m_kill.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" core/m_message.c -o core/m_message.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" core/m_mode.c -o core/m_mode.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" core/m_nick.c -o core/m_nick.so -ldl -lcrypt -lcrypto core/m_kill.c: In function 'ms_kill': core/m_kill.c:176:6: warning: variable 'chasing' set but not used [-Wunused-but-set-variable] int chasing = 0; ^~~~~~~ gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" core/m_part.c -o core/m_part.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" core/m_quit.c -o core/m_quit.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" core/m_server.c -o core/m_server.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" core/m_sjoin.c -o core/m_sjoin.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" core/m_squit.c -o core/m_squit.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_accept.c -o m_accept.so -ldl -lcrypt -lcrypto core/m_server.c: In function 'ms_sid': core/m_server.c:434:6: warning: variable 'hop' set but not used [-Wunused-but-set-variable] int hop; ^~~ gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_admin.c -o m_admin.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_away.c -o m_away.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_cap.c -o m_cap.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_capab.c -o m_capab.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_close.c -o m_close.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_cmessage.c -o m_cmessage.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_connect.c -o m_connect.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_dline.c -o m_dline.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_encap.c -o m_encap.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_etrace.c -o m_etrace.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_gline.c -o m_gline.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_help.c -o m_help.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_info.c -o m_info.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_invite.c -o m_invite.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_ison.c -o m_ison.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_kline.c -o m_kline.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_knock.c -o m_knock.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_links.c -o m_links.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_list.c -o m_list.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_locops.c -o m_locops.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_lusers.c -o m_lusers.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_map.c -o m_map.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_monitor.c -o m_monitor.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_motd.c -o m_motd.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_names.c -o m_names.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_oper.c -o m_oper.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_operspy.c -o m_operspy.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_pass.c -o m_pass.so -ldl -lcrypt -lcrypto m_oper.c: In function 'm_challenge': m_oper.c:264:58: warning: operation on '*(parv + 8)' may be undefined [-Wsequence-point] b_response = ircd_base64_decode((const unsigned char *)++parv[1], strlen(parv[1]), &len); ^~~~~~~~~ m_oper.c: In function 'get_randomness': m_oper.c:375:6: warning: implicit declaration of function 'RAND_egd'; did you mean 'RAND_add'? [-Wimplicit-function-declaration] if(RAND_egd(ConfigFileEntry.egdpool_path) == -1) ^~~~~~~~ RAND_add m_oper.c:386:3: warning: 'RAND_pseudo_bytes' is deprecated [-Wdeprecated-declarations] if(RAND_pseudo_bytes(buf, length) >= 0) ^~ In file included from /usr/include/openssl/x509_vfy.h:20:0, from /usr/include/openssl/x509.h:309, from /usr/include/openssl/pem.h:17, from m_oper.c:30: /usr/include/openssl/rand.h:47:1: note: declared here DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) ^ gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_ping.c -o m_ping.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_pong.c -o m_pong.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_post.c -o m_post.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_rehash.c -o m_rehash.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_restart.c -o m_restart.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_resv.c -o m_resv.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_set.c -o m_set.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_stats.c -o m_stats.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_svinfo.c -o m_svinfo.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_tb.c -o m_tb.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_testline.c -o m_testline.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_testmask.c -o m_testmask.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_time.c -o m_time.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_topic.c -o m_topic.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_trace.c -o m_trace.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_user.c -o m_user.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_userhost.c -o m_userhost.so -ldl -lcrypt -lcrypto m_user.c: In function 'do_local_user': m_user.c:80:15: warning: variable 'user' set but not used [-Wunused-but-set-variable] struct User *user; ^~~~ gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_users.c -o m_users.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_version.c -o m_version.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_wallops.c -o m_wallops.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_who.c -o m_who.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_whois.c -o m_whois.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_whowas.c -o m_whowas.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_unreject.c -o m_unreject.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_xline.c -o m_xline.so -ldl -lcrypt -lcrypto gcc -fPIC -DPIC -shared -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" m_services.c -o m_services.so -ldl -lcrypt -lcrypto make[1]: Leaving directory '/builddir/build/BUILD/ircd-ratbox-2.2.9/modules' build ==> adns make[1]: warning: -jN forced in submake: disabling jobserver mode. make[1]: Entering directory '/builddir/build/BUILD/ircd-ratbox-2.2.9/adns' gcc -I../include -I. -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c check.c gcc -I../include -I. -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c event.c gcc -I../include -I. -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c general.c gcc -I../include -I. -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c parse.c In file included from parse.c:30:0: parse.c: In function 'adns__findrr_anychk': internal.h:714:74: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define GET_W(cb,tv) ((tv)=0, (tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ parse.c:206:3: note: in expansion of macro 'GET_W' GET_W(cbyte,tmp); *type_r= tmp; ^~~~~ internal.h:714:74: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define GET_W(cb,tv) ((tv)=0, (tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ parse.c:207:3: note: in expansion of macro 'GET_W' GET_W(cbyte,tmp); *class_r= tmp; ^~~~~ internal.h:719:27: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define GET_L(cb,tv) ( (tv)=0, \ ~~~~~~~~~~~ (tv)|=(GETIL_B((cb))<<24), \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (tv)|=(GETIL_B((cb))<<16), \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (tv)|=(GETIL_B((cb))<<8), \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ (tv)|=GETIL_B(cb), \ ~~~~~~~~~~~~~~~~~^~~ (tv) ) ~~~~~~ parse.c:209:3: note: in expansion of macro 'GET_L' GET_L(cbyte,ttl); ^~~~~ internal.h:714:74: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define GET_W(cb,tv) ((tv)=0, (tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ parse.c:213:3: note: in expansion of macro 'GET_W' GET_W(cbyte,rdlen); if (rdlen_r) *rdlen_r= rdlen; ^~~~~ event.c: In function 'tcp_close': event.c:51:7: warning: variable 'serv' set but not used [-Wunused-but-set-variable] int serv; ^~~~ gcc -I../include -I. -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c query.c gcc -I../include -I. -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c reply.c gcc -I../include -I. -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c setup.c gcc -I../include -I. -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c transmit.c In file included from reply.c:32:0: reply.c: In function 'adns__procdgram': internal.h:714:74: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define GET_W(cb,tv) ((tv)=0, (tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ reply.c:56:3: note: in expansion of macro 'GET_W' GET_W(cbyte,id); ^~~~~ internal.h:714:74: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define GET_W(cb,tv) ((tv)=0, (tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ reply.c:59:3: note: in expansion of macro 'GET_W' GET_W(cbyte,qdcount); ^~~~~ internal.h:714:74: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define GET_W(cb,tv) ((tv)=0, (tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ reply.c:60:3: note: in expansion of macro 'GET_W' GET_W(cbyte,ancount); ^~~~~ internal.h:714:74: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define GET_W(cb,tv) ((tv)=0, (tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ reply.c:61:3: note: in expansion of macro 'GET_W' GET_W(cbyte,nscount); ^~~~~ internal.h:714:74: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define GET_W(cb,tv) ((tv)=0, (tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ reply.c:62:3: note: in expansion of macro 'GET_W' GET_W(cbyte,arcount); ^~~~~ reply.c:40:25: warning: variable 'arstart' set but not used [-Wunused-but-set-variable] int anstart, nsstart, arstart; ^~~~~~~ setup.c: In function 'ccf_sortlist': setup.c:201:11: warning: suggest parentheses around operand of '!' or change '&' to '&&' or '!' to '~' [-Wparentheses] if (!baselocal & 0x080000000UL) /* class A */ ^~~~~~~~~~ transmit.c: In function 'adns__querysend_tcp': transmit.c:170:11: warning: variable 'r' set but not used [-Wunused-but-set-variable] int wr, r; ^ gcc -I../include -I. -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c types.c In file included from types.c:37:0: types.c: In function 'pa_mx_raw': internal.h:714:74: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define GET_W(cb,tv) ((tv)=0, (tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ types.c:655:3: note: in expansion of macro 'GET_W' GET_W(cbyte,pref); ^~~~~ types.c: In function 'pa_mx': internal.h:714:74: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define GET_W(cb,tv) ((tv)=0, (tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ types.c:684:3: note: in expansion of macro 'GET_W' GET_W(cbyte,pref); ^~~~~ types.c: In function 'pa_soa': internal.h:714:74: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define GET_W(cb,tv) ((tv)=0, (tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ types.c:1087:5: note: in expansion of macro 'GET_W' GET_W(cbyte,msw); ^~~~~ internal.h:714:74: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define GET_W(cb,tv) ((tv)=0, (tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ types.c:1088:5: note: in expansion of macro 'GET_W' GET_W(cbyte,lsw); ^~~~~ rm -f libadns.a /usr/bin/ar cqv libadns.a check.o event.o general.o parse.o query.o reply.o setup.o transmit.o types.o a - check.o a - event.o a - general.o a - parse.o a - query.o a - reply.o a - setup.o a - transmit.o a - types.o /usr/bin/ranlib libadns.a make[1]: Leaving directory '/builddir/build/BUILD/ircd-ratbox-2.2.9/adns' build ==> src make[1]: warning: -jN forced in submake: disabling jobserver mode. make[1]: Entering directory '/builddir/build/BUILD/ircd-ratbox-2.2.9/src' gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c adns.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c balloc.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c cache.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c channel.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c class.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c client.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c commio.c client.c: In function 'qs_server': client.c:1424:17: warning: variable 'target_p' set but not used [-Wunused-but-set-variable] struct Client *target_p; ^~~~~~~~ gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c event.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c getopt.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c hash.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c hook.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c hostmask.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c irc_string.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c ircd.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c ircd_signal.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c kdparse.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c linebuf.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c listener.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c match.c gcc -I../include -I../adns -O2 -Wall -g -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 -fPIC -DPIC -DIRCD_PREFIX=\"/usr\" -c memory.c In file included from /usr/include/string.h:494:0, from ../include/stdinc.h:57, from linebuf.c:27: In function 'memcpy', inlined from 'linebuf_copy_line.isra.4' at linebuf.c:270:3: /usr/include/bits/string_fortified.h:34:10: warning: '__builtin_memcpy': specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ listener.c: In function 'accept_connection': listener.c:556:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, "ERROR :All connections in use\r\n", 32); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ listener.c:588:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, buf, strlen(buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ memory.c:44:1: error: redefinition of 'MyMalloc' MyMalloc(size_t size) ^~~~~~~~ In file included from ../include/ircd.h:32:0, from memory.c:30: ../include/memory.h:49:1: note: previous definition of 'MyMalloc' was here MyMalloc(size_t size) ^~~~~~~~ memory.c:56:1: error: redefinition of 'MyRealloc' MyRealloc(void *x, size_t y) ^~~~~~~~~ In file included from ../include/ircd.h:32:0, from memory.c:30: ../include/memory.h:58:1: note: previous definition of 'MyRealloc' was here MyRealloc(void *x, size_t y) ^~~~~~~~~ make[1]: *** [Makefile:140: memory.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/builddir/build/BUILD/ircd-ratbox-2.2.9/src' make: *** [Makefile:65: build] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.adAHyp (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.adAHyp (%build) ++ cleanup ++ set +e ++ sync ++ sleep 5 ++ sync ++ poweroff Terminated +++ cleanup +++ set +e +++ sync Terminated ++++ cleanup ++++ set +e ++++ sync ++++ sleep 5 ++++ sync ++++ poweroff