=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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 beanstalkd-1.12nb1 sh: Illegal option -- gcc -O2 -D_FORTIFY_SOURCE=2 -Wall -Werror -Wformat=2 -g -c -o netbsd.o netbsd.c gcc -O2 -D_FORTIFY_SOURCE=2 -Wall -Werror -Wformat=2 -g -c -o conn.o conn.c gcc -O2 -D_FORTIFY_SOURCE=2 -Wall -Werror -Wformat=2 -g -c -o file.o file.c gcc -O2 -D_FORTIFY_SOURCE=2 -Wall -Werror -Wformat=2 -g -c -o heap.o heap.c gcc -O2 -D_FORTIFY_SOURCE=2 -Wall -Werror -Wformat=2 -g -c -o job.o job.c gcc -O2 -D_FORTIFY_SOURCE=2 -Wall -Werror -Wformat=2 -g -c -o ms.o ms.c gcc -O2 -D_FORTIFY_SOURCE=2 -Wall -Werror -Wformat=2 -g -c -o net.o net.c net.c: In function 'make_unix_socket': net.c:161:46: error: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t {aka unsigned int}' [-Werror=format=] warnx("socket path %s is too long (%ld characters), where maximum allowed is %ld", ~~^ %d path, strlen(path), maxlen); ~~~~~~~~~~~~ net.c:161:88: error: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t {aka const unsigned int}' [-Werror=format=] warnx("socket path %s is too long (%ld characters), where maximum allowed is %ld", ~~^ %d cc1: all warnings being treated as errors gmake: *** [: net.o] Error 1 *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/net/beanstalkd *** Error code 1 Stop. make: stopped in /usr/pkgsrc/net/beanstalkd