=> Bootstrap dependency digest>=20010302: found digest-20210928 ===> 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 http_load-20060312nb6 --- http_load.o --- --- timers.o --- gcc -Wall -O -DUSE_SSL -I/usr/include -c timers.c --- http_load.o --- gcc -Wall -O -DUSE_SSL -I/usr/include -c http_load.c http_load.c: In function 'handle_connect': http_load.c:938:83: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] if ( getsockopt( connections[cnum].conn_fd, SOL_SOCKET, SO_ERROR, (void*) &err, &errlen ) < 0 ) ^ In file included from http_load.c:36:0: /usr/include/sys/socket.h:626:5: note: expected '__socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' int getsockopt(int, int, int, void *__restrict, socklen_t * __restrict); ^~~~~~~~~~ --- http_load --- gcc -Wall -O -DUSE_SSL -I/usr/include http_load.o timers.o -s -L/usr/lib -Wl,-R/usr/lib -lssl -lcrypto -o http_load