=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for ipv6toolkit-1.4.1 cc -I/usr/pkg/include -O2 -march=i586 -I/usr/pkg/include -Wall -o addr6 tools/addr6.c -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lpcap -lm tools/addr6.c:760:17: error: no member named 's6_addr16' in 'struct in6_addr' if((addr->ip6.s6_addr16[0] & htons(0xff00)) == htons(0xff00)){ ~~~~~~~~~ ^ tools/addr6.c:761:18: error: no member named 's6_addr16' in 'struct in6_addr' if((addr->ip6.s6_addr16[0] & htons(0xfff0)) == htons(0xff00)){ ~~~~~~~~~ ^ tools/addr6.c:764:23: error: no member named 's6_addr16' in 'struct in6_addr' else if((addr->ip6.s6_addr16[0] & htons(0xfff0)) == htons(0xff10)){ ~~~~~~~~~ ^ tools/addr6.c:767:23: error: no member named 's6_addr16' in 'struct in6_addr' else if((addr->ip6.s6_addr16[0] & htons(0xfff0)) == htons(0xff20)){ ~~~~~~~~~ ^ tools/addr6.c:770:23: error: no member named 's6_addr16' in 'struct in6_addr' else if((addr->ip6.s6_addr16[0] & htons(0xfff0)) == htons(0xff30)){ ~~~~~~~~~ ^ tools/addr6.c:773:23: error: no member named 's6_addr16' in 'struct in6_addr' else if((addr->ip6.s6_addr16[0] & htons(0xfff0)) == htons(0xff40)){ ~~~~~~~~~ ^ tools/addr6.c:776:23: error: no member named 's6_addr16' in 'struct in6_addr' else if((addr->ip6.s6_addr16[0] & htons(0xfff0)) == htons(0xff50)){ ~~~~~~~~~ ^ tools/addr6.c:779:23: error: no member named 's6_addr16' in 'struct in6_addr' else if((addr->ip6.s6_addr16[0] & htons(0xfff0)) == htons(0xff60)){ ~~~~~~~~~ ^ tools/addr6.c:782:23: error: no member named 's6_addr16' in 'struct in6_addr' else if((addr->ip6.s6_addr16[0] & htons(0xfff0)) == htons(0xff70)){ ~~~~~~~~~ ^ tools/addr6.c:786:27: error: no member named 's6_addr16' in 'struct in6_addr' scope= htons(addr->ip6.s6_addr16[0]) & 0x000f; ~~~~~~~~~ ^ /usr/include/sys/endian.h:128:44: note: expanded from macro 'htons' #define htons(x) bswap16(__CAST(uint16_t, (x))) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/bswap.h:72:41: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ tools/addr6.c:786:27: error: no member named 's6_addr16' in 'struct in6_addr' scope= htons(addr->ip6.s6_addr16[0]) & 0x000f; ~~~~~~~~~ ^ /usr/include/sys/endian.h:128:44: note: expanded from macro 'htons' #define htons(x) bswap16(__CAST(uint16_t, (x))) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/bswap.h:73:28: note: expanded from macro 'bswap16' __byte_swap_u16_constant(x) : __BYTE_SWAP_U16_VARIABLE(x)) ^ /usr/include/sys/bswap.h:60:6: note: expanded from macro '__byte_swap_u16_constant' ((((x) & 0xff00) >> 8) | \ ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ tools/addr6.c:786:27: error: no member named 's6_addr16' in 'struct in6_addr' scope= htons(addr->ip6.s6_addr16[0]) & 0x000f; ~~~~~~~~~ ^ /usr/include/sys/endian.h:128:44: note: expanded from macro 'htons' #define htons(x) bswap16(__CAST(uint16_t, (x))) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/bswap.h:73:28: note: expanded from macro 'bswap16' __byte_swap_u16_constant(x) : __BYTE_SWAP_U16_VARIABLE(x)) ^ /usr/include/sys/bswap.h:61:6: note: expanded from macro '__byte_swap_u16_constant' (((x) & 0x00ff) << 8)))) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ tools/addr6.c:786:27: error: no member named 's6_addr16' in 'struct in6_addr' scope= htons(addr->ip6.s6_addr16[0]) & 0x000f; ~~~~~~~~~ ^ /usr/include/sys/endian.h:128:44: note: expanded from macro 'htons' #define htons(x) bswap16(__CAST(uint16_t, (x))) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/bswap.h:73:58: note: expanded from macro 'bswap16' __byte_swap_u16_constant(x) : __BYTE_SWAP_U16_VARIABLE(x)) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ tools/addr6.c:868:23: error: no member named 's6_addr16' in 'struct in6_addr' if(ntohs(addr->ip6.s6_addr16[4]) & 0x0300){ ~~~~~~~~~ ^ /usr/include/sys/endian.h:126:44: note: expanded from macro 'ntohs' #define ntohs(x) bswap16(__CAST(uint16_t, (x))) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/bswap.h:72:41: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ tools/addr6.c:868:23: error: no member named 's6_addr16' in 'struct in6_addr' if(ntohs(addr->ip6.s6_addr16[4]) & 0x0300){ ~~~~~~~~~ ^ /usr/include/sys/endian.h:126:44: note: expanded from macro 'ntohs' #define ntohs(x) bswap16(__CAST(uint16_t, (x))) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/bswap.h:73:28: note: expanded from macro 'bswap16' __byte_swap_u16_constant(x) : __BYTE_SWAP_U16_VARIABLE(x)) ^ /usr/include/sys/bswap.h:60:6: note: expanded from macro '__byte_swap_u16_constant' ((((x) & 0xff00) >> 8) | \ ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ tools/addr6.c:868:23: error: no member named 's6_addr16' in 'struct in6_addr' if(ntohs(addr->ip6.s6_addr16[4]) & 0x0300){ ~~~~~~~~~ ^ /usr/include/sys/endian.h:126:44: note: expanded from macro 'ntohs' #define ntohs(x) bswap16(__CAST(uint16_t, (x))) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/bswap.h:73:28: note: expanded from macro 'bswap16' __byte_swap_u16_constant(x) : __BYTE_SWAP_U16_VARIABLE(x)) ^ /usr/include/sys/bswap.h:61:6: note: expanded from macro '__byte_swap_u16_constant' (((x) & 0x00ff) << 8)))) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ tools/addr6.c:868:23: error: no member named 's6_addr16' in 'struct in6_addr' if(ntohs(addr->ip6.s6_addr16[4]) & 0x0300){ ~~~~~~~~~ ^ /usr/include/sys/endian.h:126:44: note: expanded from macro 'ntohs' #define ntohs(x) bswap16(__CAST(uint16_t, (x))) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/bswap.h:73:58: note: expanded from macro 'bswap16' __byte_swap_u16_constant(x) : __BYTE_SWAP_U16_VARIABLE(x)) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ tools/addr6.c:871:28: error: no member named 's6_addr16' in 'struct in6_addr' else if(ntohs(addr->ip6.s6_addr16[4]) & 0x3cff){ ~~~~~~~~~ ^ /usr/include/sys/endian.h:126:44: note: expanded from macro 'ntohs' #define ntohs(x) bswap16(__CAST(uint16_t, (x))) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/bswap.h:72:41: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ tools/addr6.c:871:28: error: no member named 's6_addr16' in 'struct in6_addr' else if(ntohs(addr->ip6.s6_addr16[4]) & 0x3cff){ ~~~~~~~~~ ^ /usr/include/sys/endian.h:126:44: note: expanded from macro 'ntohs' #define ntohs(x) bswap16(__CAST(uint16_t, (x))) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/bswap.h:73:28: note: expanded from macro 'bswap16' __byte_swap_u16_constant(x) : __BYTE_SWAP_U16_VARIABLE(x)) ^ /usr/include/sys/bswap.h:60:6: note: expanded from macro '__byte_swap_u16_constant' ((((x) & 0xff00) >> 8) | \ ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/cdefs.h:584:36: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/security/ipv6-toolkit/work/ipv6toolkit-v1.4.1 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/security/ipv6-toolkit *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/security/ipv6-toolkit