=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for conserver8-8.2.0 for n in conserver console conserver.cf; do ( cd $n && /usr/pkg/bin/bmake all ) || exit 1; done cc -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -c -o access.o access.c cc -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -c -o client.o client.c cc -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -c -o consent.o consent.c cc -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -c -o group.o group.c cc -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -c -o main.o main.c cc -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -c -o master.o master.c master.c:568:18: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] ":@%s" + iSep, pRC->rhost); ~~~~~~~^~~~~~ master.c:568:18: note: use array indexing to silence this warning ":@%s" + iSep, pRC->rhost); ^ & [ ] master.c:651:50: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] FilePrint(pCLServing->fd, FLAGTRUE, ":%hu" + iSep, ~~~~~~~^~~~~~ master.c:651:50: note: use array indexing to silence this warning FilePrint(pCLServing->fd, FLAGTRUE, ":%hu" + iSep, ^ & [ ] 2 warnings generated. cc -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -c -o readcfg.o readcfg.c readcfg.c:3109:28: warning: expression which evaluates to zero treated as a null pointer constant of type 'time_t *' (aka 'long long *') [-Wnon-literal-null-conversion] timers[T_ROLL] = time((time_t)0); ^~~~~~~~~ 1 warning generated. cc -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -c -o fallback.o fallback.c cc -O2 -march=i586 -I/usr/include -I/usr/pkg/include -I.. -I.. -I. -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/pkg/etc\" -I/usr/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include -c -o cutil.o cutil.c cutil.c:1847:19: error: variable has incomplete type 'struct ifconf' struct ifconf ifc; ^ cutil.c:1847:12: note: forward declaration of 'struct ifconf' struct ifconf ifc; ^ cutil.c:1850:18: error: variable has incomplete type 'struct ifreq' struct ifreq ifrcopy; ^ cutil.c:1848:12: note: forward declaration of 'struct ifreq' struct ifreq *ifr; ^ cutil.c:1888:18: error: invalid application of 'sizeof' to an incomplete type 'struct ifconf' if (ioctl(sock, SIOCGIFCONF, &ifc) != 0 && errno != EINVAL) { ^~~~~~~~~~~ /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) | \ ^ cutil.c:1847:12: note: forward declaration of 'struct ifconf' struct ifconf ifc; ^ cutil.c:1917:33: error: invalid application of 'sizeof' to an incomplete type 'struct ifreq' count = ifc.ifc_len / sizeof(*ifr); ^~~~~~ cutil.c:1848:12: note: forward declaration of 'struct ifreq' struct ifreq *ifr; ^ cutil.c:1937:30: error: incomplete definition of type 'struct ifreq' sa = (struct sockaddr *)&ifr->ifr_addr; ~~~^ cutil.c:1848:12: note: forward declaration of 'struct ifreq' struct ifreq *ifr; ^ cutil.c:1939:32: error: invalid application of 'sizeof' to an incomplete type 'struct ifreq' if ((ifc.ifc_len - r) < sizeof(*ifr)) ^~~~~~ cutil.c:1848:12: note: forward declaration of 'struct ifreq' struct ifreq *ifr; ^ cutil.c:1942:29: error: incomplete definition of type 'struct ifreq' if (sa->sa_len > sizeof(ifr->ifr_ifru)) ~~~^ cutil.c:1848:12: note: forward declaration of 'struct ifreq' struct ifreq *ifr; ^ cutil.c:1943:21: error: incomplete definition of type 'struct ifreq' r += sizeof(ifr->ifr_name) + sa->sa_len; ~~~^ cutil.c:1848:12: note: forward declaration of 'struct ifreq' struct ifreq *ifr; ^ cutil.c:1946:17: error: invalid application of 'sizeof' to an incomplete type 'struct ifreq' r += sizeof(*ifr); ^~~~~~ cutil.c:1848:12: note: forward declaration of 'struct ifreq' struct ifreq *ifr; ^ cutil.c:1968:23: error: invalid application of 'sizeof' to an incomplete type 'struct ifreq' if ((ioctl(sock, SIOCGIFFLAGS, &ifrcopy) == 0) && ^~~~~~~~~~~~ /usr/include/sys/sockio.h:58:22: note: expanded from macro 'SIOCGIFFLAGS' #define SIOCGIFFLAGS _IOWR('i', 17, struct ifreq) /* get ifnet flags */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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) | \ ^ cutil.c:1848:12: note: forward declaration of 'struct ifreq' struct ifreq *ifr; ^ cutil.c:1974:13: error: incomplete definition of type 'struct ifreq' ifr->ifr_name, inet_ntoa(sin->sin_addr))); ~~~^ ../compat.h:320:91: note: expanded from macro 'CONDDEBUG' # define CONDDEBUG(line) if (fDebug) {debugFileName=__FILE__; debugLineNo=__LINE__; Debug line;} ^ cutil.c:1848:12: note: forward declaration of 'struct ifreq' struct ifreq *ifr; ^ cutil.c:1983:10: error: incomplete definition of type 'struct ifreq' ifr->ifr_name); ~~~^ cutil.c:1848:12: note: forward declaration of 'struct ifreq' struct ifreq *ifr; ^ 12 errors generated. *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/work/comms/conserver8/work/conserver-8.2.0/conserver *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/comms/conserver8/work/conserver-8.2.0 *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/comms/conserver8 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/comms/conserver8