=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/linpack-bench", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for linpack-bench-940225 (cd /tmp/work/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:101:15: error: too many arguments to function 'epslon'; expected 0, have 1 101 | eps = epslon((REAL)ONE); | ^~~~~~ linpack.c:61:14: note: declared here 61 | REAL epslon(),second(),kf; | ^~~~~~ 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: In function 'print_time': linpack.c:259:1: warning: old-style function definition [-Wold-style-definition] linpack.c: At top level: linpack.c:268:1: error: return type defaults to 'int' [-Wimplicit-int] 268 | matgen(a,lda,n,b,norma) | ^~~~~~ linpack.c: In function 'matgen': linpack.c:268:1: warning: old-style function definition [-Wold-style-definition] linpack.c: At top level: linpack.c:298:1: error: return type defaults to 'int' [-Wimplicit-int] 298 | dgefa(a,lda,n,ipvt,info) | ^~~~~ linpack.c: In function 'dgefa': linpack.c:298:1: warning: old-style function definition [-Wold-style-definition] linpack.c:366:29: error: too many arguments to function 'idamax'; expected 0, have 3 366 | l = idamax(n-k,&a[lda*k+k],1) + k; | ^~~~~~ ~~~ linpack.c:353:5: note: declared here 353 | int idamax(),j,k,kp1,l,nm1; | ^~~~~~ linpack.c: At top level: linpack.c:410:1: error: return type defaults to 'int' [-Wimplicit-int] 410 | dgesl(a,lda,n,ipvt,b,job) | ^~~~~ linpack.c: In function 'dgesl': linpack.c:410:1: warning: old-style function definition [-Wold-style-definition] linpack.c:511:29: error: too many arguments to function 'ddot'; expected 0, have 5 511 | t = ddot(k,&a[lda*k+0],1,&b[0],1); | ^~~~ ~ linpack.c:475:14: note: declared here 475 | REAL ddot(),t; | ^~~~ linpack.c:520:47: error: too many arguments to function 'ddot'; expected 0, have 5 520 | b[k] = b[k] + ddot(n-(k+1),&a[lda*k+k+1],1,&b[k+1],1); | ^~~~ ~~~~~~~ linpack.c:475:14: note: declared here 475 | REAL ddot(),t; | ^~~~ linpack.c: In function 'ddot': linpack.c:475:14: warning: old-style function definition [-Wold-style-definition] linpack.c:596:1: error: number of arguments doesn't match prototype 596 | { | ^ linpack.c:475:14: error: prototype declaration 475 | REAL ddot(),t; | ^~~~ linpack.c: In function 'idamax': linpack.c:353:5: warning: old-style function definition [-Wold-style-definition] 353 | int idamax(),j,k,kp1,l,nm1; | ^~~~~~ linpack.c:700:1: error: number of arguments doesn't match prototype 700 | { | ^ linpack.c:353:5: error: prototype declaration 353 | int idamax(),j,k,kp1,l,nm1; | ^~~~~~ linpack.c: In function 'epslon': linpack.c:61:14: warning: old-style function definition [-Wold-style-definition] 61 | REAL epslon(),second(),kf; | ^~~~~~ linpack.c:744:1: error: number of arguments doesn't match prototype 744 | { | ^ linpack.c:61:14: error: prototype declaration 61 | REAL epslon(),second(),kf; | ^~~~~~ linpack.c: At top level: linpack.c:785:1: error: return type defaults to 'int' [-Wimplicit-int] 785 | dmxpy (n1, y, n2, ldm, x, m) | ^~~~~ linpack.c: In function 'dmxpy': linpack.c:785:1: warning: old-style function definition [-Wold-style-definition] *** 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