=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for dhcpcd-10.0.4 --- all --- for x in src hooks; do cd $x; /opt/pkg/bin/bmake all || exit $?; cd ..; done --- common.o --- --- control.o --- --- dhcpcd.o --- --- common.o --- clang -pipe -Os -std=c99 -DHAVE_CONFIG_H -DNDEBUG -DINET -DARP -DARPING -DIPV4LL -DINET6 -DDHCP6 -DAUTH -DPRIVSEP -I.. -I../src -I./crypt -c common.c -o common.o --- dhcpcd.o --- clang -pipe -Os -std=c99 -DHAVE_CONFIG_H -DNDEBUG -DINET -DARP -DARPING -DIPV4LL -DINET6 -DDHCP6 -DAUTH -DPRIVSEP -I.. -I../src -I./crypt -c dhcpcd.c -o dhcpcd.o --- control.o --- clang -pipe -Os -std=c99 -DHAVE_CONFIG_H -DNDEBUG -DINET -DARP -DARPING -DIPV4LL -DINET6 -DDHCP6 -DAUTH -DPRIVSEP -I.. -I../src -I./crypt -c control.c -o control.o In file included from control.c:42: In file included from ../config.h:15: ../compat/setproctitle.h:39:1: error: static declaration of 'getprogname' follows non-static declaration getprogname(void) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:298:3: note: previous declaration is here *getprogname(void); ^ In file included from control.c:42: In file included from ../config.h:15: ../compat/setproctitle.h:44:1: error: static declaration of 'setprogname' follows non-static declaration setprogname(char *name) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:299:7: note: previous declaration is here void setprogname(const char *); ^ --- common.o --- In file included from common.c:40: In file included from ../src/dhcpcd.h:37: In file included from ../config.h:15: ../compat/setproctitle.h:39:1: error: static declaration of 'getprogname' follows non-static declaration getprogname(void) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:298:3: note: previous declaration is here *getprogname(void); ^ In file included from common.c:40: In file included from ../src/dhcpcd.h:37: In file included from ../config.h:15: ../compat/setproctitle.h:44:1: error: static declaration of 'setprogname' follows non-static declaration setprogname(char *name) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:299:7: note: previous declaration is here void setprogname(const char *); ^ --- dhcpcd.o --- In file included from dhcpcd.c:54: In file included from ../config.h:15: ../compat/setproctitle.h:39:1: error: static declaration of 'getprogname' follows non-static declaration getprogname(void) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:298:3: note: previous declaration is here *getprogname(void); ^ In file included from dhcpcd.c:54: In file included from ../config.h:15: ../compat/setproctitle.h:44:1: error: static declaration of 'setprogname' follows non-static declaration setprogname(char *name) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/stdlib.h:299:7: note: previous declaration is here void setprogname(const char *); ^ --- control.o --- In file included from control.c:44: In file included from ../src/dhcpcd.h:96: In file included from ../src/privsep.h:127: In file included from ../src/arp.h:46: In file included from ../src/if.h:72: ../src/ipv4.h:76:9: warning: 'IN_ARE_ADDR_EQUAL' macro redefined [-Wmacro-redefined] #define IN_ARE_ADDR_EQUAL(a, b) ((a)->s_addr == (b)->s_addr) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/netinet/in.h:383:9: note: previous definition is here #define IN_ARE_ADDR_EQUAL(a, b) \ ^ --- common.o --- In file included from common.c:40: In file included from ../src/dhcpcd.h:96: In file included from ../src/privsep.h:127: In file included from ../src/arp.h:46: In file included from ../src/if.h:72: ../src/ipv4.h:76:9: warning: 'IN_ARE_ADDR_EQUAL' macro redefined [-Wmacro-redefined] #define IN_ARE_ADDR_EQUAL(a, b) ((a)->s_addr == (b)->s_addr) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/netinet/in.h:383:9: note: previous definition is here #define IN_ARE_ADDR_EQUAL(a, b) \ ^ In file included from common.c:40: In file included from ../src/dhcpcd.h:96: In file included from ../src/privsep.h:127: In file included from ../src/arp.h:46: In file included from ../src/if.h:73: --- control.o --- In file included from control.c:44: In file included from ../src/dhcpcd.h:96: In file included from ../src/privsep.h:127: In file included from ../src/arp.h:46: In file included from ../src/if.h:73: ../src/ipv6.h:40:14: fatal error: 'sys/endian.h' file not found # include <sys/endian.h> ^~~~~~~~~~~~~~ --- common.o --- ../src/ipv6.h:40:14: fatal error: 'sys/endian.h' file not found # include <sys/endian.h> ^~~~~~~~~~~~~~ --- dhcpcd.o --- In file included from dhcpcd.c:55: In file included from ../src/arp.h:44: In file included from ../src/bpf.h:55: In file included from ../src/dhcpcd.h:96: In file included from ../src/privsep.h:196: In file included from ../src/privsep-root.h:32: In file included from ../src/if.h:72: ../src/ipv4.h:76:9: warning: 'IN_ARE_ADDR_EQUAL' macro redefined [-Wmacro-redefined] #define IN_ARE_ADDR_EQUAL(a, b) ((a)->s_addr == (b)->s_addr) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk/usr/include/netinet/in.h:383:9: note: previous definition is here #define IN_ARE_ADDR_EQUAL(a, b) \ ^ In file included from dhcpcd.c:55: In file included from ../src/arp.h:44: In file included from ../src/bpf.h:55: In file included from ../src/dhcpcd.h:96: In file included from ../src/privsep.h:196: In file included from ../src/privsep-root.h:32: In file included from ../src/if.h:73: ../src/ipv6.h:40:14: fatal error: 'sys/endian.h' file not found # include <sys/endian.h> ^~~~~~~~~~~~~~ --- common.o --- 1 warning and 3 errors generated. *** [common.o] Error code 1 bmake[1]: stopped in /Users/pbulk/build/net/dhcpcd/work/dhcpcd-10.0.4/src --- control.o --- 1 warning and 3 errors generated. *** [control.o] Error code 1 bmake[1]: stopped in /Users/pbulk/build/net/dhcpcd/work/dhcpcd-10.0.4/src --- dhcpcd.o --- 1 warning and 3 errors generated. *** [dhcpcd.o] Error code 1 bmake[1]: stopped in /Users/pbulk/build/net/dhcpcd/work/dhcpcd-10.0.4/src 3 errors bmake[1]: stopped in /Users/pbulk/build/net/dhcpcd/work/dhcpcd-10.0.4/src *** [all] Error code 2 bmake: stopped in /Users/pbulk/build/net/dhcpcd/work/dhcpcd-10.0.4 1 error bmake: stopped in /Users/pbulk/build/net/dhcpcd/work/dhcpcd-10.0.4 *** Error code 2 Stop. bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/dhcpcd *** Error code 1 Stop. bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/dhcpcd