<86>Apr  1 10:14:16 userdel[3699781]: delete user 'rooter'
<86>Apr  1 10:14:16 userdel[3699781]: removed group 'rooter' owned by 'rooter'
<86>Apr  1 10:14:16 userdel[3699781]: removed shadow group 'rooter' owned by 'rooter'
<86>Apr  1 10:14:16 groupadd[3699808]: group added to /etc/group: name=rooter, GID=627
<86>Apr  1 10:14:16 groupadd[3699808]: group added to /etc/gshadow: name=rooter
<86>Apr  1 10:14:16 groupadd[3699808]: new group: name=rooter, GID=627
<86>Apr  1 10:14:16 useradd[3699821]: new user: name=rooter, UID=627, GID=627, home=/root, shell=/bin/bash
<86>Apr  1 10:14:16 userdel[3699835]: delete user 'builder'
<86>Apr  1 10:14:16 userdel[3699835]: removed group 'builder' owned by 'builder'
<86>Apr  1 10:14:16 userdel[3699835]: removed shadow group 'builder' owned by 'builder'
<86>Apr  1 10:14:16 groupadd[3699851]: group added to /etc/group: name=builder, GID=628
<86>Apr  1 10:14:16 groupadd[3699851]: group added to /etc/gshadow: name=builder
<86>Apr  1 10:14:16 groupadd[3699851]: new group: name=builder, GID=628
<86>Apr  1 10:14:16 useradd[3699856]: new user: name=builder, UID=628, GID=628, home=/usr/src, shell=/bin/bash
<13>Apr  1 10:14:18 rpmi: rpm-build-tcl-0.6.1-alt1 sisyphus+264761.20.4.1 1610806524 installed
<13>Apr  1 10:14:18 rpmi: libtcl-8.6.11-alt1 sisyphus+264361.140.8.1 1610711374 installed
<13>Apr  1 10:14:18 rpmi: tcl-8.6.11-alt1 sisyphus+264361.140.8.1 1610711374 installed
<13>Apr  1 10:14:19 rpmi: tcl-devel-8.6.11-alt1 sisyphus+264361.140.8.1 1610711374 installed
<13>Apr  1 10:14:19 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550601058 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/eggdrop-1.9.0-alt1.nosrc.rpm (w1.gzdio)
Installing eggdrop-1.9.0-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.43868
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf eggdrop-1.9.0
+ echo 'Source #0 (eggdrop-1.9.0.tar):'
Source #0 (eggdrop-1.9.0.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/eggdrop-1.9.0.tar
+ cd eggdrop-1.9.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #2 (eggdrop-fix-config-interpreter.patch):'
Patch #2 (eggdrop-fix-config-interpreter.patch):
+ /usr/bin/patch -p2
patching file eggdrop.conf
Hunk #1 succeeded at 1 with fuzz 1.
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.21256
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd eggdrop-1.9.0
+ autoconf
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ export FCFLAGS
+ '[' -n '' ']'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ ASFLAGS=' -march=i586 -mtune=generic'
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ sort -u
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ xargs -ri dirname -- '{}'
+ readlink -e -- ./configure
+ ./configure --build=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext
configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext

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 i586-alt-linux-gcc... i586-alt-linux-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 i586-alt-linux-gcc accepts -g... yes
checking for i586-alt-linux-gcc option to accept ISO C89... none needed
checking for i586-alt-linux-gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... i586-alt-linux-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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... /bin/install -c
checking for make... make
checking whether make sets $(MAKE)... yes
checking for i586-alt-linux-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... -ldl
checking for tan in -lm... yes
checking for pthread_mutex_init in -lpthread... yes
checking build system type... i586-alt-linux-gnu
checking host system type... i586-alt-linux-gnu
checking target system type... i586-alt-linux-gnu
checking system type... Linux
checking system release... 5.4.84-std-def-alt1
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... yes
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.0
checking for Tcl configuration... found /usr/lib/tclConfig.sh
checking for existence of /usr/lib/tclConfig.sh... loading
checking platform... unix
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
checking for Tcl version... 8.6.11
checking for Tcl library flags... -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6
checking for Tcl header flags... 
checking for system IPv6 support... no
checking whether to enable TLS support... autodetect
checking for openssl/ssl.h... no
checking for openssl/x509v3.h... no
checking for X509_digest in -lcrypto... no
checking for SSL_accept in -lssl... no
checking for EVP_md5... no
checking for OPENSSL_buf2hexstr... no
checking for hex_to_string... no
checking for OPENSSL_hexstr2buf... no
checking for string_to_hex... no
checking for OpenSSL... no (make sure you have version 0.9.8 or higher installed)
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, --disable-silent-rules, --without-included-gettext

Operating System: Linux 5.4.84-std-def-alt1
IPv6 Support: no
Tcl version: 8.6.11 (threaded)
SSL/TLS Support: no
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
make: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0'
Detecting modules...................... done.
Calculating dependencies..................... done.
Building ./src/mod/Makefile... done.
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod'

Configuring module 'compress'.
configure: creating cache ../../../config.cache
checking for i586-alt-linux-gcc... i586-alt-linux-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 i586-alt-linux-gcc accepts -g... yes
checking for i586-alt-linux-gcc option to accept ISO C89... none needed
checking for gzopen in -lz... yes
checking how to run the C preprocessor... i586-alt-linux-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /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 i586-alt-linux-gcc... (cached) i586-alt-linux-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 i586-alt-linux-gcc accepts -g... (cached) yes
checking for i586-alt-linux-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 (-lresolv)
configure: updating cache ../../../config.cache
configure: creating ./config.status
config.status: creating Makefile

make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod'
Building ./src/mod/Makefile... done.

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

make: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0'
+ make -j8

Making core eggdrop files...

make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c bg.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c chanprog.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c dns.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c language.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c botcmd.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c dccutil.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c botmsg.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c mem.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c match.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c botnet.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c misc_file.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c dcc.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c flags.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   \
'-DCCFLAGS="i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H  "' \
'-DLDFLAGS="i586-alt-linux-gcc "' \
'-DSTRIPFLAGS="touch"' -c ./main.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c rfc1459.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c modules.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c tcl.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c cmds.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c tls.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c net.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c misc.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c tcluser.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/compat'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H   -c base64.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/compat'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/compat'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H   -c explicit_bzero.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/compat'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c tclmisc.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/compat'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H   -c in6.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/compat'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c tclhash.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/md5'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H   -c md5c.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/md5'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/compat'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H   -c snprintf.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/compat'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/compat'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H   -c strlcpy.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/compat'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/compat'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H   -c inet_aton.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/compat'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/compat'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I../.. -I../.. -I../../src  -DHAVE_CONFIG_H   -c gethostbyname2.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/compat'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c userrec.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c tcldcc.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c userent.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -c users.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make linkstart && make link && make linkfinish
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/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 '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I.. -I..  -DHAVE_CONFIG_H   -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/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv md5/md5c.o compat/*.o `cat mod/mod.xlibs`
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'

Successful compile: eggdrop

make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src'

Making modules...

make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/compress.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././compress.mod/compress.c && mv -f compress.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/compress.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/console.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././console.mod/console.c && mv -f console.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/console.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/ctcp.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././ctcp.mod/ctcp.c && mv -f ctcp.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/ctcp.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/console.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../console.so ../console.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../console.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/console.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/compress.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../compress.so ../compress.o -lz -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../compress.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/compress.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/ctcp.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../ctcp.so ../ctcp.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../ctcp.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/ctcp.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/assoc.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././assoc.mod/assoc.c && mv -f assoc.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/assoc.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/blowfish.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././blowfish.mod/blowfish.c && mv -f blowfish.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/blowfish.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/assoc.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../assoc.so ../assoc.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../assoc.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/assoc.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/dns.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H    -DMAKING_MODS -c .././dns.mod/dns.c && mv -f dns.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/dns.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/blowfish.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../blowfish.so ../blowfish.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../blowfish.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/blowfish.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/ident.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././ident.mod/ident.c && mv -f ident.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/ident.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/dns.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../dns.so ../dns.o -lresolv -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../dns.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/dns.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/ident.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../ident.so ../ident.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../ident.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/ident.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/pbkdf2.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././pbkdf2.mod/pbkdf2.c && mv -f pbkdf2.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/pbkdf2.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/pbkdf2.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../pbkdf2.so ../pbkdf2.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../pbkdf2.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/pbkdf2.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/seen.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././seen.mod/seen.c && mv -f seen.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/seen.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/seen.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../seen.so ../seen.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../seen.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/seen.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/notes.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././notes.mod/notes.c && mv -f notes.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/notes.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/notes.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../notes.so ../notes.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../notes.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/notes.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/uptime.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././uptime.mod/uptime.c && mv -f uptime.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/uptime.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/uptime.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../uptime.so ../uptime.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../uptime.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/uptime.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/twitch.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././twitch.mod/twitch.c && mv -f twitch.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/twitch.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/twitch.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../twitch.so ../twitch.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../twitch.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/twitch.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/transfer.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././transfer.mod/transfer.c && mv -f transfer.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/transfer.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/transfer.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../transfer.so ../transfer.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../transfer.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/transfer.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/share.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././share.mod/share.c && mv -f share.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/share.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/share.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../share.so ../share.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../share.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/share.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/filesys.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././filesys.mod/filesys.c && mv -f filesys.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/filesys.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/filesys.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../filesys.so ../filesys.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../filesys.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/filesys.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/server.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././server.mod/server.c && mv -f server.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/server.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/server.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../server.so ../server.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../server.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/server.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/irc.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././irc.mod/irc.c && mv -f irc.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/irc.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/irc.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../irc.so ../irc.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../irc.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/irc.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/channels.mod'
i586-alt-linux-gcc -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H   -DMAKING_MODS -c .././channels.mod/channels.c && mv -f channels.o ../
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/channels.mod'
make[2]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/channels.mod'
i586-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic  -shared -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod  -DHAVE_CONFIG_H  -o ../../../channels.so ../channels.o -L/usr/lib -ltcl8.6 -lpthread -ltcl8.6 -lpthread -ltclstub8.6 -ldl  -lresolv  && touch ../../../channels.so
make[2]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod/channels.mod'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod'

All modules compiled.
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod'

Test run of ./eggdrop -v:
Eggdrop v1.9.0 (C) 1997 Robey Pointer (C) 1999-2021 Eggheads
Configure flags: '--build=i586-alt-linux' '--host=i586-alt-linux' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--disable-silent-rules' '--without-included-gettext' 'build_alias=i586-alt-linux' 'host_alias=i586-alt-linux' 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
Compiled with: handlen=32


Eggdrop successfully compiled:
-rwxr-xr-x 1 builder builder 1542188 Apr  1 10:14 eggdrop


Modules successfully compiled:
-rwxr-xr-x 1 builder builder  42648 Apr  1 10:14 assoc.so
-rwxr-xr-x 1 builder builder  54060 Apr  1 10:14 blowfish.so
-rwxr-xr-x 1 builder builder 371028 Apr  1 10:14 channels.so
-rwxr-xr-x 1 builder builder  48228 Apr  1 10:14 compress.so
-rwxr-xr-x 1 builder builder  41060 Apr  1 10:14 console.so
-rwxr-xr-x 1 builder builder  33232 Apr  1 10:14 ctcp.so
-rwxr-xr-x 1 builder builder  75556 Apr  1 10:14 dns.so
-rwxr-xr-x 1 builder builder 319176 Apr  1 10:14 filesys.so
-rwxr-xr-x 1 builder builder  35592 Apr  1 10:14 ident.so
-rwxr-xr-x 1 builder builder 439236 Apr  1 10:14 irc.so
-rwxr-xr-x 1 builder builder 103908 Apr  1 10:14 notes.so
-rwxr-xr-x 1 builder builder  16660 Apr  1 10:14 pbkdf2.so
-rwxr-xr-x 1 builder builder  59096 Apr  1 10:14 seen.so
-rwxr-xr-x 1 builder builder 278996 Apr  1 10:14 server.so
-rwxr-xr-x 1 builder builder 142896 Apr  1 10:14 share.so
-rwxr-xr-x 1 builder builder 114648 Apr  1 10:14 transfer.so
-rwxr-xr-x 1 builder builder  78288 Apr  1 10:14 twitch.so
-rwxr-xr-x 1 builder builder  34684 Apr  1 10:14 uptime.so


Now run "make install" to install your bot.

+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.20594
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/eggdrop-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/eggdrop-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd eggdrop-1.9.0
+ install -dm1770 /usr/src/tmp/eggdrop-buildroot/var/run/eggdrop
+ install -dm1770 /usr/src/tmp/eggdrop-buildroot/var/log/eggdrop
+ mkdir -p /usr/src/tmp/eggdrop-buildroot/usr/lib/eggdrop/
+ mkdir -p /usr/src/tmp/eggdrop-buildroot/usr/share/eggdrop
+ mkdir -p /usr/src/tmp/eggdrop-buildroot/usr/share/doc/eggdrop-1.9.0/
+ mkdir -p /usr/src/tmp/eggdrop-buildroot/usr/share/man/man1/
+ mkdir -p /usr/src/tmp/eggdrop-buildroot/var/log/eggdrop
+ make DEST=/usr/src/tmp/eggdrop-buildroot/usr/share/eggdrop install
make: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0'

Eggdrop v1.9.0 (C) 1997 Robey Pointer (C) 1999-2021 Eggheads
Configure flags: '--build=i586-alt-linux' '--host=i586-alt-linux' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--disable-silent-rules' '--without-included-gettext' 'build_alias=i586-alt-linux' 'host_alias=i586-alt-linux' 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
Compiled with: handlen=32

Installing in directory: '/usr/src/tmp/eggdrop-buildroot/usr/share/eggdrop'.

Copying new 'eggdrop' executable and creating symlink.
Creating 'modules-1.9.0' 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 '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod'
Copying module help files.
Creating 'help/msg' subdirectory.
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod'
Copying language files.
Creating 'language' subdirectory.
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod'
Copying module language files.
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/src/mod'
Creating skeletal filesystem subdirectories.
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/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 '/usr/src/RPM/BUILD/eggdrop-1.9.0/doc'
make[1]: Entering directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/scripts'
Creating 'scripts' subdirectory.
Copying scripts.
make[1]: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0/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 /usr/src/tmp/eggdrop-buildroot/usr/share/eggdrop before you proceed.

make: Leaving directory '/usr/src/RPM/BUILD/eggdrop-1.9.0'
+ mkdir -p /usr/src/tmp/eggdrop-buildroot/usr/lib
+ mv -f /usr/src/tmp/eggdrop-buildroot/usr/share/eggdrop/modules /usr/src/tmp/eggdrop-buildroot/usr/share/eggdrop/modules-1.9.0 /usr/src/tmp/eggdrop-buildroot/usr/lib/eggdrop
+ mkdir -p /usr/src/tmp/eggdrop-buildroot/usr/bin
+ mv -f /usr/src/tmp/eggdrop-buildroot/usr/share/eggdrop/eggdrop /usr/src/tmp/eggdrop-buildroot/usr/share/eggdrop/eggdrop-1.9.0 /usr/src/tmp/eggdrop-buildroot/usr/bin
+ install -pDm0755 /usr/src/RPM/SOURCES/eggdrop.init /usr/src/tmp/eggdrop-buildroot/etc/rc.d/init.d/eggdrop
+ install -m644 doc/man1/eggdrop.1 /usr/src/tmp/eggdrop-buildroot/usr/share/man/man1
+ rm -rf doc/man1
+ sed -i -e s,scripts/,/usr/share/eggdrop/scripts/,g -e s,help/,/usr/share/eggdrop/help/,g -e s,modules/,/usr/lib/eggdrop/modules/,g -e s,language/,/usr/share/eggdrop/language/,g -e s,text/,/usr/share/eggdrop/text/,g eggdrop.conf
+ install -pDm0755 eggdrop.conf /usr/src/tmp/eggdrop-buildroot/usr/share/eggdrop/eggdrop.conf
+ install -pDm0755 eggdrop.conf /usr/src/tmp/eggdrop-buildroot/var/lib/eggdrop/eggdrop.conf
+ install -pDm0644 /usr/src/RPM/SOURCES/eggdrop.README.ALT.UTF8 README.ALT.UTF8
+ install -dm1770 /usr/src/tmp/eggdrop-buildroot/var/lib/eggdrop/scripts
+ rm -rf /usr/src/tmp/eggdrop-buildroot/usr/share/eggdrop/doc
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/eggdrop-buildroot (auto)
mode of './usr/lib/eggdrop/modules-1.9.0/uptime.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/twitch.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/transfer.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/share.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/server.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/seen.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/pbkdf2.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/notes.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/irc.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/ident.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/filesys.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/dns.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/ctcp.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/console.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/compress.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/channels.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/blowfish.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib/eggdrop/modules-1.9.0/assoc.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/eggdrop-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/eggdrop-buildroot/ (default)
Compressing files in /usr/src/tmp/eggdrop-buildroot (auto)
Adjusting library links in /usr/src/tmp/eggdrop-buildroot
./usr/lib: (from <cmdline>:0)
./var/lib: (from <cmdline>:0)
Verifying ELF objects in /usr/src/tmp/eggdrop-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/eggdrop-1.9.0: uses non-LFS functions: __fxstat __xstat creat fcntl fopen freopen fseeko ftello open
verify-elf: WARNING: ./usr/lib/eggdrop/modules-1.9.0/uptime.so: uses non-LFS functions: __xstat fcntl
verify-elf: WARNING: ./usr/lib/eggdrop/modules-1.9.0/transfer.so: uses non-LFS functions: fopen fseeko ftello tmpfile
verify-elf: WARNING: ./usr/lib/eggdrop/modules-1.9.0/share.so: uses non-LFS functions: fopen tmpfile
verify-elf: WARNING: ./usr/lib/eggdrop/modules-1.9.0/notes.so: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/lib/eggdrop/modules-1.9.0/ident.so: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/lib/eggdrop/modules-1.9.0/filesys.so: uses non-LFS functions: __xstat fcntl fopen fseeko ftello ftruncate readdir tmpfile
verify-elf: WARNING: ./usr/lib/eggdrop/modules-1.9.0/dns.so: uses non-LFS functions: fopen
verify-elf: WARNING: ./usr/lib/eggdrop/modules-1.9.0/compress.so: uses non-LFS functions: __fxstat fopen mmap
verify-elf: WARNING: ./usr/lib/eggdrop/modules-1.9.0/channels.so: uses non-LFS functions: fopen
Hardlinking identical .pyc and .pyo files
Processing files: eggdrop-1.9.0-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.62709
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd eggdrop-1.9.0
+ DOCDIR=/usr/src/tmp/eggdrop-buildroot/usr/share/doc/eggdrop-1.9.0
+ export DOCDIR
+ rm -rf /usr/src/tmp/eggdrop-buildroot/usr/share/doc/eggdrop-1.9.0
+ /bin/mkdir -p /usr/src/tmp/eggdrop-buildroot/usr/share/doc/eggdrop-1.9.0
+ cp -prL doc/ABOUT doc/BANS doc/BOTNET doc/BUG-REPORT doc/COMPILE-GUIDE doc/CONTENTS doc/Changes0.6 doc/Changes0.7 doc/Changes0.9 doc/Changes1.0 doc/Changes1.1 doc/Changes1.2 doc/Changes1.3 doc/Changes1.4 doc/Changes1.5 doc/Changes1.6 doc/Changes1.8 doc/Changes1.9 doc/FAQ doc/FIRST-SCRIPT doc/IPV6 doc/KNOWN-PROBLEMS doc/MODULES doc/Makefile doc/Makefile.in doc/PARTYLINE doc/PATCH-HOWTO doc/PBKDF2 doc/TEXT-SUBSTITUTIONS doc/TLS doc/TRICKS doc/TWITCH doc/USERS doc/Versions doc/WEIRD-MESSAGES doc/html doc/settings doc/sphinx_source doc/tcl-commands.doc README README.ALT.UTF8 /usr/src/tmp/eggdrop-buildroot/usr/share/doc/eggdrop-1.9.0
+ chmod -R go-w /usr/src/tmp/eggdrop-buildroot/usr/share/doc/eggdrop-1.9.0
+ chmod -R a+rX /usr/src/tmp/eggdrop-buildroot/usr/share/doc/eggdrop-1.9.0
+ exit 0
warning: File listed twice: /usr/share/eggdrop/help
warning: File listed twice: /usr/share/eggdrop/help/msg
warning: File listed twice: /usr/share/eggdrop/help/set
warning: File listed twice: /usr/share/eggdrop/language
warning: File listed twice: /usr/share/eggdrop/scripts
warning: File listed twice: /usr/share/eggdrop/text
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6XbdJB
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell,tcl)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AEhYEA
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services,tcl)
shebang.req.files: executable script /usr/src/tmp/eggdrop-buildroot/usr/share/eggdrop/eggdrop-basic.conf is not executable
Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9coyKB
Requires: /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, libc.so.6 >= set:poiedc, libc.so.6(ALT_2.24), libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.11), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.2.5), libc.so.6(GLIBC_2.25), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libdl.so.2(GLIBC_2.0), libdl.so.2(GLIBC_2.1), libpthread.so.0(GLIBC_2.0), libresolv.so.2(GLIBC_2.0), libresolv.so.2(GLIBC_2.2), libtcl8.6.so >= set:nhYV5tZJaeHXQSVu8Pjf9leUmA6BWDdKXDSNSy6DdSvjqCwDheQoZfpeXMvAU4Pe3ix6WkgMVfEALBXT7Zk9ZLiFrNcdY9DAn5x33hpsRV5V2vnmWr7K991DIyFig3D9pq249zZwuOhHcNFabkZ0xWviaa2rWikvBNe, libz.so.1 >= set:khgtd6gPfmY2e, rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(SetVersions)
Requires(pre): /bin/sh, /usr/sbin/groupadd, /usr/sbin/useradd
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kI31NA
Creating eggdrop-debuginfo package
Processing files: eggdrop-debuginfo-1.9.0-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.S5cyAC
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5wcIlC
find-requires: running scripts (debuginfo)
Requires: eggdrop = 1.9.0-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libdl.so.2), debug(libpthread.so.0), debug(libresolv.so.2), debug(libtcl8.6.so), debug(libz.so.1)
Adding to eggdrop-debuginfo a strict dependency on eggdrop
Wrote: /usr/src/RPM/RPMS/i586/eggdrop-1.9.0-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/eggdrop-debuginfo-1.9.0-alt1.i586.rpm (w2.lzdio)
45.69user 7.99system 0:30.43elapsed 176%CPU (0avgtext+0avgdata 83052maxresident)k
0inputs+0outputs (0major+2886485minor)pagefaults 0swaps
49.64user 10.75system 0:37.32elapsed 161%CPU (0avgtext+0avgdata 109036maxresident)k
0inputs+0outputs (0major+3182292minor)pagefaults 0swaps