WARNING: [license.mk] Every package should define a LICENSE. ===> Building for barnyard-0.2.0nb5 cd . && autoheader WARNING: 'autoheader' is missing on your system. You should only need it if you modified 'acconfig.h' or 'configure.in'. You might want to install the Autoconf and GNU m4 packages. Grab them from any GNU archive site. /opt/pkg/bin/bmake all-recursive Making all in src Making all in output-plugins clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I/opt/pkg/include/mysql -I/opt/pkg/include/mysql -I/opt/pkg/include -DENABLE_MYSQL -pipe -Os -I/opt/pkg/include/mysql -I/opt/pkg/include -Wall -c op_decode.c op_decode.c:54:15: warning: variable 'pkt_len' set but not used [-Wunused-but-set-variable] u_int32_t pkt_len; /* suprisingly, the length of the packet */ ^ op_decode.c:198:15: warning: variable 'len' set but not used [-Wunused-but-set-variable] u_int32_t len; ^ op_decode.c:274:15: warning: variable 'pkt_len' set but not used [-Wunused-but-set-variable] u_int32_t pkt_len; /* suprisingly, the length of the packet */ ^ op_decode.c:276:15: warning: variable 'ppppoep' set but not used [-Wunused-but-set-variable] PPPoEHdr *ppppoep=0; ^ 4 warnings generated. clang -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I/opt/pkg/include/mysql -I/opt/pkg/include/mysql -I/opt/pkg/include -DENABLE_MYSQL -pipe -Os -I/opt/pkg/include/mysql -I/opt/pkg/include -Wall -c op_fast.c In file included from op_fast.c:24: ../../src/strlcpyu.h:17:8: error: expected parameter declarator size_t strlcpy(char *, const char *, size_t); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.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) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' # define _USE_FORTIFY_LEVEL 2 ^ In file included from op_fast.c:24: ../../src/strlcpyu.h:17:8: error: expected ')' /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.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) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' # define _USE_FORTIFY_LEVEL 2 ^ ../../src/strlcpyu.h:17:8: note: to match this '(' /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.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) ^ In file included from op_fast.c:24: ../../src/strlcpyu.h:17:8: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] size_t strlcpy(char *, const char *, size_t); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:47: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.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) ^ In file included from op_fast.c:24: ../../src/strlcpyu.h:17:8: error: conflicting types for '__builtin___strlcpy_chk' /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/secure/_string.h:112:3: note: expanded from macro 'strlcpy' __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ ../../src/strlcpyu.h:17:8: note: '__builtin___strlcpy_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.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. *** [op_fast.o] Error code 1 bmake[3]: stopped making "all" in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0/src/output-plugins bmake[3]: 1 error bmake[3]: stopped making "all" in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0/src/output-plugins *** [all-recursive] Error code 1 bmake[2]: stopped making "all" in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0/src bmake[2]: 1 error bmake[2]: stopped making "all" in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0/src *** [all-recursive] Error code 1 bmake[1]: stopped making "all-recursive" in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0 bmake[1]: 1 error bmake[1]: stopped making "all-recursive" in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0 *** [all-recursive-am] Error code 2 bmake: stopped making "all" in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0 bmake: 1 error bmake: stopped making "all" in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/net/barnyard *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/net/barnyard