=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for barnyard-0.2.0nb5 --- ./stamp-h.in --- 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. --- stamp-h --- cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /bin/sh ./config.status creating config.h config.h is unchanged --- config.h --- --- all-recursive-am --- /opt/pkg/bin/bmake all-recursive --- all-recursive --- Making all in src --- all-recursive --- Making all in output-plugins --- op_decode.o --- --- op_fast.o --- --- op_plugbase.o --- --- op_decode.o --- 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_fast.o --- 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 --- op_plugbase.o --- 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_plugbase.c In file included from op_plugbase.c:34: ./op_alert_syslog2.h:13:9: warning: '__OP_ALERT_SYSLOG2_H__' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] #ifndef __OP_ALERT_SYSLOG2_H__ ^~~~~~~~~~~~~~~~~~~~~~ ./op_alert_syslog2.h:14:9: note: '__OP_ALERT_SYSLOG2__H__' is defined here; did you mean '__OP_ALERT_SYSLOG2_H__'? #define __OP_ALERT_SYSLOG2__H__ ^~~~~~~~~~~~~~~~~~~~~~~ __OP_ALERT_SYSLOG2_H__ --- op_decode.o --- 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_fast.o --- 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); ^ /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 ^ In file included from op_fast.c:24: ../../src/strlcpyu.h:17:8: 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 ^ ../../src/strlcpyu.h:17:8: 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) ^ 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); ^ /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) ^ In file included from op_fast.c:24: ../../src/strlcpyu.h:17:8: 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' --- op_decode.o --- op_decode.c:198:15: warning: variable 'len' set but not used [-Wunused-but-set-variable] --- op_fast.o --- __builtin___strlcpy_chk (dest, __VA_ARGS__, __darwin_obsz (dest)) ^ --- op_decode.o --- u_int32_t len; ^ --- op_fast.o --- ../../src/strlcpyu.h:17:8: 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)) ^ --- op_decode.o --- 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; ^ --- op_fast.o --- 1 warning and 3 errors generated. *** [op_fast.o] Error code 1 bmake[3]: stopped in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0/src/output-plugins --- op_plugbase.o --- 1 warning generated. --- op_decode.o --- 4 warnings generated. 1 error bmake[3]: stopped in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0/src/output-plugins *** [all-recursive] Error code 1 bmake[2]: stopped in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0/src 1 error bmake[2]: stopped in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0/src *** [all-recursive] Error code 1 bmake[1]: stopped in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0 1 error bmake[1]: stopped in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0 *** [all-recursive-am] Error code 2 bmake: stopped in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0 1 error bmake: stopped in /Users/pbulk/build/net/barnyard/work/barnyard-0.2.0 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/barnyard *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/barnyard