=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for ra-rtsp-proxy-1.0.0.0nb2 --- child-main.o --- --- daemon.o --- --- main.o --- --- rtsp.o --- --- simplib.o --- --- util.o --- --- child-main.o --- gcc -Wall -c -O2 -I. child-main.c --- daemon.o --- gcc -Wall -c -O2 -I. daemon.c --- main.o --- gcc -Wall -c -O2 -I. main.c --- simplib.o --- gcc -Wall -c -O2 -I. simplib.c --- util.o --- gcc -Wall -c -O2 -I. util.c --- rtsp.o --- gcc -Wall -c -O2 -I. rtsp.c --- util.o --- util.c:410:41: warning: format string is not a string literal (potentially insecure) [-Wformat-security] syslog (SYSLOG_FACILITY|ERROR_LEVEL, buff); ^~~~ util.c:410:41: note: treat the string as an argument to avoid this syslog (SYSLOG_FACILITY|ERROR_LEVEL, buff); ^ "%s", util.c:416:40: warning: format string is not a string literal (potentially insecure) [-Wformat-security] syslog (SYSLOG_FACILITY|INFO_LEVEL, buff); ^~~~ util.c:416:40: note: treat the string as an argument to avoid this syslog (SYSLOG_FACILITY|INFO_LEVEL, buff); ^ "%s", --- main.o --- main.c:454:65: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] newsockfd = accept (serverfd, (struct sockaddr *) &cli_addr, &clilen); ^~~~~~~ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:700:73: note: passing argument to parameter here int accept(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ --- child-main.o --- child-main.c:680:55: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] getpeername (sockfd, (struct sockaddr *)&peer_addr, &len); ^~~~ --- daemon.o --- daemon.c:251:20: error: too many arguments to function call, expected 0, have 2 if (setpgrp (0, getpid ()) == -1) ~~~~~~~ ^~~~~~~~~~~~ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/unistd.h:588:1: note: 'setpgrp' declared here pid_t setpgrp(void) __DARWIN_ALIAS(setpgrp); ^ --- child-main.o --- /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:704:78: note: passing argument to parameter here int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ --- daemon.o --- 1 error generated. --- child-main.o --- child-main.c:732:52: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] getsockname (csockfd, (struct sockaddr *) &addr, &len); ^~~~ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:706:78: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ child-main.c:741:9: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] &len); ^~~~ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:704:78: note: passing argument to parameter here int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ --- daemon.o --- *** [daemon.o] Error code 1 bmake: stopped in /opt/work/net/ra-rtsp-proxy/work/rtspd-1.0.0.0a --- child-main.o --- child-main.c:757:52: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] getsockname (ssockfd, (struct sockaddr *) &addr, &len); ^~~~ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:706:78: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ child-main.c:766:9: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] &len); ^~~~ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:704:78: note: passing argument to parameter here int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ child-main.c:1022:51: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] getsockname (sockfd, (struct sockaddr *) &addr, &len); ^~~~ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:706:78: note: passing argument to parameter here int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ child-main.c:1031:16: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign] &len); ^~~~ /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/socket.h:704:78: note: passing argument to parameter here int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict) ^ --- util.o --- 2 warnings generated. --- main.o --- 1 warning generated. --- child-main.o --- 7 warnings generated. 1 error bmake: stopped in /opt/work/net/ra-rtsp-proxy/work/rtspd-1.0.0.0a *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/net/ra-rtsp-proxy *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/net/ra-rtsp-proxy