=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/wm/bbrun", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] 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` bbrun.c: In function 'parseArguments': bbrun.c:127:3: warning: 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)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bbrun.c: In function 'updateHistory': bbrun.c:266:7: warning: 'strncpy' output may be truncated copying 256 bytes from a string of length 256 [-Wstringop-truncation] 266 | strncpy(history[historyLength - 1], transit, MAXCMDLEN); // put duplicate at the end | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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` gcc -L/opt/local/lib -Wl,-R/opt/local/lib -lintl -liconv -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -Wall -g -o bbrun bbrun.o ../wmgeneral/wmgeneral.o ../wmgeneral/misc.o ../wmgeneral/list.o -lXpm `gtk-config --libs`