=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for xdm3d-1.0nb6 rm -f auth.o cc -c -O -I/usr/pkg/include -I /usr/X11R7/include -DBINDIR=\"/usr/pkg/bin\" -DXDMDIR=\"/usr/pkg/share/xdm3d\" -DHASXDMAUTH -DTCPCONN -DUNIXCONN -DGREET_USER_STATIC -DOSMAJORVERSION=0 -DOSMINORVERSION=0 -DHAS_SETUSERCONTEXT auth.c auth.c:866:19: error: variable has incomplete type 'struct ifconf' struct ifconf ifc; ^ auth.c:866:12: note: forward declaration of 'struct ifconf' struct ifconf ifc; ^ auth.c:874:22: error: invalid application of 'sizeof' to an incomplete type 'struct ifconf' if (ifioctl (fd, SIOCGIFCONF, (char *) &ifc) < 0) ^~~~~~~~~~~ /usr/include/sys/sockio.h:63:21: note: expanded from macro 'SIOCGIFCONF' #define SIOCGIFCONF _IOWR('i', 38, struct ifconf) /* get ifnet list */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/ioccom.h:89:48: note: expanded from macro '_IOWR' #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ /usr/include/sys/ioccom.h:83:19: note: expanded from macro '_IOC' ((inout) | (((len) & IOCPARM_MASK) << IOCPARM_SHIFT) | \ ^ auth.c:866:12: note: forward declaration of 'struct ifconf' struct ifconf ifc; ^ auth.c:885:55: error: invalid application of 'sizeof' to an incomplete type 'struct ifreq' for (cp = (char *) IFC_IFC_REQ; cp < cplim; cp += ifr_size (ifr)) ^~~~~~~~~~~~~~ auth.c:856:22: note: expanded from macro 'ifr_size' #define ifr_size(p) (sizeof (struct ifreq)) ^ ~~~~~~~~~~~~~~ auth.c:870:21: note: forward declaration of 'struct ifreq' register struct ifreq *ifr; ^ auth.c:900:27: error: incomplete definition of type 'struct ifreq' if (ConvertAddr (&ifr->ifr_addr, &len, &addr) < 0) ~~~^ auth.c:870:21: note: forward declaration of 'struct ifreq' register struct ifreq *ifr; ^ 4 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/x11/xdm3d/work/xdm *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/x11/xdm3d *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/x11/xdm3d