=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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 xcalc-1.1.3 ninja: Entering directory `output' [1/5] Generating xcalc.man with a custom command (wrapped by meson to capture output) [2/5] Compiling C object xcalc.p/xcalc.c.o In file included from /usr/include/string.h:127, from /pbulk/work/x11/xcalc/work/.x11-buildlink/include/X11/Intrinsic.h:61, from /pbulk/work/x11/xcalc/work/.x11-buildlink/include/X11/Shell.h:52, from ../xcalc.c:46: In function 'convert', inlined from 'convert' at ../xcalc.c:358:16: ../xcalc.c:366:2: warning: '__builtin___strncpy_chk' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 366 | strncpy(selstr, dispstr, (int)(*length)); | ^~~~~~~ ../xcalc.c: In function 'convert': ../xcalc.c:365:12: note: length computed here 365 | *length = strlen(dispstr); | ^~~~~~~~~~~~~~~ [3/5] Compiling C object xcalc.p/actions.c.o [4/5] Compiling C object xcalc.p/math.c.o In file included from /usr/include/stdio.h:595, from ../xcalc.h:47, from ../math.c:19: ../math.c: In function 'DrawDisplay': ../math.c:227:44: warning: '%s' directive output may be truncated writing between 5 and 2147483645 bytes into a region of size 25 [-Wformat-truncation=] 227 | snprintf(tmp, sizeof(tmp), "%.7s%s", dispstr, estr); | ^~~~~~~~ ../math.c:227:49: note: format string is defined here 227 | snprintf(tmp, sizeof(tmp), "%.7s%s", dispstr, estr); | ^~ In file included from /usr/include/stdio.h:595, from ../xcalc.h:47, from ../math.c:19: ../math.c:227:17: note: '__builtin_snprintf' output between 13 and 2147483653 bytes into a destination of size 32 227 | snprintf(tmp, sizeof(tmp), "%.7s%s", dispstr, estr); | ^~~~~~~~ [5/5] Linking target xcalc