=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for ubench-0.32nb1
--- signals.o ---
--- cpubench.o ---
--- membench.o ---
--- cpubench.o ---
clang -pipe -Os -Wall  -c cpubench.c
--- signals.o ---
clang -pipe -Os -Wall  -c signals.c
--- membench.o ---
clang -pipe -Os -Wall  -c membench.c
--- signals.o ---
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)
     ^
--- membench.o ---
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)
         ^
--- cpubench.o ---
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 */
         ^
--- membench.o ---
2 warnings and 1 error generated.
*** [membench.o] Error code 1

bmake: stopped in /Users/pbulk/build/benchmarks/ubench/work/ubench-0.32
--- cpubench.o ---
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)
         ^
--- signals.o ---
1 warning generated.
--- cpubench.o ---
4 warnings generated.
1 error

bmake: stopped in /Users/pbulk/build/benchmarks/ubench/work/ubench-0.32
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/benchmarks/ubench
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/benchmarks/ubench