=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for libetm-1.09 make - .MAKE.LEVEL.ENV=MAKELEVEL ALLOW_VULNERABLE_PACKAGES= BATCH=1 DEPENDS_TARGET=/nonexistent LOWER_OPSYS=darwin OPSYS=Darwin OPSYS_VERSION=130100 OSX_SDK_PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk OS_VERSION=22.2.0 PKGTOOLS_VERSION=20211115 UNPRIVILEGED_GROUP=staff UNPRIVILEGED_GROUPS=staff UNPRIVILEGED_USER=pbulk WRKLOG=/tmp/bulklog/libetm-1.09/work.log _MAKE=/opt/pkg/bin/bmake _PATH_ORIG=/sbin:/bin:/usr/sbin:/usr/bin _PKGSRCDIR=/Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64 _PKGSRC_BARRIER=yes etm.internal.h.new rm -f etm.internal.h.new sed etm.internal.h.new 's/\${ABORTSIGNAL}/SIGABRT/' mv -f etm.internal.h.new etm.internal.h etm.internal.h updated make - .MAKE.LEVEL.ENV=MAKELEVEL ALLOW_VULNERABLE_PACKAGES= BATCH=1 DEPENDS_TARGET=/nonexistent LOWER_OPSYS=darwin OPSYS=Darwin OPSYS_VERSION=130100 OSX_SDK_PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk OS_VERSION=22.2.0 PKGTOOLS_VERSION=20211115 UNPRIVILEGED_GROUP=staff UNPRIVILEGED_GROUPS=staff UNPRIVILEGED_USER=pbulk WRKLOG=/tmp/bulklog/libetm-1.09/work.log _MAKE=/opt/pkg/bin/bmake _PATH_ORIG=/sbin:/bin:/usr/sbin:/usr/bin _PKGSRCDIR=/Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64 _PKGSRC_BARRIER=yes etm.h.new rm -f etm.h.new sed etm.h.new 's/\${ETMVOIDTYPE}/void/' mv -f etm.h.new etm.h etm.h updated rm -f etm.o cc -c -O -I/opt/pkg/include -DSYSV -DVARARGS -DHASVOIDTYPE=1 etm.c etm.c:422:2: warning: implicitly declaring library function 'strcat' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration] strcat (buf, "\n"); ^ etm.c:422:2: note: include the header or explicitly provide a declaration for 'strcat' 1 warning generated. rm -f libetm.a ar clq libetm.a etm.o rm -f etm.h.new sed etm.h.new 's/\${ETMVOIDTYPE}/void/' rm -f etm.internal.h.new sed etm.internal.h.new 's/\${ABORTSIGNAL}/SIGABRT/' rm -f etmtest.o cc -c -O -I/opt/pkg/include -DSYSV -DVARARGS -DHASVOIDTYPE=1 etmtest.c etmtest.c:52:10: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] switch (atoi (argv[1])) ^ etmtest.c:93:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] exit (0); ^ etmtest.c:93:2: note: include the header or explicitly provide a declaration for 'exit' 2 warnings generated. rm -f etmtest cc -o etmtest etmtest.o -O -L/opt/pkg/lib -L/opt/pkg/lib ./libetm.a