+ 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/cddbd-1.3.1p1nb3/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cddbd-1.3.1p1nb3/work.log ===> Building for cddbd-1.3.1p1nb3 --- cddbd.o --- --- db.o --- --- fuzzy.o --- --- help.o --- --- cddbd.o --- gcc -O -c cddbd.c --- db.o --- gcc -O -c db.c --- fuzzy.o --- gcc -O -c fuzzy.c --- help.o --- gcc -O -c help.c --- inet.o --- gcc -O -c inet.c --- cddbd.o --- cddbd.c: In function 'cddbd_serve': cddbd.c:622:20: error: implicit declaration of function 'is_valid' [-Wimplicit-function-declaration] 622 | if(is_valid(args.buf)) { | ^~~~~~~~ --- db.o --- db.c: In function 'cddbd_update': db.c:378:41: error: implicit declaration of function 'unlink'; did you mean 'db_unlink'? [-Wimplicit-function-declaration] 378 | unlink(file); | ^~~~~~ | db_unlink db.c: In function 'cddbd_check_db': db.c:746:44: error: implicit declaration of function 'chown' [-Wimplicit-function-declaration] 746 | if(chown(file, db_uid, db_gid)) { | ^~~~~ db.c: In function 'is_blank': db.c:2245:31: error: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] 2245 | while(*buf != '\0' && isspace(*buf) && (!slash || (*buf == '/'))) | ^~~~~~~ db.c:39:1: note: include '' or provide a declaration of 'isspace' 38 | #include "patchlevel.h" +++ |+#include 39 | db.c: In function 'is_valid': db.c:2263:20: error: implicit declaration of function 'isprint' [-Wimplicit-function-declaration] 2263 | if(isprint(*buf) || is_space(*buf) || is_iso(*buf)) | ^~~~~~~ db.c:2263:20: note: include '' or provide a declaration of 'isprint' db.c: In function 'is_space': db.c:2282:24: warning: 'isspace' argument 1 type is 'unsigned int' where 'int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 2282 | return(isspace((unsigned int)c) && c != 0x0C); | ^~~~~~~~~~~~~~~ : note: built-in 'isspace' declared here --- inet.o --- inet.c: In function 'cddbd_stand': inet.c:378:17: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 378 | exit(QUIT_ERR); | ^~~~ inet.c:49:1: note: include '' or provide a declaration of 'exit' 48 | #include "cddbd.h" +++ |+#include 49 | inet.c:378:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 378 | exit(QUIT_ERR); | ^~~~ inet.c:378:17: note: include '' or provide a declaration of 'exit' inet.c:391:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 391 | exit(QUIT_ERR); | ^~~~ inet.c:391:17: note: include '' or provide a declaration of 'exit' inet.c:396:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 396 | exit(QUIT_ERR); | ^~~~ inet.c:396:17: note: include '' or provide a declaration of 'exit' inet.c:404:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 404 | exit(QUIT_ERR); | ^~~~ inet.c:404:17: note: include '' or provide a declaration of 'exit' inet.c:408:17: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 408 | exit(QUIT_OK); | ^~~~ inet.c:408:17: note: include '' or provide a declaration of 'exit' inet.c: In function 'sock_write': inet.c:1010:25: error: implicit declaration of function 'free' [-Wimplicit-function-declaration] 1010 | free(pbuf); | ^~~~ inet.c:1010:25: note: include '' or provide a declaration of 'free' inet.c:1010:25: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] inet.c:1010:25: note: include '' or provide a declaration of 'free' inet.c: In function 'sock_read': inet.c:1044:41: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 1044 | free(pbuf); | ^~~~ inet.c:1044:41: note: include '' or provide a declaration of 'free' *** [inet.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/audio/cddbd/work/cddbd-1.3.1 --- db.o --- *** [db.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/audio/cddbd/work/cddbd-1.3.1 --- cddbd.o --- *** [cddbd.o] Error code 1 bmake: stopped making "all" in /home/pbulk/build/audio/cddbd/work/cddbd-1.3.1 bmake: 3 errors bmake: stopped making "all" in /home/pbulk/build/audio/cddbd/work/cddbd-1.3.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/cddbd *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/cddbd