=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for udpcast-20060619nb5 cc -O2 -march=i586 -I/usr/pkg/include -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -DNO_BB -I/usr/pkg/include -c -o udp-receiver.o udp-receiver.c cc -O2 -march=i586 -I/usr/pkg/include -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -DNO_BB -I/usr/pkg/include -c -o socklib.o socklib.c socklib.c:384:14: warning: declaration of 'struct ip_mreqn' will not be visible outside of this function [-Wvisibility] struct IP_MREQN *mreq) { ^ socklib.c:372:19: note: expanded from macro 'IP_MREQN' # define IP_MREQN ip_mreqn ^ socklib.c:386:9: error: incomplete definition of type 'struct ip_mreqn' mreq->imr_ifindex = net_if->index; ~~~~^ socklib.c:384:14: note: forward declaration of 'struct ip_mreqn' struct IP_MREQN *mreq) { ^ socklib.c:372:19: note: expanded from macro 'IP_MREQN' # define IP_MREQN ip_mreqn ^ socklib.c:387:9: error: incomplete definition of type 'struct ip_mreqn' mreq->imr_address.s_addr = 0; ~~~~^ socklib.c:384:14: note: forward declaration of 'struct ip_mreqn' struct IP_MREQN *mreq) { ^ socklib.c:372:19: note: expanded from macro 'IP_MREQN' # define IP_MREQN ip_mreqn ^ socklib.c:391:9: error: incomplete definition of type 'struct ip_mreqn' mreq->imr_multiaddr = addr; ~~~~^ socklib.c:384:14: note: forward declaration of 'struct ip_mreqn' struct IP_MREQN *mreq) { ^ socklib.c:372:19: note: expanded from macro 'IP_MREQN' # define IP_MREQN ip_mreqn ^ socklib.c:401:21: error: variable has incomplete type 'struct ip_mreqn' struct IP_MREQN mreq; ^ socklib.c:401:12: note: forward declaration of 'struct ip_mreqn' struct IP_MREQN mreq; ^ socklib.c:372:19: note: expanded from macro 'IP_MREQN' # define IP_MREQN ip_mreqn ^ socklib.c:943:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] udpc_flprintf(udpc_getIpString(&myaddr,buffer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings and 4 errors generated. : recipe for target 'socklib.o' failed gmake: *** [socklib.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/net/udpcast *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/net/udpcast