+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/catgirl-2.2nb1/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/catgirl-2.2nb1/work.log ===> Building for catgirl-2.2nb1 --- buffer.o --- --- chat.o --- --- command.o --- --- complete.o --- --- buffer.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -std=c11 -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wno-gnu-case-range -Wno-gnu-conditional-omitted-operand -I/opt/local/include -D__EXTENSIONS__ -DNCURSES_WIDECHAR -I/opt/local/include/ncurses -D'OPENSSL_BIN="/opt/local/bin/openssl"' -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -c buffer.c --- chat.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -std=c11 -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wno-gnu-case-range -Wno-gnu-conditional-omitted-operand -I/opt/local/include -D__EXTENSIONS__ -DNCURSES_WIDECHAR -I/opt/local/include/ncurses -D'OPENSSL_BIN="/opt/local/bin/openssl"' -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -c chat.c --- command.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -std=c11 -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wno-gnu-case-range -Wno-gnu-conditional-omitted-operand -I/opt/local/include -D__EXTENSIONS__ -DNCURSES_WIDECHAR -I/opt/local/include/ncurses -D'OPENSSL_BIN="/opt/local/bin/openssl"' -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -c command.c --- complete.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -std=c11 -Wall -Wextra -Wpedantic -Wmissing-prototypes -Wno-gnu-case-range -Wno-gnu-conditional-omitted-operand -I/opt/local/include -D__EXTENSIONS__ -DNCURSES_WIDECHAR -I/opt/local/include/ncurses -D'OPENSSL_BIN="/opt/local/bin/openssl"' -I/opt/local/include/ncurses -I/opt/local/include -I/usr/include -c complete.c --- chat.o --- chat.c: In function 'main': chat.c:382:9: error: unknown type name 'sig_t' 382 | sig_t cursesWinch = signal(SIGWINCH, signalHandler); | ^~~~~ --- command.o --- command.c: In function 'splitChunk': command.c:71:64: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 71 | (self.user ? 0 : network.userLen), (self.user ?: "*"), | ^ command.c:72:64: 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:34: 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:307:48: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 307 | channelListMode(id, '-', 'o', (params ?: self.nick)); | ^ command.c: In function 'commandDevoice': command.c:319:48: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 319 | channelListMode(id, '-', 'v', (params ?: self.nick)); | ^ command.c: In function 'commandNS': command.c:394:41: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 394 | ircFormat("NS %s\r\n", (params ?: "HELP")); | ^ command.c: In function 'commandCS': command.c:399:41: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 399 | ircFormat("CS %s\r\n", (params ?: "HELP")); | ^ command.c: In function 'commandFilter': command.c:475:38: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 475 | (filter.cmd ?: ""), (filter.chan ?: ""), (filter.mesg ?: "") | ^ command.c:475:59: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 475 | (filter.cmd ?: ""), (filter.chan ?: ""), (filter.mesg ?: "") | ^ command.c:475:80: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 475 | (filter.cmd ?: ""), (filter.chan ?: ""), (filter.mesg ?: "") | ^ command.c:483:50: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 483 | (filters[i].cmd ?: ""), (filters[i].chan ?: ""), | ^ command.c:483:75: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 483 | (filters[i].cmd ?: ""), (filters[i].chan ?: ""), | ^ command.c:484:51: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 484 | (filters[i].mesg ?: "") | ^ command.c: In function 'commandUnfilter': command.c:497:50: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 497 | Brown, filter.mask, (filter.cmd ?: ""), (filter.chan ?: ""), | ^ command.c:497:71: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 497 | Brown, filter.mask, (filter.cmd ?: ""), (filter.chan ?: ""), | ^ command.c:498:31: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 498 | (filter.mesg ?: "") | ^ --- chat.o --- chat.c:382:29: warning: initialization of 'int' from 'void (*)(int)' makes integer from pointer without a cast [-Wint-conversion] 382 | sig_t cursesWinch = signal(SIGWINCH, signalHandler); | ^~~~~~ chat.c:492:25: error: called object 'cursesWinch' is not a function or function pointer 492 | cursesWinch(SIGWINCH); | ^~~~~~~~~~~ chat.c:382:15: note: declared here 382 | sig_t cursesWinch = signal(SIGWINCH, signalHandler); | ^~~~~~~~~~~ --- command.o --- command.c: In function 'commandExec': --- chat.o --- 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:527:46: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 527 | const char *shell = getenv("SHELL") ?: "/bin/sh"; | ^ command.c: In function 'commandHelp': command.c:552:70: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 552 | snprintf(buf, sizeof(buf), "%sp^COMMANDS$", (getenv("LESS") ?: "")); | ^ --- complete.o --- complete.c: In function 'prepend': complete.c:74:23: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 74 | tail = (tail ?: node); | ^ complete.c: In function 'append': complete.c:83:23: warning: ISO C forbids omitting the middle term of a '?:' expression [-Wpedantic] 83 | head = (head ?: node); | ^ --- chat.o --- *** [chat.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/chat/catgirl/work/catgirl-2.2 --- complete.o --- 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 --- 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 bmake: 1 error bmake: stopped making "all" in /home/pbulk/build/chat/catgirl/work/catgirl-2.2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-2024Q4-x86_64/chat/catgirl *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-2024Q4-x86_64/chat/catgirl