=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> 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:651:71: 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:651:71: note: passing argument to parameter here int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^ 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 generated. 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 udpcast.o udpcast.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 receiver-diskio.o receiver-diskio.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 receivedata.o receivedata.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 udpr-negotiate.o udpr-negotiate.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 produconsum.o produconsum.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 fifo.o fifo.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 log.o log.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 statistics.o statistics.c clang -c -O2 -I/usr/include -Wall -Wshadow -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -DNO_BB -fno-inline fec.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 udpc_version.o udpc_version.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 console.o console.c In file included from console.c:7: ./console.h:25:34: warning: declaration of 'struct timeval' will not be visible outside of this function [-Wvisibility] fd_set *read_set, struct timeval *tv, ^ console.c:60:5: error: conflicting types for 'selectWithConsole' int selectWithConsole(console_t *con, int maxFd, ^ ./console.h:24:5: note: previous declaration is here int selectWithConsole(console_t *con, int maxFd, ^ 1 warning and 1 error generated. : recipe for target 'console.o' failed gmake: *** [console.o] Error 1 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/net/udpcast *** Error code 1 Stop. make: stopped in /data/pkgsrc/net/udpcast