=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/chat/xaric", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for xaric-0.13.9 --- fset_gen.h --- --- vars_gen.h --- --- build.h --- --- vars_gen.h --- cat ./vars.c | sed -n -e "/\*--start--\*/,/\*--end--\*/ { s/^[^\"]*\"\([^\"]*\).*$/\1_VAR,/; s/\/\*[^*]*\*\///; p; }" > vars_gen.h --- fset_gen.h --- cat ./fset.c | sed -n -e "/\*--start--\*/,/\*--end--\*/ { s/^[^\"]*\"\([^\"]*\).*$/\1_FSET,/; s/\/\*[^*]*\*\///; p; }" > fset_gen.h --- all --- /opt/pkg/bin/bmake all-am --- xaric-alist.o --- --- xaric-cmd_modes.o --- --- xaric-ctcp.o --- --- xaric-dcc.o --- --- xaric-exec.o --- --- xaric-cmd_modes.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -Wall -ggdb3 -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -D_REENTRANT -MT xaric-cmd_modes.o -MD -MP -MF .deps/xaric-cmd_modes.Tpo -c -o xaric-cmd_modes.o `test -f 'cmd_modes.c' || echo './'`cmd_modes.c --- xaric-exec.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -Wall -ggdb3 -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -D_REENTRANT -MT xaric-exec.o -MD -MP -MF .deps/xaric-exec.Tpo -c -o xaric-exec.o `test -f 'exec.c' || echo './'`exec.c --- xaric-alist.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -Wall -ggdb3 -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -D_REENTRANT -MT xaric-alist.o -MD -MP -MF .deps/xaric-alist.Tpo -c -o xaric-alist.o `test -f 'alist.c' || echo './'`alist.c --- xaric-ctcp.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -Wall -ggdb3 -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -D_REENTRANT -MT xaric-ctcp.o -MD -MP -MF .deps/xaric-ctcp.Tpo -c -o xaric-ctcp.o `test -f 'ctcp.c' || echo './'`ctcp.c --- xaric-dcc.o --- gcc -DHAVE_CONFIG_H -I. -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -Wall -ggdb3 -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/usr/include -I/opt/pkg/include/ncurses -D_REENTRANT -MT xaric-dcc.o -MD -MP -MF .deps/xaric-dcc.Tpo -c -o xaric-dcc.o `test -f 'dcc.c' || echo './'`dcc.c dcc.c: In function 'dcc_getfile': dcc.c:850:11: warning: variable 'argument' set but not used [-Wunused-but-set-variable] 850 | char *argument = NULL; | ^~~~~~~~ dcc.c: In function 'register_dcc_offer': dcc.c:970:10: warning: variable 'packets' set but not used [-Wunused-but-set-variable] 970 | long packets = 0; | ^~~~~~~ dcc.c: In function 'process_incoming_file': dcc.c:1427:17: warning: variable 'type' set but not used [-Wunused-but-set-variable] 1427 | const char *type; | ^~~~ dcc.c: In function 'dcc_reject_notify': dcc.c:2164:29: error: passing argument 2 of 'add_ison_to_whois' from incompatible pointer type [-Wincompatible-pointer-types] 2164 | add_ison_to_whois(user, output_reject_ctcp); | ^~~~~~~~~~~~~~~~~~ | | | void (*)(char *, char *) In file included from dcc.h:21, from dcc.c:26: whois.h:45:32: note: expected 'void (*)(void)' but argument is of type 'void (*)(char *, char *)' 45 | void add_ison_to_whois(char *, void (*)()); | ^~~~~~~~~~ dcc.c:1837:13: note: 'output_reject_ctcp' declared here 1837 | static void output_reject_ctcp(char *notused, char *nicklist) | ^~~~~~~~~~~~~~~~~~ --- xaric-cmd_modes.o --- cmd_modes.c: In function 'userhost_ban': cmd_modes.c:237:11: warning: variable 'temp' set but not used [-Wunused-but-set-variable] 237 | char *temp; | ^~~~ --- xaric-dcc.o --- *** [xaric-dcc.o] Error code 1 bmake[1]: stopped making "all-am" in /home/pbulk/work/chat/xaric/work/xaric-0.13.9 --- xaric-exec.o --- exec.c: In function 'delete_process.isra': exec.c:402:25: warning: array subscript [0, 0] is outside array bounds of 'char *[1]' [-Warray-bounds=] 402 | say("Process %d (%s) terminated with signal %s (%d)", process, dead->name, sys_siglist[dead->termsig], | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 403 | dead->termsig); | ~~~~~~~~~~~~~~ In file included from exec.c:81: sig.inc:1:7: note: while referencing 'sys_siglist' 1 | char *sys_siglist[] = { "ZERO"}; | ^~~~~~~~~~~ --- xaric-alist.o --- mv -f .deps/xaric-alist.Tpo .deps/xaric-alist.Po --- xaric-ctcp.o --- ctcp.c: In function 'send_ctcp': ctcp.c:726:50: warning: '%s' directive output may be truncated writing up to 2048 bytes into a region of size 2046 [-Wformat-truncation=] 726 | snprintf(putbuf2, BIG_BUFFER_SIZE, "%c%s %s%c", CTCP_DELIM_CHAR, ctcp_cmd[datatag].name, putbuf, CTCP_DELIM_CHAR); | ^~ ~~~~~~ ctcp.c:726:9: note: 'snprintf' output 4 or more bytes (assuming 2052) into a destination of size 2048 726 | snprintf(putbuf2, BIG_BUFFER_SIZE, "%c%s %s%c", CTCP_DELIM_CHAR, ctcp_cmd[datatag].name, putbuf, CTCP_DELIM_CHAR); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- xaric-exec.o --- exec.c: In function 'cmd_exec': exec.c:818:49: warning: array subscript 1 is above array bounds of 'char *[1]' [-Warray-bounds=] 818 | if (!my_strnicmp(sys_siglist[sig], flag, len)) { | ~~~~~~~~~~~^~~~~ sig.inc:1:7: note: while referencing 'sys_siglist' 1 | char *sys_siglist[] = { "ZERO"}; | ^~~~~~~~~~~ --- xaric-ctcp.o --- mv -f .deps/xaric-ctcp.Tpo .deps/xaric-ctcp.Po --- xaric-cmd_modes.o --- mv -f .deps/xaric-cmd_modes.Tpo .deps/xaric-cmd_modes.Po --- xaric-exec.o --- mv -f .deps/xaric-exec.Tpo .deps/xaric-exec.Po bmake[1]: 1 error bmake[1]: stopped making "all-am" in /home/pbulk/work/chat/xaric/work/xaric-0.13.9 bmake: stopped making "all" in /home/pbulk/work/chat/xaric/work/xaric-0.13.9 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/chat/xaric *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/chat/xaric