+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/catgirl-2.1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/catgirl-2.1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for catgirl-2.1 --- buffer.o --- --- chat.o --- --- command.o --- --- complete.o --- --- config.o --- --- edit.o --- --- filter.o --- --- handle.o --- --- buffer.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -std=c11 -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wno-gnu-case-range -Wno-gnu-conditional-omitted-operand -I/opt/pkg/include -D__EXTENSIONS__ -I/opt/pkg/include/ncursesw -D'OPENSSL_BIN="/opt/pkg/bin/openssl"' -I/opt/pkg/include -I/opt/pkg/include/ncurses -c buffer.c --- chat.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -std=c11 -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wno-gnu-case-range -Wno-gnu-conditional-omitted-operand -I/opt/pkg/include -D__EXTENSIONS__ -I/opt/pkg/include/ncursesw -D'OPENSSL_BIN="/opt/pkg/bin/openssl"' -I/opt/pkg/include -I/opt/pkg/include/ncurses -c chat.c --- command.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -std=c11 -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wno-gnu-case-range -Wno-gnu-conditional-omitted-operand -I/opt/pkg/include -D__EXTENSIONS__ -I/opt/pkg/include/ncursesw -D'OPENSSL_BIN="/opt/pkg/bin/openssl"' -I/opt/pkg/include -I/opt/pkg/include/ncurses -c command.c --- complete.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -std=c11 -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wno-gnu-case-range -Wno-gnu-conditional-omitted-operand -I/opt/pkg/include -D__EXTENSIONS__ -I/opt/pkg/include/ncursesw -D'OPENSSL_BIN="/opt/pkg/bin/openssl"' -I/opt/pkg/include -I/opt/pkg/include/ncurses -c complete.c --- config.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -std=c11 -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wno-gnu-case-range -Wno-gnu-conditional-omitted-operand -I/opt/pkg/include -D__EXTENSIONS__ -I/opt/pkg/include/ncursesw -D'OPENSSL_BIN="/opt/pkg/bin/openssl"' -I/opt/pkg/include -I/opt/pkg/include/ncurses -c config.c --- edit.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -std=c11 -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wno-gnu-case-range -Wno-gnu-conditional-omitted-operand -I/opt/pkg/include -D__EXTENSIONS__ -I/opt/pkg/include/ncursesw -D'OPENSSL_BIN="/opt/pkg/bin/openssl"' -I/opt/pkg/include -I/opt/pkg/include/ncurses -c edit.c --- filter.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -std=c11 -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wno-gnu-case-range -Wno-gnu-conditional-omitted-operand -I/opt/pkg/include -D__EXTENSIONS__ -I/opt/pkg/include/ncursesw -D'OPENSSL_BIN="/opt/pkg/bin/openssl"' -I/opt/pkg/include -I/opt/pkg/include/ncurses -c filter.c --- handle.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -std=c11 -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wno-gnu-case-range -Wno-gnu-conditional-omitted-operand -I/opt/pkg/include -D__EXTENSIONS__ -I/opt/pkg/include/ncursesw -D'OPENSSL_BIN="/opt/pkg/bin/openssl"' -I/opt/pkg/include -I/opt/pkg/include/ncurses -c handle.c --- command.o --- command.c: In function 'splitChunk': command.c:71:50: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 71 | (self.user ? 0 : network.userLen), (self.user ?: "*"), | ^ command.c:72:50: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 72 | (self.host ? 0 : network.hostLen), (self.host ?: "*"), | ^ command.c: In function 'commandQuit': command.c:174:27: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 174 | set(&self.quit, (params ?: "nyaa~")); | ^ command.c: In function 'commandDeop': command.c:278:41: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 278 | channelListMode(id, '-', 'o', (params ?: self.nick)); | ^ command.c: In function 'commandDevoice': --- complete.o --- complete.c: In function 'prepend': complete.c:74:16: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 74 | tail = (tail ?: node); | ^ complete.c: In function 'append': complete.c:83:16: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 83 | head = (head ?: node); | ^ --- edit.o --- edit.c: In function 'editReserve': edit.c:72:25: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 72 | size_t cap = (e->cap ?: 256); | ^ --- command.o --- command.c:290:41: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 290 | channelListMode(id, '-', 'v', (params ?: self.nick)); | ^ command.c: In function 'commandNS': command.c:365:34: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 365 | ircFormat("NS %s\r\n", (params ?: "HELP")); | ^ command.c: In function 'commandCS': command.c:370:34: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 370 | ircFormat("CS %s\r\n", (params ?: "HELP")); | ^ command.c: In function 'commandFilter': command.c:445:17: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 445 | (filter.cmd ?: ""), (filter.chan ?: ""), (filter.mesg ?: "") | ^ command.c:445:38: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 445 | (filter.cmd ?: ""), (filter.chan ?: ""), (filter.mesg ?: "") | ^ command.c:445:59: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 445 | (filter.cmd ?: ""), (filter.chan ?: ""), (filter.mesg ?: "") | ^ command.c:453:22: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 453 | (filters[i].cmd ?: ""), (filters[i].chan ?: ""), | ^ command.c:453:47: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 453 | (filters[i].cmd ?: ""), (filters[i].chan ?: ""), | ^ command.c:454:23: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 454 | (filters[i].mesg ?: "") | ^ command.c: In function 'commandUnfilter': command.c:467:36: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 467 | Brown, filter.mask, (filter.cmd ?: ""), (filter.chan ?: ""), | ^ command.c:467:57: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 467 | Brown, filter.mask, (filter.cmd ?: ""), (filter.chan ?: ""), | ^ command.c:468:17: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 468 | (filter.mesg ?: "") | ^ command.c: In function 'commandExec': command.c:497:39: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 497 | const char *shell = getenv("SHELL") ?: "/bin/sh"; | ^ command.c: In function 'commandHelp': command.c:522:63: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 522 | snprintf(buf, sizeof(buf), "%sp^COMMANDS$", (getenv("LESS") ?: "")); | ^ --- chat.o --- chat.c: In function 'main': chat.c:380:2: error: unknown type name 'sig_t' 380 | sig_t cursesWinch = signal(SIGWINCH, signalHandler); | ^~~~~ chat.c:380:22: warning: initialization of 'int' from 'void (*)(int)' makes integer from pointer without a cast [-Wint-conversion] 380 | sig_t cursesWinch = signal(SIGWINCH, signalHandler); | ^~~~~~ chat.c:490:4: error: called object 'cursesWinch' is not a function or function pointer 490 | cursesWinch(SIGWINCH); | ^~~~~~~~~~~ chat.c:380:8: note: declared here 380 | sig_t cursesWinch = signal(SIGWINCH, signalHandler); | ^~~~~~~~~~~ chat.c: At top level: cc1: note: unrecognized command-line option '-Wno-gnu-conditional-omitted-operand' may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option '-Wno-gnu-case-range' may have been intended to silence earlier diagnostics --- handle.o --- handle.c: In function 'handleReplyISupport': handle.c:304:39: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 304 | network.excepts = (msg->params[i] ?: "e")[0]; | ^ handle.c:306:37: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 306 | network.invex = (msg->params[i] ?: "I")[0]; | ^ handle.c: In function 'handleJoin': handle.c:359:20: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 359 | (msg->params[2] ?: ""), | ^ handle.c: In function 'handlePart': handle.c:391:50: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 391 | (msg->params[1] ? ": " : ""), (msg->params[1] ?: "") | ^ handle.c:396:50: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 396 | (msg->params[1] ? ": " : ""), (msg->params[1] ?: "") | ^ handle.c: In function 'handleKick': handle.c:413:50: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 413 | (msg->params[2] ? ": " : ""), (msg->params[2] ?: "") | ^ handle.c:418:50: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 418 | (msg->params[2] ? ": " : ""), (msg->params[2] ?: "") | ^ handle.c: In function 'handleQuit': handle.c:469:51: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 469 | (msg->params[0] ? ": " : ""), (msg->params[0] ?: "") | ^ handle.c:475:51: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 475 | (msg->params[0] ? ": " : ""), (msg->params[0] ?: "") | ^ handle.c: In function 'handleReplyUserModeIs': handle.c:737:58: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 737 | ptr, end, ", +%c%s%s", *ch, (name ? " " : ""), (name ?: "") | ^ handle.c: In function 'handleReplyChannelModeIs': handle.c:777:36: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 777 | *ch, (name ? " " : ""), (name ?: ""), | ^ handle.c:783:36: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 783 | *ch, (name ? " " : ""), (name ?: "") | ^ --- chat.o --- *** [chat.o] Error code 1 bmake: stopped in /home/pbulk/build/chat/catgirl/work/catgirl-2.1 --- handle.o --- handle.c: In function 'handleMode': handle.c:810:47: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 810 | set["-+"], *ch, (name ? " " : ""), (name ?: "") | ^ handle.c: In function 'handleErrorBanListFull': handle.c:967:26: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 967 | "%s", (msg->params[4] ?: msg->params[3]) | ^ handle.c: In function 'handleReplyWhoisIdle': handle.c:1072:40: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 1072 | time_t time = strtol((msg->params[3] ?: ""), NULL, 10); | ^ handle.c: In function 'handleReplyWhoisGeneric': handle.c:1114:65: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 1114 | msg->params[2], (msg->params[3] ? " " : ""), (msg->params[3] ?: "") | ^ handle.c: In function 'isMention': handle.c:1189:25: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 1189 | char b = (match[len] ?: ' '); | ^ --- complete.o --- complete.c: At top level: cc1: note: unrecognized command-line option '-Wno-gnu-conditional-omitted-operand' may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option '-Wno-gnu-case-range' may have been intended to silence earlier diagnostics --- edit.o --- edit.c: At top level: cc1: note: unrecognized command-line option '-Wno-gnu-conditional-omitted-operand' may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option '-Wno-gnu-case-range' may have been intended to silence earlier diagnostics --- command.o --- command.c: At top level: cc1: note: unrecognized command-line option '-Wno-gnu-conditional-omitted-operand' may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option '-Wno-gnu-case-range' may have been intended to silence earlier diagnostics --- handle.o --- handle.c: At top level: cc1: note: unrecognized command-line option '-Wno-gnu-conditional-omitted-operand' may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option '-Wno-gnu-case-range' may have been intended to silence earlier diagnostics 1 error bmake: stopped in /home/pbulk/build/chat/catgirl/work/catgirl-2.1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/chat/catgirl *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-bulktest/chat/catgirl