=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for mtftpd-20080229 --- mtftpd.o --- --- conf.o --- --- transmit.o --- --- mtftpd.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c mtftpd.c --- conf.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c conf.c --- transmit.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c transmit.c --- prop_array.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c dist/libprop/prop_array.c --- prop_bool.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c dist/libprop/prop_bool.c --- prop_data.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c dist/libprop/prop_data.c --- prop_dictionary.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c dist/libprop/prop_dictionary.c --- prop_dictionary_util.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c dist/libprop/prop_dictionary_util.c --- prop_ingest.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c dist/libprop/prop_ingest.c --- prop_kern.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c dist/libprop/prop_kern.c --- prop_number.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c dist/libprop/prop_number.c --- prop_object.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c dist/libprop/prop_object.c --- prop_stack.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c dist/libprop/prop_stack.c --- prop_string.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c dist/libprop/prop_string.c --- prop_rb.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c dist/libprop/prop_rb.c --- strlcpy.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c dist/string/strlcpy.c --- strlcat.o --- clang -pipe -Os -DPKG_SYSCONFDIR=\"/opt/pkg/etc\" -Idist/include -c dist/string/strlcat.c --- strlcpy.o --- dist/string/strlcpy.c:28:1: error: expected parameter declarator strlcpy(char *dst, const char *src, size_t siz) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' # define _USE_FORTIFY_LEVEL 2 ^ dist/string/strlcpy.c:28:1: error: expected ')' /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' # define _USE_FORTIFY_LEVEL 2 ^ dist/string/strlcpy.c:28:1: note: to match this '(' /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ dist/string/strlcpy.c:28:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] strlcpy(char *dst, const char *src, size_t siz) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:39:31: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ dist/string/strlcpy.c:28:1: error: conflicting types for '__builtin___strlcpy_chk' /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:112:3: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ dist/string/strlcpy.c:28:1: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:112:3: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ 1 warning and 3 errors generated. *** [strlcpy.o] Error code 1 bmake: stopped in /Users/pbulk/build/net/mtftpd/work/mtftpd --- strlcat.o --- dist/string/strlcat.c:30:1: error: expected parameter declarator strlcat(char *dst, const char *src, size_t siz) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:119:47: note: expanded from macro 'strlcat' __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' # define _USE_FORTIFY_LEVEL 2 ^ dist/string/strlcat.c:30:1: error: expected ')' /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:119:47: note: expanded from macro 'strlcat' __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' # define _USE_FORTIFY_LEVEL 2 ^ dist/string/strlcat.c:30:1: note: to match this '(' /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:119:47: note: expanded from macro 'strlcat' __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ dist/string/strlcat.c:30:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] strlcat(char *dst, const char *src, size_t siz) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:119:47: note: expanded from macro 'strlcat' __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_common.h:39:31: note: expanded from macro '__darwin_obsz' #define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) ^ dist/string/strlcat.c:30:1: error: conflicting types for '__builtin___strlcat_chk' /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:119:3: note: expanded from macro 'strlcat' __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ dist/string/strlcat.c:30:1: note: '__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/secure/_string.h:119:3: note: expanded from macro 'strlcat' __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ 1 warning and 3 errors generated. *** [strlcat.o] Error code 1 bmake: stopped in /Users/pbulk/build/net/mtftpd/work/mtftpd 2 errors bmake: stopped in /Users/pbulk/build/net/mtftpd/work/mtftpd *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/mtftpd *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/mtftpd