===> Building for ubench-0.32nb1 clang -pipe -Os -Wall -c signals.c signals.c:32:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void sigHandler(sig) ^ 1 warning generated. clang -pipe -Os -Wall -c cpubench.c cpubench.c:66:4: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value] x=abs(sqrt(y/(2.0+x))*(x*cos(atan(y/(3.0+x)))+y*sin(atan(y/(4.0+x))))); ^ cpubench.c:66:4: note: use function 'fabs' instead x=abs(sqrt(y/(2.0+x))*(x*cos(atan(y/(3.0+x)))+y*sin(atan(y/(4.0+x))))); ^~~ fabs cpubench.c:53:10: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned cpucalc(pmin) /* performs rather senseless calcs */ ^ cpubench.c:79:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] double cpuload(pmin) /* returns secs takes by cpucalc */ ^ cpubench.c:93:10: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned cpucalibrate(cdt) ^ 4 warnings generated. clang -pipe -Os -Wall -c membench.c membench.c:75:57: error: use of undeclared identifier 'CLK_TCK' dlt=((double )times(&tmsb)-(double )clticks)/(double )CLK_TCK; ^ membench.c:51:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] double memload(pmin) ^ membench.c:79:10: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned memcalibrate(cdt) ^ 2 warnings and 1 error generated. *** [membench.o] Error code 1 bmake: stopped making "ubench" in /Users/pbulk/build/benchmarks/ubench/work/ubench-0.32 bmake: 1 error bmake: stopped making "ubench" in /Users/pbulk/build/benchmarks/ubench/work/ubench-0.32 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/benchmarks/ubench *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/benchmarks/ubench