+ 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/cdb-0.75/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/cdb-0.75/work.log ===> Building for cdb-0.75 --- load --- --- compile --- --- systype --- --- cdbmake-12 --- --- compile --- ( cat warn-auto.sh; echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' ) > compile chmod 755 compile --- load --- ( cat warn-auto.sh; echo 'main="$1"; shift'; echo exec "`head -1 conf-ld`" '-o "$main" "$main".o ${1+"$@"}' ) > load --- cdbmake-12 --- cat warn-auto.sh cdbmake-12.sh | sed s}HOME}"`head -1 conf-home`"}g > cdbmake-12 --- systype --- ( cat warn-auto.sh; echo CC=\'`head -1 conf-cc`\'; echo LD=\'`head -1 conf-ld`\'; cat find-systype.sh; ) | sh > systype --- cdbmake-sv --- --- load --- chmod 755 load --- cdbmake-sv --- cat warn-auto.sh cdbmake-sv.sh | sed s}HOME}"`head -1 conf-home`"}g > cdbmake-sv --- rts --- --- cdbmake-12 --- chmod 755 cdbmake-12 --- cdbmake-sv --- chmod 755 cdbmake-sv --- rts --- cat warn-auto.sh rts.sh | sed s}HOME}"`head -1 conf-home`"}g > rts --- alloc.o --- --- auto-str.o --- --- rts --- chmod 755 rts --- auto-str.o --- ./compile auto-str.c --- alloc.o --- ./compile alloc.c --- buffer.o --- ./compile buffer.c --- alloc.o --- alloc.c:3:14: warning: conflicting types for built-in function 'malloc'; expected 'void *(long unsigned int)' [-Wbuiltin-declaration-mismatch] 3 | extern char *malloc(); | ^~~~~~ alloc.c:3:1: note: 'malloc' is declared in header '' 2 | #include "error.h" +++ |+#include 3 | extern char *malloc(); --- auto-str.o --- auto-str.c:8:6: warning: conflicting types for built-in function 'puts'; expected 'int(const char *)' [-Wbuiltin-declaration-mismatch] 8 | void puts(s) | ^~~~ auto-str.c:4:1: note: 'puts' is declared in header '' 3 | #include "exit.h" +++ |+#include 4 | auto-str.c:14:1: error: return type defaults to 'int' [-Wimplicit-int] 14 | main(argc,argv) | ^~~~ --- buffer_0.o --- --- auto-str.o --- *** [auto-str.o] Error code 1 bmake: stopped making "it" in /home/pbulk/build/databases/cdb/work/cdb-0.75 --- buffer_0.o --- ./compile buffer_0.c bmake: 1 error bmake: stopped making "it" in /home/pbulk/build/databases/cdb/work/cdb-0.75 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/databases/cdb *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/databases/cdb