==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: epic4 2.10.11-2 (Thu Jul 17 00:26:23 2025)
==> Retrieving sources...
  -> Found epic4-2.10.11.tar.xz
  -> Found test-cflags.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    epic4-2.10.11.tar.xz ... Passed
    test-cflags.patch ... Passed
==> Making package: epic4 2.10.11-2 (Thu Jul 17 00:26:30 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (1) tcl-8.6.16-1

Total Installed Size:  7.19 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing tcl...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found epic4-2.10.11.tar.xz
  -> Found test-cflags.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting epic4-2.10.11.tar.xz with bsdtar
==> Starting prepare()...
patching file Makefile.in
==> Starting build()...
creating cache ./config.cache
this is ircii version EPIC4-2.10.11

checking for gcc... gcc
checking whether the C compiler (gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now) works... yes
checking whether the C compiler (gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for POSIXized ISC... no
checking for AIX... no
checking for qnx... no
checking for socket in -lsocket... no
checking whether to include SSL support... yes
checking for socket in -linet... no
checking for gethostname in -lnsl... yes
checking for getpwnam in -lsun... no
checking for inet_addr in -ldgc... no
checking for gethostbyname in -lresolv... yes
checking for crypt in -lcrypt... yes
checking for pow in -lm... yes
checking whether you want to use termcap... no
checking for setupterm in -lncurses... yes
checking for fcntl.h... yes
checking for netdb.h... yes
checking for regex.h... yes
checking for sys/fcntl.h... yes
checking for sys/file.h... yes
checking for sys/select.h... yes
checking for sys/syslimits.h... no
checking for sys/un.h... yes
checking for sys/time.h... yes
checking for termcap.h... yes
checking for sys/filio.h... no
checking for sys/sysctl.h... no
checking for inttypes.h... yes
checking for stdint.h... yes
checking for term.h... yes
checking for setupterm... yes
checking for uname... yes
checking for setenv... yes
checking for unsetenv... yes
checking for killpg... yes
checking for gettimeofday... yes
checking for getpass... yes
checking for strtoul... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for sysconf... yes
checking for fpathconf... yes
checking for strerror... yes
checking for memmove... yes
checking for setsid... yes
checking for getlogin... yes
checking for fchdir... yes
checking for realpath... yes
checking for hstrerror... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for sysctlbyname... no
checking for getservbyport... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for clock_gettime... yes
checking for atoll... yes
checking for strtoll... yes
checking for atoq... no
checking for finite... yes
checking for isfinite... no
checking for tparm... yes
checking whether term.h works by itself... no
checking whether term.h requires termio.h and curses.h... no
checking for ANSI C header files... no
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking return type of signal handlers... void
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for intptr_t in inttypes.h or stdint.h... yes
checking for socklen_t... yes
checking whether sys/types.h defines fd_set... yes
checking for struct linger... yes
checking for getpgid... yes
checking for getpgrp... yes
checking whether getpgrp takes no argument... no
checking for useful SO_SNDLOWAT... no
checking for useful realpath... no
checking for sys_siglist declaration... no
generating a list of signal names...
checking size of long long... 0
checking size of unsigned int... 0
checking size of unsigned long... 0
checking to see if your struct sockaddr includes a length field... no
checking whether to support ipv6... yes
checking for struct sockaddr_storage... no
checking for struct sockaddr_in6... yes
checking for struct addrinfo... yes
checking to see if your getaddrinfo supports AF_UNIX... no. ugh
checking whether to support SOCKS... no
checking whether to support SOCKS5... no
checking for perl... /usr/bin/perl
checking whether to support Perl... yes
checking whether to support Tcl... yes (8.6)
checking whether to support bounds checking gcc... no
checking whether to turn on FreeBSD WARNS-like compiler warnings... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating source/Makefile
creating source/info.c.sh
creating include/defs.h

There you go.  Look at include/config.h for any options that 
you might want to change before you 'make'.  Don't forget to 
do a 'make install' before you're done.

make[1]: Entering directory '/build/epic4/src/epic4-2.10.11/source'
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c wserv.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c ircsig.c
make[1]: Entering directory '/build/epic4/src/epic4-2.10.11/source'
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c alias.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c gailib.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c alist.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c array.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c clock.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c commands.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c compat.c
wserv.c: In function 'main':
wserv.c:153:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
wserv.c:160:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
wserv.c: In function 'ignore':
wserv.c:173:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
wserv.c: In function 'term_resize':
wserv.c:287:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c crypt.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c ctcp.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c dcc.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o wserv4 wserv.o ircsig.o gailib.o -L/usr/lib -ltcl8.6 -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.42/core_perl/CORE -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -fstack-protector-strong -L/usr/lib/db5.3  -L/usr/lib/perl5/5.42/core_perl/CORE -lperl -lpthread -ldl -lm -lcrypt -lutil -lc
compat.c: In function 'bsd_arc4_stir':
compat.c:1055:3: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c debug.c
make[1]: Leaving directory '/build/epic4/src/epic4-2.10.11/source'
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c exec.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c files.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c flood.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c functions.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c glob.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c help.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c history.c
exec.c: In function 'execcmd':
exec.c:510:4: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result]
exec.c:511:4: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result]
exec.c: In function 'text_to_process':
exec.c:958:2: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c hook.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c if.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c ignore.c
help.c: In function 'help_me':
help.c:462:4: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
help.c:474:4: warning: ignoring return value of 'fchdir' declared with attribute 'warn_unused_result' [-Wunused-result]
help.c: In function 'help_prompt.part.0':
help.c:211:30: warning: 'Help? ' directive output may be truncated writing 6 bytes into a region of size between 0 and 2049 [-Wformat-truncation=]
In file included from /usr/include/stdio.h:970,
                 from ./../include/irc_std.h:26,
                 from ./../include/irc.h:28,
                 from help.c:49:
In function 'snprintf',
    inlined from 'help_prompt.part.0' at help.c:211:4:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 7 or more bytes (assuming 2056) into a destination of size 2049
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~~       
commands.c: In function 'cd':
commands.c:464:2: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c input.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c ./irc.c      \
-DIRCLIB=\"/usr/share/epic/\"
dcc.c: In function 'DCC_close_filesend':
dcc.c:3291:4: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
In file included from /usr/include/stdio.h:970,
                 from ./../include/irc_std.h:26,
                 from ./../include/irc.h:28,
                 from dcc.c:36:
In function 'snprintf',
    inlined from 'DCC_close_filesend' at dcc.c:3290:2:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 3 and 12 bytes into a destination of size 10
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~~       
dcc.c: In function 'DCC_close_filesend':
dcc.c:3296:47: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
In function 'snprintf',
    inlined from 'DCC_close_filesend' at dcc.c:3296:2:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 3 and 12 bytes into a destination of size 10
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~~       
dcc.c: In function 'DCC_close_filesend':
dcc.c:3300:47: warning: '%2.6g' directive output may be truncated writing between 2 and 13 bytes into a region of size 10 [-Wformat-truncation=]
dcc.c:3300:47: note: assuming directive output of 12 bytes
In function 'snprintf',
    inlined from 'DCC_close_filesend' at dcc.c:3300:2:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 3 and 14 bytes into a destination of size 10
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~~       
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c ircaux.c
In function 'show_numeric_list',
    inlined from 'show_numeric_list' at hook.c:615:12,
    inlined from 'oncmd' at hook.c:1285:10:
hook.c:624:29: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
In file included from /usr/include/stdio.h:970,
                 from ./../include/irc_std.h:26,
                 from ./../include/irc.h:28,
                 from hook.c:37:
In function 'snprintf',
    inlined from 'show_numeric_list' at hook.c:624:3,
    inlined from 'show_numeric_list' at hook.c:615:12,
    inlined from 'oncmd' at hook.c:1285:10:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 4 and 5 bytes into a destination of size 4
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~~       
In function 'add_numeric_hook',
    inlined from 'add_hook' at hook.c:382:3,
    inlined from 'oncmd' at hook.c:1232:4:
hook.c:343:46: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
In function 'snprintf',
    inlined from 'add_numeric_hook' at hook.c:343:3,
    inlined from 'add_hook' at hook.c:382:3,
    inlined from 'oncmd' at hook.c:1232:4:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 4 and 5 bytes into a destination of size 4
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~~       
hook.c: In function 'do_stack_on':
hook.c:1482:7: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
In function 'snprintf',
    inlined from 'do_stack_on' at hook.c:1481:6:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 4 and 5 bytes into a destination of size 4
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~~       
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c keys.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c lastlog.c
./irc.c: In function 'main':
./irc.c:1188:4: warning: ignoring return value of 'freopen' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c list.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c log.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c logfiles.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c mail.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c names.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c network.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c newio.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c notice.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c notify.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c numbers.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c output.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c parse.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c queue.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c reg.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c screen.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c server.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c ssl.c
ircaux.c: In function 'exec_pipe':
ircaux.c:1236:3: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result]
ircaux.c:1237:3: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result]
ircaux.c: In function 'open_exec':
ircaux.c:1345:4: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result]
ircaux.c:1346:4: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result]
ircaux.c: In function 'open_compression':
ircaux.c:1417:4: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result]
ircaux.c:1418:4: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result]
ircaux.c: In function 'randd':
ircaux.c:3245:2: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c status.c
numbers.c: In function 'numbered_command':
numbers.c:1179:26: warning: '%%' directive output may be truncated writing 1 byte into a region of size between 0 and 18 [-Wformat-truncation=]
In file included from /usr/include/stdio.h:970,
                 from ./../include/irc_std.h:26,
                 from ./../include/irc.h:28,
                 from numbers.c:38:
In function 'snprintf',
    inlined from 'numbered_command' at numbers.c:1179:5:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 16 and 34 bytes into a destination of size 25
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~~       
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c term.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c timer.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c translat.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c ./vars.c   \
-DWSERV_PATH=\"/usr/libexec/wserv4\"
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c who.c
functions.c: In function 'function_randread':
functions.c:4688:2: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
functions.c:4689:2: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
functions.c:4693:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c window.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c words.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include  -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/include/db5.3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -I/usr/lib/perl5/5.42/core_perl/CORE  -c ./perl.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include  -I./../include -I../include -c tcl.c
screen.c: In function 'create_additional_screen':
screen.c:2837:4: warning: ignoring return value of 'setuid' declared with attribute 'warn_unused_result' [-Wunused-result]
screen.c:2838:4: warning: ignoring return value of 'setgid' declared with attribute 'warn_unused_result' [-Wunused-result]
who.c: In function 'whoreply':
who.c:538:5: warning: 's (' directive output may be truncated writing 3 bytes into a region of size between 1 and 19 [-Wformat-truncation=]
In file included from /usr/include/stdio.h:970,
                 from ./../include/irc_std.h:26,
                 from ./../include/irc.h:28,
                 from who.c:35:
In function 'snprintf',
    inlined from 'whoreply' at who.c:537:7:
/usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output between 28 and 46 bytes into a destination of size 40
   68 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   69 |                                    __glibc_objsize (__s), __fmt,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   70 |                                    __va_arg_pack ());
      |                                    ~~~~~~~~~~~~~~~~~~       
sh info.c.sh
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include -I./../include -I../include -c info.c
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o epic alias.o alist.o array.o clock.o commands.o compat.o crypt.o ctcp.o dcc.o debug.o exec.o files.o flood.o functions.o gailib.o glob.o help.o history.o hook.o if.o ignore.o input.o irc.o ircaux.o ircsig.o keys.o lastlog.o list.o log.o logfiles.o mail.o names.o network.o newio.o notice.o notify.o numbers.o output.o parse.o queue.o reg.o screen.o server.o ssl.o status.o term.o timer.o translat.o vars.o who.o window.o words.o perl.o tcl.o  info.o -L/usr/lib -ltcl8.6 -lncurses  -lssl -lcrypto -lnsl -lresolv -lcrypt -lm -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.42/core_perl/CORE -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -fstack-protector-strong -L/usr/lib/db5.3  -L/usr/lib/perl5/5.42/core_perl/CORE -lperl -lpthread -ldl -lm -lcrypt -lutil -lc
rm -f info.c info.o
make[1]: Leaving directory '/build/epic4/src/epic4-2.10.11/source'
==> Entering fakeroot environment...
==> Starting package()...
umask 022; \
./mkinstalldirs /build/epic4/pkg/epic4/usr/share/epic /build/epic4/pkg/epic4/usr/share/epic/script \
	/build/epic4/pkg/epic4/usr/share/epic/help /build/epic4/pkg/epic4/usr/bin /build/epic4/pkg/epic4/usr/bin \
	/build/epic4/pkg/epic4/usr/share/man/man1
gcc -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -DHAVE_STRUCT_SOCKADDR_STORAGE -std=gnu17 -I/usr/include -c ./test.c
make[1]: Entering directory '/build/epic4/src/epic4-2.10.11/source'
make[1]: 'wserv4' is up to date.
make[1]: Leaving directory '/build/epic4/src/epic4-2.10.11/source'
mkdir /build/epic4/pkg/epic4/usr
mkdir /build/epic4/pkg/epic4/usr/share
mkdir /build/epic4/pkg/epic4/usr/share/epic
make[1]: Entering directory '/build/epic4/src/epic4-2.10.11/source'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/epic4/src/epic4-2.10.11/source'
mkdir /build/epic4/pkg/epic4/usr/share/epic/script
mkdir /build/epic4/pkg/epic4/usr/share/epic/help
mkdir /build/epic4/pkg/epic4/usr/bin
mkdir /build/epic4/pkg/epic4/usr/share/man
mkdir /build/epic4/pkg/epic4/usr/share/man/man1
./bsdinstall -c -m 644 ./doc/epic.1 /build/epic4/pkg/epic4/usr/share/man/man1/epic.1
gcc test.o -o my_test
if ./my_test \( ! -f /build/epic4/pkg/epic4/usr/bin/epic-EPIC4-2.10.11 \) \
		-o source/epic -nt /build/epic4/pkg/epic4/usr/bin/epic-EPIC4-2.10.11; then \
	./bsdinstall -c -m 755 source/epic /build/epic4/pkg/epic4/usr/bin/epic-EPIC4-2.10.11;	\
	if ./my_test -f /build/epic4/pkg/epic4/usr/bin/epic.old; then \
		rm -f /build/epic4/pkg/epic4/usr/bin/epic.old; \
	fi; \
	if ./my_test -f /build/epic4/pkg/epic4/usr/bin/epic; then \
		mv /build/epic4/pkg/epic4/usr/bin/epic /build/epic4/pkg/epic4/usr/bin/epic.old; \
	fi; \
	rm -f /build/epic4/pkg/epic4/usr/bin/epic; \
	ln -s epic-EPIC4-2.10.11 /build/epic4/pkg/epic4/usr/bin/epic; \
fi
if ./my_test \( \! -f /build/epic4/pkg/epic4/usr/bin/wserv4 \) -o \
		source/wserv4 -nt /build/epic4/pkg/epic4/usr/bin/wserv4; then	\
	./bsdinstall -c -m 755 source/wserv4 /build/epic4/pkg/epic4/usr/bin/wserv4;	\
fi
for i in ./script/*; \
do \
	if ./my_test -f $i; then \
		if ./my_test -x $i; then \
			chmod a-x $i; \
		fi; \
		target=/build/epic4/pkg/epic4/usr/share/epic/script/`basename $i`; \
		if ./my_test -f $target; then \
			if ./my_test $i -nt $target; then \
				./bsdinstall -c -m 644 $i $target; \
			fi; \
		elif ./my_test -f $target.gz; then \
			if ./my_test $i -nt $target.gz; then \
				./bsdinstall -c -m 644 $i $target; \
				gzip -f $target; \
			fi; \
		else \
			./bsdinstall -c -m 644 $i $target; \
			if ./my_test -f /build/epic4/pkg/epic4/usr/share/epic/script/gzip-scripts; then \
				gzip -f $target; \
			fi; \
		fi; \
	fi; \
done
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "epic4"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: epic4 2.10.11-2 (Thu Jul 17 00:26:51 2025)
==> Cleaning up...