=> Bootstrap dependency digest>=20211023: found digest-20211023 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for ra-rtsp-proxy-1.0.0.0nb2 --- child-main.o --- --- daemon.o --- --- main.o --- --- rtsp.o --- --- child-main.o --- gcc -Wall -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. child-main.c --- daemon.o --- gcc -Wall -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. daemon.c --- rtsp.o --- gcc -Wall -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. rtsp.c --- main.o --- gcc -Wall -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. main.c --- child-main.o --- child-main.c: In function 'get_peer_ipaddress': child-main.c:680:55: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] getpeername (sockfd, (struct sockaddr *)&peer_addr, &len); ^ In file included from child-main.c:171:0: /usr/include/sys/socket.h:624:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ child-main.c: In function 'create_udp_tunnels': child-main.c:732:52: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] getsockname (csockfd, (struct sockaddr *) &addr, &len); ^ In file included from child-main.c:171:0: /usr/include/sys/socket.h:625:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ child-main.c:741:9: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] &len); ^ In file included from child-main.c:171:0: /usr/include/sys/socket.h:624:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ child-main.c:757:52: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] getsockname (ssockfd, (struct sockaddr *) &addr, &len); ^ In file included from child-main.c:171:0: /usr/include/sys/socket.h:625:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ child-main.c:766:9: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] &len); ^ In file included from child-main.c:171:0: /usr/include/sys/socket.h:624:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ child-main.c: In function 'create_rtp_udp_tunnel': child-main.c:1022:51: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] getsockname (sockfd, (struct sockaddr *) &addr, &len); ^ In file included from child-main.c:171:0: /usr/include/sys/socket.h:625:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getsockname(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ child-main.c:1031:16: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] &len); ^ In file included from child-main.c:171:0: /usr/include/sys/socket.h:624:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getpeername(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~~~~~~ --- main.o --- main.c: In function 'server': --- rtsp.o --- rtsp.c: In function 'rtsp_options_handler': rtsp.c:1732:12: warning: variable 'new_rtspid' set but not used [-Wunused-but-set-variable] int i=0, new_rtspid=0; ^~~~~~~~~~ --- main.o --- main.c:454:65: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] newsockfd = accept (serverfd, (struct sockaddr *) &cli_addr, &clilen); ^ In file included from main.c:169:0: /usr/include/sys/socket.h:620:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ --- rtsp.o --- rtsp.c: In function 'rtp_set_ports_client': rtsp.c:2779:18: warning: variable 'cliidx2' set but not used [-Wunused-but-set-variable] int cliidx1=0, cliidx2=0; ^~~~~~~ rtsp.c:2779:7: warning: variable 'cliidx1' set but not used [-Wunused-but-set-variable] int cliidx1=0, cliidx2=0; ^~~~~~~ --- simplib.o --- gcc -Wall -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. simplib.c --- rtsp.o --- rtsp.c: In function 'rtsp_remove_session': rtsp.c:3208:9: warning: variable 'rtsp2' set but not used [-Wunused-but-set-variable] RTSP *rtsp2=NULL; ^~~~~ --- util.o --- gcc -Wall -c -O2 -fPIC -D_FORTIFY_SOURCE=2 -I. util.c --- rtspd --- gcc -o rtspd child-main.o daemon.o main.o rtsp.o simplib.o util.o => Creating /tmp/net/ra-rtsp-proxy/work/.rc.d/rtspd