=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for libmicro-0.4.0
gmake[1]: Entering directory '/Users/pbulk/build/benchmarks/libmicro/work/libMicro-0.4.0/bin-aarch64'
gcc -c -pipe -Os -D_REENTRANT ../libmicro.c -o libmicro.o
gcc -c -pipe -Os -D_REENTRANT ../libmicro_main.c -o libmicro_main.o
gcc -c -pipe -Os -D_REENTRANT ../benchmark_init.c -o benchmark_init.o
../libmicro.c:234:23: warning: passing arguments to 'sizetoint' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        lm_optB = sizetoint(optarg);
                                           ^
../libmicro.c:237:23: warning: passing arguments to 'sizetoint' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        lm_optC = sizetoint(optarg);
                                           ^
../libmicro.c:240:23: warning: passing arguments to 'sizetoint' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        lm_optD = sizetoint(optarg);
                                           ^
../libmicro.c:249:23: warning: passing arguments to 'sizetoint' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        lm_optI = sizetoint(optarg);
                                           ^
../libmicro.c:261:23: warning: passing arguments to 'sizetoint' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        lm_optP = sizetoint(optarg);
                                           ^
../libmicro.c:267:23: warning: passing arguments to 'sizetoint' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
                        lm_optT = sizetoint(optarg);
                                           ^
../libmicro.c:463:36: warning: passing arguments to 'benchmark_initworker' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        r.re_errors = benchmark_initworker(arg);
                                          ^
../libmicro.c:497:29: warning: passing arguments to 'benchmark_finiworker' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
        (void) benchmark_finiworker(arg);
                                   ^
In file included from ../libmicro.c:60:
../libmicro.h:191:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
long long       sizetoll();
                ^
../libmicro.c:1040:1: note: conflicting prototype is here
sizetoll(const char *arg)
^
In file included from ../libmicro.c:60:
../libmicro.h:192:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int             sizetoint();
                ^
../libmicro.c:1074:1: note: conflicting prototype is here
sizetoint(const char *arg)
^
gcc -c -pipe -Os -D_REENTRANT ../benchmark_fini.c -o benchmark_fini.o
gcc -c -pipe -Os -D_REENTRANT ../benchmark_initrun.c -o benchmark_initrun.o
gcc -c -pipe -Os -D_REENTRANT ../benchmark_finirun.c -o benchmark_finirun.o
gcc -c -pipe -Os -D_REENTRANT ../benchmark_initbatch.c -o benchmark_initbatch.o
gcc -c -pipe -Os -D_REENTRANT ../benchmark_finibatch.c -o benchmark_finibatch.o
gcc -c -pipe -Os -D_REENTRANT ../benchmark_initworker.c -o benchmark_initworker.o
In file included from ../benchmark_initworker.c:39:
../libmicro.h:141:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int     benchmark_initworker();
        ^
../benchmark_initworker.c:43:1: note: conflicting prototype is here
benchmark_initworker(void *tsd)
^
1 warning generated.
gcc -c -pipe -Os -D_REENTRANT ../benchmark_finiworker.c -o benchmark_finiworker.o
gcc -c -pipe -Os -D_REENTRANT ../benchmark_optswitch.c -o benchmark_optswitch.o
In file included from ../benchmark_finiworker.c:39:
../libmicro.h:142:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int     benchmark_finiworker();
        ^
../benchmark_finiworker.c:43:1: note: conflicting prototype is here
benchmark_finiworker(void *tsd)
^
1 warning generated.
gcc -c -pipe -Os -D_REENTRANT ../benchmark_result.c -o benchmark_result.o
gcc -c -pipe -Os -D_REENTRANT ../atomic.c -o atomic.o
../atomic.c:38:10: fatal error: 'atomic.h' file not found
#include <atomic.h>
         ^~~~~~~~~~
1 error generated.
gmake[1]: *** [../Makefile.com:63: atomic.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
10 warnings generated.
gmake[1]: Leaving directory '/Users/pbulk/build/benchmarks/libmicro/work/libMicro-0.4.0/bin-aarch64'
gmake: *** [Makefile:78: default] Error 2
*** Error code 2

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

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