D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/eggdrop-1.9.1-2.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZwLE3k
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf eggdrop-1.9.1
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/eggdrop-1.9.1.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd eggdrop-1.9.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.L4SidC
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd eggdrop-1.9.1
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ export 'CPPFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS'
+ CPPFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS'
+ export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables '
+ export FCFLAGS
+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CONFIGURE_TOP=.
+ '[' 1 = 1 ']'
++ find . -name config.guess -o -name config.sub
+ for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub)
++ basename ./misc/config.sub
+ '[' -f /usr/lib/rpm/mageia/config.sub ']'
++ basename ./misc/config.sub
+ cp -af /usr/lib/rpm/mageia/config.sub ./misc/config.sub
+ for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub)
++ basename ./misc/config.guess
+ '[' -f /usr/lib/rpm/mageia/config.guess ']'
++ basename ./misc/config.guess
+ cp -af /usr/lib/rpm/mageia/config.guess ./misc/config.guess
+ /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool
Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html)
+ /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool
+ /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking
+ /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs .
+ /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64
+ ./configure --host=aarch64-mageia-linux-gnu --build=aarch64-mageia-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
configure: WARNING: unrecognized options: --disable-dependency-tracking

This is Eggdrop's GNU configure script.
It's going to run a bunch of tests to hopefully make your compile
work without much twiddling.

checking for aarch64-mageia-linux-gnu-gcc... no
checking for aarch64-mageia-linux-gnu-cc... no
checking for aarch64-mageia-linux-gnu-clang... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking for icc... no
checking whether the compiler understands -pipe... yes
checking whether the compiler understands -Wall... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for make... make
checking whether make sets $(MAKE)... yes
checking for aarch64-mageia-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking whether ln -s works... yes
checking whether head -n 1 works... yes
checking for strip... strip
checking for gawk... gawk
checking for basename... basename
checking for uname... uname
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for library containing dlopen... none required
checking for tan in -lm... yes
checking for pthread_mutex_init in -lpthread... yes
checking build system type... aarch64-mageia-linux-gnu
checking host system type... aarch64-mageia-linux-gnu
checking target system type... aarch64-mageia-linux-gnu
checking system type... Linux
checking system release... 5.10.16-server-1.mga8
checking module loading capabilities... 
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking loader.h usability... no
checking loader.h presence... no
checking for loader.h... no
checking rld.h usability... no
checking rld.h presence... no
checking for rld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking mach-o/rld.h usability... no
checking mach-o/rld.h presence... no
checking for mach-o/rld.h... no
checking for dlopen... yes
checking for load... no
checking for NSLinkModule... no
checking for shl_load... no
checking for rld_load... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/rusage.h usability... no
checking sys/rusage.h presence... no
checking for sys/rusage.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.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 wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for flexible array members... yes
checking for intptr_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for working volatile... yes
checking for socklen_t... yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in eggint.h (assuming C99 compatible system)
checking for dprintf... yes
checking for explicit_bzero... yes
checking for explicit_memset... no
checking for getrandom... yes
checking for getrusage... yes
checking for inet_aton... yes
checking for isascii... yes
checking for memset_s... no
checking for random... yes
checking for rand... yes
checking for lrand48... yes
checking for snprintf... yes
checking for strlcpy... no
checking for vsnprintf... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for b64_ntop... no
checking for b64_ntop with -lresolv... 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
configure: Autoconfiguring Tcl with tclConfig.sh
checking for correct TEA configuration... ok (TEA 3.10)
configure: configuring Eggdrop 1.9.1
checking for Tcl configuration... found /usr/lib64/tclConfig.sh
checking for existence of /usr/lib64/tclConfig.sh... loading
checking platform... checking for cygpath... echo
windows
checking for sin... no
checking for main in -lieee... no
checking for main in -linet... no
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking for connect... yes
checking for gethostbyname... yes
checking for Tcl linker... ${CC} ${CFLAGS} ${LDFLAGS} -shared -fPIC -Wl,-soname,${@}
checking for Tcl version... 8.6.11
checking for Tcl library flags... -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm
checking for Tcl header flags... -I/usr/include
checking for system IPv6 support... yes
checking for gethostbyname2... yes
checking for struct in6_addr... yes
checking for the in6addr_any constant... yes
checking for the in6addr_loopback constant... yes
checking for struct sockaddr_in6... yes
checking whether to enable TLS support... autodetect
checking for openssl/ssl.h... yes
checking for openssl/x509v3.h... yes
checking for X509_digest in -lcrypto... yes
checking for SSL_accept in -lssl... yes
checking for EVP_md5... yes
checking for EVP_sha1... yes
checking for a2i_IPADDRESS... yes
checking for OPENSSL_buf2hexstr... yes
checking for OPENSSL_hexstr2buf... yes
checking for OpenSSL... yes
checking for ASN1_STRING_get0_data... yes
checking for EVP_PKEY_get1_EC_KEY... yes
checking openssl/md5.h usability... yes
checking openssl/md5.h presence... yes
checking for openssl/md5.h... yes
checking for MD5_Init... yes
checking for MD5_Update... yes
checking for MD5_Final... yes
checking for threaded dns core (beta)... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating scripts/Makefile
config.status: creating src/Makefile
config.status: creating src/compat/Makefile
config.status: creating src/md5/Makefile
config.status: creating src/mod/Makefile
config.status: creating config.h
config.status: executing eggint.h commands
config.status: creating eggint.h : __EGGINT_H
config.status: executing replace-if-changed commands
creating lush.h
config.status: executing catch-make-rebuild commands
configure: WARNING: unrecognized options: --disable-dependency-tracking

Operating System: Linux 5.10.16-server-1.mga8
IPv6 Support: yes
Tcl version: 8.6.11 (threaded)
SSL/TLS Support: yes (OpenSSL 3.0.0 7 sep 2021)
Threaded DNS core (beta): no

If you experience any problems compiling Eggdrop, please read the
compile guide, found in doc/COMPILE-GUIDE.

Type 'make config' to configure the modules, or type 'make iconfig'
to interactively choose which modules to compile.

+ make config
Detecting modules...................... done.
Calculating dependencies..................... done.
Building ./src/mod/Makefile... done.
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod'

Configuring module 'compress'.
configure: creating cache ../../../config.cache
checking for aarch64-mageia-linux-gnu-gcc... no
checking for aarch64-mageia-linux-gnu-cc... no
checking for aarch64-mageia-linux-gnu-clang... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gzopen in -lz... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
configure: updating cache ../../../config.cache
configure: creating ./config.status
config.status: creating Makefile

Configuring module 'dns'.
configure: loading cache ../../../config.cache
checking for aarch64-mageia-linux-gnu-gcc... no
checking for aarch64-mageia-linux-gnu-cc... no
checking for aarch64-mageia-linux-gnu-clang... no
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for sys/types.h... (cached) yes
checking for netinet/in.h... yes
checking for arpa/nameser.h... yes
checking for netdb.h... yes
checking for resolv.h... yes
checking for a working resolver library... yes ()
configure: updating cache ../../../config.cache
configure: creating ./config.status
config.status: creating Makefile

make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod'
Building ./src/mod/Makefile... done.

You can now compile the bot, using "make".

+ /usr/bin/make -O -j8 V=1 VERBOSE=1 'LD=gcc  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' 'SHLIB_LD=gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' 'MOD_LD=gcc  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags'

Making core eggdrop files...

make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c bg.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c chanprog.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c dccutil.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c botmsg.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c dns.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c language.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c botcmd.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c match.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c mem.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c dcc.c
dcc.c: In function 'dcc_bot_digest':
dcc.c:329:3: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  329 |   MD5_Init(&md5context);
      |   ^~~~~~~~
In file included from md5/md5.h:32,
                 from dcc.c:32:
/usr/include/openssl/md5.h:49:27: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                           ^~~~~~~~
dcc.c:330:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  330 |   MD5_Update(&md5context, (unsigned char *) challenge, strlen(challenge));
      |   ^~~~~~~~~~
In file included from md5/md5.h:32,
                 from dcc.c:32:
/usr/include/openssl/md5.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
dcc.c:331:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  331 |   MD5_Update(&md5context, (unsigned char *) password, strlen(password));
      |   ^~~~~~~~~~
In file included from md5/md5.h:32,
                 from dcc.c:32:
/usr/include/openssl/md5.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
dcc.c:332:3: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  332 |   MD5_Final(digest, &md5context);
      |   ^~~~~~~~~
In file included from md5/md5.h:32,
                 from dcc.c:32:
/usr/include/openssl/md5.h:51:27: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                           ^~~~~~~~~
dcc.c: In function 'dcc_bot_check_digest':
dcc.c:578:3: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  578 |   MD5_Init(&md5context);
      |   ^~~~~~~~
In file included from md5/md5.h:32,
                 from dcc.c:32:
/usr/include/openssl/md5.h:49:27: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                           ^~~~~~~~
dcc.c:582:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  582 |   MD5_Update(&md5context, (unsigned char *) digest_string,
      |   ^~~~~~~~~~
In file included from md5/md5.h:32,
                 from dcc.c:32:
/usr/include/openssl/md5.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
dcc.c:584:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  584 |   MD5_Update(&md5context, (unsigned char *) botnetnick, strlen(botnetnick));
      |   ^~~~~~~~~~
In file included from md5/md5.h:32,
                 from dcc.c:32:
/usr/include/openssl/md5.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
dcc.c:585:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  585 |   MD5_Update(&md5context, (unsigned char *) ">", 1);
      |   ^~~~~~~~~~
In file included from md5/md5.h:32,
                 from dcc.c:32:
/usr/include/openssl/md5.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
dcc.c:586:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  586 |   MD5_Update(&md5context, (unsigned char *) password, strlen(password));
      |   ^~~~~~~~~~
In file included from md5/md5.h:32,
                 from dcc.c:32:
/usr/include/openssl/md5.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
dcc.c:588:3: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  588 |   MD5_Final(digest, &md5context);
      |   ^~~~~~~~~
In file included from md5/md5.h:32,
                 from dcc.c:32:
/usr/include/openssl/md5.h:51:27: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                           ^~~~~~~~~
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c botnet.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS \
'-DCCFLAGS="gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS"' \
'-DLDFLAGS="gcc  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags"' \
'-DSTRIPFLAGS="touch"' -c ./main.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c misc_file.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c flags.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c rfc1459.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c modules.c
modules.c:562:3: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  562 |   (Function) MD5_Init,
      |   ^
In file included from md5/md5.h:32,
                 from modules.c:30:
/usr/include/openssl/md5.h:49:27: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                           ^~~~~~~~
modules.c:563:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  563 |   (Function) MD5_Update,
      |   ^
In file included from md5/md5.h:32,
                 from modules.c:30:
/usr/include/openssl/md5.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
modules.c:564:3: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  564 |   (Function) MD5_Final,
      |   ^
In file included from md5/md5.h:32,
                 from modules.c:30:
/usr/include/openssl/md5.h:51:27: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                           ^~~~~~~~~
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c tcl.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c cmds.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c misc.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c tclmisc.c
tclmisc.c: In function 'tcl_md5':
tclmisc.c:709:3: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  709 |   MD5_Init(&md5context);
      |   ^~~~~~~~
In file included from md5/md5.h:32,
                 from tclmisc.c:27:
/usr/include/openssl/md5.h:49:27: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                           ^~~~~~~~
tclmisc.c:710:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  710 |   MD5_Update(&md5context, (unsigned char *) string, len);
      |   ^~~~~~~~~~
In file included from md5/md5.h:32,
                 from tclmisc.c:27:
/usr/include/openssl/md5.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
tclmisc.c:711:3: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  711 |   MD5_Final(digest, &md5context);
      |   ^~~~~~~~~
In file included from md5/md5.h:32,
                 from tclmisc.c:27:
/usr/include/openssl/md5.h:51:27: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                           ^~~~~~~~~
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c tcluser.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c net.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/compat'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c base64.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/compat'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c tclhash.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/compat'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c explicit_bzero.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/compat'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/compat'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c in6.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/compat'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c tls.c
tls.c: In function 'ssl_init':
tls.c:234:7: warning: 'PEM_read_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  234 |       dh = PEM_read_DHparams(paramfile, NULL, NULL, NULL);
      |       ^~
In file included from /usr/include/openssl/ssl.h:36,
                 from eggdrop.h:266,
                 from main.h:90,
                 from tls.c:27:
/usr/include/openssl/pem.h:469:1: note: declared here
  469 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH)
      | ^~~~~~~~~~~~~~~~~~~
tls.c:241:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  241 |         DH_free(dh);
      |         ^~~~~~~
In file included from /usr/include/openssl/dsa.h:51,
                 from /usr/include/openssl/x509.h:37,
                 from /usr/include/openssl/ssl.h:31,
                 from eggdrop.h:266,
                 from main.h:90,
                 from tls.c:27:
/usr/include/openssl/dh.h:200:28: note: declared here
  200 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
      |                            ^~~~~~~
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c tcldcc.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/md5'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c md5c.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/md5'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/compat'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c strlcpy.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/compat'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/compat'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c inet_aton.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/compat'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/compat'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c gethostbyname2.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/compat'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/compat'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c snprintf.c
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/compat'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c userrec.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c userent.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -c users.c
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
/usr/bin/make linkstart && /usr/bin/make link && /usr/bin/make linkfinish
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'

This may take a while. Go get some runts.

---------- Yeah! That's the compiling, now the linking! ----------

Linking eggdrop (standard build).

make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
gcc  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H -I/usr/include -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o match.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o tls.o userent.o userrec.o users.o  -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv md5/md5c.o compat/*.o `cat mod/mod.xlibs`
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'

Successful compile: eggdrop

make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src'

Making modules...

make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/ctcp.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././ctcp.mod/ctcp.c && mv -f ctcp.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/ctcp.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/ctcp.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../ctcp.so ../ctcp.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../ctcp.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/ctcp.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/compress.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././compress.mod/compress.c && mv -f compress.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/compress.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/compress.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../compress.so ../compress.o -lz -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../compress.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/compress.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/console.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././console.mod/console.c && mv -f console.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/console.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/console.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../console.so ../console.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../console.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/console.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/assoc.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././assoc.mod/assoc.c && mv -f assoc.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/assoc.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/assoc.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../assoc.so ../assoc.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../assoc.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/assoc.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/blowfish.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././blowfish.mod/blowfish.c && mv -f blowfish.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/blowfish.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/ident.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././ident.mod/ident.c && mv -f ident.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/ident.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/blowfish.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../blowfish.so ../blowfish.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../blowfish.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/blowfish.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/ident.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../ident.so ../ident.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../ident.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/ident.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/dns.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS  -DMAKING_MODS -c .././dns.mod/dns.c && mv -f dns.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/dns.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/pbkdf2.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././pbkdf2.mod/pbkdf2.c && mv -f pbkdf2.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/pbkdf2.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/dns.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../dns.so ../dns.o  -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../dns.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/dns.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/pbkdf2.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../pbkdf2.so ../pbkdf2.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../pbkdf2.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/pbkdf2.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/seen.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././seen.mod/seen.c && mv -f seen.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/seen.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/seen.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../seen.so ../seen.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../seen.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/seen.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/notes.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././notes.mod/notes.c && mv -f notes.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/notes.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/notes.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../notes.so ../notes.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../notes.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/notes.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/uptime.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././uptime.mod/uptime.c && mv -f uptime.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/uptime.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/uptime.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../uptime.so ../uptime.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../uptime.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/uptime.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/twitch.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././twitch.mod/twitch.c && mv -f twitch.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/twitch.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/twitch.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../twitch.so ../twitch.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../twitch.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/twitch.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/transfer.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././transfer.mod/transfer.c && mv -f transfer.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/transfer.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/transfer.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../transfer.so ../transfer.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../transfer.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/transfer.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/share.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././share.mod/share.c && mv -f share.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/share.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/share.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../share.so ../share.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../share.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/share.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/filesys.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././filesys.mod/filesys.c && mv -f filesys.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/filesys.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/filesys.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../filesys.so ../filesys.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../filesys.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/filesys.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/server.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././server.mod/server.c && mv -f server.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/server.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/server.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../server.so ../server.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../server.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/server.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/channels.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././channels.mod/channels.c && mv -f channels.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/channels.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/channels.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../channels.so ../channels.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../channels.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/channels.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/irc.mod'
gcc -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS -DMAKING_MODS -c .././irc.mod/irc.c && mv -f irc.o ../
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/irc.mod'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/irc.mod'
gcc -shared -nostartfiles  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H -I/usr/include -o ../../../irc.so ../irc.o -L/usr/lib64 -ltcl8.6  -lz -lpthread -lm -lssl -lcrypto  -lresolv  && touch ../../../irc.so
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod/irc.mod'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod'

All modules compiled.
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod'

Test run of ./eggdrop -v:
Eggdrop v1.9.1 (C) 1997 Robey Pointer (C) 1999-2021 Eggheads
Configure flags: '--host=aarch64-mageia-linux-gnu' '--build=aarch64-mageia-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' 'build_alias=aarch64-mageia-linux-gnu' 'host_alias=aarch64-mageia-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' 'CPPFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS'
Compiled with: IPv6, TLS, handlen=32


Eggdrop successfully compiled:
-rwxr-xr-x 1 iurt iurt 1738336 Nov 25 00:47 eggdrop


Modules successfully compiled:
-rwxr-xr-x 1 iurt iurt  38744 Nov 25 00:47 assoc.so
-rwxr-xr-x 1 iurt iurt  43928 Nov 25 00:47 blowfish.so
-rwxr-xr-x 1 iurt iurt 399608 Nov 25 00:48 channels.so
-rwxr-xr-x 1 iurt iurt  43072 Nov 25 00:47 compress.so
-rwxr-xr-x 1 iurt iurt  37968 Nov 25 00:47 console.so
-rwxr-xr-x 1 iurt iurt  30056 Nov 25 00:47 ctcp.so
-rwxr-xr-x 1 iurt iurt  74968 Nov 25 00:47 dns.so
-rwxr-xr-x 1 iurt iurt 344072 Nov 25 00:48 filesys.so
-rwxr-xr-x 1 iurt iurt  36592 Nov 25 00:47 ident.so
-rwxr-xr-x 1 iurt iurt 494872 Nov 25 00:48 irc.so
-rwxr-xr-x 1 iurt iurt 107680 Nov 25 00:48 notes.so
-rwxr-xr-x 1 iurt iurt  28504 Nov 25 00:47 pbkdf2.so
-rwxr-xr-x 1 iurt iurt  54504 Nov 25 00:47 seen.so
-rwxr-xr-x 1 iurt iurt 317256 Nov 25 00:48 server.so
-rwxr-xr-x 1 iurt iurt 151088 Nov 25 00:48 share.so
-rwxr-xr-x 1 iurt iurt 118784 Nov 25 00:48 transfer.so
-rwxr-xr-x 1 iurt iurt  77472 Nov 25 00:48 twitch.so
-rwxr-xr-x 1 iurt iurt  29200 Nov 25 00:48 uptime.so


Now run "make install" to install your bot.

+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1IEcRS
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64
+ cd eggdrop-1.9.1
+ '[' 1 -eq 1 ']'
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/share/doc/eggdrop-1.9.1
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/share/man
+ make install prefix=/home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop

Eggdrop v1.9.1 (C) 1997 Robey Pointer (C) 1999-2021 Eggheads
Configure flags: '--host=aarch64-mageia-linux-gnu' '--build=aarch64-mageia-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' 'build_alias=aarch64-mageia-linux-gnu' 'host_alias=aarch64-mageia-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' 'CPPFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_TCL_THREADS'
Compiled with: IPv6, TLS, handlen=32

Installing in directory: '/home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop'.

Copying new 'eggdrop' executable and creating symlink.
Creating 'modules-1.9.1' subdirectory and symlink.
Copying new modules.
Creating 'logs' subdirectory.
Creating 'text' subdirectory.
Copying help files.
Creating 'help' subdirectory.
Creating 'help/set' subdirectory.
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod'
Copying module help files.
Creating 'help/msg' subdirectory.
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod'
Copying language files.
Creating 'language' subdirectory.
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod'
Copying module language files.
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/src/mod'
Creating skeletal filesystem subdirectories.
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/doc'
Creating 'doc' subdirectory.
Creating 'doc/man1' subdirectory.
Creating 'doc/html' subdirectory.
Creating 'doc/html/appendices' subdirectory.
Creating 'doc/html/coreDocs' subdirectory.
Creating 'doc/html/installAndSetup' subdirectory.
Creating 'doc/html/mainDocs' subdirectory.
Creating 'doc/html/_static' subdirectory.
Creating 'doc/settings' subdirectory.
Copying docs.
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/doc'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/scripts'
Creating 'scripts' subdirectory.
Copying scripts.
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/scripts'

Installation completed.

If you intend to use this bot as a botnet hub for other Eggdrops using SSL,
please run "make sslcert" now. If you installed eggdrop to a custom path
during the make install process, use the same DEST= option here.

You MUST ensure that you edit/verify your configuration file.
An example configuration file, eggdrop.conf, is distributed with Eggdrop.

Remember to change directory to /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop before you proceed.

+ mv /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/man1/ /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/share/man
+ perl -pi -e s:/path/to/executable/eggdrop:/usr/lib64/eggdrop/eggdrop: /home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/eggdrop.conf
+ cp -fR /home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/eggdrop.conf /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/share/doc/eggdrop-1.9.1/
+ cp -Rf /home/iurt/rpmbuild/BUILD/eggdrop-1.9.1/scripts/botchk /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/share/doc/eggdrop-1.9.1/
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/filesys
+ cp -Rf /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/ABOUT /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/BANS /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/BOTNET /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/BUG-REPORT /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/COMPILE-GUIDE /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/CONTENTS /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/Changes1.8 /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/FAQ /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/FIRST-SCRIPT /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/IPV6 /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/KNOWN-PROBLEMS /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/MODULES /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/PARTYLINE /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/PATCH-HOWTO /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/TEXT-SUBSTITUTIONS /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/TLS /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/TRICKS /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/USERS /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/Versions /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/WEIRD-MESSAGES /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/html /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/settings /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/tcl-commands.doc /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/share/doc/eggdrop-1.9.1/
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/doc/
+ mv /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/README /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/share/doc/eggdrop-1.9.1/
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.9.1-2.mga9 --unique-debug-suffix -1.9.1-2.mga9.aarch64 --unique-debug-src-base eggdrop-1.9.1-2.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/eggdrop-1.9.1

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/eggdrop-1.9.1
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/assoc.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/blowfish.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/channels.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/console.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/compress.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/dns.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/ctcp.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/filesys.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/ident.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/irc.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/notes.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/seen.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/pbkdf2.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/server.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/share.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/transfer.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/twitch.so
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/lib64/eggdrop/modules-1.9.1/uptime.so
dwz: ./usr/lib64/eggdrop/eggdrop-1.9.1-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/assoc.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/blowfish.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/channels.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/compress.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/console.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/ctcp.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/dns.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/filesys.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/ident.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/irc.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/notes.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/pbkdf2.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/seen.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/server.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/share.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/transfer.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/twitch.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: ./usr/lib64/eggdrop/modules-1.9.1/uptime.so-1.9.1-2.mga9.aarch64.debug: Unknown debugging section .debug_line_str
dwz: Too few files for multifile optimization
original debug info size: 3100kB, size after compression: 3100kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 19 CRC32s did match.
4382 blocks
+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
mangling shebang in /usr/share/doc/eggdrop-1.9.1/botchk from /bin/sh to #!/usr/bin/sh
mangling shebang in /usr/lib64/eggdrop/scripts/weed from /bin/sh to #!/usr/bin/sh
mangling shebang in /usr/lib64/eggdrop/scripts/botchk from /bin/sh to #!/usr/bin/sh
mangling shebang in /usr/lib64/eggdrop/scripts/autobotchk from /bin/sh to #!/usr/bin/sh
Processing files: eggdrop-1.9.1-2.mga9.aarch64
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jbsYx8
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd eggdrop-1.9.1
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/share/licenses/eggdrop
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/share/licenses/eggdrop
+ cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64/usr/share/licenses/eggdrop
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: eggdrop = 1.9.1-2.mga9 eggdrop(aarch-64) = 1.9.1-2.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /usr/lib64/eggdrop/eggdrop ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.25)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libresolv.so.2()(64bit) libresolv.so.2(GLIBC_2.17)(64bit) libssl.so.3()(64bit) libssl.so.3(OPENSSL_3.0.0)(64bit) libtcl8.6.so()(64bit) libz.so.1()(64bit)
Processing files: eggdrop-debugsource-1.9.1-2.mga9.aarch64
Provides: eggdrop-debugsource = 1.9.1-2.mga9 eggdrop-debugsource(aarch-64) = 1.9.1-2.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: eggdrop-debuginfo-1.9.1-2.mga9.aarch64
Provides: debuginfo(build-id) = 060eed5bee80145c2a19477c9722ec18e0af3b57 debuginfo(build-id) = 06593e8a07cad3b69ca6a9fdabd31ed178dfcfd0 debuginfo(build-id) = 0c909a42ca00680b24148daefd414c33556f891e debuginfo(build-id) = 19411a2a3b7c6d0486dd92c055adaae9fbc8aa31 debuginfo(build-id) = 3e8f0ee91b773b90bf15cd762f81b5aa434b86b0 debuginfo(build-id) = 4c3c059a3f3fd0c2b6ecc43dae47d65417a8b5ac debuginfo(build-id) = 4cd563e298206051ee67211ec974d9ce6054473c debuginfo(build-id) = 4cf4d6cf828a1e51af045ac51dc1db54279ae456 debuginfo(build-id) = 5f7598bf6d2f54a02cb6512ef22e1acc2a669ed8 debuginfo(build-id) = 6d5e561dfef2ab32103fc30680690fab399bcd67 debuginfo(build-id) = 81445ed54dd80965a147fae1da20b831fa076259 debuginfo(build-id) = 91904fcf927068af91393443bd243417ff7c76e4 debuginfo(build-id) = 964e34a253a7a75bfcbb799a9d8d5936a9230871 debuginfo(build-id) = c9efc90953dce83fec5127a89fab545d418b8b7b debuginfo(build-id) = e784e6dc80c5b863dffe75a9871cb2eb40a12672 debuginfo(build-id) = eadfb6591946ea74d26bb9b4eb70aeb8f88f2f1d debuginfo(build-id) = f5aec641f9ccf4af66d86d655550a2533a77cf6f debuginfo(build-id) = fda64562dcfea4501f1489d2c87b066b82f228c4 debuginfo(build-id) = ffa62edbc50064189af4e060f3051204d5d8d613 eggdrop-debuginfo = 1.9.1-2.mga9 eggdrop-debuginfo(aarch-64) = 1.9.1-2.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: eggdrop-debugsource(aarch-64) = 1.9.1-2.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/eggdrop-debugsource-1.9.1-2.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/eggdrop-debuginfo-1.9.1-2.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/eggdrop-1.9.1-2.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.UdFHYA
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd eggdrop-1.9.1
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/eggdrop-1.9.1-2.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zkxzig
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf eggdrop-1.9.1
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!