=> Bootstrap dependency digest>=20010302: found digest-20211005 ===> 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 bubblemon-1.46nb34 gcc -O2 -ansi -Wall -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DENABLE_DUCK -DENABLE_CPU -DENABLE_MEMSCREEN -DKERNEL_26 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -c -o bubblemon.o bubblemon.c gcc -O2 -ansi -Wall -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DENABLE_DUCK -DENABLE_CPU -DENABLE_MEMSCREEN -DKERNEL_26 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/harfbuzz -c -o sys_netbsd.o sys_netbsd.c bubblemon.c: In function 'bubblemon_update': bubblemon.c:635:40: warning: variable 'aliascolor' set but not used [-Wunused-but-set-variable] unsigned int aircolor, watercolor, aliascolor; ^~~~~~~~~~ In file included from /usr/include/stdio.h:597:0, from bubblemon.c:50: bubblemon.c: In function 'render_secondary': bubblemon.c:1070:26: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t {aka long unsigned int}' [-Wformat=] snprintf(number, 8, "%6lluM", bm.mem_used >> 20); ^ ~~~~~~~~~~~~~~~~ bubblemon.c:1072:26: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t {aka long unsigned int}' [-Wformat=] snprintf(number, 8, "%6lluK", bm.mem_used >> 10); ^ ~~~~~~~~~~~~~~~~ bubblemon.c:1079:26: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t {aka long unsigned int}' [-Wformat=] snprintf(number, 8, "%6lluM", bm.swap_used >> 20); ^ ~~~~~~~~~~~~~~~~~ bubblemon.c:1081:26: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 6 has type 'u_int64_t {aka long unsigned int}' [-Wformat=] snprintf(number, 8, "%6lluK", bm.swap_used >> 10); ^ ~~~~~~~~~~~~~~~~~ bubblemon.c:1070:26: warning: '%6llu' directive output may be truncated writing between 6 and 14 bytes into a region of size 8 [-Wformat-truncation=] snprintf(number, 8, "%6lluM", bm.mem_used >> 20); ^ bubblemon.c:1070:26: note: directive argument in the range [0, 17592186044415] bubblemon.c:1070:6: note: '__builtin_snprintf' output between 8 and 16 bytes into a destination of size 8 snprintf(number, 8, "%6lluM", bm.mem_used >> 20); ^ bubblemon.c:1072:26: warning: '%6llu' directive output may be truncated writing between 6 and 17 bytes into a region of size 8 [-Wformat-truncation=] snprintf(number, 8, "%6lluK", bm.mem_used >> 10); ^ bubblemon.c:1072:26: note: directive argument in the range [0, 18014398509481983] bubblemon.c:1072:6: note: '__builtin_snprintf' output between 8 and 19 bytes into a destination of size 8 snprintf(number, 8, "%6lluK", bm.mem_used >> 10); ^ bubblemon.c:1079:26: warning: '%6llu' directive output may be truncated writing between 6 and 14 bytes into a region of size 8 [-Wformat-truncation=] snprintf(number, 8, "%6lluM", bm.swap_used >> 20); ^ bubblemon.c:1079:26: note: directive argument in the range [0, 17592186044415] bubblemon.c:1079:6: note: '__builtin_snprintf' output between 8 and 16 bytes into a destination of size 8 snprintf(number, 8, "%6lluM", bm.swap_used >> 20); ^ bubblemon.c:1081:26: warning: '%6llu' directive output may be truncated writing between 6 and 17 bytes into a region of size 8 [-Wformat-truncation=] snprintf(number, 8, "%6lluK", bm.swap_used >> 10); ^ bubblemon.c:1081:26: note: directive argument in the range [0, 18014398509481983] bubblemon.c:1081:6: note: '__builtin_snprintf' output between 8 and 19 bytes into a destination of size 8 snprintf(number, 8, "%6lluK", bm.swap_used >> 10); ^ gcc -O2 -ansi -Wall -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -DENABLE_DUCK -DENABLE_CPU -DENABLE_MEMSCREEN -DKERNEL_26 -o bubblemon bubblemon.o sys_netbsd.o -L/usr/pkg/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -L/usr/X11R7/lib -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -Wl,-R/usr/pkg/lib -lharfbuzz -lfreetype -lz -lbz2 -Wl,-rpath,/usr/X11R7/lib -lfontconfig *** Please use pkgtools/verifypc to sanity check dependencies.