+ 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/ttcp-1.12nb3/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/ttcp-1.12nb3/work.log ===> Building for ttcp-1.12nb3 cd /home/pbulk/build/benchmarks/ttcp/work && gcc ttcp.c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wl,-R/opt/pkg/lib -lsocket -lnsl -o ttcp && nroff -man ttcp.1 >ttcp.cat1 ttcp.c:152:1: error: return type defaults to 'int' [-Wimplicit-int] 152 | main(argc,argv) | ^~~~ ttcp.c: In function 'main': ttcp.c:231:17: error: implicit declaration of function 'bzero' [-Wimplicit-function-declaration] 231 | bzero((char *)&sinhim, sizeof(sinhim)); | ^~~~~ ttcp.c:231:17: warning: incompatible implicit declaration of built-in function 'bzero' [-Wbuiltin-declaration-mismatch] ttcp.c:246:25: error: implicit declaration of function 'bcopy' [-Wimplicit-function-declaration] 246 | bcopy(addr->h_addr,(char*)&addr_tmp, addr->h_length); | ^~~~~ ttcp.c:246:25: warning: incompatible implicit declaration of built-in function 'bcopy' [-Wbuiltin-declaration-mismatch] ttcp.c:399:36: error: implicit declaration of function 'read'; did you mean 'mread'? [-Wimplicit-function-declaration] 399 | while((cnt=read(0,buf,buflen)) > 0 && | ^~~~ | mread ttcp.c:404:29: error: implicit declaration of function 'write'; did you mean 'Nwrite'? [-Wimplicit-function-declaration] 404 | write(1,buf,cnt) == cnt) | ^~~~~ | Nwrite ttcp.c: At top level: ttcp.c:465:1: error: return type defaults to 'int' [-Wimplicit-int] 465 | pattern( cp, cnt ) | ^~~~~~~ ttcp.c: In function 'read_timer': ttcp.c:558:1: error: type of 'len' defaults to 'int' [-Wimplicit-int] 558 | read_timer(str,len) | ^~~~~~~~~~ ttcp.c: At top level: ttcp.c:749:1: error: return type defaults to 'int' [-Wimplicit-int] 749 | Nread( fd, buf, count ) | ^~~~~ ttcp.c:780:1: error: return type defaults to 'int' [-Wimplicit-int] 780 | Nwrite( fd, buf, count ) | ^~~~~~ ttcp.c: In function 'delay': ttcp.c:803:1: error: type of 'us' defaults to 'int' [-Wimplicit-int] 803 | delay(us) | ^~~~~ *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/ttcp *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/ttcp