+ 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/linpack-bench-940225/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/linpack-bench-940225/work.log WARNING: [license.mk] Every package should define a LICENSE. ===> Building for linpack-bench-940225 (cd /home/pbulk/build/benchmarks/linpack-bench/work ; gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DROLL -DDP -o linpackd linpack.c -lm) linpack.c:56:1: error: return type defaults to 'int' [-Wimplicit-int] 56 | main () | ^~~~ linpack.c: In function 'main': linpack.c:74:9: error: implicit declaration of function 'matgen' [-Wimplicit-function-declaration] 74 | matgen(a,lda,n,b,&norma); | ^~~~~~ linpack.c:76:9: error: implicit declaration of function 'dgefa' [-Wimplicit-function-declaration] 76 | dgefa(a,lda,n,ipvt,&info); | ^~~~~ linpack.c:79:9: error: implicit declaration of function 'dgesl' [-Wimplicit-function-declaration] 79 | dgesl(a,lda,n,ipvt,b,0); | ^~~~~ linpack.c:92:9: error: implicit declaration of function 'dmxpy'; did you mean 'daxpy'? [-Wimplicit-function-declaration] 92 | dmxpy(n,b,n,lda,x,a); | ^~~~~ | daxpy linpack.c:120:9: error: implicit declaration of function 'print_time' [-Wimplicit-function-declaration] 120 | print_time(0); | ^~~~~~~~~~ linpack.c: At top level: linpack.c:259:1: error: return type defaults to 'int' [-Wimplicit-int] 259 | print_time (row) | ^~~~~~~~~~ linpack.c:268:1: error: return type defaults to 'int' [-Wimplicit-int] 268 | matgen(a,lda,n,b,norma) | ^~~~~~ linpack.c:298:1: error: return type defaults to 'int' [-Wimplicit-int] 298 | dgefa(a,lda,n,ipvt,info) | ^~~~~ linpack.c:410:1: error: return type defaults to 'int' [-Wimplicit-int] 410 | dgesl(a,lda,n,ipvt,b,job) | ^~~~~ linpack.c:785:1: error: return type defaults to 'int' [-Wimplicit-int] 785 | dmxpy (n1, y, n2, ldm, x, m) | ^~~~~ *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/linpack-bench *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/linpack-bench