+ 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/bbrun-1.3nb7/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bbrun-1.3nb7/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for bbrun-1.3nb7 gcc -c -O2 -Wall bbrun.c -o bbrun.o `gtk-config --cflags` gcc -c -O2 -Wall ../wmgeneral/wmgeneral.c -o ../wmgeneral/wmgeneral.o `gtk-config --cflags` gcc -c -O2 -Wall ../wmgeneral/misc.c -o ../wmgeneral/misc.o `gtk-config --cflags` gcc -c -O2 -Wall ../wmgeneral/list.c -o ../wmgeneral/list.o `gtk-config --cflags` bbrun.c: In function 'parseArguments': bbrun.c:127:3: error: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 127 | bzero(historyFilename, MAXPATHLEN + 1); | ^~~~~ bbrun.c:127:3: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] bbrun.c: In function 'updateHistory': bbrun.c:235:3: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] 235 | bzero(transit, MAXCMDLEN + 1); | ^~~~~ bbrun.c: In function 'callback': bbrun.c:324:20: warning: comparison with string literal results in unspecified behavior [-Waddress] 324 | if ((char *)data == "ok") // else cancel | ^~ bbrun.c: In function 'main': bbrun.c:59:7: warning: 'strncat' specified bound 2 equals source length [-Wstringop-overflow=] 59 | strncat(command, " &", 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~ bbrun.c:100:15: warning: 'strncat' specified bound 2 equals source length [-Wstringop-overflow=] 100 | strncat(command, " &", 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~ bbrun.c: In function 'parseArguments': bbrun.c:159:5: warning: 'strncat' specified bound 15 equals source length [-Wstringop-overflow=] 159 | strncat(historyFilename, DEFAULT_HIST_FILENAME, strlen(DEFAULT_HIST_FILENAME)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gmake: *** [Makefile:10: bbrun.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/wm/bbrun *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/wm/bbrun