=> 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 xclock-1.2.0nb1 ninja: Entering directory `output' [1/4] Compiling C object xclock.p/xclock.c.o [2/4] Generating xclock.man with a custom command (wrapped by meson to capture output) [3/4] Compiling C object xclock.p/Clock.c.o In file included from /usr/include/stdio.h:595, from /pbulk/work/time/xclock/work/.buildlink/include/freetype2/freetype/config/ftstdlib.h:112, from /pbulk/work/time/xclock/work/.buildlink/include/freetype2/freetype/config/ftconfig.h:41, from /pbulk/work/time/xclock/work/.buildlink/include/freetype2/freetype/freetype.h:24, from /pbulk/work/time/xclock/work/.x11-buildlink/include/X11/Xft/Xft.h:41, from ../ClockP.h:61, from ../Clock.c:85: ../Clock.c: In function 'XmuCvtStringToXftShape': ../Clock.c:707:32: warning: format '%d' expects argument of type 'int', but argument 6 has type 'ptrdiff_t' {aka 'long int'} [-Wformat=] 707 | "Error in shape at position %d: %s.", errpos + 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ | | | ptrdiff_t {aka long int} ../Clock.c:707:61: note: format string is defined here 707 | "Error in shape at position %d: %s.", errpos + 1, | ~^ | | | int | %ld ../Clock.c: In function 'clock_to_utf8': ../Clock.c:2432:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2432 | inptr = str; | ^ In file included from /usr/include/stdio.h:595, from /pbulk/work/time/xclock/work/.buildlink/include/freetype2/freetype/config/ftstdlib.h:112, from /pbulk/work/time/xclock/work/.buildlink/include/freetype2/freetype/config/ftconfig.h:41, from /pbulk/work/time/xclock/work/.buildlink/include/freetype2/freetype/freetype.h:24, from /pbulk/work/time/xclock/work/.x11-buildlink/include/X11/Xft/Xft.h:41, from ../ClockP.h:61, from ../Clock.c:85: ../Clock.c: In function 'TimeString': ../Clock.c:817:44: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=] 817 | snprintf(brief, sizeof(brief), "%02d:%02d %cM", hour, tm->tm_min, | ^~~~~~~~~~~~~~~ ../Clock.c:817:58: note: format string is defined here 817 | snprintf(brief, sizeof(brief), "%02d:%02d %cM", hour, tm->tm_min, | ^ In file included from /usr/include/stdio.h:595, from /pbulk/work/time/xclock/work/.buildlink/include/freetype2/freetype/config/ftstdlib.h:112, from /pbulk/work/time/xclock/work/.buildlink/include/freetype2/freetype/config/ftconfig.h:41, from /pbulk/work/time/xclock/work/.buildlink/include/freetype2/freetype/freetype.h:24, from /pbulk/work/time/xclock/work/.x11-buildlink/include/X11/Xft/Xft.h:41, from ../ClockP.h:61, from ../Clock.c:85: ../Clock.c:817:13: note: '__builtin_snprintf' output between 9 and 19 bytes into a destination of size 9 817 | snprintf(brief, sizeof(brief), "%02d:%02d %cM", hour, tm->tm_min, | ^~~~~~~~ [4/4] Linking target xclock