=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for dhcpsd-0.0.7 --- all --- for x in src; do cd $x; /usr/bin/make all || exit $?; cd ..; done --- dhcpsd.o --- --- common.o --- --- eloop.o --- --- if.o --- --- logerr.o --- --- bpf.o --- --- dhcp.o --- --- dhcp_lease.o --- --- dhcpsd.o --- gcc -O2 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -std=c11 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -DNDEBUG -I.. -I../src -I ../vendor -c dhcpsd.c -o dhcpsd.o --- common.o --- gcc -O2 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -std=c11 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -DNDEBUG -I.. -I../src -I ../vendor -c common.c -o common.o --- logerr.o --- gcc -O2 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -std=c11 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -DNDEBUG -I.. -I../src -I ../vendor -c logerr.c -o logerr.o --- eloop.o --- gcc -O2 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -std=c11 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -DNDEBUG -I.. -I../src -I ../vendor -c eloop.c -o eloop.o --- dhcp.o --- gcc -O2 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -std=c11 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -DNDEBUG -I.. -I../src -I ../vendor -c dhcp.c -o dhcp.o --- if.o --- gcc -O2 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -std=c11 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -DNDEBUG -I.. -I../src -I ../vendor -c if.c -o if.o --- bpf.o --- gcc -O2 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -std=c11 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -DNDEBUG -I.. -I../src -I ../vendor -c bpf.c -o bpf.o --- dhcp_lease.o --- gcc -O2 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -std=c11 -I/usr/pkg/include/lua-5.4 -I/usr/include/readline -I/usr/include -DNDEBUG -I.. -I../src -I ../vendor -Wno-cast-align -Wno-cast-qual -Wno-conversion -Wno-sign-conversion -Wno-inline -c dhcp_lease.c -o dhcp_lease.o --- dhcpsd.o --- In file included from dhcpsd.c:34:0: if.h:61:6: error: expected ':', ',', ';', '}' or '__attribute__' before '.' token int if_mtu; ^ --- if.o --- In file included from if.c:33:0: if.h:61:6: error: expected ':', ',', ';', '}' or '__attribute__' before '.' token int if_mtu; ^ if.c: In function 'if_update_output': if.c:75:6: error: 'struct interface' has no member named 'if_output' ifp->if_output = if_ether_output; ^~ if.c:78:6: error: 'struct interface' has no member named 'if_output' ifp->if_output = if_none_output; ^~ In file included from if.c:33:0: if.c: In function 'if_update_mtu': if.c:157:7: error: 'struct interface' has no member named 'if_data'; did you mean 'if_ctx'? ifp->if_mtu = ifr.ifr_mtu; ^ --- dhcpsd.o --- dhcpsd.c: In function 'dhcpsd_configure_pools': dhcpsd.c:314:13: error: 'struct interface' has no member named 'if_flags'; did you mean 'if_name'? if (!(ifp->if_flags & IF_ACTIVE)) ^~~~~~~~ if_name dhcpsd.c:332:9: error: 'struct interface' has no member named 'if_bpf'; did you mean 'if_ctx'? ifp->if_bpf = bpf_open(ifp, bpf_bootp, O_WRONLY); ^~~~~~ if_ctx dhcpsd.c:333:13: error: 'struct interface' has no member named 'if_bpf'; did you mean 'if_ctx'? if (ifp->if_bpf == NULL) ^~~~~~ if_ctx --- if.o --- if.c: In function 'if_findifpfromcmsg': if.c:348:9: error: 'struct interface' has no member named 'if_flags'; did you mean 'if_name'? ifp->if_flags |= IF_ACTIVE; ^~~~~~~~ if_name if.c:353:11: error: 'struct interface' has no member named 'if_flags'; did you mean 'if_name'? ifp->if_flags |= IF_ACTIVE; ^~~~~~~~ if_name if.c:357:12: error: 'struct interface' has no member named 'if_flags'; did you mean 'if_name'? if (ifp->if_flags & IF_ACTIVE) { ^~~~~~~~ if_name --- dhcpsd.o --- dhcpsd.c: In function 'main': --- if.o --- if.c: In function 'if_free': --- dhcpsd.o --- dhcpsd.c:506:10: error: 'struct interface' has no member named 'if_flags'; did you mean 'if_name'? ifp->if_flags |= IF_ACTIVE; ^~~~~~~~ if_name --- if.o --- if.c:397:11: error: 'struct interface' has no member named 'if_bpf'; did you mean 'if_ctx'? if (ifp->if_bpf != NULL) ^~~~~~ if_ctx --- dhcpsd.o --- dhcpsd.c:511:12: error: 'struct interface' has no member named 'if_flags'; did you mean 'if_name'? ifp->if_flags |= IF_ACTIVE; ^~~~~~~~ if_name --- if.o --- if.c:398:18: error: 'struct interface' has no member named 'if_bpf'; did you mean 'if_ctx'? bpf_close(ifp->if_bpf); ^~~~~~ if_ctx if.c:399:10: error: 'struct interface' has no member named 'if_pools' free(ifp->if_pools); ^~ --- dhcpsd.o --- dhcpsd.c:539:14: error: 'struct interface' has no member named 'if_flags'; did you mean 'if_name'? if (!(ifp->if_flags & IF_ACTIVE)) ^~~~~~~~ if_name --- dhcp.o --- In file included from dhcp.c:33:0: if.h:61:6: error: expected ':', ',', ';', '}' or '__attribute__' before '.' token int if_mtu; ^ --- if.o --- *** [if.o] Error code 1 make[1]: stopped in /pbulk/work/net/dhcpsd/work/dhcpsd-0.0.7/src --- dhcpsd.o --- *** [dhcpsd.o] Error code 1 make[1]: stopped in /pbulk/work/net/dhcpsd/work/dhcpsd-0.0.7/src --- dhcp.o --- dhcp.c: In function 'dhcp_outputipudp': dhcp.c:375:18: error: 'struct interface' has no member named 'if_bpf'; did you mean 'if_ctx'? } else if (ifp->if_bpf != NULL) { ^~~~~~ if_ctx dhcp.c:376:15: error: 'struct interface' has no member named 'if_output' nbytes = ifp->if_output(ifp, ifp->if_bpf->bpf_fd, iov, ^~ dhcp.c:376:37: error: 'struct interface' has no member named 'if_bpf'; did you mean 'if_ctx'? nbytes = ifp->if_output(ifp, ifp->if_bpf->bpf_fd, iov, ^~~~~~ if_ctx dhcp.c: In function 'dhcp_findpool': dhcp.c:597:17: error: 'const struct interface' has no member named 'if_pools' for (pool = ifp->if_pools, npools = ifp->if_npools; npools != 0; ^~ dhcp.c:597:41: error: 'const struct interface' has no member named 'if_npools' for (pool = ifp->if_pools, npools = ifp->if_npools; npools != 0; ^~ dhcp.c: In function 'dhcp_findaddr': dhcp.c:731:21: error: 'struct interface' has no member named 'if_npools' size_t npools = ifp->if_npools; ^~ dhcp.c:732:30: error: 'struct interface' has no member named 'if_pools' struct dhcp_pool *pool = ifp->if_pools; ^~ In file included from dhcp.c:33:0: dhcp.c: In function 'dhcp_output': dhcp.c:875:21: error: 'struct interface' has no member named 'if_data'; did you mean 'if_ctx'? len = (size_t)ifp->if_mtu - sizeof(struct udphdr) - sizeof(struct ip); ^ dhcp.c:910:13: error: 'struct interface' has no member named 'if_pools' pool = ifp->if_pools; ^~ --- bpf.o --- In file included from bpf.c:34:0: if.h:61:6: error: expected ':', ',', ';', '}' or '__attribute__' before '.' token int if_mtu; ^ --- dhcp.o --- dhcp.c: In function 'dhcp_readudp0': --- bpf.o --- bpf.c: In function 'bpf_bootp': --- dhcp.o --- dhcp.c:1685:13: error: 'struct interface' has no member named 'if_flags'; did you mean 'if_name'? if (!(ifp->if_flags & IF_ACTIVE) || ifp->if_pools == NULL) ^~~~~~~~ if_name --- bpf.o --- bpf.c:315:2: warning: #warning No BIOCSETWF support - a compromised BPF can be used as a raw socket [-Wcpp] #warning No BIOCSETWF support - a compromised BPF can be used as a raw socket ^~~~~~~ --- dhcp.o --- dhcp.c:1685:41: error: 'struct interface' has no member named 'if_pools' if (!(ifp->if_flags & IF_ACTIVE) || ifp->if_pools == NULL) ^~ --- bpf.o --- *** [bpf.o] Error code 1 make[1]: stopped in /pbulk/work/net/dhcpsd/work/dhcpsd-0.0.7/src --- dhcp.o --- *** [dhcp.o] Error code 1 make[1]: stopped in /pbulk/work/net/dhcpsd/work/dhcpsd-0.0.7/src 4 errors make[1]: stopped in /pbulk/work/net/dhcpsd/work/dhcpsd-0.0.7/src *** [all] Error code 2 make: stopped in /pbulk/work/net/dhcpsd/work/dhcpsd-0.0.7 1 error make: stopped in /pbulk/work/net/dhcpsd/work/dhcpsd-0.0.7 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/net/dhcpsd *** Error code 1 Stop. make: stopped in /usr/pkgsrc/net/dhcpsd