=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for udpcast-20060619nb5 clang -O2 -I/usr/include -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -DNO_BB -I/usr/include -c -o udp-receiver.o udp-receiver.c clang -O2 -I/usr/include -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -DNO_BB -I/usr/include -c -o socklib.o socklib.c socklib.c:324:65: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'socklen_t *' (aka 'unsigned int *') [-Wincompatible-pointer-types] if(getsockopt(sock, SOL_SOCKET, SO_SNDBUF, (char*)&bufsize, &len) < 0) ^~~~ /usr/include/sys/socket.h:625:72: note: passing argument to parameter here int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict); ^ socklib.c:337:66: warning: incompatible pointer types passing 'size_t *' (aka 'unsigned long *') to parameter of type 'socklen_t *' (aka 'unsigned int *') [-Wincompatible-pointer-types] if(getsockopt(sock, SOL_SOCKET, SO_RCVBUF, (char *)&bufsize, &len) < 0) ^~~~ /usr/include/sys/socket.h:625:72: note: passing argument to parameter here int getsockopt(int, int, int, void * __restrict, socklen_t * __restrict); ^ socklib.c:718:26: error: no member named 'ifr_ifindex' in 'struct ifreq' net_if->index = chosen->ifr_ifindex; ~~~~~~ ^ socklib.c:943:19: warning: format string is not a string literal (potentially insecure) [-Wformat-security] udpc_flprintf(udpc_getIpString(&myaddr,buffer)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ socklib.c:943:19: note: treat the string as an argument to avoid this udpc_flprintf(udpc_getIpString(&myaddr,buffer)); ^ "%s", 3 warnings and 1 error 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