=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/libmicro", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for libmicro-0.4.0 gmake[1]: Entering directory '/home/pbulk/work/benchmarks/libmicro/work/libMicro-0.4.0/bin-x86_64' gcc -c -O -DUSE_GETHRTIME -D_REENTRANT -D_REENTRANT ../libmicro.c -o libmicro.o gcc -c -O -DUSE_GETHRTIME -D_REENTRANT -D_REENTRANT ../libmicro_main.c -o libmicro_main.o gcc -c -O -DUSE_GETHRTIME -D_REENTRANT -D_REENTRANT ../benchmark_init.c -o benchmark_init.o gcc -c -O -DUSE_GETHRTIME -D_REENTRANT -D_REENTRANT ../benchmark_fini.c -o benchmark_fini.o ../libmicro.c: In function 'actual_main': ../libmicro.c:234:35: error: too many arguments to function 'sizetoint'; expected 0, have 1 234 | lm_optB = sizetoint(optarg); | ^~~~~~~~~ ~~~~~~ In file included from ../libmicro.c:60: ../libmicro.h:192:17: note: declared here 192 | int sizetoint(); | ^~~~~~~~~ ../libmicro.c:237:35: error: too many arguments to function 'sizetoint'; expected 0, have 1 237 | lm_optC = sizetoint(optarg); | ^~~~~~~~~ ~~~~~~ ../libmicro.h:192:17: note: declared here 192 | int sizetoint(); | ^~~~~~~~~ ../libmicro.c:240:35: error: too many arguments to function 'sizetoint'; expected 0, have 1 240 | lm_optD = sizetoint(optarg); | ^~~~~~~~~ ~~~~~~ ../libmicro.h:192:17: note: declared here 192 | int sizetoint(); | ^~~~~~~~~ ../libmicro.c:249:35: error: too many arguments to function 'sizetoint'; expected 0, have 1 249 | lm_optI = sizetoint(optarg); | ^~~~~~~~~ ~~~~~~ ../libmicro.h:192:17: note: declared here 192 | int sizetoint(); | ^~~~~~~~~ ../libmicro.c:261:35: error: too many arguments to function 'sizetoint'; expected 0, have 1 261 | lm_optP = sizetoint(optarg); | ^~~~~~~~~ ~~~~~~ ../libmicro.h:192:17: note: declared here 192 | int sizetoint(); | ^~~~~~~~~ ../libmicro.c:267:35: error: too many arguments to function 'sizetoint'; expected 0, have 1 267 | lm_optT = sizetoint(optarg); | ^~~~~~~~~ ~~~~~~ ../libmicro.h:192:17: note: declared here 192 | int sizetoint(); | ^~~~~~~~~ ../libmicro.c: In function 'worker_thread': ../libmicro.c:463:23: error: too many arguments to function 'benchmark_initworker'; expected 0, have 1 463 | r.re_errors = benchmark_initworker(arg); | ^~~~~~~~~~~~~~~~~~~~ ~~~ ../libmicro.h:141:9: note: declared here 141 | int benchmark_initworker(); | ^~~~~~~~~~~~~~~~~~~~ ../libmicro.c:497:16: error: too many arguments to function 'benchmark_finiworker'; expected 0, have 1 497 | (void) benchmark_finiworker(arg); | ^~~~~~~~~~~~~~~~~~~~ ~~~ ../libmicro.h:142:9: note: declared here 142 | int benchmark_finiworker(); | ^~~~~~~~~~~~~~~~~~~~ ../libmicro.c: At top level: ../libmicro.c:1040:1: error: conflicting types for 'sizetoll'; have 'long long int(const char *)' 1040 | sizetoll(const char *arg) | ^~~~~~~~ ../libmicro.h:191:17: note: previous declaration of 'sizetoll' with type 'long long int(void)' 191 | long long sizetoll(); | ^~~~~~~~ ../libmicro.c:1074:1: error: conflicting types for 'sizetoint'; have 'int(const char *)' 1074 | sizetoint(const char *arg) | ^~~~~~~~~ ../libmicro.h:192:17: note: previous declaration of 'sizetoint' with type 'int(void)' 192 | int sizetoint(); | ^~~~~~~~~ gcc -c -O -DUSE_GETHRTIME -D_REENTRANT -D_REENTRANT ../benchmark_initrun.c -o benchmark_initrun.o gcc -c -O -DUSE_GETHRTIME -D_REENTRANT -D_REENTRANT ../benchmark_finirun.c -o benchmark_finirun.o gcc -c -O -DUSE_GETHRTIME -D_REENTRANT -D_REENTRANT ../benchmark_initbatch.c -o benchmark_initbatch.o gmake[1]: *** [../Makefile.com:63: libmicro.o] Error 1 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory '/home/pbulk/work/benchmarks/libmicro/work/libMicro-0.4.0/bin-x86_64' gmake: *** [Makefile:78: default] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/libmicro *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/benchmarks/libmicro