===> Building for sleepto-1.1 clang -pipe -Os -c sleepto.c 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) { ^ 1 warning generated. clang -pipe -Os -c parsetime.c 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++) { ^ 1 warning generated. clang -L/opt/pkg/lib -o sleepto sleepto.o parsetime.o Undefined symbols for architecture arm64: "___arraycount", referenced from: _token in parsetime.o _token in parsetime.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) *** [sleepto] Error code 1 bmake: stopped making "all" in /Users/pbulk/build/misc/sleepto/work/sleepto-1.1 bmake: 1 error bmake: stopped making "all" in /Users/pbulk/build/misc/sleepto/work/sleepto-1.1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/misc/sleepto *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/misc/sleepto