+ 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/greed-3.4nb3/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/greed-3.4nb3/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for greed-3.4nb3 --- greed --- cc -DSCOREFILE=\"/opt/pkg/share/games/greed.hs\" -DNOTBSD -DRELEASE=\"3.4\" -o greed greed.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include/ncurses -DNOTBSD -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -lncurses -lncurses greed.c: In function 'main': greed.c:312:23: error: implicit declaration of function 'tunnel' [-Wimplicit-function-declaration] 312 | while ((val = tunnel(getch(), attribs)) > 0) /* main loop, gives tunnel() */ | ^~~~~~ greed.c: In function 'topscores': greed.c:628:20: error: implicit declaration of function 'tgetent'; did you mean 'getenv'? [-Wimplicit-function-declaration] 628 | if (new && tgetent(termbuf, getenv("TERM")) > 0) { | ^~~~~~~ | getenv greed.c:629:26: error: implicit declaration of function 'tgetstr'; did you mean 'tigetstr'? [-Wimplicit-function-declaration] 629 | boldon = tgetstr("so", &tptr); /* grab off inverse */ | ^~~~~~~ | tigetstr greed.c:629:24: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 629 | boldon = tgetstr("so", &tptr); /* grab off inverse */ | ^ greed.c:630:25: error: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 630 | boldoff = tgetstr("se", &tptr); /* video codes */ | ^ greed.c:644:25: error: implicit declaration of function 'tputs'; did you mean 'puts'? [-Wimplicit-function-declaration] 644 | tputs(boldon, 1, doputc); | ^~~~~ | puts *** [greed] Error code 1 bmake: stopped making "greed" in /home/pbulk/build/games/greed/work/greed-3.4 bmake: 1 error bmake: stopped making "greed" in /home/pbulk/build/games/greed/work/greed-3.4 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/greed *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/games/greed