=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for sleepto-1.1 --- sleepto.o --- --- parsetime.o --- --- sleepto.o --- clang -pipe -Os -c sleepto.c --- parsetime.o --- clang -pipe -Os -c parsetime.c --- sleepto.o --- sleepto.c:37:6: warning: call to undeclared function 'gettimeofday'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (gettimeofday(&tv, NULL) == -1) { ^ --- parsetime.o --- parsetime.c:191:16: warning: call to undeclared function '__arraycount'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] for (i=0; i < __arraycount(Specials); i++) { ^ --- sleepto.o --- 1 warning generated. --- parsetime.o --- 1 warning generated. --- sleepto --- clang -L/opt/pkg/lib -o sleepto sleepto.o parsetime.o ld: Undefined symbols: ___arraycount, referenced from: _token in parsetime.o _token in parsetime.o clang: error: linker command failed with exit code 1 (use -v to see invocation) *** [sleepto] Error code 1 bmake: stopped in /Users/pbulk/build/misc/sleepto/work/sleepto-1.1 1 error bmake: stopped in /Users/pbulk/build/misc/sleepto/work/sleepto-1.1 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/misc/sleepto *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/misc/sleepto