=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for abiword-plugins-3.0.5nb20
Making all in aiksaurus
gmake[1]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus'
Making all in aiksaurusgtk3
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus/aiksaurusgtk3'
  CXX      AiksaurusGTK.lo
  CXX      AiksaurusGTK_histlist.lo
  CXX      AiksaurusGTK_history.lo
  CXX      AiksaurusGTK_strlist.lo
  CXX      AiksaurusGTK_picbutton.lo
  CXX      AiksaurusGTK_utils.lo
  CXX      Display.lo
  CXX      Exception.lo
  CXX      Meaning.lo
  CXX      Replacebar.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]
     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'
  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]
     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'
  delete[] d_current_ptr;
  ^~~~~~
In file included from AiksaurusGTK.cpp:23:0:
Toolbar.h:58:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void _updateNavigation() throw(std::bad_alloc);
                                      ^~~~~
Toolbar.h:77:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             Toolbar(DialogMediator& mediator, GtkWidget* window) throw(std::bad_alloc);
                                                                  ^~~~~
Toolbar.h:84:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void search(const char* str) throw(std::bad_alloc);
                                          ^~~~~
In file included from AiksaurusGTK.cpp:24:0:
Display.h:32:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             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]
                 throw(std::bad_alloc);
                 ^~~~~
Display.h:39:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void _displayResults(const char* word) throw(Exception, std::bad_alloc);
                                                    ^~~~~
Display.h:40:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void _displayAlternatives() throw(Exception, std::bad_alloc);
                                         ^~~~~
Display.h:42:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void _checkThesaurus() throw(Exception);
                                    ^~~~~
Display.h:53:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void search(const char* word) throw(std::bad_alloc);
                                           ^~~~~
AiksaurusGTK.cpp:57:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void setInitialMessage(const char* message) throw(std::bad_alloc);
                                                         ^~~~~
AiksaurusGTK.cpp:87:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
     void DialogImpl::setInitialMessage(const char* message) throw(std::bad_alloc)
                                                             ^~~~~
In file included from Meaning.cpp:4:0:
Meaning.h:28:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
                                    gpointer data) throw(std::bad_alloc);
                                                   ^~~~~
Meaning.h:33:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
                 throw(std::bad_alloc);
                 ^~~~~
In file included from Meaning.cpp:5:0:
Display.h:32:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             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]
                 throw(std::bad_alloc);
                 ^~~~~
Display.h:39:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void _displayResults(const char* word) throw(Exception, std::bad_alloc);
                                                    ^~~~~
Display.h:40:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void _displayAlternatives() throw(Exception, std::bad_alloc);
                                         ^~~~~
Display.h:42:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void _checkThesaurus() throw(Exception);
                                    ^~~~~
Display.h:53:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void search(const char* word) throw(std::bad_alloc);
                                           ^~~~~
Meaning.cpp:29:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
     throw(bad_alloc)
     ^~~~~
Meaning.cpp:142:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
     throw(std::bad_alloc)
     ^~~~~
In file included from Display.cpp:23:0:
Display.h:32:69: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             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]
                 throw(std::bad_alloc);
                 ^~~~~
Display.h:39:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void _displayResults(const char* word) throw(Exception, std::bad_alloc);
                                                    ^~~~~
Display.h:40:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void _displayAlternatives() throw(Exception, std::bad_alloc);
                                         ^~~~~
Display.h:42:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void _checkThesaurus() throw(Exception);
                                    ^~~~~
Display.h:53:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void search(const char* word) throw(std::bad_alloc);
                                           ^~~~~
In file included from Display.cpp:24:0:
Meaning.h:28:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
                                    gpointer data) throw(std::bad_alloc);
                                                   ^~~~~
Meaning.h:33:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
                 throw(std::bad_alloc);
                 ^~~~~
Display.cpp:74:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
         throw(std::bad_alloc)
         ^~~~~
Display.cpp:99:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
     void Display::_displayResults(const char* word) throw(Exception, std::bad_alloc)
                                                     ^~~~~
  CXX      Toolbar.lo
Display.cpp:138:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
     void Display::_checkThesaurus() throw(Exception)
                                     ^~~~~
Display.cpp:154:9: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
         throw(Exception, std::bad_alloc)
         ^~~~~
Display.cpp:177:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
     void Display::search(const char* word) throw(std::bad_alloc)
                                            ^~~~~
Display.cpp:198:70: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
     void Display::_handleClick(bool isDoubleClick, const char* text) throw(std::bad_alloc)
                                                                      ^~~~~
  CXX      AiksaurusGTK-C.lo
In file included from Toolbar.cpp:21:0:
Toolbar.h:58:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void _updateNavigation() throw(std::bad_alloc);
                                      ^~~~~
Toolbar.h:77:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             Toolbar(DialogMediator& mediator, GtkWidget* window) throw(std::bad_alloc);
                                                                  ^~~~~
Toolbar.h:84:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
             void search(const char* str) throw(std::bad_alloc);
                                          ^~~~~
Toolbar.cpp:29:67: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
     Toolbar::Toolbar(DialogMediator& mediator, GtkWidget* window) throw(std::bad_alloc)
                                                                   ^~~~~
Toolbar.cpp:95:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
     void Toolbar::_updateNavigation() throw(std::bad_alloc)
                                       ^~~~~
Toolbar.cpp:114:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
     void Toolbar::search(const char* str) throw(std::bad_alloc)
                                           ^~~~~
  CXXLD    libAiksaurusGtk3.la
ld: warning: libfreetype.so.19, needed by /pbulk/work/editors/abiword-plugins/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus/aiksaurusgtk3'
Making all in xp
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus/xp'
  CXX      AiksaurusABI.lo
  CXXLD    libxp.la
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus/xp'
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus'
  CXXLD    aiksaurus.la
ld: warning: libfreetype.so.19, needed by /pbulk/work/editors/abiword-plugins/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus'
gmake[1]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/aiksaurus'
Making all in applix
gmake[1]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/applix'
Making all in xp
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/applix/xp'
  CXX      ie_imp_Applix.lo
  CXX      ie_impexp_Applix.lo
  CXX      ie_exp_Applix.lo
In file included from ../../../src/af/util/xp/ut_mbtowc.h:14:0,
                 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]
       throw(UT_iconv_t);
       ^~~~~
In file included from ../../../src/af/util/xp/ut_wctomb.h:13:0,
                 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]
       throw(UT_iconv_t);
       ^~~~~
In file included from ../../../src/af/util/xp/ut_mbtowc.h:14:0,
                 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]
       throw(UT_iconv_t);
       ^~~~~
  CXXLD    libxp.la
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/applix/xp'
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/applix'
  CXXLD    applix.la
ld: warning: libfreetype.so.19, needed by /pbulk/work/editors/abiword-plugins/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/applix'
gmake[1]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/applix'
Making all in babelfish
gmake[1]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/babelfish'
Making all in xp
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/babelfish/xp'
  CXX      AbiBabelfish.lo
In file included from ../../../src/af/util/xp/ut_wctomb.h:13:0,
                 from AbiBabelfish.cpp:33:
../../../src/af/util/xp/ut_iconv.h:53:7: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
       throw(UT_iconv_t);
       ^~~~~
  CXXLD    libxp.la
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/babelfish/xp'
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/babelfish'
  CXXLD    babelfish.la
ld: warning: libfreetype.so.19, needed by /pbulk/work/editors/abiword-plugins/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/babelfish'
gmake[1]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/babelfish'
Making all in bmp
gmake[1]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/bmp'
Making all in xp
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/bmp/xp'
  CXX      ie_impGraphic_BMP.lo
  CXXLD    libxp.la
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/bmp/xp'
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/bmp'
  CXXLD    bmp.la
ld: warning: libfreetype.so.19, needed by /pbulk/work/editors/abiword-plugins/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/bmp'
gmake[1]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/bmp'
Making all in clarisworks
gmake[1]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/clarisworks'
Making all in xp
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/clarisworks/xp'
  CXX      ie_imp_ClarisWorks.lo
  CXXLD    libxp.la
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/clarisworks/xp'
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/clarisworks'
  CXXLD    clarisworks.la
ld: warning: libfreetype.so.19, needed by /pbulk/work/editors/abiword-plugins/work/.buildlink/lib/libfontconfig.so, may conflict with libfreetype.so.6
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/clarisworks'
gmake[1]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/clarisworks'
Making all in collab
gmake[1]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab'
Making all in backends
gmake[2]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends'
Making all in service
gmake[3]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends/service'
Making all in unix
gmake[4]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends/service/unix'
  CXX      ServiceUnixAccountHandler.lo
  CXX      ap_UnixDialog_GenericProgress.lo
  CXX      ap_UnixDialog_GenericInput.lo
In file included from ./../../../backends/service/xp/ServiceAccountHandler.h:25:0,
                 from ServiceUnixAccountHandler.h:23,
                 from ServiceUnixAccountHandler.cpp:20:
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:41:1: note: #pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.
 )
 ^
  CXXLD    libunix.la
gmake[4]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends/service/unix'
Making all in xp
gmake[4]: Entering directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends/service/xp'
  CXX      ap_Dialog_GenericInput.lo
  CXX      AbiCollabSaveInterceptor.lo
  CXX      ap_Dialog_GenericProgress.lo
  CXX      AbiCollabService_Export.lo
  CXX      AbiCollabImport.lo
  CXX      RealmConnection.lo
  CXX      RealmProtocol.lo
  CXX      ServiceAccountHandler.lo
In file included from RealmConnection.cpp:20:0:
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:41:1: note: #pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.
 )
 ^
In file included from ServiceAccountHandler.h:25:0,
                 from AbiCollabImport.cpp:22:
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:41:1: note: #pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.
 )
 ^
In file included from ServiceAccountHandler.cpp:29:0:
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:41:1: note: #pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.
 )
 ^
RealmConnection.cpp: In member function 'UserJoinedPacketPtr RealmConnection::_receiveUserJoinedPacket()':
RealmConnection.cpp:329:41: error: variable 'boost::array<asio::mutable_buffer, 3> buf' has initializer but incomplete type
   boost::array<asio::mutable_buffer, 3> buf = {{
                                         ^~~
In file included from AbiCollabSaveInterceptor.cpp:19:0:
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:41:1: note: #pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.
 )
 ^
gmake[4]: *** [Makefile:647: RealmConnection.lo] Error 1
gmake[4]: *** Waiting for unfinished jobs....
In file included from ServiceAccountHandler.h:25:0,
                 from AbiCollabService_Export.cpp:24:
/pbulk/work/editors/abiword-plugins/work/.x11-buildlink/include/boost/bind.hpp:41:1: note: #pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.
 )
 ^
AbiCollabSaveInterceptor.cpp: In member function 'void AbiCollabSaveInterceptor::_save_cb(bool, ServiceAccountHandler*, AbiCollab*, ConnectionPtr, soa::function_call_ptr, boost::shared_ptr<std::__cxx11::basic_string<char> >)':
AbiCollabSaveInterceptor.cpp:279:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
      }
      ^
AbiCollabSaveInterceptor.cpp:281:5: note: here
     case acs::SOAP_ERROR_NO_CHANGES:
     ^~~~
gmake[4]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends/service/xp'
gmake[3]: *** [Makefile:687: all-recursive] Error 1
gmake[3]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends/service'
gmake[2]: *** [Makefile:613: all-recursive] Error 1
gmake[2]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab/backends'
gmake[1]: *** [Makefile:704: all-recursive] Error 1
gmake[1]: Leaving directory '/pbulk/work/editors/abiword-plugins/work/abiword-3.0.5/plugins/collab'
gmake: *** [Makefile:542: all-recursive] Error 1
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/editors/abiword-plugins
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/editors/abiword-plugins