=> 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 bam-0.5.1 set -e; cd /tmp/devel/bam/work/bam-0.5.1; CC=gcc ./make_unix.sh compiling using gcc... In file included from /usr/include/stdio.h:597:0, from src/lua/lauxlib.h:13, from src/context.c:3: src/context.c: In function 'threads_run': src/context.c:132:17: warning: '%%' directive writing 1 byte into a region of size between 0 and 27 [-Wformat-overflow=] sprintf(buf, "\033[01;32m[%%%dd/%%%dd] \033[01;36m[%%%dd]\033[00m %%s\n", jobdigits, jobdigits, threaddigits); ^ src/context.c:132:4: note: '__builtin___sprintf_chk' output between 41 and 68 bytes into a destination of size 64 sprintf(buf, "\033[01;32m[%%%dd/%%%dd] \033[01;36m[%%%dd]\033[00m %%s\n", jobdigits, jobdigits, threaddigits); ^ ld: /var/tmp//ccgiEO39.o: in function `os_tmpname': loslib.c:(.text+0x25b): warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()