+ 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/abiword-plugins-3.0.7/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/abiword-plugins-3.0.7/work.log ===> Building for abiword-plugins-3.0.7 Making all in aiksaurus gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/aiksaurus' Making all in aiksaurusgtk3 gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/aiksaurus/aiksaurusgtk3' CXX AiksaurusGTK_history.lo CXX AiksaurusGTK_histlist.lo CXX AiksaurusGTK_picbutton.lo CXX AiksaurusGTK.lo AiksaurusGTK_history.cpp: In member function 'void AiksaurusGTK_history::move_back()': AiksaurusGTK_history.cpp:131:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 131 | while (d_forward.size() > 200) | ^~~~~ AiksaurusGTK_history.cpp:135:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 135 | delete[] d_current_ptr; | ^~~~~~ AiksaurusGTK_history.cpp: In member function 'void AiksaurusGTK_history::move_forward()': AiksaurusGTK_history.cpp:153:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 153 | while (d_back.size() > 200) | ^~~~~ AiksaurusGTK_history.cpp:157:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 157 | delete[] d_current_ptr; | ^~~~~~ In file included from AiksaurusGTK.cpp:23: Toolbar.h:58:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | void _updateNavigation() throw(std::bad_alloc); | ^~~~~ Toolbar.h:77:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 77 | Toolbar(DialogMediator& mediator, GtkWidget* window) throw(std::bad_alloc); | ^~~~~ Toolbar.h:84:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 84 | void search(const char* str) throw(std::bad_alloc); | ^~~~~ In file included from AiksaurusGTK.cpp:24: Display.h:32:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 32 | void _handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc); | ^~~~~ Display.h:37:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | throw(std::bad_alloc); | ^~~~~ Display.h:39:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | void _displayResults(const char* word) throw(Exception, std::bad_alloc); | ^~~~~ Display.h:40:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void _displayAlternatives() throw(Exception, std::bad_alloc); | ^~~~~ Display.h:42:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void _checkThesaurus() throw(Exception); | ^~~~~ Display.h:53:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | void search(const char* word) throw(std::bad_alloc); | ^~~~~ AiksaurusGTK.cpp:57:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 57 | void setInitialMessage(const char* message) throw(std::bad_alloc); | ^~~~~ AiksaurusGTK.cpp:87:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 87 | void DialogImpl::setInitialMessage(const char* message) throw(std::bad_alloc) | ^~~~~ AiksaurusGTK.cpp: In member function 'virtual void AiksaurusGTK_impl::DialogImpl::eventReplace(const char*)': AiksaurusGTK.cpp:205:20: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] 205 | catch(std::bad_alloc) { | ^~~~~~~~~ AiksaurusGTK.cpp: In member function 'virtual void AiksaurusGTK_impl::DialogImpl::eventSearch(const char*)': AiksaurusGTK.cpp:236:20: warning: catching polymorphic type 'class std::bad_alloc' by value [-Wcatch-value=] 236 | catch(std::bad_alloc) { | ^~~~~~~~~ CXX AiksaurusGTK_strlist.lo CXX AiksaurusGTK_utils.lo CXX Display.lo CXX Exception.lo CXX Meaning.lo CXX Replacebar.lo CXX Toolbar.lo In file included from Display.cpp:23: Display.h:32:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 32 | void _handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc); | ^~~~~ Display.h:37:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | throw(std::bad_alloc); | ^~~~~ Display.h:39:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | void _displayResults(const char* word) throw(Exception, std::bad_alloc); | ^~~~~ Display.h:40:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void _displayAlternatives() throw(Exception, std::bad_alloc); | ^~~~~ Display.h:42:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void _checkThesaurus() throw(Exception); | ^~~~~ Display.h:53:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | void search(const char* word) throw(std::bad_alloc); | ^~~~~ In file included from Display.cpp:24: Meaning.h:28:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 28 | gpointer data) throw(std::bad_alloc); | ^~~~~ Meaning.h:33:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | throw(std::bad_alloc); | ^~~~~ Display.cpp:74:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 74 | throw(std::bad_alloc) | ^~~~~ Display.cpp:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 99 | void Display::_displayResults(const char* word) throw(Exception, std::bad_alloc) | ^~~~~ Display.cpp:138:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 138 | void Display::_checkThesaurus() throw(Exception) | ^~~~~ Display.cpp:154:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 154 | throw(Exception, std::bad_alloc) | ^~~~~ Display.cpp:177:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 177 | void Display::search(const char* word) throw(std::bad_alloc) | ^~~~~ Display.cpp:198:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 198 | void Display::_handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc) | ^~~~~ In file included from Meaning.cpp:4: Meaning.h:28:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 28 | gpointer data) throw(std::bad_alloc); | ^~~~~ Meaning.h:33:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 33 | throw(std::bad_alloc); | ^~~~~ In file included from Meaning.cpp:5: Display.h:32:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 32 | void _handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc); | ^~~~~ Display.h:37:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 37 | throw(std::bad_alloc); | ^~~~~ Display.h:39:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 39 | void _displayResults(const char* word) throw(Exception, std::bad_alloc); | ^~~~~ Display.h:40:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 40 | void _displayAlternatives() throw(Exception, std::bad_alloc); | ^~~~~ Display.h:42:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 42 | void _checkThesaurus() throw(Exception); | ^~~~~ Display.h:53:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | void search(const char* word) throw(std::bad_alloc); | ^~~~~ Meaning.cpp:29:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 29 | throw(bad_alloc) | ^~~~~ Meaning.cpp:142:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 142 | throw(std::bad_alloc) | ^~~~~ In file included from Toolbar.cpp:21: Toolbar.h:58:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 58 | void _updateNavigation() throw(std::bad_alloc); | ^~~~~ Toolbar.h:77:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 77 | Toolbar(DialogMediator& mediator, GtkWidget* window) throw(std::bad_alloc); | ^~~~~ Toolbar.h:84:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 84 | void search(const char* str) throw(std::bad_alloc); | ^~~~~ Toolbar.cpp:29:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 29 | Toolbar::Toolbar(DialogMediator& mediator, GtkWidget* window) throw(std::bad_alloc) | ^~~~~ Toolbar.cpp:95:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 95 | void Toolbar::_updateNavigation() throw(std::bad_alloc) | ^~~~~ Toolbar.cpp:114:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 114 | void Toolbar::search(const char* str) throw(std::bad_alloc) | ^~~~~ CXX AiksaurusGTK-C.lo CXXLD libAiksaurusGtk3.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/aiksaurus/aiksaurusgtk3' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/aiksaurus/xp' CXX AiksaurusABI.lo CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/aiksaurus/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/aiksaurus' CXXLD aiksaurus.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/aiksaurus' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/aiksaurus' Making all in applix gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/applix' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/applix/xp' CXX ie_exp_Applix.lo CXX ie_imp_Applix.lo CXX ie_impexp_Applix.lo In file included from ../../../src/af/util/xp/ut_wctomb.h:13, from ie_exp_Applix.cpp:35: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../src/af/util/xp/ut_mbtowc.h:14, from ie_imp_Applix.h:29, from ie_impexp_Applix.cpp:23: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../src/af/util/xp/ut_mbtowc.h:14, from ie_imp_Applix.h:29, from ie_imp_Applix.cpp:30: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/applix/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/applix' CXXLD applix.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/applix' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/applix' Making all in bmp gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/bmp' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/bmp/xp' CXX ie_impGraphic_BMP.lo ie_impGraphic_BMP.cpp: In member function 'UT_Byte IE_ImpGraphic_BMP::ReadByte(UT_ByteBuf*, UT_uint32)': ie_impGraphic_BMP.cpp:449:18: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] 449 | return ( static_cast(ReadBytes(pBB,offset,1) )); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ie_impGraphic_BMP.cpp: In member function 'UT_uint16 IE_ImpGraphic_BMP::Read2Bytes(UT_ByteBuf*, UT_uint32)': ie_impGraphic_BMP.cpp:455:18: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] 455 | return ( static_cast(ReadBytes(pBB,offset,2) )); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/bmp/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/bmp' CXXLD bmp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/bmp' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/bmp' Making all in clarisworks gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/clarisworks' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/clarisworks/xp' CXX ie_imp_ClarisWorks.lo CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/clarisworks/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/clarisworks' CXXLD clarisworks.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/clarisworks' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/clarisworks' Making all in collab gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab' Making all in backends gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends' Making all in sugar gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/sugar' Making all in unix gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/sugar/unix' CXX SugarUnixAccountHandler.lo CXXLD libunix.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/sugar/unix' gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/sugar' CCLD libsugar.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/sugar' gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/sugar' Making all in xmpp gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/xmpp' Making all in unix gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/xmpp/unix' CXX XMPPUnixAccountHandler.lo CXXLD libunix.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/xmpp/unix' Making all in xp gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/xmpp/xp' CXX XMPPAccountHandler.lo CXXLD libxp.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/xmpp/xp' gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/xmpp' CCLD libxmpp.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/xmpp' gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/xmpp' Making all in telepathy gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/telepathy' Making all in unix gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/telepathy/unix' CXX TelepathyChatroom.lo GEN org.freedesktop.Telepathy.Client.AbiCollab.service CXX TelepathyUnixAccountHandler.lo In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/telepathy-glib.h:83, from TelepathyUnixAccountHandler.h:30, from TelepathyChatroom.cpp:22: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/debug-sender.h:75:24: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 75 | const gchar *string); | ^ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib.h:32, from ../../../../../src/af/util/xp/ut_types.h:30, from ../../../../../src/af/ev/xp/ev_EditBits.h:26, from ./../../../core/session/xp/AbiCollab.h:29, from TelepathyChatroom.cpp:19: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:26: note: declared here 578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/debug-sender.h:83:17: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 83 | va_list args); | ^ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:26: note: declared here 578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/debug-sender.h:91:8: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 91 | ...); | ^ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:26: note: declared here 578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ TelepathyChatroom.cpp: In function 'void group_call_add_members_cb(TpChannel*, const GError*, gpointer, GObject*)': TelepathyChatroom.cpp:92:83: warning: suggest braces around empty body in an 'else' statement [-Wempty-body] 92 | UT_DEBUGMSG(("Tube was already offered to this room, skipping\n")); | ^ TelepathyChatroom.cpp: In function 'void add_buddy_to_room(TpConnection*, TpChannel*, TpHandle, DTubeBuddy*)': TelepathyChatroom.cpp:155:46: warning: 'void tp_connection_get_contacts_by_handle(TpConnection*, guint, const TpHandle*, guint, const TpContactFeature*, TpConnectionContactsByHandleCb, gpointer, GDestroyNotify, GObject*)' is deprecated [-Wdeprecated-declarations] 155 | tp_connection_get_contacts_by_handle (connection, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 156 | handles.size(), &handles[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 157 | G_N_ELEMENTS (features), features, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 158 | get_contact_for_new_buddie_cb, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 159 | pBuddy, NULL, NULL); | ~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/simple-client-factory.h:33, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/automatic-client-factory.h:32, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/telepathy-glib.h:39: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/contact.h:156:6: note: declared here 156 | void tp_connection_get_contacts_by_handle (TpConnection *self, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TelepathyChatroom.cpp: In function 'void tube_dbus_names_changed_cb(TpChannel*, GHashTable*, const GArray*, gpointer, GObject*)': TelepathyChatroom.cpp:179:65: warning: 'TpConnection* tp_channel_borrow_connection(TpChannel*)' is deprecated: Use 'tp_channel_get_connection' instead [-Wdeprecated-declarations] 179 | TpConnection* pConnection = tp_channel_borrow_connection(chan); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/account-channel-request.h:33, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/telepathy-glib.h:34: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/channel.h:112:15: note: declared here 112 | TpConnection *tp_channel_borrow_connection (TpChannel *self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ TelepathyChatroom.cpp: In function 'void retrieve_buddy_dbus_mappings_cb(TpProxy*, const GValue*, const GError*, gpointer, GObject*)': TelepathyChatroom.cpp:298:64: warning: 'TpConnection* tp_channel_borrow_connection(TpChannel*)' is deprecated: Use 'tp_channel_get_connection' instead [-Wdeprecated-declarations] 298 | TpConnection* connection = tp_channel_borrow_connection(chan); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/channel.h:112:15: note: declared here 112 | TpConnection *tp_channel_borrow_connection (TpChannel *self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ TelepathyChatroom.cpp:301:64: warning: 'TpHandle tp_channel_group_get_self_handle(TpChannel*)' is deprecated: Use 'tp_channel_group_get_self_contact' instead [-Wdeprecated-declarations] 301 | TpHandle self_handle = tp_channel_group_get_self_handle(chan); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/channel.h:178:10: note: declared here 178 | TpHandle tp_channel_group_get_self_handle (TpChannel *self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TelepathyChatroom.cpp: In member function 'void TelepathyChatroom::acceptTube(const char*)': TelepathyChatroom.cpp:485:64: warning: 'TpConnection* tp_channel_borrow_connection(TpChannel*)' is deprecated: Use 'tp_channel_get_connection' instead [-Wdeprecated-declarations] 485 | TpConnection* connection = tp_channel_borrow_connection(m_pChannel); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/channel.h:112:15: note: declared here 112 | TpConnection *tp_channel_borrow_connection (TpChannel *self); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/telepathy-glib.h:83, from TelepathyUnixAccountHandler.cpp:32: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/debug-sender.h:75:24: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 75 | const gchar *string); | ^ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib.h:32, from ../../../../../src/af/util/xp/ut_types.h:30, from ../../../../../src/af/util/xp/ut_string_class.h:47, from ./../../../core/account/xp/Buddy.h:24, from ./../../../core/account/xp/Event.h:23, from TelepathyUnixAccountHandler.cpp:21: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:26: note: declared here 578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/debug-sender.h:83:17: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 83 | va_list args); | ^ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:26: note: declared here 578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/debug-sender.h:91:8: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 91 | ...); | ^ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:26: note: declared here 578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ TelepathyUnixAccountHandler.cpp: In function 'void tp_connection_get_contact_list_attributes_cb(TpConnection*, GHashTable*, const GError*, gpointer, GObject*)': TelepathyUnixAccountHandler.cpp:74:54: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] 74 | UT_DEBUGMSG(("%s\n", error->message)); | ^ TelepathyUnixAccountHandler.cpp:95:46: warning: 'void tp_connection_get_contacts_by_handle(TpConnection*, guint, const TpHandle*, guint, const TpContactFeature*, TpConnectionContactsByHandleCb, gpointer, GDestroyNotify, GObject*)' is deprecated [-Wdeprecated-declarations] 95 | tp_connection_get_contacts_by_handle (connection, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 96 | handles.size(), &handles[0], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 97 | G_N_ELEMENTS (features), features, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 98 | list_contacts_for_connection_cb, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 99 | user_data, NULL, NULL); | ~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/simple-client-factory.h:33, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/automatic-client-factory.h:32, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/telepathy-glib.h:39: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/contact.h:156:6: note: declared here 156 | void tp_connection_get_contacts_by_handle (TpConnection *self, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TelepathyUnixAccountHandler.cpp: In function 'void validate_connection(TpConnection*, gpointer)': TelepathyUnixAccountHandler.cpp:120:50: warning: 'void tp_connection_get_contact_list_attributes(TpConnection*, gint, const gchar* const*, gboolean, tp_cli_connection_interface_contacts_callback_for_get_contact_attributes, gpointer, GDestroyNotify, GObject*)' is deprecated: Use 'tp_connection_dup_contact_list' instead [-Wdeprecated-declarations] 120 | tp_connection_get_contact_list_attributes(connection, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ 121 | -1, | ~~~ 122 | NULL, | ~~~~~ 123 | TRUE, | ~~~~~ 124 | tp_connection_get_contact_list_attributes_cb, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 125 | user_data, | ~~~~~~~~~~ 126 | NULL, | ~~~~~ 127 | NULL); | ~~~~~ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/account.h:31, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/account-channel-request.h:32, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/telepathy-glib.h:34: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/connection.h:378:6: note: declared here 378 | void tp_connection_get_contact_list_attributes (TpConnection *self, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TelepathyUnixAccountHandler.cpp: In function 'void list_connection_names_cb(const gchar* const*, gsize, const gchar* const*, const gchar* const*, const GError*, gpointer, GObject*)': TelepathyUnixAccountHandler.cpp:173:62: warning: 'TpConnection* tp_connection_new(TpDBusDaemon*, const gchar*, const gchar*, GError**)' is deprecated: Use 'tp_simple_client_factory_ensure_connection' instead [-Wdeprecated-declarations] 173 | TpConnection* connection = tp_connection_new (dbus, bus_names[i], NULL, NULL); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/connection.h:144:15: note: declared here 144 | TpConnection *tp_connection_new (TpDBusDaemon *dbus, const gchar *bus_name, | ^~~~~~~~~~~~~~~~~ TelepathyUnixAccountHandler.cpp:148:79: warning: unused parameter 'cms' [-Wunused-parameter] 148 | const gchar * const * cms, | ~~~~~~~~~~~~~~~~~~~~~~^~~ TelepathyUnixAccountHandler.cpp:149:79: warning: unused parameter 'protocols' [-Wunused-parameter] 149 | const gchar * const * protocols, | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ TelepathyUnixAccountHandler.cpp: In member function 'virtual ConnectResult TelepathyAccountHandler::connect()': TelepathyUnixAccountHandler.cpp:375:44: warning: 'TpBaseClient* tp_simple_handler_new(TpDBusDaemon*, gboolean, gboolean, const gchar*, gboolean, TpSimpleHandlerHandleChannelsImpl, gpointer, GDestroyNotify)' is deprecated: Use 'tp_simple_handler_new_with_factory' instead [-Wdeprecated-declarations] 375 | m_pTpClient = tp_simple_handler_new(dbus, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~ 376 | TRUE, FALSE, "AbiCollab", FALSE, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 377 | handle_dbus_channel, this, NULL); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/telepathy-glib.h:107: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/simple-handler.h:82:16: note: declared here 82 | TpBaseClient * tp_simple_handler_new (TpDBusDaemon *dbus, | ^~~~~~~~~~~~~~~~~~~~~ TelepathyUnixAccountHandler.cpp: In member function 'virtual bool TelepathyAccountHandler::startSession(PD_Document*, const std::vector >&, AbiCollab**)': TelepathyUnixAccountHandler.cpp:581:64: warning: 'GList* tp_account_manager_get_valid_accounts(TpAccountManager*)' is deprecated: Use 'tp_account_manager_dup_valid_accounts' instead [-Wdeprecated-declarations] 581 | GList* accounts = tp_account_manager_get_valid_accounts(manager); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/telepathy-glib.h:35: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/account-manager.h:101:8: note: declared here 101 | GList *tp_account_manager_get_valid_accounts (TpAccountManager *manager) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ TelepathyUnixAccountHandler.cpp: In member function 'void TelepathyAccountHandler::handleMessage(DTubeBuddyPtr, const std::string&)': TelepathyUnixAccountHandler.cpp:808:152: warning: suggest braces around empty body in an 'else' statement [-Wempty-body] 808 | UT_DEBUGMSG(("Ignoring GetSessionsEvent, we are not controlling session '%s'\n", pChatroom->getSessionId().utf8_str())); | ^ CXXLD libunix.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/telepathy/unix' gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/telepathy' CCLD libtelepathy.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/telepathy' gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends/telepathy' gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends' CCLD libbackends.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends' gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/backends' Making all in core gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core' Making all in account gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/account' Making all in xp gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/account/xp' CXX AccountHandler.lo CXX AccountEvent.lo CXX Buddy.lo CXX BackendPackets.lo CXX SessionEvent.lo CXXLD libxp.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/account/xp' gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/account' CCLD libaccount.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/account' gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/account' Making all in dialogs gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/dialogs' Making all in unix gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/dialogs/unix' CXX ap_UnixDialog_CollaborationAccounts.lo CXX ap_UnixDialog_CollaborationAddAccount.lo CXX ap_UnixDialog_CollaborationAddBuddy.lo CXX ap_UnixDialog_CollaborationEditAccount.lo In file included from ap_UnixDialog_CollaborationAddAccount.cpp:24: ../../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: 'template class std::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 68 | std::pointer_to_unary_function *other_function); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../../src/af/util/xp/ut_string_class.h:40, from ../../../../../src/af/xap/xp/xap_App.h:36, from ap_UnixDialog_CollaborationAddAccount.cpp:20: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:1105:11: note: declared here 1105 | class pointer_to_unary_function : public unary_function<_Arg, _Result> | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ap_UnixDialog_CollaborationAccounts.cpp:24: ../../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: 'template class std::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 68 | std::pointer_to_unary_function *other_function); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../../src/af/util/xp/ut_string_class.h:40, from ../../../../../src/af/xap/xp/xap_App.h:36, from ap_UnixDialog_CollaborationAccounts.cpp:20: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:1105:11: note: declared here 1105 | class pointer_to_unary_function : public unary_function<_Arg, _Result> | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ap_UnixDialog_CollaborationAddBuddy.cpp:23: ../../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: 'template class std::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 68 | std::pointer_to_unary_function *other_function); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../../src/af/util/xp/ut_string_class.h:40, from ../../../../../src/af/xap/xp/xap_App.h:36, from ap_UnixDialog_CollaborationAddBuddy.cpp:19: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:1105:11: note: declared here 1105 | class pointer_to_unary_function : public unary_function<_Arg, _Result> | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ap_UnixDialog_CollaborationEditAccount.cpp:23: ../../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: 'template class std::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 68 | std::pointer_to_unary_function *other_function); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../../src/af/util/xp/ut_string_class.h:40, from ../../../../../src/af/xap/xp/xap_App.h:36, from ap_UnixDialog_CollaborationEditAccount.cpp:19: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:1105:11: note: declared here 1105 | class pointer_to_unary_function : public unary_function<_Arg, _Result> | ^~~~~~~~~~~~~~~~~~~~~~~~~ CXX ap_UnixDialog_CollaborationJoin.lo CXX ap_UnixDialog_CollaborationShare.lo In file included from ap_UnixDialog_CollaborationJoin.cpp:23: ../../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: 'template class std::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 68 | std::pointer_to_unary_function *other_function); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../../src/af/util/xp/ut_string_class.h:40, from ../../../../../src/af/xap/xp/xap_App.h:36, from ap_UnixDialog_CollaborationJoin.cpp:19: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:1105:11: note: declared here 1105 | class pointer_to_unary_function : public unary_function<_Arg, _Result> | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ap_UnixDialog_CollaborationShare.cpp:23: ../../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: 'template class std::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 68 | std::pointer_to_unary_function *other_function); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../../src/af/util/xp/ut_string_class.h:40, from ../../../../../src/af/xap/xp/xap_App.h:36, from ap_UnixDialog_CollaborationShare.cpp:19: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:1105:11: note: declared here 1105 | class pointer_to_unary_function : public unary_function<_Arg, _Result> | ^~~~~~~~~~~~~~~~~~~~~~~~~ CXXLD libunix.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/dialogs/unix' Making all in xp gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/dialogs/xp' CXX ap_Dialog_CollaborationAccounts.lo CXX ap_Dialog_CollaborationAddAccount.lo CXX ap_Dialog_CollaborationAddBuddy.lo CXX ap_Dialog_CollaborationEditAccount.lo CXX ap_Dialog_CollaborationJoin.lo CXX ap_Dialog_CollaborationShare.lo CXXLD libxp.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/dialogs/xp' gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/dialogs' CCLD libdialogs.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/dialogs' gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/dialogs' Making all in packet gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/packet' Making all in xp gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/packet/xp' CXX CorePackets.lo CXX AbiCollab_Packet.lo CXX Serialization.lo AbiCollab_Packet.cpp: In member function 'virtual void ChangeRecordSessionPacket::serialize(Archive&)': AbiCollab_Packet.cpp:177:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 177 | ar << (int&)m_cType; | ^~~~~~~ AbiCollab_Packet.cpp: In member function 'virtual void ChangeStrux_ChangeRecordSessionPacket::serialize(Archive&)': AbiCollab_Packet.cpp:397:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 397 | ar << (int&)m_eStruxType; | ^~~~~~~~~~~~ AbiCollab_Packet.cpp: In member function 'virtual void DeleteStrux_ChangeRecordSessionPacket::serialize(Archive&)': AbiCollab_Packet.cpp:410:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 410 | ar << (int&)m_eStruxType; | ^~~~~~~~~~~~ AbiCollab_Packet.cpp: In member function 'virtual void Object_ChangeRecordSessionPacket::serialize(Archive&)': AbiCollab_Packet.cpp:423:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 423 | ar << (int&)m_eObjectType; | ^~~~~~~~~~~~~ CXXLD libxp.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/packet/xp' gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/packet' CCLD libpacket.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/packet' gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/packet' Making all in plugin gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/plugin' Making all in xp gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/plugin/xp' CXX AbiCollab_Command.lo CXX AbiCollab_Interface.lo CXX AbiCollab_Plugin.lo CXX AbiCollab_Regression.lo In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/smart_ptr/detail/deprecated_macros.hpp:8, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/smart_ptr/detail/sp_counted_base.hpp:22, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/smart_ptr/detail/shared_count.hpp:22, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/shared_ptr.hpp:17, from ../../../../../src/text/ptbl/xp/pd_Document.h:73, from AbiCollab_Plugin.cpp:42: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/config/pragma_message.hpp:24:34: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.' 24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x))) | ^~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/bind.hpp:36:1: note: in expansion of macro 'BOOST_PRAGMA_MESSAGE' 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ CXXLD libxp.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/plugin/xp' gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/plugin' CCLD libplugin.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/plugin' gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/plugin' Making all in session gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/session' Making all in xp gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/session/xp' CXX AbiCollab.lo CXX AbiCollab_ImportRuleSet.lo CXX AbiCollab_Export.lo CXX AbiCollab_Import.lo AbiCollab_Export.cpp:532:10: warning: #warning not sure [-Wcpp] 532 | #warning not sure | ^~~~~~~ In file included from AbiCollab_Import.cpp:25: ../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../../src/text/ptbl/xp/pd_Document.h:28, from AbiCollab_Import.cpp:24: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ AbiCollab_Export.cpp: In member function 'bool ABI_Collab_Export::_isGlobEnd(UT_Byte, UT_Byte)': AbiCollab_Export.cpp:427:51: warning: enum constant in boolean context [-Wint-in-bool-context] 427 | (PX_ChangeRecord_Glob::PXF_MultiStepEnd)) | ^ CXX AbiCollabSessionManager.lo CXX DiskSessionRecorder.lo In file included from AbiCollabSessionManager.cpp:35: ../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../../src/af/util/xp/ut_string_class.h:40, from ../../../../../src/af/xap/xp/xap_App.h:36, from AbiCollabSessionManager.cpp:30: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/telepathy-glib.h:83, from ./../../../backends/telepathy/unix/TelepathyUnixAccountHandler.h:30, from AbiCollabSessionManager.cpp:78: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/debug-sender.h: At global scope: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/debug-sender.h:75:24: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 75 | const gchar *string); | ^ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib.h:32, from ../../../../../src/af/util/xp/ut_types.h:30, from ../../../../../src/af/util/xp/ut_debugmsg.h:32, from AbiCollabSessionManager.cpp:29: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:26: note: declared here 578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/debug-sender.h:83:17: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 83 | va_list args); | ^ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:26: note: declared here 578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/telepathy-1.0/telepathy-glib/debug-sender.h:91:8: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 91 | ...); | ^ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:26: note: declared here 578 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ AbiCollabSessionManager.cpp: In member function 'void AbiCollabSessionManager::storeProfile()': AbiCollabSessionManager.cpp:527:126: warning: '_xmlBuffer::content' is deprecated [-Wdeprecated-declarations] 527 | strlen(reinterpret_cast(const_cast(doc->content))), | ^~~~~~~ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libxml2/libxml/xmlIO.h:18, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libxml2/libxml/xmlwriter.h:18, from AbiCollabSessionManager.cpp:59: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libxml2/libxml/tree.h:103:14: note: declared here 103 | xmlChar *content XML_DEPRECATED_MEMBER; | ^~~~~~~ AbiCollabSessionManager.cpp:527:126: warning: '_xmlBuffer::content' is deprecated [-Wdeprecated-declarations] 527 | strlen(reinterpret_cast(const_cast(doc->content))), | ^~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libxml2/libxml/tree.h:103:14: note: declared here 103 | xmlChar *content XML_DEPRECATED_MEMBER; | ^~~~~~~ AbiCollabSessionManager.cpp:527:126: warning: '_xmlBuffer::content' is deprecated [-Wdeprecated-declarations] 527 | strlen(reinterpret_cast(const_cast(doc->content))), | ^~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libxml2/libxml/tree.h:103:14: note: declared here 103 | xmlChar *content XML_DEPRECATED_MEMBER; | ^~~~~~~ AbiCollabSessionManager.cpp:528:121: warning: '_xmlBuffer::content' is deprecated [-Wdeprecated-declarations] 528 | reinterpret_cast(const_cast(doc->content)) | ^~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libxml2/libxml/tree.h:103:14: note: declared here 103 | xmlChar *content XML_DEPRECATED_MEMBER; | ^~~~~~~ AbiCollabSessionManager.cpp:528:121: warning: '_xmlBuffer::content' is deprecated [-Wdeprecated-declarations] 528 | reinterpret_cast(const_cast(doc->content)) | ^~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libxml2/libxml/tree.h:103:14: note: declared here 103 | xmlChar *content XML_DEPRECATED_MEMBER; | ^~~~~~~ AbiCollabSessionManager.cpp:528:121: warning: '_xmlBuffer::content' is deprecated [-Wdeprecated-declarations] 528 | reinterpret_cast(const_cast(doc->content)) | ^~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libxml2/libxml/tree.h:103:14: note: declared here 103 | xmlChar *content XML_DEPRECATED_MEMBER; | ^~~~~~~ CXXLD libxp.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/session/xp' gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/session' CCLD libsession.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/session' gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/session' Making all in sync gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/sync' Making all in xp gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/sync/xp' CXX Synchronizer.lo CXXLD libxp.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/sync/xp' gmake[4]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/sync' CCLD libsync.la gmake[4]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/sync' gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core/sync' gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core' CCLD libcore.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core' gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab/core' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab' CXXLD collab.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/collab' Making all in command gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/command' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/command/xp' CXX AbiCommand.lo In file included from AbiCommand.cpp:65: ../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../src/af/util/xp/ut_string_class.h:40, from ../../../src/af/xap/xp/xap_App.h:36, from AbiCommand.cpp:44: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ AbiCommand.cpp: In member function 'UT_sint32 AbiCommand::parseTokens(UT_GenericVector*)': AbiCommand.cpp:770:26: warning: unused variable 'e' [-Wunused-variable] 770 | UT_Error e = loadRDFXML( m, rdfxml ); | ^ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/command/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/command' CXXLD command.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/command' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/command' Making all in docbook gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/docbook' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/docbook/xp' CXX ie_imp_DocBook.lo CXX ie_exp_DocBook.lo CXX ie_impexp_DocBook.lo In file included from ../../../src/af/util/xp/ut_wctomb.h:13, from ../../../src/wp/impexp/xp/ie_Table.h:29, from ie_imp_DocBook.h:27, from ie_impexp_DocBook.cpp:22: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../src/af/util/xp/ut_wctomb.h:13, from ../../../src/wp/impexp/xp/ie_Table.h:29, from ie_exp_DocBook.h:28, from ie_exp_DocBook.cpp:34: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../src/af/util/xp/ut_wctomb.h:13, from ../../../src/wp/impexp/xp/ie_Table.h:29, from ie_imp_DocBook.h:27, from ie_imp_DocBook.cpp:34: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/docbook/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/docbook' CXXLD docbook.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/docbook' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/docbook' Making all in eml gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/eml' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/eml/xp' CXX ie_exp_EML.lo In file included from ../../../src/af/util/xp/ut_wctomb.h:13, from ../../../src/wp/impexp/xp/ie_exp_Text.h:26, from ie_exp_EML.h:23, from ie_exp_EML.cpp:20: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/eml/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/eml' CXXLD eml.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/eml' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/eml' Making all in epub gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub' Making all in common gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/common' Making all in xp gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/common/xp' CXX ie_impexp_EPUB.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ../../../../src/wp/impexp/xp/ie_exp_HTML_util.h:34, from ../../../../src/wp/impexp/xp/ie_exp_HTML.h:32, from ../../../../src/wp/impexp/xp/ie_exp_HTML_DocumentWriter.h:26, from ./../../exp/xp/ie_exp_EPUB_EPUB3Writer.h:24, from ./../../exp/xp/ie_exp_EPUB.h:23, from ie_impexp_EPUB.h:25, from ie_impexp_EPUB.cpp:23: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXXLD libxp.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/common/xp' gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/common' CCLD libcommon.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/common' gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/common' Making all in imp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/imp' Making all in xp gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/imp/xp' CXX ie_imp_EPUB.lo CXX ie_imp_EPUB_Sniffer.lo CXXLD libxp.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/imp/xp' gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/imp' CCLD libimp.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/imp' gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/imp' Making all in exp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/exp' Making all in xp gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/exp/xp' CXX ie_exp_EPUB.lo CXX ie_exp_EPUB_Sniffer.lo CXX ie_exp_EPUB_EPUB3Writer.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ../../../../src/wp/impexp/xp/ie_exp_HTML_util.h:34, from ../../../../src/wp/impexp/xp/ie_exp_HTML.h:32, from ../../../../src/wp/impexp/xp/ie_exp_HTML_DocumentWriter.h:26, from ie_exp_EPUB_EPUB3Writer.h:24, from ie_exp_EPUB_EPUB3Writer.cpp:20: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ../../../../src/wp/impexp/xp/ie_exp_HTML_util.h:34, from ../../../../src/wp/impexp/xp/ie_exp_HTML.h:32, from ../../../../src/wp/impexp/xp/ie_exp_HTML_DocumentWriter.h:26, from ie_exp_EPUB_EPUB3Writer.h:24, from ie_exp_EPUB.h:23, from ie_exp_EPUB.cpp:22: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ../../../../src/wp/impexp/xp/ie_exp_HTML_util.h:34, from ../../../../src/wp/impexp/xp/ie_exp_HTML.h:32, from ../../../../src/wp/impexp/xp/ie_exp_HTML_DocumentWriter.h:26, from ie_exp_EPUB_EPUB3Writer.h:24, from ie_exp_EPUB.h:23, from ie_exp_EPUB_Sniffer.h:25, from ie_exp_EPUB_Sniffer.cpp:21: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In destructor 'virtual IE_Exp_HTML_DefaultWriterFactory::~IE_Exp_HTML_DefaultWriterFactory()', inlined from 'virtual IE_Exp_HTML_DefaultWriterFactory::~IE_Exp_HTML_DefaultWriterFactory()' at ../../../../src/wp/impexp/xp/ie_exp_HTML_DocumentWriter.h:202:50, inlined from 'UT_Error IE_Exp_EPUB::EPUB3_writeStructure()' at ie_exp_EPUB.cpp:564:5: ../../../../src/wp/impexp/xp/ie_exp_HTML_DocumentWriter.h:202:50: warning: array subscript 'IE_Exp_HTML_DefaultWriterFactory[0]' is partly outside array bounds of 'unsigned char [8]' [-Warray-bounds=] 202 | virtual ~IE_Exp_HTML_DefaultWriterFactory() {} | ^ ie_exp_EPUB.cpp: In member function 'UT_Error IE_Exp_EPUB::EPUB3_writeStructure()': ie_exp_EPUB.cpp:553:84: note: object of size 8 allocated by 'operator new' 553 | IE_Exp_HTML_WriterFactory *pWriterFactory = new IE_Exp_EPUB_EPUB3WriterFactory(); | ^ CXXLD libxp.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/exp/xp' gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/exp' CCLD libexp.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/exp' gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/exp' Making all in dialogs gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/dialogs' Making all in gtk gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/dialogs/gtk' CXX ap_UnixDialog_EpubExportOptions.lo In file included from ap_UnixDialog_EpubExportOptions.h:26, from ap_UnixDialog_EpubExportOptions.cpp:21: ../../../../src/af/xap/gtk/xap_UnixDialogHelper.h:68:14: warning: 'template class std::pointer_to_unary_function' is deprecated [-Wdeprecated-declarations] 68 | std::pointer_to_unary_function *other_function); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../src/af/util/xp/ut_string_class.h:40, from ../../../../src/af/xap/xp/xap_App.h:36, from ./../xp/ap_Dialog_EpubExportOptions.h:23, from ap_UnixDialog_EpubExportOptions.h:23: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:1105:11: note: declared here 1105 | class pointer_to_unary_function : public unary_function<_Arg, _Result> | ^~~~~~~~~~~~~~~~~~~~~~~~~ CXXLD libgtk.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/dialogs/gtk' Making all in xp gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/dialogs/xp' CXX ap_Dialog_EpubExportOptions.lo CXXLD libxp.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/dialogs/xp' gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/dialogs' CCLD libdialogs.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/dialogs' gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub/dialogs' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub' CXXLD epub.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/epub' Making all in garble gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/garble' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/garble/xp' CXX abiword-garble-png.lo CXX abiword-garble.lo CXX abiword-garble-jpeg.lo CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/garble/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/garble' CXXLD garble.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/garble' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/garble' Making all in gimp gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/gimp' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/gimp/xp' CXX AbiGimp.lo CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/gimp/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/gimp' CXXLD gimp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/gimp' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/gimp' Making all in goffice gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/goffice' Making all in unix gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/goffice/unix' CXX AbiGOComponent.lo CXX AbiGOffice.lo CXX AbiGOChart.lo CXX ie_imp_GOChart.lo In file included from ie_imp_GOChart.cpp:28: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../src/af/util/xp/ut_mbtowc.h:14, from ie_imp_GOChart.h:29, from AbiGOffice.cpp:29: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libgsf-1/gsf/gsf.h:53, from ../../../src/af/util/xp/ut_go_file.h:33, from ../../../src/wp/impexp/xp/ie_imp.h:34, from ie_imp_GOChart.h:28: AbiGOffice.cpp: In function 'GType abi_cmd_context_get_type()': /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libgsf-1/gsf/gsf-impl-utils.h:84:17: warning: cast between incompatible function types from 'void (*)(GOCmdContextClass*)' to 'GInterfaceInitFunc' {aka 'void (*)(void*, void*)'} [-Wcast-function-type] 84 | (GInterfaceInitFunc) init_func, NULL, NULL }; \ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libgsf-1/gsf/gsf-impl-utils.h:57:17: note: in definition of macro 'GSF_CLASS_FULL' 57 | interface_decl \ | ^~~~~~~~~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libgsf-1/gsf/gsf-impl-utils.h:89:9: note: in expansion of macro 'GSF_INTERFACE_FULL' 89 | GSF_INTERFACE_FULL(type, init_func, iface_type) | ^~~~~~~~~~~~~~~~~~ AbiGOffice.cpp:104:17: note: in expansion of macro 'GSF_INTERFACE' 104 | GSF_INTERFACE (abi_cmd_context_init, GO_TYPE_CMD_CONTEXT)) | ^~~~~~~~~~~~~ In file included from ../../../src/af/util/xp/ut_mbtowc.h:14, from ie_imp_GOChart.h:29, from AbiGOChart.cpp:25: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libgsf-1/gsf/gsf.h:53, from ../../../src/af/util/xp/ut_go_file.h:33, from ../../../src/wp/impexp/xp/ie_imp.h:34, from ie_imp_GOChart.h:28: AbiGOChart.cpp: In function 'GType abi_data_entry_get_type()': /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libgsf-1/gsf/gsf-impl-utils.h:84:17: warning: cast between incompatible function types from 'void (*)(GogDataEditorClass*)' to 'GInterfaceInitFunc' {aka 'void (*)(void*, void*)'} [-Wcast-function-type] 84 | (GInterfaceInitFunc) init_func, NULL, NULL }; \ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libgsf-1/gsf/gsf-impl-utils.h:57:17: note: in definition of macro 'GSF_CLASS_FULL' 57 | interface_decl \ | ^~~~~~~~~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libgsf-1/gsf/gsf-impl-utils.h:89:9: note: in expansion of macro 'GSF_INTERFACE_FULL' 89 | GSF_INTERFACE_FULL(type, init_func, iface_type) | ^~~~~~~~~~~~~~~~~~ AbiGOChart.cpp:215:17: note: in expansion of macro 'GSF_INTERFACE' 215 | GSF_INTERFACE (abi_data_editor_init, GOG_TYPE_DATA_EDITOR)) | ^~~~~~~~~~~~~ AbiGOChart.cpp: In function 'GType abi_control_gui_get_type()': /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libgsf-1/gsf/gsf-impl-utils.h:47:25: warning: cast between incompatible function types from 'void (*)(GObjectClass*)' {aka 'void (*)(_GObjectClass*)'} to 'GClassInitFunc' {aka 'void (*)(void*, void*)'} [-Wcast-function-type] 47 | (GClassInitFunc) class_init, \ AbiGOChart.cpp:323:1: note: in expansion of macro 'GSF_CLASS_FULL' 323 | GSF_CLASS_FULL (AbiControlGUI, abi_control_gui, | ^~~~~~~~~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libgsf-1/gsf/gsf-impl-utils.h:52:25: warning: cast between incompatible function types from 'void (*)(GObject*)' {aka 'void (*)(_GObject*)'} to 'GInstanceInitFunc' {aka 'void (*)(_GTypeInstance*, void*)'} [-Wcast-function-type] 52 | (GInstanceInitFunc) instance_init, \ AbiGOChart.cpp:323:1: note: in expansion of macro 'GSF_CLASS_FULL' 323 | GSF_CLASS_FULL (AbiControlGUI, abi_control_gui, | ^~~~~~~~~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libgsf-1/gsf/gsf-impl-utils.h:84:17: warning: cast between incompatible function types from 'void (*)(GogDataAllocatorClass*)' to 'GInterfaceInitFunc' {aka 'void (*)(void*, void*)'} [-Wcast-function-type] 84 | (GInterfaceInitFunc) init_func, NULL, NULL }; \ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libgsf-1/gsf/gsf-impl-utils.h:57:17: note: in definition of macro 'GSF_CLASS_FULL' 57 | interface_decl \ | ^~~~~~~~~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/libgsf-1/gsf/gsf-impl-utils.h:89:9: note: in expansion of macro 'GSF_INTERFACE_FULL' 89 | GSF_INTERFACE_FULL(type, init_func, iface_type) | ^~~~~~~~~~~~~~~~~~ AbiGOChart.cpp:326:17: note: in expansion of macro 'GSF_INTERFACE' 326 | GSF_INTERFACE (abi_go_plot_data_allocator_init, GOG_TYPE_DATA_ALLOCATOR); | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/smart_ptr/detail/deprecated_macros.hpp:8, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/smart_ptr/detail/sp_counted_base.hpp:22, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/smart_ptr/detail/shared_count.hpp:22, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/shared_ptr.hpp:17, from ../../../src/text/ptbl/xp/pd_Document.h:73, from ../../../src/wp/impexp/xp/ie_imp.h:32, from ../../../src/wp/impexp/xp/ie_impGraphic.h:28, from AbiGOComponent.cpp:26: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/config/pragma_message.hpp:24:34: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.' 24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x))) | ^~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/bind.hpp:36:1: note: in expansion of macro 'BOOST_PRAGMA_MESSAGE' 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from ../../../src/af/util/xp/ut_mbtowc.h:14, from ie_imp_GOComponent.h:29, from AbiGOComponent.cpp:39: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX ie_imp_GOComponent.lo In file included from ie_imp_GOComponent.cpp:28: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXXLD libunix.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/goffice/unix' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/goffice' CXXLD goffice.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/goffice' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/goffice' Making all in google gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/google' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/google/xp' CXX AbiGoogle.lo CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/google/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/google' CXXLD google.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/google' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/google' Making all in grammar gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/grammar' Making all in linkgrammarwrap gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/grammar/linkgrammarwrap' CXX LinkGrammarWrap.lo CXXLD liblinkgrammarwrap.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/grammar/linkgrammarwrap' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/grammar/xp' CXX AbiGrammarCheck.lo CXX AbiGrammar.lo CXX AbiGrammarUtil.lo In file included from ../../../src/af/util/xp/ut_mbtowc.h:14, from AbiGrammarCheck.cpp:27: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ AbiGrammar.cpp: In member function 'virtual bool AbiGrammar::notify(AV_View*, AV_ChangeMask, void*)': AbiGrammar.cpp:106:32: warning: variable 'pText' set but not used [-Wunused-but-set-variable] 106 | const char * pText = NULL; | ^~~~~ In file included from ../../../src/af/util/xp/ut_mbtowc.h:14, from AbiGrammarUtil.cpp:27: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/grammar/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/grammar' CXXLD grammar.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/grammar' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/grammar' Making all in hancom gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/hancom' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/hancom/xp' CXX ie_imp_hancom.lo In file included from ie_imp_hancom.cpp:31: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/hancom/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/hancom' CXXLD hancom.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/hancom' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/hancom' Making all in hrtext gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/hrtext' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/hrtext/xp' CXX ie_exp_HRText.lo In file included from ../../../src/af/util/xp/ut_wctomb.h:13, from ie_exp_HRText.cpp:27: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/hrtext/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/hrtext' CXXLD hrtext.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/hrtext' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/hrtext' Making all in iscii gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/iscii' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/iscii/xp' CXX ie_exp_ISCII.lo CXX ie_impexp_ISCII.lo CXX ie_imp_ISCII.lo In file included from ../../../src/af/util/xp/ut_wctomb.h:13, from ../../../src/wp/impexp/xp/ie_exp_Text.h:26, from ie_exp_ISCII.h:23, from ie_exp_ISCII.cpp:22: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../src/af/util/xp/ut_mbtowc.h:14, from ../../../src/wp/impexp/xp/ie_imp_Text.h:28, from ie_imp_ISCII.h:25, from ie_impexp_ISCII.cpp:20: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../src/af/util/xp/ut_mbtowc.h:14, from ../../../src/wp/impexp/xp/ie_imp_Text.h:28, from ie_imp_ISCII.h:25, from ie_imp_ISCII.cpp:29: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/iscii/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/iscii' CXXLD iscii.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/iscii' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/iscii' Making all in kword gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/kword' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/kword/xp' CXX ie_exp_KWord_1.lo CXX ie_impexp_KWord_1.lo CXX ie_imp_KWord_1.lo In file included from ../../../src/af/xap/xp/xap_EncodingManager.h:42, from ie_exp_KWord_1.cpp:42: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ ie_exp_KWord_1.cpp: In member function 'void s_KWord_1_Listener::_handlePageSize(PT_AttrPropIndex)': ie_exp_KWord_1.cpp:513:47: warning: implicitly-declared 'constexpr fp_PageSize::fp_PageSize(const fp_PageSize&)' is deprecated [-Wdeprecated-copy] 513 | m_pie->write(abiPageSizeToKoPageFormat(m_pDocument->m_docPageSize)); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../../../src/text/ptbl/xp/pd_Document.h:41, from ie_exp_KWord_1.cpp:33: ../../../src/text/fmt/xp/fp_PageSize.h:61:27: note: because 'fp_PageSize' has user-provided 'fp_PageSize& fp_PageSize::operator=(const fp_PageSize&)' 61 | fp_PageSize& operator=(const fp_PageSize& rhs); | ^~~~~~~~ ie_exp_KWord_1.cpp:414:40: note: initializing argument 1 of 'const char* abiPageSizeToKoPageFormat(fp_PageSize)' 414 | abiPageSizeToKoPageFormat (fp_PageSize abi_page_size) | ~~~~~~~~~~~~^~~~~~~~~~~~~ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/kword/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/kword' CXXLD kword.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/kword' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/kword' Making all in latex gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/latex' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/latex/xp' CXX ie_exp_LaTeX.lo In file included from ../../../src/af/util/xp/ut_mbtowc.h:14, from ie_exp_LaTeX.cpp:36: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/latex/xp' Making all in xsltml gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/latex/xsltml' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/latex/xsltml' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/latex' CXXLD latex.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/latex' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/latex' Making all in loadbindings gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/loadbindings' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/loadbindings/xp' CXX LoadBindings.lo In file included from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/smart_ptr/detail/deprecated_macros.hpp:8, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/smart_ptr/detail/sp_counted_base.hpp:22, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/smart_ptr/detail/shared_count.hpp:22, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/smart_ptr/shared_ptr.hpp:17, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/shared_ptr.hpp:17, from ../../../src/text/ptbl/xp/pd_Document.h:73, from ../../../src/wp/impexp/xp/ie_imp.h:32, from LoadBindings.cpp:41: /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/config/pragma_message.hpp:24:34: note: '#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.' 24 | # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x))) | ^~~~~~~ /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/boost/bind.hpp:36:1: note: in expansion of macro 'BOOST_PRAGMA_MESSAGE' 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/loadbindings/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/loadbindings' CXXLD loadbindings.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/loadbindings' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/loadbindings' Making all in mht gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mht' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mht/xp' CXX register.lo CXX tidyImporter.lo CXX tidyReader.lo CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mht/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mht' CXXLD mht.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mht' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mht' Making all in mif gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mif' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mif/xp' CXX ie_exp_MIF.lo CXX ie_imp_MIF.lo CXX ie_impexp_MIF.lo In file included from ../../../src/af/util/xp/ut_mbtowc.h:14, from ie_imp_MIF.h:28, from ie_impexp_MIF.cpp:22: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../src/af/util/xp/ut_wctomb.h:13, from ie_exp_MIF.cpp:32: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../src/af/util/xp/ut_mbtowc.h:14, from ie_imp_MIF.h:28, from ie_imp_MIF.cpp:29: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mif/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mif' CXXLD mif.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mif' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mif' Making all in mswrite gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mswrite' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mswrite/xp' CXX ie_impexp_MSWrite.lo CXX ie_imp_MSWrite.lo In file included from ../../../src/af/util/xp/ut_mbtowc.h:14, from ie_imp_MSWrite.h:30, from ie_imp_MSWrite.cpp:49: ../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mswrite/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mswrite' CXXLD mswrite.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mswrite' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/mswrite' Making all in opendocument gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument' Making all in common gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/common' Making all in xp gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/common/xp' CXX ie_impexp_OpenDocument.lo CXX ODc_Crypto.lo CXX ODc_util.lo CC crypto/gc-pbkdf2-sha1.lo CC crypto/hmac-sha1.lo CC crypto/memxor.lo CC crypto/sha1.lo CXXLD libxp.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/common/xp' gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/common' CCLD libcommon.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/common' gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/common' Making all in exp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/exp' Making all in xp gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/exp/xp' CXX ie_exp_OpenDocument.lo CXX ODe_AbiDocListener.lo CXX ie_exp_OpenDocument_Sniffer.lo CXX ODe_AbiDocListenerImpl.lo In file included from ODe_AuxiliaryData.h:30, from ie_exp_OpenDocument.cpp:30: ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/bits/stl_tree.h:65, from /opt/local/gcc13/include/c++/13.4.0/map:62, from ../../../../src/wp/impexp/xp/ie_exp.h:26, from ie_exp_OpenDocument.h:34, from ie_exp_OpenDocument.cpp:26: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ CXX ODe_AutomaticStyles.lo CXX ODe_AuxiliaryData.lo In file included from ODe_AbiDocListener.cpp:35: ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../src/af/util/xp/ut_string_class.h:40, from ODe_AbiDocListener.h:34, from ODe_AbiDocListener.cpp:27: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ In file included from ../../../../src/af/util/xp/ut_mbtowc.h:14, from ODe_AbiDocListener.cpp:40: ../../../../src/af/util/xp/ut_iconv.h: At global scope: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ODe_AbiDocListener.h:33: ../../../../src/af/util/xp/ut_vector.h: In instantiation of 'UT_sint32 UT_GenericVector::push_back(T) [with T = ODe_AbiDocListener::StackCell; UT_sint32 = int]': ODe_AbiDocListener.cpp:1552:34: required from here ../../../../src/af/util/xp/ut_vector.h:90:73: warning: implicitly-declared 'constexpr ODe_AbiDocListener::StackCell::StackCell(const ODe_AbiDocListener::StackCell&)' is deprecated [-Wdeprecated-copy] 90 | inline UT_sint32 push_back(const T item) { return addItem(item); } | ~~~~~~~^~~~~~ ODe_AbiDocListener.h:177:20: note: because 'ODe_AbiDocListener::StackCell' has user-provided 'ODe_AbiDocListener::StackCell& ODe_AbiDocListener::StackCell::operator=(const ODe_AbiDocListener::StackCell&)' 177 | StackCell& operator=(const StackCell& sc) { | ^~~~~~~~ ../../../../src/af/util/xp/ut_vector.h:295:48: note: initializing argument 1 of 'UT_sint32 UT_GenericVector::addItem(T) [with T = ODe_AbiDocListener::StackCell; UT_sint32 = int]' 295 | UT_sint32 UT_GenericVector::addItem(const T p) | ~~~~~~~~^ ../../../../src/af/util/xp/ut_vector.h: In instantiation of 'const T UT_GenericVector::getLastItem() const [with T = ODe_AbiDocListener::StackCell]': ODe_AbiDocListener.cpp:1570:52: required from here ../../../../src/af/util/xp/ut_vector.h:367:26: warning: implicitly-declared 'constexpr ODe_AbiDocListener::StackCell::StackCell(const ODe_AbiDocListener::StackCell&)' is deprecated [-Wdeprecated-copy] 367 | return m_pEntries[m_iCount-1]; | ~~~~~~~~~~^ ODe_AbiDocListener.h:177:20: note: because 'ODe_AbiDocListener::StackCell' has user-provided 'ODe_AbiDocListener::StackCell& ODe_AbiDocListener::StackCell::operator=(const ODe_AbiDocListener::StackCell&)' 177 | StackCell& operator=(const StackCell& sc) { | ^~~~~~~~ ../../../../src/af/util/xp/ut_vector.h: In instantiation of 'UT_sint32 UT_GenericVector::grow(UT_sint32) [with T = ODe_AbiDocListener::StackCell; UT_sint32 = int]': ../../../../src/af/util/xp/ut_vector.h:175:3: required from 'UT_GenericVector::UT_GenericVector(UT_sint32, UT_sint32, bool) [with T = ODe_AbiDocListener::StackCell; UT_sint32 = int]' ODe_AbiDocListener.cpp:69:43: required from here ../../../../src/af/util/xp/ut_vector.h:254:15: warning: 'void* std::memset(void*, int, size_t)' clearing an object of type 'class ODe_AbiDocListener::StackCell' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 254 | memset(&new_pEntries[m_iSpace], 0, (new_iSpace - m_iSpace) * sizeof(T)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ODe_AbiDocListener.h:163:11: note: 'class ODe_AbiDocListener::StackCell' declared here 163 | class StackCell { | ^~~~~~~~~ ../../../../src/af/util/xp/ut_vector.h: In instantiation of 'UT_sint32 UT_GenericVector::addItem(T) [with T = ODe_AbiDocListener::StackCell; UT_sint32 = int]': ../../../../src/af/util/xp/ut_vector.h:90:59: required from 'UT_sint32 UT_GenericVector::push_back(T) [with T = ODe_AbiDocListener::StackCell; UT_sint32 = int]' ODe_AbiDocListener.cpp:1552:34: required from here ../../../../src/af/util/xp/ut_vector.h:306:34: warning: implicitly-declared 'constexpr ODe_AbiDocListener::StackCell::StackCell(const ODe_AbiDocListener::StackCell&)' is deprecated [-Wdeprecated-copy] 306 | m_pEntries[m_iCount++] = (T)p; /*** bad, cast away const so we can build again ***/ | ^~~~ ODe_AbiDocListener.h:177:20: note: because 'ODe_AbiDocListener::StackCell' has user-provided 'ODe_AbiDocListener::StackCell& ODe_AbiDocListener::StackCell::operator=(const ODe_AbiDocListener::StackCell&)' 177 | StackCell& operator=(const StackCell& sc) { | ^~~~~~~~ In file included from ODe_AuxiliaryData.h:30, from ODe_AuxiliaryData.cpp:23: ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../src/af/util/xp/ut_string_class.h:40, from ODe_AuxiliaryData.h:27: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ CXX ODe_Common.lo CXX ODe_DefaultStyles.lo CXX ODe_DocumentData.lo CXX ODe_FontFaceDecls.lo CXX ODe_Frame_Listener.lo In file included from ODe_AuxiliaryData.h:30, from ODe_Frame_Listener.cpp:27: ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../src/text/ptbl/xp/pf_Frag.h:29, from ../../../../src/text/ptbl/xp/pf_Frag_Object.h:26, from ../../../../src/text/ptbl/xp/fd_Field.h:24, from ODe_AbiDocListenerImpl.h:30, from ODe_Frame_Listener.h:26, from ODe_Frame_Listener.cpp:23: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ CXX ODe_HeadingSearcher_Listener.lo CXX ODe_ListLevelStyle.lo In file included from ODe_AuxiliaryData.h:30, from ODe_HeadingSearcher_Listener.cpp:26: ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../src/text/ptbl/xp/pf_Frag.h:29, from ../../../../src/text/ptbl/xp/pf_Frag_Object.h:26, from ../../../../src/text/ptbl/xp/fd_Field.h:24, from ODe_AbiDocListenerImpl.h:30, from ODe_HeadingSearcher_Listener.h:26, from ODe_HeadingSearcher_Listener.cpp:23: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ CXX ODe_Main_Listener.lo CXX ODe_ManifestWriter.lo CXX ODe_RDFWriter.lo CXX ODe_ThumbnailsWriter.lo CXX ODe_MetaDataWriter.lo In file included from ODe_RDFWriter.cpp:29: ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../src/af/util/xp/ut_std_string.h:26, from ODe_RDFWriter.cpp:27: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ CXX ODe_Note_Listener.lo CXX ODe_PicturesWriter.lo In file included from ODe_AuxiliaryData.h:30, from ODe_Note_Listener.cpp:26: ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../src/text/ptbl/xp/pf_Frag.h:29, from ../../../../src/text/ptbl/xp/pf_Frag_Object.h:26, from ../../../../src/text/ptbl/xp/fd_Field.h:24, from ODe_AbiDocListenerImpl.h:30, from ODe_Note_Listener.h:27, from ODe_Note_Listener.cpp:23: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ CXX ODe_SettingsWriter.lo CXX ODe_Style_List.lo CXX ODe_Style_MasterPage.lo CXX ODe_Style_PageLayout.lo CXX ODe_Styles.lo CXX ODe_Style_Style.lo CXX ODe_Table_Listener.lo CXX ODe_Text_Listener.lo In file included from ODe_AuxiliaryData.h:30, from ODe_Table_Listener.cpp:27: ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ../../../../src/text/ptbl/xp/pf_Frag.h:29, from ../../../../src/text/ptbl/xp/pf_Frag_Object.h:26, from ../../../../src/text/ptbl/xp/fd_Field.h:24, from ODe_AbiDocListenerImpl.h:30, from ODe_Table_Listener.h:26, from ODe_Table_Listener.cpp:24: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ CXX ODe_TOC_Listener.lo In file included from ODe_AuxiliaryData.h:30, from ODe_Text_Listener.cpp:27: ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/bits/stl_tree.h:65, from /opt/local/gcc13/include/c++/13.4.0/map:62, from ../../../../src/af/util/xp/ut_string.h:24, from ../../common/xp/ODc_util.h:22, from ODe_Text_Listener.h:26, from ODe_Text_Listener.cpp:23: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ In file included from ODe_AuxiliaryData.h:30, from ODe_TOC_Listener.cpp:26: ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/bits/stl_tree.h:65, from /opt/local/gcc13/include/c++/13.4.0/map:62, from ODe_TOC_Listener.h:25, from ODe_TOC_Listener.cpp:23: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ CXXLD libxp.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/exp/xp' gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/exp' CCLD libexp.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/exp' gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/exp' Making all in imp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/imp' Making all in xp gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/imp/xp' CXX ie_imp_OpenDocument.lo CXX ie_imp_OpenDocument_Sniffer.lo CXX ODi_ContentStream_ListenerState.lo CXX ODi_Abi_Data.lo In file included from ie_imp_OpenDocument.cpp:41: ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/bits/stl_tree.h:65, from /opt/local/gcc13/include/c++/13.4.0/map:62, from ie_imp_OpenDocument.h:28, from ie_imp_OpenDocument.cpp:26: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ CXX ODi_ContentStreamAnnotationMatcher_ListenerState.lo CXX ODi_ElementStack.lo CXX ODi_FontFaceDecls.lo CXX ODi_Frame_ListenerState.lo CXX ODi_ListenerStateAction.lo CXX ODi_ListLevelStyle.lo CXX ODi_ManifestStream_ListenerState.lo CXX ODi_MetaStream_ListenerState.lo CXX ODi_NotesConfiguration.lo CXX ODi_Office_Styles.lo CXX ODi_Postpone_ListenerState.lo CXX ODi_StartTag.lo CXX ODi_StreamListener.lo CXX ODi_Style_List.lo CXX ODi_Style_MasterPage.lo In file included from ODi_ElementStack.h:27, from ODi_StreamListener.h:27, from ODi_StreamListener.cpp:23: ../../../../src/af/util/xp/ut_vector.h: In instantiation of 'UT_sint32 UT_GenericVector::push_back(T) [with T = ODi_StreamListener::StackCell; UT_sint32 = int]': ODi_StreamListener.cpp:255:35: required from here ../../../../src/af/util/xp/ut_vector.h:90:73: warning: implicitly-declared 'constexpr ODi_StreamListener::StackCell::StackCell(const ODi_StreamListener::StackCell&)' is deprecated [-Wdeprecated-copy] 90 | inline UT_sint32 push_back(const T item) { return addItem(item); } | ~~~~~~~^~~~~~ ODi_StreamListener.h:133:20: note: because 'ODi_StreamListener::StackCell' has user-provided 'ODi_StreamListener::StackCell& ODi_StreamListener::StackCell::operator=(const ODi_StreamListener::StackCell&)' 133 | StackCell& operator=(const StackCell& sc) { | ^~~~~~~~ ../../../../src/af/util/xp/ut_vector.h:295:48: note: initializing argument 1 of 'UT_sint32 UT_GenericVector::addItem(T) [with T = ODi_StreamListener::StackCell; UT_sint32 = int]' 295 | UT_sint32 UT_GenericVector::addItem(const T p) | ~~~~~~~~^ ../../../../src/af/util/xp/ut_vector.h: In instantiation of 'const T UT_GenericVector::getLastItem() const [with T = ODi_StreamListener::StackCell]': ODi_StreamListener.cpp:292:53: required from here ../../../../src/af/util/xp/ut_vector.h:367:26: warning: implicitly-declared 'constexpr ODi_StreamListener::StackCell::StackCell(const ODi_StreamListener::StackCell&)' is deprecated [-Wdeprecated-copy] 367 | return m_pEntries[m_iCount-1]; | ~~~~~~~~~~^ ODi_StreamListener.h:133:20: note: because 'ODi_StreamListener::StackCell' has user-provided 'ODi_StreamListener::StackCell& ODi_StreamListener::StackCell::operator=(const ODi_StreamListener::StackCell&)' 133 | StackCell& operator=(const StackCell& sc) { | ^~~~~~~~ ../../../../src/af/util/xp/ut_vector.h: In instantiation of 'T UT_GenericVector::getNthItem(UT_sint32) const [with T = ODi_StreamListener::StackCell; UT_sint32 = int]': ODi_StreamListener.cpp:427:39: required from here ../../../../src/af/util/xp/ut_vector.h:108:30: warning: implicitly-declared 'constexpr ODi_StreamListener::StackCell::StackCell(const ODi_StreamListener::StackCell&)' is deprecated [-Wdeprecated-copy] 108 | return m_pEntries[n]; | ~~~~~~~~~~^ ODi_StreamListener.h:133:20: note: because 'ODi_StreamListener::StackCell' has user-provided 'ODi_StreamListener::StackCell& ODi_StreamListener::StackCell::operator=(const ODi_StreamListener::StackCell&)' 133 | StackCell& operator=(const StackCell& sc) { | ^~~~~~~~ ../../../../src/af/util/xp/ut_vector.h: In instantiation of 'void UT_GenericVector::clear() [with T = ODi_StreamListener::StackCell]': ODi_StreamListener.cpp:432:23: required from here ../../../../src/af/util/xp/ut_vector.h:208:15: warning: 'void* std::memset(void*, int, size_t)' clearing an object of type 'class ODi_StreamListener::StackCell' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 208 | memset(m_pEntries, 0, m_iSpace * sizeof(T)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ODi_StreamListener.h:123:11: note: 'class ODi_StreamListener::StackCell' declared here 123 | class StackCell { | ^~~~~~~~~ ../../../../src/af/util/xp/ut_vector.h: In instantiation of 'UT_sint32 UT_GenericVector::grow(UT_sint32) [with T = ODi_StreamListener::StackCell; UT_sint32 = int]': ../../../../src/af/util/xp/ut_vector.h:175:3: required from 'UT_GenericVector::UT_GenericVector(UT_sint32, UT_sint32, bool) [with T = ODi_StreamListener::StackCell; UT_sint32 = int]' ODi_StreamListener.cpp:57:23: required from here ../../../../src/af/util/xp/ut_vector.h:254:15: warning: 'void* std::memset(void*, int, size_t)' clearing an object of type 'class ODi_StreamListener::StackCell' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess] 254 | memset(&new_pEntries[m_iSpace], 0, (new_iSpace - m_iSpace) * sizeof(T)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ODi_StreamListener.h:123:11: note: 'class ODi_StreamListener::StackCell' declared here 123 | class StackCell { | ^~~~~~~~~ ../../../../src/af/util/xp/ut_vector.h: In instantiation of 'UT_sint32 UT_GenericVector::addItem(T) [with T = ODi_StreamListener::StackCell; UT_sint32 = int]': ../../../../src/af/util/xp/ut_vector.h:90:59: required from 'UT_sint32 UT_GenericVector::push_back(T) [with T = ODi_StreamListener::StackCell; UT_sint32 = int]' ODi_StreamListener.cpp:255:35: required from here ../../../../src/af/util/xp/ut_vector.h:306:34: warning: implicitly-declared 'constexpr ODi_StreamListener::StackCell::StackCell(const ODi_StreamListener::StackCell&)' is deprecated [-Wdeprecated-copy] 306 | m_pEntries[m_iCount++] = (T)p; /*** bad, cast away const so we can build again ***/ | ^~~~ ODi_StreamListener.h:133:20: note: because 'ODi_StreamListener::StackCell' has user-provided 'ODi_StreamListener::StackCell& ODi_StreamListener::StackCell::operator=(const ODi_StreamListener::StackCell&)' 133 | StackCell& operator=(const StackCell& sc) { | ^~~~~~~~ CXX ODi_Style_PageLayout.lo CXX ODi_StylesStream_ListenerState.lo CXX ODi_Style_Style.lo CXX ODi_Style_Style_Family.lo ODi_Style_Style.cpp: In member function 'void ODi_Style_Style::defineAbiStyle(PD_Document*)': ODi_Style_Style.cpp:977:10: warning: variable 'ok' set but not used [-Wunused-but-set-variable] 977 | bool ok; | ^~ CXX ODi_Table_ListenerState.lo CXX ODi_TableOfContent_ListenerState.lo CXX ODi_TextContent_ListenerState.lo CXX ODi_XMLRecorder.lo In file included from ../../../../src/wp/impexp/xp/ie_exp_RTF.h:28, from ODi_TextContent_ListenerState.cpp:42: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/text/ptbl/xp/pd_RDFQuery.h:32, from ODi_TextContent_ListenerState.cpp:59: ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:155:40: warning: 'template struct std::binary_function' is deprecated [-Wdeprecated-declarations] 155 | struct PD_URIListCompare : public std::binary_function { | ^~~~~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/string:49, from ODi_TextContent_ListenerState.h:28, from ODi_TextContent_ListenerState.cpp:26: /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:131:12: note: declared here 131 | struct binary_function | ^~~~~~~~~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h: In member function 'PD_RDFModelIterator::self_type PD_RDFModelIterator::operator++(int)': ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:229:33: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 229 | self_type result( *this ); | ^ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:231:16: warning: implicitly-declared 'PD_RDFModelIterator::PD_RDFModelIterator(const PD_RDFModelIterator&)' is deprecated [-Wdeprecated-copy] 231 | return result; | ^~~~~~ ../../../../src/text/ptbl/xp/pd_DocumentRDF.h:225:26: note: because 'PD_RDFModelIterator' has user-provided 'PD_RDFModelIterator& PD_RDFModelIterator::operator=(const PD_RDFModelIterator&)' 225 | PD_RDFModelIterator& operator=( const PD_RDFModelIterator& other ); | ^~~~~~~~ ODi_TextContent_ListenerState.cpp: In function 'UT_UCS4String ODi_textp_trim_whitespace_leading(const UT_UCS4String&)': ODi_TextContent_ListenerState.cpp:1336:21: warning: 'std::binder2nd<_Operation> std::bind2nd(const _Operation&, const _Tp&) [with _Operation = not_equal_to; _Tp = unsigned int]' is deprecated: use 'std::bind' instead [-Wdeprecated-declarations] 1336 | std::bind2nd( std::not_equal_to(), | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1337 | UCS_SPACE )); | ~~~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/bits/stl_function.h:1438: /opt/local/gcc13/include/c++/13.4.0/backward/binders.h:172:5: note: declared here 172 | bind2nd(const _Operation& __fn, const _Tp& __x) | ^~~~~~~ CXXLD libxp.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/imp/xp' gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/imp' CCLD libimp.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/imp' gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument/imp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument' CXXLD opendocument.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/opendocument' Making all in openwriter gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openwriter' Making all in xp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openwriter/xp' CXX ie_exp_OpenWriter.lo CXX ie_imp_OpenWriter.lo CXX ie_impexp_OpenWriter.lo ie_imp_OpenWriter.cpp: In member function 'void OO_Style::parse(const gchar**)': ie_imp_OpenWriter.cpp:378:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 378 | if(strk) | ^~ ie_imp_OpenWriter.cpp:382:19: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 382 | m_textDecoration += ";"; | ^~~~~~~~~~~~~~~~ CXXLD libxp.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openwriter/xp' gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openwriter' CXXLD openwriter.la gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openwriter' gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openwriter' Making all in openxml gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml' Making all in common gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/common' Making all in xp gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/common/xp' CXX ie_impexp_OpenXML.lo CXX OXML_Document.lo CXX OXML_Element.lo CXX OXML_Element_Run.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Document.h:37, from OXML_Document.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Element_Run.h:28, from OXML_Element_Run.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXML_Element_Text.lo CXX OXML_Element_Paragraph.lo CXX OXML_Element_Table.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Element_Text.h:28, from OXML_Element_Text.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Element_Paragraph.h:28, from OXML_Element_Paragraph.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Element_Cell.h:30, from ./OXML_Element_Row.h:29, from ./OXML_Element_Table.h:28, from OXML_Element_Table.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXML_Element_Row.lo CXX OXML_Element_Cell.lo CXX OXML_Element_List.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Element_Table.h:29, from ./OXML_Element_Row.h:28, from OXML_Element_Row.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXML_Element_Math.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Element_Row.h:30, from ./OXML_Element_Table.h:28, from ./OXML_Element_Cell.h:28, from OXML_Element_Cell.cpp:27: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Element_List.h:28, from OXML_Element_List.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Element_Math.h:26, from OXML_Element_Math.cpp:22: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXML_Element_Image.lo CXX OXML_Element_Hyperlink.lo CXX OXML_Element_Bookmark.lo CXX OXML_Element_Field.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Element_Image.h:28, from OXML_Element_Image.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Element_Hyperlink.h:28, from OXML_Element_Hyperlink.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Element_Bookmark.h:28, from OXML_Element_Bookmark.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Element_Field.h:28, from OXML_Element_Field.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXML_Element_TextBox.lo CXX OXML_FontManager.lo CXX OXML_ObjectWithAttrProp.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Element_TextBox.h:28, from OXML_Element_TextBox.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Document.h:37, from OXML_FontManager.cpp:27: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXML_Section.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Document.h:37, from OXML_Section.cpp:29: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXML_Style.lo CXX OXML_List.lo CXX OXML_Image.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Document.h:37, from OXML_Style.cpp:28: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from OXML_Document.h:37, from OXML_Image.cpp:37: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./OXML_Document.h:37, from OXML_List.cpp:31: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXML_Theme.lo CXXLD libxp.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/common/xp' gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/common' CCLD libcommon.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/common' gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/common' Making all in imp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/imp' Making all in xp gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/imp/xp' CXX ie_imp_OpenXML.lo CXX ie_imp_OpenXML_Sniffer.lo CXX OXMLi_ListenerState_DocSettings.lo CXX OXMLi_ListenerState_Common.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Document.h:37, from OXMLi_ListenerState_Common.cpp:29: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Document.h:37, from OXMLi_ListenerState_DocSettings.cpp:27: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Document.h:37, from ie_imp_OpenXML.cpp:31: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXMLi_ListenerState.lo CXX OXMLi_ListenerState_HdrFtr.lo CXX OXMLi_ListenerState_MainDocument.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Document.h:37, from OXMLi_ListenerState_HdrFtr.cpp:29: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Document.h:37, from OXMLi_ListenerState_MainDocument.cpp:28: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXMLi_ListenerState_Math.lo CXX OXMLi_ListenerState_Styles.lo CXX OXMLi_ListenerState_Theme.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Element_Math.h:26, from ./OXMLi_ListenerState_Math.h:27, from OXMLi_ListenerState_Math.cpp:22: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXMLi_ListenerState_Numbering.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Document.h:37, from OXMLi_ListenerState_Styles.cpp:27: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Document.h:37, from OXMLi_ListenerState_Numbering.cpp:27: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Document.h:37, from OXMLi_ListenerState_Theme.cpp:28: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXMLi_ListenerState_Table.lo CXX OXMLi_ListenerState_Field.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Element_Cell.h:30, from ./../../common/xp/OXML_Element_Row.h:29, from ./../../common/xp/OXML_Element_Table.h:28, from ./OXMLi_ListenerState_Table.h:30, from OXMLi_ListenerState_Table.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXMLi_ListenerState_Footnote.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Element_Field.h:28, from ./OXMLi_ListenerState_Field.h:30, from OXMLi_ListenerState_Field.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXMLi_ListenerState_Endnote.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Document.h:37, from OXMLi_ListenerState_Footnote.cpp:27: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Document.h:37, from OXMLi_ListenerState_Endnote.cpp:27: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXMLi_ListenerState_Image.lo CXX OXMLi_ListenerState_Textbox.lo CXX OXMLi_ListenerState_Valid.lo CXX OXMLi_PackageManager.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Element_Image.h:28, from ./OXMLi_ListenerState_Image.h:30, from OXMLi_ListenerState_Image.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Element_TextBox.h:28, from ./OXMLi_ListenerState_Textbox.h:30, from OXMLi_ListenerState_Textbox.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Document.h:37, from OXMLi_ListenerState_Valid.cpp:27: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Document.h:37, from OXMLi_PackageManager.cpp:28: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXX OXMLi_StreamListener.lo CXX OXMLi_Namespace_Common.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./../../exp/xp/ie_exp_OpenXML_Listener.h:51, from ./../../exp/xp/ie_exp_OpenXML.h:37, from ./../../common/xp/OXML_Element_Cell.h:30, from ./../../common/xp/OXML_Element_Row.h:29, from ./../../common/xp/OXML_Element_Table.h:28, from ./OXMLi_ListenerState_Table.h:30, from OXMLi_StreamListener.cpp:36: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ CXXLD libxp.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/imp/xp' gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/imp' CCLD libimp.la gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/imp' gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/imp' Making all in exp gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/exp' Making all in xp gmake[3]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/exp/xp' CXX ie_exp_OpenXML.lo CXX ie_exp_OpenXML_Sniffer.lo CXX ie_exp_OpenXML_Listener.lo In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./ie_exp_OpenXML_Listener.h:51, from ./ie_exp_OpenXML.h:37, from ie_exp_OpenXML.cpp:25: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./ie_exp_OpenXML_Listener.h:51, from ie_exp_OpenXML_Listener.cpp:24: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_wctomb.h:13, from ../../../../src/wp/impexp/xp/ie_Table.h:29, from ./ie_exp_OpenXML_Listener.h:51, from ./ie_exp_OpenXML.h:37, from ie_exp_OpenXML_Sniffer.cpp:27: ../../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] 53 | throw(UT_iconv_t); | ^~~~~ In file included from ../../../../src/af/util/xp/ut_iconv.h:33: ie_exp_OpenXML.cpp: In member function 'bool IE_Exp_OpenXML::isListBullet(const char*)': ie_exp_OpenXML.cpp:1588:103: error: invalid conversion from 'clock_t' {aka 'long int'} to 'const char*' [-fpermissive] 1588 | return !strcmp(str, BULLET) || !strcmp(str, SQUARE) || !strcmp(str, TRIANGLE) || !strcmp(str, TICK) || !strcmp(str, IMPLIES) || | ^~~~ | | | clock_t {aka long int} In file included from /usr/include/string.h:34, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib/galloca.h:35, from /home/pbulk/build/editors/abiword-plugins/work/.buildlink/include/glib-2.0/glib.h:32, from ../../../../src/wp/impexp/xp/ie_types.h:41, from ../../../../src/wp/impexp/xp/ie_exp.h:29, from ./ie_exp_OpenXML.h:28: /usr/include/iso/string_iso.h:74:33: note: initializing argument 2 of 'int std::strcmp(const char*, const char*)' 74 | extern int strcmp(const char *, const char *); | ^~~~~~~~~~~~ gmake[3]: *** [Makefile:602: ie_exp_OpenXML.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... gmake[3]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/exp/xp' gmake[2]: *** [Makefile:595: all-recursive] Error 1 gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml/exp' gmake[1]: *** [Makefile:713: all-recursive] Error 1 gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/AbiWord-release-3.0.7/plugins/openxml' gmake: *** [Makefile:546: all-recursive] Error 1 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/editors/abiword-plugins *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/editors/abiword-plugins