=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/chat/bitlbee-discord", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for bitlbee-discord-0.4.3nb3 --- all --- /opt/local/bin/bmake all-recursive --- all-recursive --- Making all in src --- discord_la-discord.lo --- --- discord_la-discord-handlers.lo --- --- discord_la-discord.lo --- CC discord_la-discord.lo --- discord_la-discord-handlers.lo --- CC discord_la-discord-handlers.lo --- discord_la-discord.lo --- discord.c: In function 'init_plugin': discord.c:324:3: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 324 | dpp = g_memdup(&pp, sizeof pp); | ^~~ In file included from /tmp/work/chat/bitlbee-discord/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/chat/bitlbee-discord/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/chat/bitlbee-discord/work/.buildlink/include/glib-2.0/glib.h:56, from /tmp/work/chat/bitlbee-discord/work/.buildlink/include/bitlbee/bitlbee.h:61, from discord.h:20, from discord.c:18: /tmp/work/chat/bitlbee-discord/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ --- discord_la-discord-handlers.lo --- In file included from /tmp/work/chat/bitlbee-discord/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/chat/bitlbee-discord/work/.buildlink/include/glib-2.0/glib.h:56, from /tmp/work/chat/bitlbee-discord/work/.buildlink/include/bitlbee/bitlbee.h:61, from discord.h:20, from discord-util.h:17, from discord-handlers.c:21: discord-handlers.c: In function 'discord_prepare_message': /tmp/work/chat/bitlbee-discord/work/.buildlink/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 74 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 76 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 77 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 78 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ discord-handlers.c:657:5: note: in expansion of macro 'g_string_free' 657 | g_string_free(tstr, FALSE); | ^~~~~~~~~~~~~ --- discord_la-discord-http.lo --- CC discord_la-discord-http.lo --- discord_la-discord-util.lo --- CC discord_la-discord-util.lo --- discord_la-discord-websockets.lo --- CC discord_la-discord-websockets.lo --- discord.la --- CCLD discord.la Making all in doc *** Please use pkgtools/verifypc to sanity check dependencies.