=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/bytebench", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for bytebench-4.1.0nb13 Checking distribution of files ./pgms exists ./src exists ./testdir exists ./tmp exists ./results exists gcc -o ./pgms/arithoh -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DTIME -O2 -fomit-frame-pointer -ffast-math -Wall -Darithoh ./src/arith.c In file included from ./src/arith.c:34: ./src/timeit.c: In function 'wake_me': ./src/timeit.c:32:6: warning: old-style function definition [-Wold-style-definition] 32 | void wake_me(seconds, func) | ^~~~~~~ ./src/timeit.c:37:25: error: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] 37 | signal(SIGALRM, func); | ^~~~ | | | void (*)(void) In file included from /usr/include/signal.h:42, from ./src/timeit.c:29: /usr/include/iso/signal_iso.h:63:27: note: expected 'void (*)(int)' but argument is of type 'void (*)(void)' 63 | extern void (*signal(int, void (*)(int)))(int); | ^~~~~~~~~~~~~ ./src/arith.c: In function 'main': ./src/arith.c:47:5: warning: old-style function definition [-Wold-style-definition] 47 | int main(argc, argv) | ^~~~ ./src/arith.c: In function 'dumb_stuff': ./src/arith.c:84:5: warning: old-style function definition [-Wold-style-definition] 84 | int dumb_stuff(i) | ^~~~~~~~~~ *** Error code 1 Stop. bmake: stopped making "all" in /tmp/work/benchmarks/bytebench/work/unixbench-4.1.0 *** Error code 1 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/bytebench *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/bytebench