=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/chat/bitlbee-steam", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for bitlbee-steam-1.4.2nb3 --- all-recursive --- Making all in steam --- steam_la-steam.lo --- --- steam_la-steam-api.lo --- --- steam_la-steam-crypt.lo --- --- steam_la-steam-http.lo --- --- steam_la-steam.lo --- CC steam_la-steam.lo --- steam_la-steam-api.lo --- CC steam_la-steam-api.lo --- steam_la-steam-http.lo --- CC steam_la-steam-http.lo --- steam_la-steam-crypt.lo --- CC steam_la-steam-crypt.lo --- steam_la-steam-api.lo --- steam-api.c: In function 'steam_api_json_error': steam-api.c:136:14: error: two or more data types in declaration specifiers 136 | gboolean bool; | ^~~~ steam-api.c:136:5: warning: useless type name in empty declaration 136 | gboolean bool; | ^~~~~~~~ steam-api.c:161:47: error: expected expression before 'bool' 161 | if (steam_json_bool_chk(json, "success", &bool) && !bool) { | ^~~~ steam-api.c:161:57: error: expected expression before 'bool' 161 | if (steam_json_bool_chk(json, "success", &bool) && !bool) { | ^~~~ steam-api.c:162:58: error: expected expression before 'bool' 162 | if (steam_json_bool_chk(json, "captcha_needed", &bool) && bool) { | ^~~~ steam-api.c:162:67: error: expected expression before 'bool' 162 | if (steam_json_bool_chk(json, "captcha_needed", &bool) && bool) { | ^~~~ steam-api.c:166:60: error: expected expression before 'bool' 166 | if (steam_json_bool_chk(json, "emailauth_needed", &bool) && bool) { | ^~~~ steam-api.c:166:69: error: expected expression before 'bool' 166 | if (steam_json_bool_chk(json, "emailauth_needed", &bool) && bool) { | ^~~~ steam-api.c:170:62: error: expected expression before 'bool' 170 | if (steam_json_bool_chk(json, "requires_twofactor", &bool) && bool) { | ^~~~ steam-api.c:170:71: error: expected expression before 'bool' 170 | if (steam_json_bool_chk(json, "requires_twofactor", &bool) && bool) { | ^~~~ steam-api.c: In function 'steam_api_req_fwd': steam-api.c:267:5: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 267 | deq = g_memdup(req, sizeof *req); | ^~~ In file included from /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib.h:56, from /tmp/work/chat/bitlbee-steam/work/.buildlink/include/bitlbee/bitlbee.h:61, from /tmp/work/chat/bitlbee-steam/work/.buildlink/include/bitlbee/url.h:26, from steam-api.c:19: /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ --- steam_la-steam.lo --- steam.c: In function 'init_plugin': --- steam_la-steam-api.lo --- steam-api.c: In function 'steam_api_req_auth': steam-api.c:497:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 497 | GTimeVal tv; | ^~~~~~~~ In file included from /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib.h:32: /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ --- steam_la-steam.lo --- steam.c:980:5: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 980 | dpp = g_memdup(&pp, sizeof pp); | ^~~ In file included from /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib.h:56, from /tmp/work/chat/bitlbee-steam/work/.buildlink/include/bitlbee/bitlbee.h:61, from steam.h:30, from steam.c:22: /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ --- steam_la-steam-api.lo --- steam-api.c:520:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 520 | g_get_current_time(&tv); | ^~~~~~~~~~~~~~~~~~ In file included from /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib/giochannel.h:35: /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib/gmain.h:830:8: note: declared here 830 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ steam-api.c: In function 'steam_api_req_key': steam-api.c:653:5: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 653 | GTimeVal tv; | ^~~~~~~~ /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ steam-api.c:661:5: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 661 | g_get_current_time(&tv); | ^~~~~~~~~~~~~~~~~~ /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib/gmain.h:830:8: note: declared here 830 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ steam-api.c: In function 'steam_api_cb_user_info': steam-api.c:1261:13: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 1261 | key = g_memdup(&id, sizeof id); | ^~~ /tmp/work/chat/bitlbee-steam/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ *** [steam_la-steam-api.lo] Error code 1 bmake[1]: stopped making "all" in /tmp/work/chat/bitlbee-steam/work/bitlbee-steam-1.4.2/steam bmake[1]: 1 error bmake[1]: stopped making "all" in /tmp/work/chat/bitlbee-steam/work/bitlbee-steam-1.4.2/steam bmake: stopped making "all" in /tmp/work/chat/bitlbee-steam/work/bitlbee-steam-1.4.2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/chat/bitlbee-steam *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/chat/bitlbee-steam