=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for mDNSResponder-258.14nb1 cc -O2 -march=i586 -I/usr/pkg/include -I../mDNSCore -I../mDNSShared -Iobjects/prod -fwrapv -W -Wall -DPID_FILE=\"/var/run/mdnsd.pid\" -DMDNS_UDS_SERVERPATH=\"/var/run/mdnsd\" -DMDNS_DEBUGMSGS=0 -c -o objects/prod/PosixDaemon.c.o PosixDaemon.c cc -O2 -march=i586 -I/usr/pkg/include -I../mDNSCore -I../mDNSShared -Iobjects/prod -fwrapv -W -Wall -DPID_FILE=\"/var/run/mdnsd.pid\" -DMDNS_UDS_SERVERPATH=\"/var/run/mdnsd\" -DMDNS_DEBUGMSGS=0 -c -o objects/prod/mDNSPosix.c.o mDNSPosix.c mDNSPosix.c:923:55: error: use of undeclared identifier 'IFF_POINTOPOINT' ) && (i->ifi_flags & IFF_UP) && !(i->ifi_flags & IFF_POINTOPOINT)) ^ mDNSPosix.c:925:24: error: use of undeclared identifier 'IFF_LOOPBACK' if (i->ifi_flags & IFF_LOOPBACK) ^ mDNSPosix.c:1112:28: error: invalid application of 'sizeof' to an incomplete type 'struct ifa_msghdr' if (readCount < (ssize_t) sizeof(struct ifa_msghdr)) ^ ~~~~~~~~~~~~~~~~~~~ mDNSPosix.c:1108:9: note: forward declaration of 'struct ifa_msghdr' struct ifa_msghdr *pRSMsg = (struct ifa_msghdr*) buff; ^ mDNSPosix.c:1120:12: error: incomplete definition of type 'struct ifa_msghdr' if (pRSMsg->ifam_type == RTM_NEWADDR || pRSMsg->ifam_type == RTM_DELADDR || ~~~~~~^ mDNSPosix.c:1108:9: note: forward declaration of 'struct ifa_msghdr' struct ifa_msghdr *pRSMsg = (struct ifa_msghdr*) buff; ^ mDNSPosix.c:1120:48: error: incomplete definition of type 'struct ifa_msghdr' if (pRSMsg->ifam_type == RTM_NEWADDR || pRSMsg->ifam_type == RTM_DELADDR || ~~~~~~^ mDNSPosix.c:1108:9: note: forward declaration of 'struct ifa_msghdr' struct ifa_msghdr *pRSMsg = (struct ifa_msghdr*) buff; ^ mDNSPosix.c:1121:10: error: incomplete definition of type 'struct ifa_msghdr' pRSMsg->ifam_type == RTM_IFINFO) ~~~~~~^ mDNSPosix.c:1108:9: note: forward declaration of 'struct ifa_msghdr' struct ifa_msghdr *pRSMsg = (struct ifa_msghdr*) buff; ^ mDNSPosix.c:1123:13: error: incomplete definition of type 'struct ifa_msghdr' if (pRSMsg->ifam_type == RTM_IFINFO) ~~~~~~^ mDNSPosix.c:1108:9: note: forward declaration of 'struct ifa_msghdr' struct ifa_msghdr *pRSMsg = (struct ifa_msghdr*) buff; ^ mDNSPosix.c:1124:47: error: incomplete definition of type 'struct if_msghdr' result |= 1 << ((struct if_msghdr*) pRSMsg)->ifm_index; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ mDNSPosix.c:1124:28: note: forward declaration of 'struct if_msghdr' result |= 1 << ((struct if_msghdr*) pRSMsg)->ifm_index; ^ mDNSPosix.c:1126:25: error: incomplete definition of type 'struct ifa_msghdr' result |= 1 << pRSMsg->ifam_index; ~~~~~~^ mDNSPosix.c:1108:9: note: forward declaration of 'struct ifa_msghdr' struct ifa_msghdr *pRSMsg = (struct ifa_msghdr*) buff; ^ 9 errors generated. Makefile:489: recipe for target 'objects/prod/mDNSPosix.c.o' failed gmake: *** [objects/prod/mDNSPosix.c.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/net/mDNSResponder *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/mDNSResponder