=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/chat/pidgin-facebookchat", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for pidgin-facebookchat-1.69nb37 --- libfacebook.so --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include/libpurple -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/opt/local/include/gstreamer-1.0 -I/opt/local/include/libxml2 -I/opt/local/include/libpurple -I/usr/local/include/libpurple -DPURPLE_PLUGINS -DENABLE_NLS -DHAVE_ZLIB -Wall -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -I/opt/local/include/glib/glib-2.0/glib -I/opt/local/include/glib/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/usr/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/opt/local/include/json-glib-1.0 -ljson-glib-1.0 -I. libfacebook.c fb_blist.c fb_connection.c fb_conversation.c fb_info.c fb_managefriends.c fb_messages.c fb_notifications.c fb_search.c fb_util.c fb_friendlist.c fb_json.c fb_chat.c -o libfacebook.so -shared -fPIC -DPIC libfacebook.c: In function 'fb_node_menu': libfacebook.c:738:22: warning: variable 'buddy' set but not used [-Wunused-but-set-variable] 738 | PurpleBuddy *buddy; | ^~~~~ fb_blist.c: In function 'buddy_icon_cb': fb_blist.c:64:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 64 | buddy_icon_data = g_memdup(data, data_len); | ^~~~~~~~~~~~~~~ In file included from /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib.h:56, from libfacebook.h:31, from fb_blist.c:21: /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ fb_connection.c: In function 'fb_connection_process_data': fb_connection.c:188:17: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 188 | tmp = g_memdup(tmp, len + 1); | ^~~ In file included from /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib.h:56, from libfacebook.h:31, from fb_connection.h:24, from fb_connection.c:21: /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ fb_connection.c: In function 'fb_post_or_get_connect_cb': fb_connection.c:316:17: warning: variable 'len' set but not used [-Wunused-but-set-variable] 316 | ssize_t len; | ^~~ fb_connection.c: In function 'fb_post_or_get_ssl_connect_cb': fb_connection.c:344:17: warning: variable 'len' set but not used [-Wunused-but-set-variable] 344 | ssize_t len; | ^~~ fb_info.c: In function 'fb_get_info_cb': fb_info.c:161:17: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] 161 | icon_id = purple_imgstore_add_with_id(g_memdup(image_pointer, image_size), image_size, NULL); | ^~~~~~~ In file included from /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gstring.h:37, from /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib.h:56, from libfacebook.h:31, from fb_connection.h:24, from fb_info.c:21: /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:338:23: note: declared here 338 | gpointer g_memdup (gconstpointer mem, | ^~~~~~~~ fb_messages.c:36:9: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 36 | GTimeVal time; | ^~~~~~~~ In file included from /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib.h:32, from libfacebook.h:31, from fb_messages.h:24, from fb_messages.c:21: /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gtypes.h:622:8: note: declared here 622 | struct _GTimeVal | ^~~~~~~~~ fb_messages.c: In function 'fb_send_im_cb': fb_messages.c:352:21: warning: variable 'object' set but not used [-Wunused-but-set-variable] 352 | JsonObject *object; | ^~~~~~ fb_messages.c: In function 'fb_send_im': fb_messages.c:437:9: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] 437 | g_get_current_time(&msg->time); | ^~~~~~~~~~~~~~~~~~ In file included from /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/giochannel.h:35, from /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib.h:56: /tmp/work/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gmain.h:830:8: note: declared here 830 | void g_get_current_time (GTimeVal *result); | ^~~~~~~~~~~~~~~~~~ fb_util.c: In function 'fb_convert_unicode': fb_util.c:51:27: warning: Deprecated pre-processor symbol: replace with "memmove" 51 | g_memmove(next_pos, unicode_char_str, unicode_char_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fb_friendlist.c: In function 'fb_buddy_remove': fb_friendlist.c:203:26: warning: variable 'fba' set but not used [-Wunused-but-set-variable] 203 | FacebookAccount *fba; | ^~~