>>> eggdrop: Building main/eggdrop 1.10.0-r0 (using abuild 3.15.0_rc3-r3) started Tue, 20 May 2025 13:07:48 +0000 >>> eggdrop: Validating /home/buildozer/aports/main/eggdrop/APKBUILD... >>> eggdrop: Analyzing dependencies... >>> eggdrop: Installing for build: build-base openssl-dev>3 tcl-dev (1/6) Installing openssl-dev (3.5.0-r0) (2/6) Installing tzdata (2025b-r0) (3/6) Installing tcl (8.6.16-r0) (4/6) Installing zlib-dev (1.3.1-r2) (5/6) Installing tcl-dev (8.6.16-r0) (6/6) Installing .makedepends-eggdrop (20250520.130750) Executing busybox-1.37.0-r17.trigger OK: 412 MiB in 124 packages >>> eggdrop: Cleaning up srcdir >>> eggdrop: Cleaning up pkgdir >>> eggdrop: Cleaning up tmpdir >>> eggdrop: Fetching https://distfiles.alpinelinux.org/distfiles/edge/eggdrop-1.10.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> eggdrop: Fetching https://github.com/eggheads/eggdrop/releases/download/v1.10.0/eggdrop-1.10.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 2163k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2163k 100 2163k 0 0 3172k 0 --:--:-- --:--:-- --:--:-- 64.0M >>> eggdrop: Fetching https://distfiles.alpinelinux.org/distfiles/edge/eggdrop-1.10.0.tar.gz >>> eggdrop: Checking sha512sums... eggdrop-1.10.0.tar.gz: OK eggdrop-langdir.patch: OK utf8.patch: OK >>> eggdrop: Unpacking /var/cache/distfiles/edge/eggdrop-1.10.0.tar.gz... >>> eggdrop: eggdrop-langdir.patch patching file src/eggdrop.h Hunk #1 succeeded at 72 (offset 9 lines). >>> eggdrop: utf8.patch patching file src/tcl.c Hunk #1 succeeded at 1012 (offset 149 lines). 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-alpine-linux-musl-gcc... cc 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 the compiler supports GNU C... yes checking whether cc accepts -g... yes checking for cc option to enable C11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for sys/select.h... yes checking for sys/socket.h... yes checking for sys/param.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no 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 i586-alpine-linux-musl-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... no checking for mawk... no checking for nawk... no checking for awk... awk checking for basename... basename checking for uname... uname checking build system type... i586-alpine-linux-musl checking host system type... i586-alpine-linux-musl checking for a sed that does not truncate output... /bin/sed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for library containing gethostbyname... none required checking for library containing socket... none required checking whether cc is Clang... no checking whether pthreads work with "-pthread" and "-lpthread"... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for library containing dlopen... none required checking for tan in -lm... yes checking target system type... i586-alpine-linux-musl checking system type... Linux checking system release... 6.6.33-0-lts checking module loading capabilities... checking for dl.h... no checking for dlfcn.h... yes checking for loader.h... no checking for rld.h... no checking for mach-o/dyld.h... 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 for arpa/inet.h... yes checking for fcntl.h... yes checking for limits.h... yes checking for locale.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for stdio.h... (cached) yes checking for stdarg.h... yes checking for stddef.h... yes checking for sys/file.h... yes checking for sys/param.h... (cached) yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/time.h... yes checking for time.h... yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) 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 cc options needed to detect all undeclared functions... none needed 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 clock_gettime... yes checking for dprintf... yes checking for explicit_bzero... yes checking for memset_explicit... no checking for explicit_memset... no checking for getrandom... yes checking for inet_aton... yes checking for memset_s... no checking for snprintf... yes checking for strlcpy... yes checking for vsnprintf... yes checking types of arguments for select... int,fd_set *,struct timeval * checking for b64_ntop... no checking for b64_ntop with -lresolv... no checking for b64_ntop with -lnetwork... no checking for getpagesize... yes checking for working mmap... yes checking for Tcl linker... ${CC} ${CFLAGS} ${LDFLAGS} -shared checking for Tcl version... 8.6.16 checking for Tcl library flags... -L/usr/lib -ltcl8.6 -lz -lpthread checking for Tcl header flags... -I/usr/include checking whether C compiler accepts -Og... yes checking for system IPv6 support... 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... yes 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_sha1... yes checking for a2i_IPADDRESS... yes checking for EVP_md5... 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 for openssl/md5.h... yes checking for MD5_Init... yes checking for MD5_Update... yes checking for MD5_Final... yes 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 Operating System: Linux 6.6.33-0-lts IPv6 Support: yes Tcl version: 8.6.16 (threaded) SSL/TLS Support: yes (OpenSSL 3.5.0 8 Apr 2025) Threaded DNS core: yes 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. Detecting modules....................... done. Calculating dependencies...................... done. Building ./src/mod/Makefile... done. make[1]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod' Configuring module 'compress'. configure: creating cache ../../../config.cache checking for i586-alpine-linux-musl-gcc... cc 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 the compiler supports GNU C... yes checking whether cc accepts -g... yes checking for cc option to enable C11 features... none needed checking for gzopen in -lz... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... 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-alpine-linux-musl-gcc... (cached) cc 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 the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... (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 Configuring module 'python'. configure: loading cache ../../../config.cache checking for grep that handles long lines and -e... /bin/grep checking for fgrep... /bin/grep -F checking for python3-config... no checking for python3.12-config... no checking for python3.11-config... no checking for python3.10-config... no checking for python3.9-config... no checking for python3.8-config... no checking for python-config... no checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking python version is >= 3.8.0... no () configure: WARNING: Eggdrop requires python version 3.8.0 or higher There was an issue with your python installation. Please read python.mod/config.log for more details. The python module will be disabled. configure: updating cache ../../../config.cache configure: creating ./config.status config.status: creating Makefile make[1]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod' Building ./src/mod/Makefile... done. You can now compile the bot, using "make". Making core eggdrop files... make[1]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c bg.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c botcmd.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c botmsg.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c botnet.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c chanprog.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c cmds.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c dcc.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c dccutil.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c dns.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c flags.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c language.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c match.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include \ '-DCCFLAGS="cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include "' \ '-DLDFLAGS="cc -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lpthread"' \ '-DSTRIPFLAGS="touch"' -c ./main.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c mem.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c misc.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c misc_file.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c modules.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c net.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c rfc1459.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c tcl.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c tcldcc.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c tclhash.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c tclmisc.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c tcluser.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c tls.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c userent.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c userrec.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -c users.c make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/md5' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -I/usr/include -c md5c.c make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/compat' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -I/usr/include -c base64.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -I/usr/include -c explicit_bzero.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -I/usr/include -c in6.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -I/usr/include -c inet_aton.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -I/usr/include -c snprintf.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I../.. -I../.. -I../../src -DHAVE_CONFIG_H -I/usr/include -c strlcpy.c make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/compat' make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/md5' make linkstart && make link && make linkfinish make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.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 '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src' make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I.. -I.. -DHAVE_CONFIG_H -I/usr/include -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lpthread -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 -lz -lpthread -lssl -lcrypto md5/md5c.o compat/*.o `cat mod/mod.xlibs` make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src' make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src' Successful compile: eggdrop make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src' make[1]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src' Making modules... make[1]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod' make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/assoc.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././assoc.mod/assoc.c && mv -f assoc.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/channels.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././channels.mod/channels.c && mv -f channels.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/compress.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././compress.mod/compress.c && mv -f compress.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/console.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././console.mod/console.c && mv -f console.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/ctcp.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././ctcp.mod/ctcp.c && mv -f ctcp.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/blowfish.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././blowfish.mod/blowfish.c && mv -f blowfish.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/ident.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././ident.mod/ident.c && mv -f ident.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/filesys.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././filesys.mod/filesys.c && mv -f filesys.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/irc.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././irc.mod/irc.c && mv -f irc.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/dns.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././dns.mod/dns.c && mv -f dns.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/pbkdf2.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././pbkdf2.mod/pbkdf2.c && mv -f pbkdf2.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/seen.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././seen.mod/seen.c && mv -f seen.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/notes.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././notes.mod/notes.c && mv -f notes.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/transfer.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././transfer.mod/transfer.c && mv -f transfer.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/share.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././share.mod/share.c && mv -f share.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/server.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././server.mod/server.c && mv -f server.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/twitch.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././twitch.mod/twitch.c && mv -f twitch.o ../ make[2]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/uptime.mod' cc -fPIC -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -DMAKING_MODS -c .././uptime.mod/uptime.c && mv -f uptime.o ../ cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../dns.so ../dns.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../dns.so .././transfer.mod/transfer.c: In function 'raw_dcc_resend_send': .././transfer.mod/transfer.c:1031:65: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'off_t' {aka 'long long int'} [-Wformat=] 1031 | dprintf(DP_SERVER, "PRIVMSG %s :\001DCC %sSEND %s %s %d %lu\001\n", nick, | ~~^ | | | long unsigned int | %llu 1032 | resend ? "RE" : "", nfn, s, port, dccfilesize); | ~~~~~~~~~~~ | | | off_t {aka long long int} make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/dns.mod' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../ctcp.so ../ctcp.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../ctcp.so make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/ctcp.mod' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../ident.so ../ident.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../ident.so .././server.mod/server.c: In function 'server_5minutely': .././server.mod/server.c:2055:33: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'time_t' {aka 'long long int'} [-Wformat=] 2055 | dprintf(DP_MODE, "PING :%li\n", now); | ~~^ | | | long int | %lli cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../uptime.so ../uptime.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../uptime.so make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/ident.mod' make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/uptime.mod' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../compress.so ../compress.o -lz -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../compress.so cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../assoc.so ../assoc.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../assoc.so cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../console.so ../console.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../console.so cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../pbkdf2.so ../pbkdf2.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../pbkdf2.so make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/compress.mod' make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/assoc.mod' make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/console.mod' make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/pbkdf2.mod' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../seen.so ../seen.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../seen.so make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/seen.mod' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../twitch.so ../twitch.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../twitch.so make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/twitch.mod' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../blowfish.so ../blowfish.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../blowfish.so make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/blowfish.mod' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../notes.so ../notes.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../notes.so make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/notes.mod' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../transfer.so ../transfer.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../transfer.so make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/transfer.mod' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../share.so ../share.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../share.so make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/share.mod' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../filesys.so ../filesys.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../filesys.so cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../server.so ../server.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../server.so make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/filesys.mod' make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/server.mod' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../channels.so ../channels.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../channels.so make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/channels.mod' cc -Os -fstack-clash-protection -Wformat -Werror=format-security -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -shared -Os -fstack-clash-protection -Wformat -Werror=format-security -pipe -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -I/usr/include -o ../../../irc.so ../irc.o -L/usr/lib -ltcl8.6 -lz -lpthread -lssl -lcrypto && touch ../../../irc.so make[2]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod/irc.mod' All modules compiled. make[1]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod' Test run of ./eggdrop -v: Eggdrop v1.10.0 (C) 1997 Robey Pointer (C) 1999-2024 Eggheads Development Team Configure flags: '--build=i586-alpine-linux-musl' '--host=i586-alpine-linux-musl' '--prefix=/usr' '--with-tcllib=/usr/lib/libtcl8.6.so' '--with-tclinc=/usr/include/tcl.h' 'build_alias=i586-alpine-linux-musl' 'host_alias=i586-alpine-linux-musl' 'CC=cc' 'CFLAGS=-Os -fstack-clash-protection -Wformat -Werror=format-security' 'LDFLAGS=-Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs' Compiled with: IPv6, TLS, Threaded DNS core, handlen=32 Eggdrop successfully compiled: -rwxr-xr-x 1 buildozer buildozer 465384 May 20 13:08 eggdrop Modules successfully compiled: -rwxr-xr-x 1 buildozer buildozer 21200 May 20 13:08 assoc.so -rwxr-xr-x 1 buildozer buildozer 25496 May 20 13:08 blowfish.so -rwxr-xr-x 1 buildozer buildozer 126944 May 20 13:08 channels.so -rwxr-xr-x 1 buildozer buildozer 21748 May 20 13:08 compress.so -rwxr-xr-x 1 buildozer buildozer 21468 May 20 13:08 console.so -rwxr-xr-x 1 buildozer buildozer 17172 May 20 13:08 ctcp.so -rwxr-xr-x 1 buildozer buildozer 15520 May 20 13:08 dns.so -rwxr-xr-x 1 buildozer buildozer 91928 May 20 13:08 filesys.so -rwxr-xr-x 1 buildozer buildozer 17308 May 20 13:08 ident.so -rwxr-xr-x 1 buildozer buildozer 158900 May 20 13:08 irc.so -rwxr-xr-x 1 buildozer buildozer 39540 May 20 13:08 notes.so -rwxr-xr-x 1 buildozer buildozer 21772 May 20 13:08 pbkdf2.so -rwxr-xr-x 1 buildozer buildozer 21332 May 20 13:08 seen.so -rwxr-xr-x 1 buildozer buildozer 115496 May 20 13:08 server.so -rwxr-xr-x 1 buildozer buildozer 56844 May 20 13:08 share.so -rwxr-xr-x 1 buildozer buildozer 44324 May 20 13:08 transfer.so -rwxr-xr-x 1 buildozer buildozer 35040 May 20 13:08 twitch.so -rwxr-xr-x 1 buildozer buildozer 17104 May 20 13:08 uptime.so Now run "make install" to install your bot. >>> eggdrop: Entering fakeroot... Eggdrop v1.10.0 (C) 1997 Robey Pointer (C) 1999-2024 Eggheads Development Team Configure flags: '--build=i586-alpine-linux-musl' '--host=i586-alpine-linux-musl' '--prefix=/usr' '--with-tcllib=/usr/lib/libtcl8.6.so' '--with-tclinc=/usr/include/tcl.h' 'build_alias=i586-alpine-linux-musl' 'host_alias=i586-alpine-linux-musl' 'CC=cc' 'CFLAGS=-Os -fstack-clash-protection -Wformat -Werror=format-security' 'LDFLAGS=-Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs' Compiled with: IPv6, TLS, Threaded DNS core, handlen=32 Installing in directory: '/home/buildozer/aports/main/eggdrop/pkg/eggdrop/usr/share/eggdrop'. Copying new 'eggdrop' executable and creating symlink. Creating 'modules-1.10.0' subdirectory and symlink. Creating 'text' subdirectory. Copying language files. Copying help files. Creating 'language' subdirectory. Creating skeletal filesystem subdirectories. Creating 'logs' subdirectory. make[1]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/scripts' Copying new modules. Creating 'scripts' subdirectory. make[1]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/doc' Creating 'doc/man1' subdirectory. make[1]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod' Copying module help files. Copying scripts. make[1]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod' Copying module language files. Creating 'doc/html' subdirectory. Creating 'doc/html/about' subdirectory. Creating 'doc/html/install' subdirectory. libfakeroot internal error: payload not recognized! Creating 'doc/html/modules' subdirectory. Creating 'doc/html/tutorials' subdirectory. Creating 'help/msg' subdirectory. Creating 'doc/html/using' subdirectory. Creating 'doc/html/_static' subdirectory. make[1]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/scripts' Creating 'doc/settings' subdirectory. make[1]: Entering directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod' make[1]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod' make[1]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod' Copying docs. make[1]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/src/mod' make[1]: Leaving directory '/home/buildozer/aports/main/eggdrop/src/eggdrop-1.10.0/doc' 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/buildozer/aports/main/eggdrop/pkg/eggdrop/usr/share/eggdrop before you proceed. >>> eggdrop-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/main/eggdrop/pkg/eggdrop-doc/usr/share/doc' 'usr/share/man' -> '/home/buildozer/aports/main/eggdrop/pkg/eggdrop-doc/usr/share/man' >>> eggdrop-doc*: Preparing subpackage eggdrop-doc... >>> eggdrop-doc*: Running postcheck for eggdrop-doc >>> eggdrop*: Running postcheck for eggdrop >>> eggdrop*: Preparing package eggdrop... >>> eggdrop*: Stripping binaries >>> eggdrop-doc*: Scanning shared objects >>> eggdrop*: Scanning shared objects >>> WARNING: eggdrop-doc*: The -doc subpackage is unusually large, consider splitting it >>> eggdrop-doc*: Tracing dependencies... >>> eggdrop-doc*: Package size: 2.3 MB >>> eggdrop-doc*: Compressing data... >>> eggdrop-doc*: Create checksum... >>> eggdrop-doc*: Create eggdrop-doc-1.10.0-r0.apk >>> eggdrop*: Tracing dependencies... so:libc.musl-x86.so.1 so:libcrypto.so.3 so:libssl.so.3 so:libtcl8.6.so so:libz.so.1 >>> eggdrop*: Package size: 1.6 MB >>> eggdrop*: Compressing data... >>> eggdrop*: Create checksum... >>> eggdrop*: Create eggdrop-1.10.0-r0.apk >>> eggdrop: Build complete at Tue, 20 May 2025 13:08:21 +0000 elapsed time 0h 0m 33s >>> eggdrop: Cleaning up srcdir >>> eggdrop: Cleaning up pkgdir >>> eggdrop: Uninstalling dependencies... (1/6) Purging .makedepends-eggdrop (20250520.130750) (2/6) Purging openssl-dev (3.5.0-r0) (3/6) Purging tcl-dev (8.6.16-r0) (4/6) Purging tcl (8.6.16-r0) (5/6) Purging tzdata (2025b-r0) (6/6) Purging zlib-dev (1.3.1-r2) Executing busybox-1.37.0-r17.trigger OK: 404 MiB in 118 packages >>> eggdrop: Updating the main/x86 repository index... >>> eggdrop: Signing the index...