=> "/opt/pkg/bin/bmake" ["-C", "/Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/security/uacme", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for uacme-1.8.1nb1 echo UNKNOWN > .version-t && mv .version-t .version /opt/pkg/bin/gmake all-am gmake[1]: Entering directory '/var/tmp/work/security/uacme/work/uacme-1.8.1' CC uacme-uacme.o CC uacme-base64.o CC uacme-crypto.o CC uacme-curlwrap.o CC uacme-json.o CC uacme-msg.o CC ualpn-ualpn.o CC ualpn-base64.o CC ualpn-log.o ualpn.c:434:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] static void syslog_init() { ^ void ualpn.c:546:10: warning: call to undeclared function 'sem_timedwait'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] rc = sem_timedwait(&g_shm->sem, &ts); ^ ualpn.c:3660:13: warning: 'sem_destroy' is deprecated [-Wdeprecated-declarations] sem_destroy(&g_shm->logsem); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/semaphore.h:53:26: note: 'sem_destroy' has been explicitly marked deprecated here int sem_destroy(sem_t *) __deprecated; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:214:40: note: expanded from macro '__deprecated' #define __deprecated __attribute__((__deprecated__)) ^ ualpn.c:3663:13: warning: 'sem_destroy' is deprecated [-Wdeprecated-declarations] sem_destroy(&g_shm->sem); ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/semaphore.h:53:26: note: 'sem_destroy' has been explicitly marked deprecated here int sem_destroy(sem_t *) __deprecated; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:214:40: note: expanded from macro '__deprecated' #define __deprecated __attribute__((__deprecated__)) ^ ualpn.c:4698:9: warning: 'sem_init' is deprecated [-Wdeprecated-declarations] if (sem_init(&g_shm->sem, 1, 1)) { ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/semaphore.h:55:42: note: 'sem_init' has been explicitly marked deprecated here int sem_init(sem_t *, int, unsigned int) __deprecated; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:214:40: note: expanded from macro '__deprecated' #define __deprecated __attribute__((__deprecated__)) ^ ualpn.c:4703:9: warning: 'sem_init' is deprecated [-Wdeprecated-declarations] if (sem_init(&g_shm->logsem, 1, 1)) { ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/semaphore.h:55:42: note: 'sem_init' has been explicitly marked deprecated here int sem_init(sem_t *, int, unsigned int) __deprecated; ^ /Applications/Xcode-15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/sys/cdefs.h:214:40: note: expanded from macro '__deprecated' #define __deprecated __attribute__((__deprecated__)) ^ GEN uacme.1 6 warnings generated. GEN ualpn.1 CCLD uacme CCLD ualpn Undefined symbols for architecture arm64: "_sem_timedwait", referenced from: _auth_lock in ualpn-ualpn.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [Makefile:563: ualpn] Error 1 gmake[1]: Leaving directory '/var/tmp/work/security/uacme/work/uacme-1.8.1' gmake: *** [Makefile:446: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/security/uacme *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/security/uacme