+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/irssi-1.4.5nb2/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/irssi-1.4.5nb2/work.log ===> Building for irssi-1.4.5nb2 --- default-config.h --- --- default-theme.h --- --- default-config.h --- ./utils/file2header.sh ./irssi.conf default_config > default-config.h --- default-theme.h --- ./utils/file2header.sh ./themes/default.theme default_theme > default-theme.h --- all --- /opt/local/bin/bmake all-recursive --- all-recursive --- Making all in src --- all-recursive --- Making all in lib-config --- get.o --- --- set.o --- --- parse.o --- --- set.o --- CC set.o --- get.o --- CC get.o --- parse.o --- CC parse.o --- write.o --- CC write.o In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../irssi/src/common.h:39, from module.h:1, from write.c:21: write.c: In function 'config_escape_string': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ write.c:112:9: note: in expansion of macro 'g_string_free' 112 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ --- libirssi_config.a --- AR libirssi_config.a Making all in core --- args.o --- --- channels.o --- --- channels-setup.o --- --- args.o --- CC args.o --- channels.o --- CC channels.o --- channels-setup.o --- CC channels-setup.o --- commands.o --- CC commands.o --- chat-commands.o --- CC chat-commands.o --- chat-protocols.o --- CC chat-protocols.o --- chatnets.o --- CC chatnets.o --- core.o --- CC core.o --- expandos.o --- CC expandos.o --- ignore.o --- CC ignore.o --- levels.o --- CC levels.o In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../irssi/src/common.h:39, from module.h:1, from levels.c:21: levels.c: In function 'bits2level': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ levels.c:170:9: note: in expansion of macro 'g_string_free' 170 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ --- line-split.o --- CC line-split.o --- log.o --- CC log.o --- log-away.o --- CC log-away.o --- masks.o --- CC masks.o --- misc.o --- CC misc.o In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../irssi/src/common.h:39, from module.h:1, from misc.c:21: misc.c: In function 'gslistptr_to_string': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ misc.c:265:9: note: in expansion of macro 'g_string_free' 265 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ misc.c: In function 'i_slist_to_string': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ misc.c:284:9: note: in expansion of macro 'g_string_free' 284 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ --- modules.o --- CC modules.o --- modules-load.o --- CC modules-load.o modules-load.c: In function 'module_open': modules-load.c:119:17: warning: 'g_module_build_path' is deprecated [-Wdeprecated-declarations] 119 | path = g_module_build_path(str, name); | ^~~~ In file included from ../../irssi/src/common.h:41, from module.h:1, from modules-load.c:21: /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/gmodule.h:142:23: note: declared here 142 | gchar* g_module_build_path (const gchar *directory, | ^~~~~~~~~~~~~~~~~~~ modules-load.c:131:17: warning: 'g_module_build_path' is deprecated [-Wdeprecated-declarations] 131 | path = g_module_build_path(MODULEDIR, name); | ^~~~ /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/gmodule.h:142:23: note: declared here 142 | gchar* g_module_build_path (const gchar *directory, | ^~~~~~~~~~~~~~~~~~~ --- net-disconnect.o --- CC net-disconnect.o --- net-nonblock.o --- CC net-nonblock.o --- net-sendbuffer.o --- CC net-sendbuffer.o --- network.o --- CC network.o --- network-openssl.o --- CC network-openssl.o --- network.o --- network.c:84:18: warning: missing braces around initializer [-Wmissing-braces] 84 | IPADDR ip4_any = { | ^ network.c:84:18: warning: missing braces around initializer [-Wmissing-braces] --- nicklist.o --- CC nicklist.o --- network-openssl.o --- network-openssl.c: In function 'set_server_temporary_key_info': network-openssl.c:775:33: warning: 'EVP_PKEY_get1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 775 | ec_key = EVP_PKEY_get1_EC_KEY(ephemeral_key); | ^~~~~~ In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/openssl/x509.h:29, from /home/pbulk/build/chat/irssi/work/.buildlink/include/openssl/ssl.h:32, from ../../irssi/src/core/tls.h:22, from network-openssl.c:28: /home/pbulk/build/chat/irssi/work/.buildlink/include/openssl/evp.h:1433:19: note: declared here 1433 | struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ network-openssl.c:776:33: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 776 | nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key)); | ^~~ In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/openssl/x509.h:33: /home/pbulk/build/chat/irssi/work/.buildlink/include/openssl/ec.h:1053:39: note: declared here 1053 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ network-openssl.c:777:33: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 777 | EC_KEY_free(ec_key); | ^~~~~~~~~~~ /home/pbulk/build/chat/irssi/work/.buildlink/include/openssl/ec.h:1022:28: note: declared here 1022 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ --- nickmatch-cache.o --- CC nickmatch-cache.o --- pidwait.o --- CC pidwait.o --- queries.o --- CC queries.o --- rawlog.o --- CC rawlog.o --- recode.o --- CC recode.o --- refstrings.o --- CC refstrings.o --- servers.o --- CC servers.o --- servers-reconnect.o --- CC servers-reconnect.o --- servers-setup.o --- CC servers-setup.o --- servers.o --- In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../irssi/src/common.h:39, from module.h:1, from servers.c:21: servers.c: In function 'server_create_tag': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ servers.c:138:9: note: in expansion of macro 'g_string_free' 138 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ --- session.o --- CC session.o --- settings.o --- CC settings.o --- signals.o --- CC signals.o --- special-vars.o --- CC special-vars.o --- utf8.o --- CC utf8.o --- special-vars.o --- In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../irssi/src/common.h:39, from module.h:1, from special-vars.c:21: special-vars.c: In function 'get_alignment': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ special-vars.c:416:9: note: in expansion of macro 'g_string_free' 416 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ special-vars.c: In function 'get_argument': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ special-vars.c:92:9: note: in expansion of macro 'g_string_free' 92 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ special-vars.c: In function 'parse_special_string': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ special-vars.c:608:9: note: in expansion of macro 'g_string_free' 608 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ --- iregex-gregex.o --- CC iregex-gregex.o --- wcwidth.o --- CC wcwidth.o --- wcwidth-wrapper.o --- CC wcwidth-wrapper.o --- tls.o --- CC tls.o --- write-buffer.o --- CC write-buffer.o --- libcore.a --- AR libcore.a Making all in irc --- all-recursive --- Making all in core --- bans.o --- --- ctcp.o --- --- channels-query.o --- --- bans.o --- CC bans.o --- ctcp.o --- CC ctcp.o --- channels-query.o --- CC channels-query.o --- bans.o --- In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../../irssi/src/common.h:39, from module.h:1, from bans.c:21: bans.c: In function 'ban_get_masks': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bans.c:110:9: note: in expansion of macro 'g_string_free' 110 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ --- channel-events.o --- CC channel-events.o --- channel-rejoin.o --- CC channel-rejoin.o --- irc.o --- CC irc.o --- irc-core.o --- CC irc-core.o --- irc-channels.o --- CC irc-channels.o --- irc-channels-setup.o --- CC irc-channels-setup.o --- irc-chatnets.o --- CC irc-chatnets.o --- irc-commands.o --- --- irc-expandos.o --- CC irc-expandos.o --- irc-commands.o --- CC irc-commands.o --- irc-masks.o --- CC irc-masks.o --- irc-nicklist.o --- CC irc-nicklist.o --- irc-queries.o --- CC irc-queries.o --- irc-servers.o --- CC irc-servers.o --- irc-servers-reconnect.o --- CC irc-servers-reconnect.o --- irc-servers.o --- In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../../irssi/src/common.h:39, from module.h:1, from irc-servers.c:21: irc-servers.c: In function 'irc_server_get_channels': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ irc-servers.c:877:9: note: in expansion of macro 'g_string_free' 877 | g_string_free(chans, FALSE); | ^~~~~~~~~~~~~ --- irc-servers-setup.o --- CC irc-servers-setup.o --- irc-session.o --- CC irc-session.o --- irc-cap.o --- CC irc-cap.o --- sasl.o --- CC sasl.o --- lag.o --- CC lag.o --- massjoin.o --- CC massjoin.o --- modes.o --- CC modes.o --- mode-lists.o --- CC mode-lists.o --- modes.o --- In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../../irssi/src/common.h:39, from module.h:1, from modes.c:21: modes.c: In function 'modes_join': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modes.c:447:9: note: in expansion of macro 'g_string_free' 447 | g_string_free(newmode, FALSE); | ^~~~~~~~~~~~~ modes.c: In function 'get_nicks': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modes.c:759:9: note: in expansion of macro 'g_string_free' 759 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ --- netsplit.o --- CC netsplit.o --- servers-idle.o --- CC servers-idle.o --- servers-redirect.o --- CC servers-redirect.o --- libirc_core.a --- AR libirc_core.a Making all in dcc --- dcc.o --- --- dcc-chat.o --- --- dcc-get.o --- CC dcc-get.o --- dcc-chat.o --- CC dcc-chat.o --- dcc.o --- CC dcc.o --- dcc-get.o --- In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../../irssi/src/common.h:39, from module.h:1, from dcc-get.c:21: dcc-get.c: In function 'dcc_get_rename_file': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcc-get.c:92:9: note: in expansion of macro 'g_string_free' 92 | g_string_free(newname, FALSE); | ^~~~~~~~~~~~~ dcc-get.c: In function 'get_file_name': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dcc-get.c:420:9: note: in expansion of macro 'g_string_free' 420 | g_string_free(out, FALSE); | ^~~~~~~~~~~~~ --- dcc-send.o --- CC dcc-send.o --- dcc-resume.o --- CC dcc-resume.o --- dcc-autoget.o --- CC dcc-autoget.o --- dcc-queue.o --- CC dcc-queue.o --- dcc-server.o --- CC dcc-server.o --- libirc_dcc.a --- AR libirc_dcc.a Making all in flood --- autoignore.o --- --- flood.o --- --- autoignore.o --- CC autoignore.o --- flood.o --- CC flood.o --- libirc_flood.a --- AR libirc_flood.a Making all in notifylist --- notifylist.o --- --- notify-commands.o --- --- notify-ison.o --- --- notify-commands.o --- CC notify-commands.o --- notifylist.o --- CC notifylist.o --- notify-ison.o --- CC notify-ison.o --- notify-setup.o --- CC notify-setup.o --- notify-whois.o --- CC notify-whois.o --- libirc_notifylist.a --- AR libirc_notifylist.a Making all in proxy --- libirc_proxy.a --- --- proxy.lo --- --- dump.lo --- CC dump.lo --- libirc_proxy.a --- rm -f libirc_proxy.a --- proxy.lo --- CC proxy.lo --- libirc_proxy.a --- ln -s .libs/libirc_proxy.a libirc_proxy.a --- listen.lo --- CC listen.lo --- libirc_proxy.la --- CCLD libirc_proxy.la --- irc.o --- CC irc.o --- libirc.a --- AR libirc.a Making all in fe-common --- all-recursive --- Making all in core --- chat-completion.o --- --- command-history.o --- --- completion.o --- --- chat-completion.o --- CC chat-completion.o --- completion.o --- CC completion.o --- command-history.o --- CC command-history.o --- completion.o --- In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../../irssi/src/common.h:39, from module.h:1, from completion.c:21: completion.c: In function 'auto_word_complete': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ completion.c:115:17: note: in expansion of macro 'g_string_free' 115 | g_string_free(result, FALSE); | ^~~~~~~~~~~~~ completion.c: In function 'word_complete': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ completion.c:294:9: note: in expansion of macro 'g_string_free' 294 | g_string_free(result, FALSE); | ^~~~~~~~~~~~~ --- fe-channels.o --- CC fe-channels.o --- fe-common-core.o --- CC fe-common-core.o --- fe-core-commands.o --- CC fe-core-commands.o --- fe-exec.o --- CC fe-exec.o --- fe-expandos.o --- CC fe-expandos.o --- fe-help.o --- CC fe-help.o --- fe-ignore.o --- CC fe-ignore.o --- fe-ignore-messages.o --- CC fe-ignore-messages.o --- fe-log.o --- CC fe-log.o --- fe-messages.o --- CC fe-messages.o --- fe-modules.o --- CC fe-modules.o --- fe-log.o --- In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../../irssi/src/common.h:39, from module.h:1, from fe-log.c:21: fe-log.c: In function 'log_items_get_list': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fe-log.c:217:9: note: in expansion of macro 'g_string_free' 217 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ --- fe-messages.o --- In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../../irssi/src/common.h:39, from module.h:1, from fe-messages.c:21: fe-messages.c: In function 'expand_emphasis': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fe-messages.c:137:9: note: in expansion of macro 'g_string_free' 137 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ fe-messages.c: In function 'sig_nicklist_new': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fe-messages.c:734:9: note: in expansion of macro 'g_string_free' 734 | g_string_free(newnick, FALSE); | ^~~~~~~~~~~~~ --- fe-queries.o --- CC fe-queries.o --- fe-server.o --- CC fe-server.o --- fe-settings.o --- CC fe-settings.o --- fe-tls.o --- CC fe-tls.o --- formats.o --- CC formats.o --- hilight-text.o --- CC hilight-text.o --- formats.o --- In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../../irssi/src/common.h:39, from module.h:1, from formats.c:21: formats.c: In function 'format_string_expand': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ formats.c:626:9: note: in expansion of macro 'g_string_free' 626 | g_string_free(out, FALSE); | ^~~~~~~~~~~~~ formats.c: In function 'format_get_text_args': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ formats.c:804:9: note: in expansion of macro 'g_string_free' 804 | g_string_free(out, FALSE); | ^~~~~~~~~~~~~ formats.c: In function 'format_add_linestart': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ formats.c:900:9: note: in expansion of macro 'g_string_free' 900 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ formats.c: In function 'format_add_lineend': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ formats.c:925:9: note: in expansion of macro 'g_string_free' 925 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ --- hilight-text.o --- In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../../irssi/src/common.h:39, from module.h:1, from hilight-text.c:21: hilight-text.c: In function 'sig_print_text': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hilight-text.c:473:17: note: in expansion of macro 'g_string_free' 473 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ --- keyboard.o --- CC keyboard.o --- module-formats.o --- CC module-formats.o --- printtext.o --- CC printtext.o --- fe-recode.o --- CC fe-recode.o --- printtext.o --- In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../../irssi/src/common.h:39, from module.h:1, from printtext.c:21: printtext.c: In function 'printtext_get_args': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ printtext.c:244:9: note: in expansion of macro 'g_string_free' 244 | g_string_free(out, FALSE); | ^~~~~~~~~~~~~ printtext.c: In function 'printtext_expand_formats': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ printtext.c:274:9: note: in expansion of macro 'g_string_free' 274 | g_string_free(out, FALSE); | ^~~~~~~~~~~~~ --- themes.o --- CC themes.o In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../../irssi/src/common.h:39, from module.h:1, from themes.c:21: themes.c: In function 'theme_format_expand_get': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ themes.c:399:9: note: in expansion of macro 'g_string_free' 399 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ themes.c: In function 'theme_format_expand_data_rec': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ themes.c:578:9: note: in expansion of macro 'g_string_free' 578 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ themes.c: In function 'theme_format_expand_abstract': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ themes.c:500:9: note: in expansion of macro 'g_string_free' 500 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ --- window-activity.o --- --- themes.o --- themes.c: In function 'theme_format_compress_colors': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ themes.c:649:9: note: in expansion of macro 'g_string_free' 649 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ --- window-activity.o --- CC window-activity.o --- window-commands.o --- CC window-commands.o --- window-items.o --- CC window-items.o --- windows-layout.o --- CC windows-layout.o --- fe-windows.o --- CC fe-windows.o --- libfe_common_core.a --- AR libfe_common_core.a Making all in irc --- all-recursive --- Making all in dcc --- fe-dcc.o --- --- fe-dcc-chat.o --- --- fe-dcc-chat-messages.o --- CC fe-dcc-chat-messages.o --- fe-dcc.o --- CC fe-dcc.o --- fe-dcc-chat.o --- CC fe-dcc-chat.o --- fe-dcc-get.o --- CC fe-dcc-get.o --- fe-dcc-send.o --- CC fe-dcc-send.o --- module-formats.o --- CC module-formats.o --- fe-dcc-server.o --- CC fe-dcc-server.o --- libfe_irc_dcc.a --- AR libfe_irc_dcc.a Making all in notifylist --- fe-notifylist.o --- --- module-formats.o --- --- fe-notifylist.o --- CC fe-notifylist.o --- module-formats.o --- CC module-formats.o --- libfe_irc_notifylist.a --- AR libfe_irc_notifylist.a --- fe-irc-channels.o --- --- fe-irc-commands.o --- --- fe-irc-messages.o --- --- fe-irc-channels.o --- CC fe-irc-channels.o --- fe-irc-commands.o --- CC fe-irc-commands.o --- fe-irc-messages.o --- CC fe-irc-messages.o --- fe-irc-queries.o --- CC fe-irc-queries.o --- fe-irc-server.o --- CC fe-irc-server.o --- fe-ircnet.o --- CC fe-ircnet.o --- fe-ctcp.o --- CC fe-ctcp.o --- fe-events.o --- --- fe-events-numeric.o --- --- fe-events.o --- CC fe-events.o --- fe-events-numeric.o --- CC fe-events-numeric.o --- fe-modes.o --- CC fe-modes.o --- fe-netjoin.o --- CC fe-netjoin.o --- fe-netsplit.o --- CC fe-netsplit.o --- fe-common-irc.o --- CC fe-common-irc.o --- fe-whois.o --- CC fe-whois.o --- fe-sasl.o --- CC fe-sasl.o --- fe-cap.o --- CC fe-cap.o --- irc-completion.o --- CC irc-completion.o --- module-formats.o --- CC module-formats.o --- irc-modules.o --- CC irc-modules.o --- libfe_common_irc.a --- AR libfe_common_irc.a Making all in perl --- all-local --- --- irssi-core.pl.h --- --- perl-common.lo --- --- all-local --- GEN all-local GEN common --- irssi-core.pl.h --- ../../utils/file2header.sh ./irssi-core.pl irssi_core_code > irssi-core.pl.h --- perl-common.lo --- CC perl-common.lo --- perl-signals-list.h --- cat ../../docs/signals.txt | /home/pbulk/build/chat/irssi/work/.tools/bin/perl ./get-signals.pl > perl-signals-list.h --- perl-sources.lo --- CC perl-sources.lo --- all-local --- --- blib/lib/.exists --- --- blib/arch/.exists --- --- perl-common.lo --- In file included from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib.h:56, from ../../irssi/src/common.h:39, from module.h:1, from perl-common.c:23: perl-common.c: In function 'perl_get_use_list': /home/pbulk/build/chat/irssi/work/.buildlink/include/glib-2.0/glib/gstring.h:76:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 72 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 74 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ perl-common.c:243:9: note: in expansion of macro 'g_string_free' 243 | g_string_free(str, FALSE); | ^~~~~~~~~~~~~ --- all-local --- --- blib/lib/auto/Irssi/.exists --- --- blib/arch/auto/Irssi/.exists --- --- blib/bin/.exists --- --- blib/script/.exists --- --- blib/man1/.exists --- --- blib/man3/.exists --- --- config --- --- subdirs --- --- dynamic --- --- blibdirs --- --- Channel.c --- XS Channel.c --- Core.c --- XS Core.c --- module-formats.lo --- CC module-formats.lo --- all-local --- --- Expando.c --- XS Expando.c --- Ignore.c --- XS Ignore.c --- Irssi.c --- XS Irssi.c --- Log.c --- XS Log.c --- Masks.c --- XS Masks.c --- Query.c --- XS Query.c --- Rawlog.c --- XS Rawlog.c --- Server.c --- XS Server.c --- perl-fe.lo --- CC perl-fe.lo --- all-local --- --- Settings.c --- XS Settings.c --- Irssi.bs --- BS Irssi () CHMOD Irssi.bs --- pm_to_blib --- Failed to find -- in @echo| BLIB |pm_to_blib at -e line 2. --- config --- --- Channel.o --- --- pm_to_blib --- *** [pm_to_blib] Error code 127 bmake[4]: stopped making "makemakerdflt" in /home/pbulk/build/chat/irssi/work/irssi-1.4.5/src/perl/common bmake[2]: stopped making "all" in /home/pbulk/build/chat/irssi/work/irssi-1.4.5/src bmake[1]: stopped making "all-recursive" in /home/pbulk/build/chat/irssi/work/irssi-1.4.5 bmake: stopped making "all" in /home/pbulk/build/chat/irssi/work/irssi-1.4.5 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/chat/irssi *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/chat/irssi