=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/sysutils/bubblemon", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for bubblemon-1.46nb49 gcc -O3 -Wall `pkg-config --cflags gtk+-2.0` -DENABLE_DUCK -DENABLE_CPU -DENABLE_MEMSCREEN -DKERNEL_26 -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/freetype2 -I/opt/local/include/harfbuzz -c -o bubblemon.o bubblemon.c gcc -O3 -Wall `pkg-config --cflags gtk+-2.0` -DENABLE_DUCK -DENABLE_CPU -DENABLE_MEMSCREEN -DKERNEL_26 -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/freetype2 -I/opt/local/include/harfbuzz -c -o sys_sunos.o sys_sunos.c bubblemon.c: In function 'bubblemon_update': bubblemon.c:635:40: warning: variable 'aliascolor' set but not used [-Wunused-but-set-variable] 635 | unsigned int aircolor, watercolor, aliascolor; | ^~~~~~~~~~ bubblemon.c: In function 'render_secondary': bubblemon.c:1072:34: warning: '%6llu' directive output may be truncated writing between 6 and 17 bytes into a region of size 8 [-Wformat-truncation=] 1072 | snprintf(number, 8, "%6lluK", bm.mem_used >> 10); | ^~~~~ bubblemon.c:1072:33: note: directive argument in the range [0, 18014398509481983] 1072 | snprintf(number, 8, "%6lluK", bm.mem_used >> 10); | ^~~~~~~~ bubblemon.c:1072:13: note: 'snprintf' output between 8 and 19 bytes into a destination of size 8 1072 | snprintf(number, 8, "%6lluK", bm.mem_used >> 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bubblemon.c:1070:34: warning: '%6llu' directive output may be truncated writing between 6 and 14 bytes into a region of size 8 [-Wformat-truncation=] 1070 | snprintf(number, 8, "%6lluM", bm.mem_used >> 20); | ^~~~~ bubblemon.c:1070:33: note: directive argument in the range [0, 17592186044415] 1070 | snprintf(number, 8, "%6lluM", bm.mem_used >> 20); | ^~~~~~~~ bubblemon.c:1070:13: note: 'snprintf' output between 8 and 16 bytes into a destination of size 8 1070 | snprintf(number, 8, "%6lluM", bm.mem_used >> 20); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bubblemon.c:1081:34: warning: '%6llu' directive output may be truncated writing between 6 and 17 bytes into a region of size 8 [-Wformat-truncation=] 1081 | snprintf(number, 8, "%6lluK", bm.swap_used >> 10); | ^~~~~ bubblemon.c:1081:33: note: directive argument in the range [0, 18014398509481983] 1081 | snprintf(number, 8, "%6lluK", bm.swap_used >> 10); | ^~~~~~~~ bubblemon.c:1081:13: note: 'snprintf' output between 8 and 19 bytes into a destination of size 8 1081 | snprintf(number, 8, "%6lluK", bm.swap_used >> 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bubblemon.c:1079:34: warning: '%6llu' directive output may be truncated writing between 6 and 14 bytes into a region of size 8 [-Wformat-truncation=] 1079 | snprintf(number, 8, "%6lluM", bm.swap_used >> 20); | ^~~~~ bubblemon.c:1079:33: note: directive argument in the range [0, 17592186044415] 1079 | snprintf(number, 8, "%6lluM", bm.swap_used >> 20); | ^~~~~~~~ bubblemon.c:1079:13: note: 'snprintf' output between 8 and 16 bytes into a destination of size 8 1079 | snprintf(number, 8, "%6lluM", bm.swap_used >> 20); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O3 -Wall `pkg-config --cflags gtk+-2.0` -DENABLE_DUCK -DENABLE_CPU -DENABLE_MEMSCREEN -DKERNEL_26 -o bubblemon bubblemon.o sys_sunos.o `pkg-config --libs gtk+-2.0` -lkstat -lm -lX11 *** Please use pkgtools/verifypc to sanity check dependencies.