+ 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.5nb4/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/abiword-plugins-3.0.5nb4/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for abiword-plugins-3.0.5nb4 Making all in aiksaurus gmake[1]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus' Making all in aiksaurusgtk3 gmake[2]: Entering directory '/home/pbulk/build/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus/aiksaurusgtk3' CXX AiksaurusGTK.lo 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_histlist.lo CXX AiksaurusGTK_history.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:2: 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:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 157 | delete[] d_current_ptr; | ^~~~~~ CXX AiksaurusGTK_picbutton.lo CXX AiksaurusGTK_strlist.lo CXX AiksaurusGTK_utils.lo CXX Display.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) | ^~~~~ CXX Exception.lo CXX Meaning.lo 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) | ^~~~~ CXX Replacebar.lo CXX Toolbar.lo 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 ld: fatal: file .libs/libAiksaurusGtk3--L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.3.0.so: open failed: No such file or directory collect2: error: ld returned 1 exit status gmake[2]: *** [Makefile:638: libAiksaurusGtk3.la] Error 1 gmake[2]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus/aiksaurusgtk3' gmake[1]: *** [Makefile:698: all-recursive] Error 1 gmake[1]: Leaving directory '/home/pbulk/build/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus' gmake: *** [Makefile:541: all-recursive] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/editors/abiword-plugins *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/editors/abiword-plugins