+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bubblemon-1.46nb43/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/bubblemon-1.46nb43/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for bubblemon-1.46nb43 cc -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/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include -pthread -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -D_REENTRANT -I/usr/pkg/include/pixman-1 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -DENABLE_DUCK -DENABLE_CPU -DENABLE_MEMSCREEN -DKERNEL_26 -I/usr/pkg/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/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -c -o bubblemon.o bubblemon.c cc -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/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include -pthread -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -D_REENTRANT -I/usr/pkg/include/pixman-1 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -DENABLE_DUCK -DENABLE_CPU -DENABLE_MEMSCREEN -DKERNEL_26 -I/usr/pkg/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/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -c -o sys_linux.o sys_linux.c sys_linux.c: In function 'system_cpu': sys_linux.c:37:25: warning: format '%Ld' expects argument of type 'long long int *', but argument 3 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=] 37 | fscanf(stat, "%*s %Ld %Ld %Ld %Ld", &ab, &ac, &ad, &ae); | ~~^ ~~~ | | | | long long int * u_int64_t * {aka long unsigned int *} | %ld sys_linux.c:37:29: warning: format '%Ld' expects argument of type 'long long int *', but argument 4 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=] 37 | fscanf(stat, "%*s %Ld %Ld %Ld %Ld", &ab, &ac, &ad, &ae); | ~~^ ~~~ | | | | long long int * u_int64_t * {aka long unsigned int *} | %ld sys_linux.c:37:33: warning: format '%Ld' expects argument of type 'long long int *', but argument 5 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=] 37 | fscanf(stat, "%*s %Ld %Ld %Ld %Ld", &ab, &ac, &ad, &ae); | ~~^ ~~~ | | | | long long int * u_int64_t * {aka long unsigned int *} | %ld sys_linux.c:37:37: warning: format '%Ld' expects argument of type 'long long int *', but argument 6 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=] 37 | fscanf(stat, "%*s %Ld %Ld %Ld %Ld", &ab, &ac, &ad, &ae); | ~~^ ~~~ | | | | long long int * u_int64_t * {aka long unsigned int *} | %ld sys_linux.c: In function 'system_memory': sys_linux.c:98:35: warning: format '%Ld' expects argument of type 'long long int *', but argument 3 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=] 98 | sscanf(p, "MemTotal:%Ld", &aa); | ~~^ ~~~ | | | | | u_int64_t * {aka long unsigned int *} | long long int * | %ld sys_linux.c:103:37: warning: format '%Ld' expects argument of type 'long long int *', but argument 3 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=] 103 | sscanf(p, "Active:%Ld", &ab); | ~~^ ~~~ | | | | | u_int64_t * {aka long unsigned int *} | long long int * | %ld sys_linux.c:108:44: warning: format '%Ld' expects argument of type 'long long int *', but argument 3 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=] 108 | sscanf(p, "SwapTotal:%Ld", &ac); | ~~^ ~~~ | | | | | u_int64_t * {aka long unsigned int *} | long long int * | %ld sys_linux.c:113:47: warning: format '%Ld' expects argument of type 'long long int *', but argument 3 has type 'u_int64_t *' {aka 'long unsigned int *'} [-Wformat=] 113 | sscanf(p, "SwapFree:%Ld", &ad); | ~~^ ~~~ | | | | | u_int64_t * {aka long unsigned int *} | long long int * | %ld sys_linux.c: In function 'system_cpu': sys_linux.c:37:5: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 37 | fscanf(stat, "%*s %Ld %Ld %Ld %Ld", &ab, &ac, &ad, &ae); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sys_linux.c: In function 'system_memory': sys_linux.c:95:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 95 | fread(shit, 2048, 1, mem); | ^~~~~~~~~~~~~~~~~~~~~~~~~ sys_linux.c: In function 'system_loadavg': sys_linux.c:169:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 169 | fscanf(avg, "%d.%d %d.%d %d.%d", &bm.loadavg[0].i, &bm.loadavg[0].f, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 170 | &bm.loadavg[1].i, &bm.loadavg[1].f, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 171 | &bm.loadavg[2].i, &bm.loadavg[2].f); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:1070:38: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 1070 | snprintf(number, 8, "%6lluM", bm.mem_used >> 20); | ~~~~^ ~~~~~~~~~~~~~~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %6lu bubblemon.c:1072:38: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 1072 | snprintf(number, 8, "%6lluK", bm.mem_used >> 10); | ~~~~^ ~~~~~~~~~~~~~~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %6lu bubblemon.c:1079:38: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 1079 | snprintf(number, 8, "%6lluM", bm.swap_used >> 20); | ~~~~^ ~~~~~~~~~~~~~~~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %6lu bubblemon.c:1081:38: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'u_int64_t' {aka 'long unsigned int'} [-Wformat=] 1081 | snprintf(number, 8, "%6lluK", bm.swap_used >> 10); | ~~~~^ ~~~~~~~~~~~~~~~~~~ | | | | | u_int64_t {aka long unsigned int} | long long unsigned int | %6lu bubblemon.c: In function 'main': bubblemon.c:429:25: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result] 429 | system(execute); | ^~~~~~~~~~~~~~~ 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); | ^~~~~~~~ In file included from /usr/include/stdio.h:900, from bubblemon.c:50: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 8 and 19 bytes into a destination of size 8 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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); | ^~~~~~~~ In file included from /usr/include/stdio.h:900, from bubblemon.c:50: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 8 and 16 bytes into a destination of size 8 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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); | ^~~~~~~~ In file included from /usr/include/stdio.h:900, from bubblemon.c:50: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 8 and 19 bytes into a destination of size 8 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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); | ^~~~~~~~ In file included from /usr/include/stdio.h:900, from bubblemon.c:50: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 8 and 16 bytes into a destination of size 8 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc -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/atk-1.0 -I/usr/pkg/include/gdk-pixbuf-2.0 -I/usr/pkg/include -pthread -I/usr/pkg/include/fribidi -I/usr/pkg/include/cairo -D_REENTRANT -I/usr/pkg/include/pixman-1 -I/usr/pkg/include/harfbuzz -I/usr/pkg/include/freetype2 -I/usr/pkg/include/libpng16 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -DENABLE_DUCK -DENABLE_CPU -DENABLE_MEMSCREEN -DKERNEL_26 -o bubblemon bubblemon.o sys_linux.o -L/usr/pkg/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -Wl,-R/usr/pkg/lib -lfontconfig -lfreetype /bin/ld: bubblemon.o: undefined reference to symbol 'XSetWMHints' /bin/ld: /usr/pkg/lib/libX11.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make: *** [Makefile:81: bubblemon] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/sysutils/bubblemon *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/sysutils/bubblemon