+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gkrellm-multiping-2.0.8nb53/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/gkrellm-multiping-2.0.8nb53/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for gkrellm-multiping-2.0.8nb53 gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -pthread -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/harfbuzz -I/include `pkg-config glib-2.0 --cflags` -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -lintl -pthread -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 `pkg-config glib-2.0 --libs` -Wall -o pinger pinger.c pinger.c: In function 'pr_icmph': pinger.c:282:14: error: 'ICMP_UNREACH_ADMIN_PROHIBIT' undeclared (first use in this function); did you mean 'ICMP_UNREACH_HOST_PROHIB'? 282 | case ICMP_UNREACH_ADMIN_PROHIBIT: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | ICMP_UNREACH_HOST_PROHIB pinger.c:282:14: note: each undeclared identifier is reported only once for each function it appears in pinger.c:301:20: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 301 | g_string_sprintf(s, "Dest Unreachable, Unknown Code: %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c:324:20: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 324 | g_string_sprintf(s, "Redirect, Bad Code: %d", icp->icmp_code); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c:327:20: warning: Deprecated pre-processor symbol: replace with "g_string_append_printf" 327 | g_string_sprintfa(s, " (New addr: %s)", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c:343:20: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 343 | g_string_sprintf(s, "Time exceeded, Bad Code: %d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c:349:20: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 349 | g_string_sprintf(s, "Parameter problem: IP address = %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c:379:20: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 379 | g_string_sprintf(s, "Bad ICMP type: %d", icp->icmp_type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c: In function 'pr_pack': pinger.c:468:21: warning: variable 'error_pkt' set but not used [-Wunused-but-set-variable] 468 | int error_pkt; | ^~~~~~~~~ pinger.c: In function 'update_host_packinfo': pinger.c:654:13: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 654 | g_string_sprintf(h->sent_str, "%d", h->sent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c:655:13: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 655 | g_string_sprintf(h->recv_str, "%d", h->recv); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c: In function 'update_host_stats': pinger.c:665:20: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 665 | g_string_sprintf(s, "%d", h->tmp_recv * 100 / h->tmp_sent); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c:674:20: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 674 | g_string_sprintf(s, "%ld.%03ld s", trip / 1000000, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c:676:20: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 676 | g_string_sprintf(s2, ">s"); | ^~~~~~~~~~~~~~~~~~~~ pinger.c:678:20: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 678 | g_string_sprintf(s, "%ld.%03ld ms", trip / 1000, trip % 1000); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c:679:20: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 679 | g_string_sprintf(s2, "%ld", trip / 1000); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c:681:20: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 681 | g_string_sprintf(s, "%ld.%03ld ms", trip / 1000, trip % 1000); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c:682:20: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 682 | g_string_sprintf(s2, "%ld.%01ld", trip / 1000, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c:685:20: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 685 | g_string_sprintf(s, "0.%01ld ms", trip / 100); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c:686:20: warning: Deprecated pre-processor symbol: replace with "g_string_printf" 686 | g_string_sprintf(s2, "0.%01ld", trip / 100); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/net/gkrellm-multiping/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/net/gkrellm-multiping/work/.buildlink/include/glib-2.0/glib.h:56, from pinger.c:44: pinger.c: In function 'pr_icmph': /home/pbulk/build/net/gkrellm-multiping/work/.buildlink/include/glib-2.0/glib/gstring.h:74:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 70 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pinger.c:383:5: note: in expansion of macro 'g_string_free' 383 | g_string_free(s, FALSE); | ^~~~~~~~~~~~~ *** [pinger] Error code 1 bmake: stopped in /home/pbulk/build/net/gkrellm-multiping/work/gkrellm-multiping-2.0.8 1 error bmake: stopped in /home/pbulk/build/net/gkrellm-multiping/work/gkrellm-multiping-2.0.8 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/gkrellm-multiping *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/net/gkrellm-multiping