+ 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/netris-0.52nb4/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/netris-0.52nb4/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for netris-0.52nb4 gcc -DINET6 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -g -O -c game.c gcc -DINET6 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -g -O -c curses.c gcc -DINET6 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -g -O -c shapes.c gcc -DINET6 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -g -O -c board.c curses.c: In function 'GetTermcapInfo': curses.c:131:13: error: implicit declaration of function 'tgetent'; did you mean 'getenv'? [-Wimplicit-function-declaration] 131 | if (tgetent(scratch, term) == 1) { | ^~~~~~~ | getenv curses.c:144:35: error: implicit declaration of function 'tgetstr'; did you mean 'tigetstr'? [-Wimplicit-function-declaration] 144 | term_vi = (char *)tgetstr("vi", &data); | ^~~~~~~ | tigetstr curses.c:144:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 144 | term_vi = (char *)tgetstr("vi", &data); | ^ curses.c:145:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 145 | term_ve = (char *)tgetstr("ve", &data); | ^ gcc -DINET6 -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -g -O -c util.c gmake: *** [Makefile:32: curses.o] Error 1 gmake: *** Waiting for unfinished jobs.... util.c:39:8: error: type defaults to 'int' in declaration of 'myRandSeed' [-Wimplicit-int] 39 | static myRandSeed = 1; | ^~~~~~~~~~ util.c: In function 'BlockSignals': util.c:303:24: error: implicit declaration of function 'sigmask' [-Wimplicit-function-declaration] 303 | sig |= sigmask(sig); | ^~~~~~~ util.c:309:18: error: implicit declaration of function 'sigblock' [-Wimplicit-function-declaration] 309 | *saved = sigblock(set); | ^~~~~~~~ util.c: In function 'RestoreSignals': util.c:320:26: error: implicit declaration of function 'sigsetmask'; did you mean 'sigstack'? [-Wimplicit-function-declaration] 320 | *saved = sigsetmask(*set); | ^~~~~~~~~~ | sigstack gmake: *** [Makefile:32: util.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/netris *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/netris