===> Building for pidgin-facebookchat-1.69nb34 clang -pipe -Os -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/opt/pkg/include/gstreamer-1.0 -I/opt/pkg/include/libxml2 -I/opt/pkg/include/libpurple -I/usr/local/include/libpurple -DPURPLE_PLUGINS -DENABLE_NLS -DHAVE_ZLIB -Wall -L/opt/pkg/lib -I/opt/pkg/include/glib/glib-2.0/glib -I/opt/pkg/include/glib/glib-2.0 -I/opt/pkg/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/pkg/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:738:15: warning: variable 'buddy' set but not used [-Wunused-but-set-variable] PurpleBuddy *buddy; ^ 1 warning generated. fb_blist.c:64:20: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] buddy_icon_data = g_memdup(data, data_len); ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. fb_connection.c:188:9: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] tmp = g_memdup(tmp, len + 1); ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ fb_connection.c:316:10: warning: variable 'len' set but not used [-Wunused-but-set-variable] ssize_t len; ^ fb_connection.c:344:10: warning: variable 'len' set but not used [-Wunused-but-set-variable] ssize_t len; ^ 3 warnings generated. fb_info.c:161:41: warning: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Wdeprecated-declarations] icon_id = purple_imgstore_add_with_id(g_memdup(image_pointer, image_size), image_size, NULL); ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gstrfuncs.h:337:1: note: 'g_memdup' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_68_FOR (g_memdup2) ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:752:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_68_FOR' #define GLIB_DEPRECATED_IN_2_68_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 1 warning generated. fb_messages.c:36:2: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] GTimeVal time; ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR' #define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f) ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR' #define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f) ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ fb_messages.c:352:14: warning: variable 'object' set but not used [-Wunused-but-set-variable] JsonObject *object; ^ fb_messages.c:437:2: warning: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Wdeprecated-declarations] g_get_current_time(&msg->time); ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gmain.h:818:1: note: 'g_get_current_time' has been explicitly marked deprecated here GLIB_DEPRECATED_IN_2_62_FOR(g_get_real_time) ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:650:40: note: expanded from macro 'GLIB_DEPRECATED_IN_2_62_FOR' #define GLIB_DEPRECATED_IN_2_62_FOR(f) GLIB_DEPRECATED_FOR (f) ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:31:32: note: expanded from macro 'GLIB_DEPRECATED_FOR' #define GLIB_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GLIB_EXTERN ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 3 warnings generated. fb_util.c:51:3: warning: Deprecated pre-processor symbol: replace with "memmove" [-W#pragma-messages] g_memmove(next_pos, unicode_char_str, unicode_char_len); ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gutils.h:315:64: note: expanded from macro 'g_memmove' G_STMT_START { memmove ((dest), (src), (len)); } G_STMT_END GLIB_DEPRECATED_MACRO_IN_2_40_FOR(memmove) ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:278:46: note: expanded from macro 'GLIB_DEPRECATED_MACRO_IN_2_40_FOR' #define GLIB_DEPRECATED_MACRO_IN_2_40_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f) ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gmacros.h:1304:3: note: expanded from macro 'GLIB_DEPRECATED_MACRO_FOR' _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f)) ^ /Users/pbulk/build/chat/pidgin-facebookchat/work/.buildlink/include/glib-2.0/glib/gmacros.h:1301:33: note: expanded from macro '_GLIB_GNUC_DO_PRAGMA' #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) ^ :21:6: note: expanded from here GCC warning "Deprecated pre-processor symbol: replace with \"memmove\"" ^ 1 warning generated. fb_friendlist.c:203:19: warning: variable 'fba' set but not used [-Wunused-but-set-variable] FacebookAccount *fba; ^ 1 warning generated. Undefined symbols for architecture arm64: "_g_ascii_strtoll", referenced from: _fb_login_cb in libfacebook-7d45c1.o _fb_send_typing in libfacebook-7d45c1.o _got_buddy_list_cb in fb_blist-379c23.o _got_full_buddy_list in fb_blist-379c23.o _fb_conversation_handle_message in fb_conversation-4b6843.o _fb_history_fetch_cb in fb_conversation-4b6843.o _fb_check_friend_request_cb in fb_managefriends-e66103.o ... "_g_free", referenced from: _fb_post_form_id_cb in libfacebook-7d45c1.o _fb_login_captcha_ok_cb in libfacebook-7d45c1.o _fb_login_cb in libfacebook-7d45c1.o _fb_do_http_login in libfacebook-7d45c1.o _fb_tooltip_text in libfacebook-7d45c1.o _fb_login in libfacebook-7d45c1.o _fb_close in libfacebook-7d45c1.o ... "_g_get_current_time", referenced from: _fb_send_im in fb_messages-c61242.o "_g_get_language_names", referenced from: _fb_do_http_login in libfacebook-7d45c1.o _fb_post_or_get in fb_connection-7ac441.o "_g_hash_table_destroy", referenced from: _fb_close in libfacebook-7d45c1.o _got_buddy_list_cb in fb_blist-379c23.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o _fb_friendlist_destroy in fb_friendlist-42c41a.o "_g_hash_table_foreach", referenced from: _fb_cookies_to_string in fb_connection-7ac441.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o "_g_hash_table_insert", referenced from: _fb_get_account_text_table in libfacebook-7d45c1.o _got_buddy_list_cb in fb_blist-379c23.o _fb_host_lookup_cb in fb_connection-7ac441.o _fb_check_friend_request_cb in fb_managefriends-e66103.o _fb_send_im in fb_messages-c61242.o _fb_process_friend_lists in fb_friendlist-42c41a.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o ... "_g_hash_table_lookup", referenced from: _fb_login_cb in libfacebook-7d45c1.o _set_buddies_offline in fb_blist-379c23.o _fb_post_or_get in fb_connection-7ac441.o _fb_search_users_search_cb in fb_search-d1de09.o _fb_get_list_id in fb_friendlist-42c41a.o _add_buddy in fb_friendlist-42c41a.o _fb_get_chat_name in fb_chat-22bc06.o ... "_g_hash_table_lookup_extended", referenced from: _fb_check_friend_request_cb in fb_managefriends-e66103.o "_g_hash_table_new", referenced from: _fb_get_account_text_table in libfacebook-7d45c1.o _got_buddy_list_cb in fb_blist-379c23.o "_g_hash_table_new_full", referenced from: _fb_do_http_login in libfacebook-7d45c1.o _fb_login in libfacebook-7d45c1.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o _fb_friendlist_init in fb_friendlist-42c41a.o _fb_chat_info_defaults in fb_chat-22bc06.o "_g_hash_table_remove", referenced from: _fb_conversation_handle_message in fb_conversation-4b6843.o _fb_auth_accept_cb in fb_managefriends-e66103.o _fb_auth_reject_cb in fb_managefriends-e66103.o _fb_send_im_cb in fb_messages-c61242.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o _add_buddy in fb_friendlist-42c41a.o "_g_hash_table_replace", referenced from: _fb_do_http_login in libfacebook-7d45c1.o _fb_post_or_get_readdata_cb in fb_connection-7ac441.o "_g_hostname_is_ip_address", referenced from: _fb_post_or_get in fb_connection-7ac441.o "_g_list_append", referenced from: _purple_init_plugin in libfacebook-7d45c1.o _fb_actions in libfacebook-7d45c1.o _fb_statuses in libfacebook-7d45c1.o _fb_node_menu in libfacebook-7d45c1.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o _fb_chat_info in fb_chat-22bc06.o "_g_list_free", referenced from: _got_buddy_list_cb in fb_blist-379c23.o _fb_process_friend_lists in fb_friendlist-42c41a.o "_g_list_nth_data", referenced from: _fb_searchresults_add_buddy in fb_search-d1de09.o _fb_searchresults_info_buddy in fb_search-d1de09.o "_g_list_prepend", referenced from: _fb_found_friends in fb_search-d1de09.o "_g_list_reverse", referenced from: _fb_found_friends in fb_search-d1de09.o "_g_malloc", referenced from: _fb_strdup_withhtml in fb_util-524eff.o "_g_malloc0", referenced from: _fb_login in libfacebook-7d45c1.o _got_buddy_list_cb in fb_blist-379c23.o _got_full_buddy_list in fb_blist-379c23.o _fb_post_or_get in fb_connection-7ac441.o _fb_post_or_get_readdata_cb in fb_connection-7ac441.o _fb_check_friend_request_cb in fb_managefriends-e66103.o _fb_send_im in fb_messages-c61242.o ... "_g_memdup", referenced from: _buddy_icon_cb in fb_blist-379c23.o _fb_post_or_get_readdata_cb in fb_connection-7ac441.o _fb_get_info_cb in fb_info-21928b.o "_g_object_unref", referenced from: _got_buddy_list_cb in fb_blist-379c23.o _got_status_stream_cb in fb_blist-379c23.o _got_full_buddy_list in fb_blist-379c23.o _fb_history_fetch_cb in fb_conversation-4b6843.o _got_new_messages in fb_messages-c61242.o _got_reconnect_json in fb_messages-c61242.o _fb_send_im_cb in fb_messages-c61242.o ... "_g_queue_free", referenced from: _fb_close in libfacebook-7d45c1.o "_g_queue_get_length", referenced from: _fb_close in libfacebook-7d45c1.o "_g_queue_is_empty", referenced from: _fb_close in libfacebook-7d45c1.o _fb_next_connection in fb_connection-7ac441.o "_g_queue_new", referenced from: _fb_do_http_login in libfacebook-7d45c1.o "_g_queue_pop_tail", referenced from: _fb_close in libfacebook-7d45c1.o _fb_next_connection in fb_connection-7ac441.o "_g_queue_push_head", referenced from: _fb_post_or_get in fb_connection-7ac441.o "_g_random_int", referenced from: _fb_send_im in fb_messages-c61242.o "_g_realloc", referenced from: _fb_post_or_get_readdata_cb in fb_connection-7ac441.o "_g_regex_new", referenced from: _fb_replace_styled_text in fb_util-524eff.o "_g_regex_replace", referenced from: _fb_replace_styled_text in fb_util-524eff.o "_g_return_if_fail_warning", referenced from: _fb_tooltip_text in libfacebook-7d45c1.o _fb_close in libfacebook-7d45c1.o _fb_send_typing in libfacebook-7d45c1.o _fb_set_idle in libfacebook-7d45c1.o _fb_set_status_ok_cb in libfacebook-7d45c1.o _buddy_icon_cb in fb_blist-379c23.o _fb_next_connection in fb_connection-7ac441.o ... "_g_slist_append", referenced from: _fb_post_or_get in fb_connection-7ac441.o "_g_slist_delete_link", referenced from: _fb_close in libfacebook-7d45c1.o _fb_host_lookup_cb in fb_connection-7ac441.o "_g_slist_foreach", referenced from: _got_buddy_list_cb in fb_blist-379c23.o "_g_slist_free", referenced from: _got_buddy_list_cb in fb_blist-379c23.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o "_g_slist_length", referenced from: _fb_close in libfacebook-7d45c1.o _fb_next_connection in fb_connection-7ac441.o "_g_slist_prepend", referenced from: _fb_post_or_get in fb_connection-7ac441.o _fb_next_connection in fb_connection-7ac441.o _fb_send_im_cb in fb_messages-c61242.o "_g_slist_remove", referenced from: _fb_close in libfacebook-7d45c1.o _fb_connection_destroy in fb_connection-7ac441.o _fb_host_lookup_cb in fb_connection-7ac441.o _fb_cancel_resending_messages in fb_messages-c61242.o _fb_resend_im_fom in fb_messages-c61242.o "_g_stpcpy", referenced from: _fb_get_info_cb in fb_info-21928b.o _fb_convert_unicode in fb_util-524eff.o "_g_str_equal", referenced from: _fb_do_http_login in libfacebook-7d45c1.o _fb_login in libfacebook-7d45c1.o _fb_get_account_text_table in libfacebook-7d45c1.o _got_buddy_list_cb in fb_blist-379c23.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o _fb_friendlist_init in fb_friendlist-42c41a.o _fb_chat_info_defaults in fb_chat-22bc06.o ... "_g_str_hash", referenced from: _fb_do_http_login in libfacebook-7d45c1.o _fb_login in libfacebook-7d45c1.o _fb_get_account_text_table in libfacebook-7d45c1.o _got_buddy_list_cb in fb_blist-379c23.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o _fb_friendlist_init in fb_friendlist-42c41a.o _fb_chat_info_defaults in fb_chat-22bc06.o ... "_g_strchomp", referenced from: _fb_set_status_ok_cb in libfacebook-7d45c1.o _fb_get_info_cb in fb_info-21928b.o "_g_strchug", referenced from: _fb_set_status_ok_cb in libfacebook-7d45c1.o "_g_strcompress", referenced from: _fb_convert_unicode in fb_util-524eff.o "_g_strconcat", referenced from: _process_buddy_icon in fb_blist-379c23.o "_g_strdup", referenced from: _fb_login_captcha_ok_cb in libfacebook-7d45c1.o _fb_do_http_login in libfacebook-7d45c1.o _fb_status_text in libfacebook-7d45c1.o _fb_send_typing in libfacebook-7d45c1.o _fb_set_status_ok_cb in libfacebook-7d45c1.o _got_buddy_list_cb in fb_blist-379c23.o _got_full_buddy_list in fb_blist-379c23.o ... "_g_strdup_printf", referenced from: _fb_post_form_id_cb in libfacebook-7d45c1.o _fb_login_captcha_ok_cb in libfacebook-7d45c1.o _fb_login_cb in libfacebook-7d45c1.o _fb_do_http_login in libfacebook-7d45c1.o _fb_login_captcha_cb in libfacebook-7d45c1.o _fb_tooltip_text in libfacebook-7d45c1.o _fb_send_typing in libfacebook-7d45c1.o ... "_g_strfreev", referenced from: _got_status_stream_cb in fb_blist-379c23.o _fb_got_groups in fb_chat-22bc06.o "_g_string_append_len", referenced from: _fb_post_or_get_readdata_cb in fb_connection-7ac441.o "_g_string_append_printf", referenced from: _fb_cookie_foreach_cb in fb_connection-7ac441.o _fb_post_or_get in fb_connection-7ac441.o "_g_string_free", referenced from: _fb_connection_destroy in fb_connection-7ac441.o "_g_string_free_and_steal", referenced from: _fb_cookies_to_string in fb_connection-7ac441.o _fb_post_or_get_readdata_cb in fb_connection-7ac441.o "_g_string_insert_len", referenced from: _fb_post_or_get_readdata_cb in fb_connection-7ac441.o "_g_string_new", referenced from: _fb_cookies_to_string in fb_connection-7ac441.o _fb_post_or_get in fb_connection-7ac441.o _fb_post_or_get_readdata_cb in fb_connection-7ac441.o "_g_strjoinv", referenced from: _fb_post_or_get in fb_connection-7ac441.o "_g_strndup", referenced from: _fb_login_cb in libfacebook-7d45c1.o _fb_login_captcha_cb in libfacebook-7d45c1.o _got_status_stream_cb in fb_blist-379c23.o _fb_post_or_get_readdata_cb in fb_connection-7ac441.o _fb_get_info_cb in fb_info-21928b.o _fb_check_friend_request_cb in fb_managefriends-e66103.o _got_form_id_page in fb_messages-c61242.o ... "_g_strrstr", referenced from: _got_status_stream_cb in fb_blist-379c23.o "_g_strrstr_len", referenced from: _fb_found_friends in fb_search-d1de09.o "_g_strsplit", referenced from: _got_status_stream_cb in fb_blist-379c23.o _fb_got_groups in fb_chat-22bc06.o "_g_strstr_len", referenced from: _fb_login_cb in libfacebook-7d45c1.o _fb_login_captcha_cb in libfacebook-7d45c1.o _fb_post_or_get_readdata_cb in fb_connection-7ac441.o _fb_get_info_cb in fb_info-21928b.o _got_form_id_page in fb_messages-c61242.o _find_feed_url_cb in fb_notifications-486fc4.o _fb_found_friends in fb_search-d1de09.o ... "_g_unichar_to_utf8", referenced from: _fb_convert_unicode in fb_util-524eff.o "_g_utf8_strdown", referenced from: _fb_group_buddy_move in fb_friendlist-42c41a.o _fb_process_friend_lists in fb_friendlist-42c41a.o "_glib_check_version", referenced from: _fb_replace_styled_text in fb_util-524eff.o "_inflate", referenced from: _fb_post_or_get_readdata_cb in fb_connection-7ac441.o "_inflateEnd", referenced from: _fb_post_or_get_readdata_cb in fb_connection-7ac441.o "_inflateInit2_", referenced from: _fb_post_or_get_readdata_cb in fb_connection-7ac441.o "_libintl_gettext", referenced from: _fb_login_cb in libfacebook-7d45c1.o _fb_do_http_login in libfacebook-7d45c1.o _purple_init_plugin in libfacebook-7d45c1.o _fb_login_captcha_image_cb in libfacebook-7d45c1.o _fb_actions in libfacebook-7d45c1.o _fb_tooltip_text in libfacebook-7d45c1.o _fb_statuses in libfacebook-7d45c1.o ... "_purple_account_get_alias", referenced from: _fb_set_status_cb in libfacebook-7d45c1.o "_purple_account_get_bool", referenced from: _fb_login_cb in libfacebook-7d45c1.o _fb_set_status_p in libfacebook-7d45c1.o _got_buddy_list_cb in fb_blist-379c23.o _fb_conversation_created in fb_conversation-4b6843.o _fb_check_friend_requests in fb_managefriends-e66103.o _fb_add_buddy in fb_managefriends-e66103.o _fb_buddy_delete in fb_managefriends-e66103.o ... "_purple_account_get_check_mail", referenced from: _got_buddy_list_cb in fb_blist-379c23.o "_purple_account_get_connection", referenced from: _fb_login in libfacebook-7d45c1.o "_purple_account_get_int", referenced from: _fb_got_notifications_cb in fb_notifications-486fc4.o "_purple_account_get_password", referenced from: _fb_login_captcha_ok_cb in libfacebook-7d45c1.o _fb_do_http_login in libfacebook-7d45c1.o "_purple_account_get_protocol_id", referenced from: _fb_conversation_is_fb in fb_conversation-4b6843.o "_purple_account_get_string", referenced from: _fb_post_or_get in fb_connection-7ac441.o _fb_get_notifications_feed in fb_notifications-486fc4.o "_purple_account_get_username", referenced from: _fb_login_captcha_ok_cb in libfacebook-7d45c1.o _fb_do_http_login in libfacebook-7d45c1.o "_purple_account_is_connected", referenced from: _got_buddy_list_cb in fb_blist-379c23.o _set_buddies_offline in fb_blist-379c23.o "_purple_account_option_bool_new", referenced from: _purple_init_plugin in libfacebook-7d45c1.o "_purple_account_option_string_new", referenced from: _purple_init_plugin in libfacebook-7d45c1.o "_purple_account_request_authorization", referenced from: _fb_check_friend_request_cb in fb_managefriends-e66103.o "_purple_account_set_bool", referenced from: _fb_login in libfacebook-7d45c1.o _fb_add_buddy in fb_managefriends-e66103.o "_purple_account_set_int", referenced from: _fb_got_notifications_cb in fb_notifications-486fc4.o "_purple_account_set_string", referenced from: _find_feed_url_cb in fb_notifications-486fc4.o "_purple_base64_encode", referenced from: _fb_post_or_get in fb_connection-7ac441.o "_purple_blist_add_buddy", referenced from: _got_full_buddy_list in fb_blist-379c23.o _got_new_messages in fb_messages-c61242.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o _add_buddy in fb_friendlist-42c41a.o _fb_got_facepile in fb_chat-22bc06.o "_purple_blist_add_chat", referenced from: _fb_got_groups in fb_chat-22bc06.o "_purple_blist_add_group", referenced from: _got_full_buddy_list in fb_blist-379c23.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o _add_buddy in fb_friendlist-42c41a.o _fb_got_facepile in fb_chat-22bc06.o _fb_got_groups in fb_chat-22bc06.o "_purple_blist_alias_buddy", referenced from: _fb_blist_set_alias in fb_blist-379c23.o "_purple_blist_alias_chat", referenced from: _got_full_buddy_list in fb_blist-379c23.o _got_new_messages in fb_messages-c61242.o "_purple_blist_find_chat", referenced from: _got_full_buddy_list in fb_blist-379c23.o _fb_history_fetch_cb in fb_conversation-4b6843.o _got_new_messages in fb_messages-c61242.o _fb_got_groups in fb_chat-22bc06.o "_purple_blist_node_get_type", referenced from: _fb_node_menu in libfacebook-7d45c1.o _fb_blist_poke_buddy in fb_blist-379c23.o "_purple_blist_node_set_flags", referenced from: _got_new_messages in fb_messages-c61242.o _fb_got_facepile in fb_chat-22bc06.o "_purple_blist_remove_buddy", referenced from: _destroy_buddy in fb_friendlist-42c41a.o "_purple_blist_request_add_buddy", referenced from: _fb_searchresults_add_buddy in fb_search-d1de09.o "_purple_buddy_get_account", referenced from: _got_buddy_list_cb in fb_blist-379c23.o _set_buddies_offline in fb_blist-379c23.o "_purple_buddy_get_alias_only", referenced from: _fb_blist_set_alias in fb_blist-379c23.o "_purple_buddy_get_group", referenced from: _fb_get_buddies_friend_list in fb_friendlist-42c41a.o "_purple_buddy_get_name", referenced from: _process_buddy_icon in fb_blist-379c23.o "_purple_buddy_get_presence", referenced from: _got_buddy_list_cb in fb_blist-379c23.o _got_status_stream_cb in fb_blist-379c23.o _set_buddies_offline in fb_blist-379c23.o "_purple_buddy_icon_get_data", referenced from: _fb_get_info_cb in fb_info-21928b.o "_purple_buddy_icons_find", referenced from: _fb_get_info_cb in fb_info-21928b.o "_purple_buddy_icons_get_checksum_for_user", referenced from: _got_buddy_list_cb in fb_blist-379c23.o "_purple_buddy_icons_set_for_user", referenced from: _process_buddy_icon in fb_blist-379c23.o _buddy_icon_cb in fb_blist-379c23.o "_purple_buddy_new", referenced from: _got_full_buddy_list in fb_blist-379c23.o _got_new_messages in fb_messages-c61242.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o _add_buddy in fb_friendlist-42c41a.o _fb_got_facepile in fb_chat-22bc06.o "_purple_chat_new", referenced from: _fb_got_groups in fb_chat-22bc06.o "_purple_cipher_context_append", referenced from: _fb_md5_encode in fb_util-524eff.o "_purple_cipher_context_destroy", referenced from: _fb_md5_encode in fb_util-524eff.o "_purple_cipher_context_digest_to_str", referenced from: _fb_md5_encode in fb_util-524eff.o "_purple_cipher_context_new", referenced from: _fb_md5_encode in fb_util-524eff.o "_purple_ciphers_find_cipher", referenced from: _fb_md5_encode in fb_util-524eff.o "_purple_connection_error_reason", referenced from: _fb_login_captcha_cancel_cb in libfacebook-7d45c1.o _fb_login_cb in libfacebook-7d45c1.o _fb_do_http_login in libfacebook-7d45c1.o _got_buddy_list_cb in fb_blist-379c23.o _fb_fatal_connection_cb in fb_connection-7ac441.o _got_reconnect_json in fb_messages-c61242.o _got_form_id_page in fb_messages-c61242.o ... "_purple_connection_get_account", referenced from: _fb_search_users in fb_search-d1de09.o _fb_searchresults_add_buddy in fb_search-d1de09.o "_purple_connection_set_display_name", referenced from: _got_buddy_list_cb in fb_blist-379c23.o "_purple_connection_set_state", referenced from: _fb_login_cb in libfacebook-7d45c1.o _fb_login in libfacebook-7d45c1.o "_purple_connection_ssl_error", referenced from: _fb_ssl_connection_error in fb_connection-7ac441.o "_purple_connection_update_progress", referenced from: _fb_login_cb in libfacebook-7d45c1.o _fb_login in libfacebook-7d45c1.o "_purple_conv_chat_add_user", referenced from: _got_new_messages in fb_messages-c61242.o _fb_got_facepile in fb_chat-22bc06.o "_purple_conv_chat_cb_find", referenced from: _got_new_messages in fb_messages-c61242.o "_purple_conv_chat_clear_users", referenced from: _fb_got_facepile in fb_chat-22bc06.o "_purple_conversation_get_account", referenced from: _fb_conversation_is_fb in fb_conversation-4b6843.o _fb_conversation_created in fb_conversation-4b6843.o "_purple_conversation_get_chat_data", referenced from: _got_new_messages in fb_messages-c61242.o _fb_got_facepile in fb_chat-22bc06.o "_purple_conversation_get_name", referenced from: _fb_chat_send in fb_chat-22bc06.o _fb_chat_fake_leave in fb_chat-22bc06.o "_purple_conversation_new", referenced from: _fb_send_im_cb in fb_messages-c61242.o "_purple_conversation_set_title", referenced from: _got_new_messages in fb_messages-c61242.o "_purple_conversation_write", referenced from: _fb_send_im_cb in fb_messages-c61242.o "_purple_conversations_get_handle", referenced from: _fb_conversation_init in fb_conversation-4b6843.o _fb_conversation_destroy in fb_conversation-4b6843.o "_purple_debug_error", referenced from: _fb_post_or_get_connect_cb in fb_connection-7ac441.o _fb_post_or_get_readdata_cb in fb_connection-7ac441.o _fb_fatal_connection_cb in fb_connection-7ac441.o _got_new_messages in fb_messages-c61242.o _got_reconnect_json in fb_messages-c61242.o _got_form_id_page in fb_messages-c61242.o _fb_send_im_cb in fb_messages-c61242.o ... "_purple_debug_info", referenced from: _fb_login_cb in libfacebook-7d45c1.o _fb_close in libfacebook-7d45c1.o _got_buddy_list_cb in fb_blist-379c23.o _got_status_stream_cb in fb_blist-379c23.o _got_full_buddy_list in fb_blist-379c23.o _fb_blist_set_alias in fb_blist-379c23.o _process_buddy_icon in fb_blist-379c23.o ... "_purple_debug_misc", referenced from: _got_buddy_list_cb in fb_blist-379c23.o _got_full_buddy_list in fb_blist-379c23.o _fb_get_info_cb in fb_info-21928b.o _got_new_messages in fb_messages-c61242.o _fb_send_im_cb in fb_messages-c61242.o "_purple_debug_warning", referenced from: _fb_get_messages_failsafe in libfacebook-7d45c1.o _fb_host_lookup_cb in fb_connection-7ac441.o _fb_post_or_get_readdata_cb in fb_connection-7ac441.o _fb_conversation_handle_message in fb_conversation-4b6843.o _fb_conversation_handle_chat in fb_conversation-4b6843.o _fb_history_fetch_cb in fb_conversation-4b6843.o _fb_get_info_cb in fb_info-21928b.o ... "_purple_dnsquery_a", referenced from: _fb_post_or_get in fb_connection-7ac441.o "_purple_dnsquery_destroy", referenced from: _fb_close in libfacebook-7d45c1.o "_purple_dnsquery_get_host", referenced from: _fb_close in libfacebook-7d45c1.o "_purple_find_buddies", referenced from: _fb_close in libfacebook-7d45c1.o _got_buddy_list_cb in fb_blist-379c23.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o "_purple_find_buddy", referenced from: _got_status_stream_cb in fb_blist-379c23.o _got_full_buddy_list in fb_blist-379c23.o _fb_blist_set_alias in fb_blist-379c23.o _buddy_icon_cb in fb_blist-379c23.o _fb_get_info_cb in fb_info-21928b.o _got_new_messages in fb_messages-c61242.o _fb_found_friends in fb_search-d1de09.o ... "_purple_find_chat", referenced from: _fb_chat_send in fb_chat-22bc06.o _fb_chat_fake_leave in fb_chat-22bc06.o "_purple_find_conversation_with_account", referenced from: _fb_conversation_handle_chat in fb_conversation-4b6843.o _fb_history_fetch_cb in fb_conversation-4b6843.o _fb_got_facepile in fb_chat-22bc06.o _fb_find_chat in fb_chat-22bc06.o "_purple_find_group", referenced from: _got_full_buddy_list in fb_blist-379c23.o _got_new_messages in fb_messages-c61242.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o _add_buddy in fb_friendlist-42c41a.o _fb_got_facepile in fb_chat-22bc06.o _fb_got_groups in fb_chat-22bc06.o "_purple_get_conversations", referenced from: _got_new_messages in fb_messages-c61242.o "_purple_global_proxy_get_info", referenced from: _fb_post_or_get in fb_connection-7ac441.o "_purple_group_get_name", referenced from: _fb_buddy_remove in fb_friendlist-42c41a.o _fb_group_rename in fb_friendlist-42c41a.o _fb_group_remove in fb_friendlist-42c41a.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o "_purple_group_new", referenced from: _got_full_buddy_list in fb_blist-379c23.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o _add_buddy in fb_friendlist-42c41a.o _fb_got_facepile in fb_chat-22bc06.o _fb_got_groups in fb_chat-22bc06.o "_purple_imgstore_add_with_id", referenced from: _fb_get_info_cb in fb_info-21928b.o "_purple_imgstore_unref_by_id", referenced from: _fb_get_info_cb in fb_info-21928b.o "_purple_input_add", referenced from: _fb_post_or_get_connect_cb in fb_connection-7ac441.o "_purple_input_remove", referenced from: _fb_connection_destroy in fb_connection-7ac441.o "_purple_markup_strip_html", referenced from: _fb_set_status_p in libfacebook-7d45c1.o _got_status_stream_cb in fb_blist-379c23.o _fb_get_info_cb in fb_info-21928b.o _fb_check_friend_request_cb in fb_managefriends-e66103.o _fb_send_im in fb_messages-c61242.o "_purple_menu_action_new", referenced from: _fb_node_menu in libfacebook-7d45c1.o "_purple_normalize_nocase", referenced from: _prpl_info in libfacebook-7d45c1.o _fb_get_list_id in fb_friendlist-42c41a.o _fb_get_buddies_friend_list in fb_friendlist-42c41a.o _add_buddy in fb_friendlist-42c41a.o "_purple_notify_email", referenced from: _fb_got_notifications_cb in fb_notifications-486fc4.o "_purple_notify_emails", referenced from: _got_buddy_list_cb in fb_blist-379c23.o "_purple_notify_message", referenced from: _fb_display_plugin_info in libfacebook-7d45c1.o _fb_found_friends in fb_search-d1de09.o "_purple_notify_searchresults", referenced from: _fb_found_friends in fb_search-d1de09.o "_purple_notify_searchresults_button_add", referenced from: _fb_found_friends in fb_search-d1de09.o "_purple_notify_searchresults_column_add", referenced from: _fb_found_friends in fb_search-d1de09.o "_purple_notify_searchresults_column_new", referenced from: _fb_found_friends in fb_search-d1de09.o "_purple_notify_searchresults_new", referenced from: _fb_found_friends in fb_search-d1de09.o "_purple_notify_searchresults_row_add", referenced from: _fb_found_friends in fb_search-d1de09.o "_purple_notify_user_info_add_pair", referenced from: _fb_tooltip_text in libfacebook-7d45c1.o _fb_get_info_cb in fb_info-21928b.o "_purple_notify_user_info_add_section_break", referenced from: _fb_get_info_cb in fb_info-21928b.o "_purple_notify_user_info_destroy", referenced from: _fb_get_info_cb in fb_info-21928b.o "_purple_notify_user_info_new", referenced from: _fb_get_info_cb in fb_info-21928b.o "_purple_notify_userinfo", referenced from: _fb_get_info_cb in fb_info-21928b.o "_purple_plugin_action_new", referenced from: _fb_actions in libfacebook-7d45c1.o "_purple_plugin_register", referenced from: _purple_init_plugin in libfacebook-7d45c1.o "_purple_presence_is_idle", referenced from: _got_buddy_list_cb in fb_blist-379c23.o _got_status_stream_cb in fb_blist-379c23.o "_purple_presence_is_online", referenced from: _got_buddy_list_cb in fb_blist-379c23.o _set_buddies_offline in fb_blist-379c23.o "_purple_presence_set_idle", referenced from: _got_buddy_list_cb in fb_blist-379c23.o "_purple_primitive_get_id_from_type", referenced from: _got_buddy_list_cb in fb_blist-379c23.o _got_status_stream_cb in fb_blist-379c23.o _set_buddies_offline in fb_blist-379c23.o _got_new_messages in fb_messages-c61242.o "_purple_proxy_connect", referenced from: _fb_next_connection in fb_connection-7ac441.o "_purple_proxy_connect_cancel", referenced from: _fb_connection_destroy in fb_connection-7ac441.o "_purple_proxy_get_setup", referenced from: _fb_post_or_get in fb_connection-7ac441.o "_purple_proxy_info_get_password", referenced from: _fb_post_or_get in fb_connection-7ac441.o "_purple_proxy_info_get_type", referenced from: _fb_post_or_get in fb_connection-7ac441.o "_purple_proxy_info_get_username", referenced from: _fb_post_or_get in fb_connection-7ac441.o "_purple_prpl_got_user_status", referenced from: _got_buddy_list_cb in fb_blist-379c23.o _got_status_stream_cb in fb_blist-379c23.o _set_buddies_offline in fb_blist-379c23.o _got_new_messages in fb_messages-c61242.o "_purple_request_field_group_add_field", referenced from: _fb_login_captcha_image_cb in libfacebook-7d45c1.o "_purple_request_field_group_new", referenced from: _fb_login_captcha_image_cb in libfacebook-7d45c1.o "_purple_request_field_image_new", referenced from: _fb_login_captcha_image_cb in libfacebook-7d45c1.o "_purple_request_field_string_new", referenced from: _fb_login_captcha_image_cb in libfacebook-7d45c1.o "_purple_request_fields", referenced from: _fb_login_captcha_image_cb in libfacebook-7d45c1.o "_purple_request_fields_add_group", referenced from: _fb_login_captcha_image_cb in libfacebook-7d45c1.o "_purple_request_fields_get_string", referenced from: _fb_login_captcha_ok_cb in libfacebook-7d45c1.o "_purple_request_fields_new", referenced from: _fb_login_captcha_image_cb in libfacebook-7d45c1.o "_purple_request_input", referenced from: _fb_set_status_cb in libfacebook-7d45c1.o _fb_search_users in fb_search-d1de09.o "_purple_signal_connect", referenced from: _fb_conversation_init in fb_conversation-4b6843.o "_purple_signal_disconnect", referenced from: _fb_conversation_destroy in fb_conversation-4b6843.o "_purple_ssl_close", referenced from: _fb_connection_destroy in fb_connection-7ac441.o "_purple_ssl_connect", referenced from: _fb_next_connection in fb_connection-7ac441.o "_purple_ssl_input_add", referenced from: _fb_post_or_get_ssl_connect_cb in fb_connection-7ac441.o "_purple_ssl_is_supported", referenced from: _fb_do_http_login in libfacebook-7d45c1.o "_purple_ssl_read", referenced from: _fb_post_or_get_readdata_cb in fb_connection-7ac441.o "_purple_ssl_write", referenced from: _fb_post_or_get_ssl_connect_cb in fb_connection-7ac441.o "_purple_status_get_attr_string", referenced from: _fb_set_status_p in libfacebook-7d45c1.o "_purple_status_get_type", referenced from: _fb_set_status_p in libfacebook-7d45c1.o "_purple_status_type_get_primitive", referenced from: _fb_set_status_p in libfacebook-7d45c1.o "_purple_status_type_new_full", referenced from: _fb_statuses in libfacebook-7d45c1.o "_purple_status_type_new_with_attrs", referenced from: _fb_statuses in libfacebook-7d45c1.o "_purple_str_to_time", referenced from: _fb_got_notifications_cb in fb_notifications-486fc4.o "_purple_strreplace", referenced from: _got_status_stream_cb in fb_blist-379c23.o "_purple_timeout_add_seconds", referenced from: _fb_login_cb in libfacebook-7d45c1.o _fb_blist_init in fb_blist-379c23.o _fb_get_new_messages in fb_messages-c61242.o _fb_send_im_cb in fb_messages-c61242.o "_purple_timeout_remove", referenced from: _fb_close in libfacebook-7d45c1.o _fb_blist_destroy in fb_blist-379c23.o _fb_msg_destroy in fb_messages-c61242.o "_purple_unescape_html", referenced from: _fb_login_cb in libfacebook-7d45c1.o _find_feed_url_cb in fb_notifications-486fc4.o _fb_found_friends in fb_search-d1de09.o "_purple_url_encode", referenced from: _fb_login_captcha_ok_cb in libfacebook-7d45c1.o _fb_do_http_login in libfacebook-7d45c1.o _fb_send_typing in libfacebook-7d45c1.o _fb_set_status_ok_cb in libfacebook-7d45c1.o _fb_add_buddy in fb_managefriends-e66103.o _fb_buddy_delete in fb_managefriends-e66103.o _fb_send_im_fom in fb_messages-c61242.o ... "_purple_url_parse", referenced from: _process_buddy_icon in fb_blist-379c23.o "_purple_utf8_salvage", referenced from: _fb_got_notifications_cb in fb_notifications-486fc4.o "_purple_utf8_strcasecmp", referenced from: _fb_group_buddy_move in fb_friendlist-42c41a.o _fb_get_list_id in fb_friendlist-42c41a.o "_purple_util_chrreplace", referenced from: _fb_post_or_get in fb_connection-7ac441.o "_purple_value_new", referenced from: _fb_statuses in libfacebook-7d45c1.o "_serv_got_alias", referenced from: _fb_blist_set_alias in fb_blist-379c23.o "_serv_got_chat_in", referenced from: _fb_conversation_handle_chat in fb_conversation-4b6843.o "_serv_got_im", referenced from: _fb_conversation_handle_message in fb_conversation-4b6843.o "_serv_got_joined_chat", referenced from: _fb_conversation_handle_chat in fb_conversation-4b6843.o _fb_find_chat in fb_chat-22bc06.o "_serv_got_typing", referenced from: _fb_send_typing in libfacebook-7d45c1.o _got_new_messages in fb_messages-c61242.o "_xmlnode_free", referenced from: _fb_got_notifications_cb in fb_notifications-486fc4.o "_xmlnode_from_str", referenced from: _fb_got_notifications_cb in fb_notifications-486fc4.o "_xmlnode_get_child", referenced from: _fb_got_notifications_cb in fb_notifications-486fc4.o "_xmlnode_get_data_unescaped", referenced from: _fb_got_notifications_cb in fb_notifications-486fc4.o "_xmlnode_get_next_twin", referenced from: _fb_got_notifications_cb in fb_notifications-486fc4.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) *** [libfacebook.so] Error code 1 bmake: stopped making "all" in /Users/pbulk/build/chat/pidgin-facebookchat/work/pidgin-facebookchat bmake: 1 error bmake: stopped making "all" in /Users/pbulk/build/chat/pidgin-facebookchat/work/pidgin-facebookchat *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/chat/pidgin-facebookchat *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/chat/pidgin-facebookchat