=> 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 ledger-3.3.2nb7
[  1%] Building CXX object src/CMakeFiles/libledger.dir/convert.cc.o
[  2%] Building CXX object src/CMakeFiles/libledger.dir/csv.cc.o
[  3%] Building CXX object src/CMakeFiles/libledger.dir/ptree.cc.o
[  5%] Building CXX object src/CMakeFiles/libledger.dir/draft.cc.o
[  7%] Building CXX object src/CMakeFiles/libledger.dir/generate.cc.o
[  7%] Building CXX object src/CMakeFiles/libledger.dir/emacs.cc.o
[  8%] Building CXX object src/CMakeFiles/libledger.dir/stats.cc.o
[ 10%] Building CXX object src/CMakeFiles/libledger.dir/print.cc.o
In file included from /usr/pkg/include/boost/bind.hpp:30,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build/system.hh:139,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/draft.cc:32:
/usr/pkg/include/boost/bind.hpp:36: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.'
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/pkg/include/boost/bind.hpp:30,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build/system.hh:139,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/generate.cc:32:
/usr/pkg/include/boost/bind.hpp:36: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.'
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/pkg/include/boost/bind.hpp:30,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build/system.hh:139,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/emacs.cc:32:
/usr/pkg/include/boost/bind.hpp:36: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.'
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/pkg/include/boost/bind.hpp:30,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build/system.hh:139,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/ptree.cc:32:
/usr/pkg/include/boost/bind.hpp:36: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.'
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/pkg/include/boost/bind.hpp:30,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build/system.hh:139,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/csv.cc:32:
/usr/pkg/include/boost/bind.hpp:36: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.'
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/pkg/include/boost/bind.hpp:30,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build/system.hh:139,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/stats.cc:32:
/usr/pkg/include/boost/bind.hpp:36: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.'
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/pkg/include/boost/bind.hpp:30,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build/system.hh:139,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/print.cc:32:
/usr/pkg/include/boost/bind.hpp:36: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.'
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/exprbase.h:57,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/draft.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/draft.cc:34:
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h: In function 'ledger::string ledger::sha1sum(const string&)':
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:631:18: error: cannot convert 'unsigned int [5]' to 'unsigned char (&)[20]'
  631 |   sha.get_digest(message_digest);
      |                  ^~~~~~~~~~~~~~
      |                  |
      |                  unsigned int [5]
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:48,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/exprbase.h:57,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/draft.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/draft.cc:34:
/usr/pkg/include/boost/uuid/detail/sha1.hpp:179:43: note:   initializing argument 1 of 'void boost::uuids::detail::sha1::get_digest(unsigned char (&)[20])'
  179 | inline void sha1::get_digest(digest_type& digest)
      |                              ~~~~~~~~~~~~~^~~~~~
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/chain.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/emacs.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/emacs.cc:34:
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h: In function 'ledger::string ledger::sha1sum(const string&)':
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:631:18: error: cannot convert 'unsigned int [5]' to 'unsigned char (&)[20]'
  631 |   sha.get_digest(message_digest);
      |                  ^~~~~~~~~~~~~~
      |                  |
      |                  unsigned int [5]
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:48,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/chain.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/emacs.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/emacs.cc:34:
/usr/pkg/include/boost/uuid/detail/sha1.hpp:179:43: note:   initializing argument 1 of 'void boost::uuids::detail::sha1::get_digest(unsigned char (&)[20])'
  179 | inline void sha1::get_digest(digest_type& digest)
      |                              ~~~~~~~~~~~~~^~~~~~
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/chain.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/ptree.h:49,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/ptree.cc:34:
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h: In function 'ledger::string ledger::sha1sum(const string&)':
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:631:18: error: cannot convert 'unsigned int [5]' to 'unsigned char (&)[20]'
  631 |   sha.get_digest(message_digest);
      |                  ^~~~~~~~~~~~~~
      |                  |
      |                  unsigned int [5]
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:48,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/chain.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/ptree.h:49,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/ptree.cc:34:
/usr/pkg/include/boost/uuid/detail/sha1.hpp:179:43: note:   initializing argument 1 of 'void boost::uuids::detail::sha1::get_digest(unsigned char (&)[20])'
  179 | inline void sha1::get_digest(digest_type& digest)
      |                              ~~~~~~~~~~~~~^~~~~~
In file included from /usr/pkg/include/boost/bind.hpp:30,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build/system.hh:139,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/convert.cc:32:
/usr/pkg/include/boost/bind.hpp:36: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.'
   36 | BOOST_PRAGMA_MESSAGE(
      | ^~~~~~~~~~~~~~~~~~~~
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/exprbase.h:57,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/expr.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/op.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/scope.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/item.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/xact.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/iterators.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/generate.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/generate.cc:34:
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h: In function 'ledger::string ledger::sha1sum(const string&)':
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:631:18: error: cannot convert 'unsigned int [5]' to 'unsigned char (&)[20]'
  631 |   sha.get_digest(message_digest);
      |                  ^~~~~~~~~~~~~~
      |                  |
      |                  unsigned int [5]
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:48,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/exprbase.h:57,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/expr.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/op.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/scope.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/item.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/xact.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/iterators.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/generate.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/generate.cc:34:
/usr/pkg/include/boost/uuid/detail/sha1.hpp:179:43: note:   initializing argument 1 of 'void boost::uuids::detail::sha1::get_digest(unsigned char (&)[20])'
  179 | inline void sha1::get_digest(digest_type& digest)
      |                              ~~~~~~~~~~~~~^~~~~~
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/exprbase.h:57,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/draft.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/stats.cc:34:
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h: In function 'ledger::string ledger::sha1sum(const string&)':
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:631:18: error: cannot convert 'unsigned int [5]' to 'unsigned char (&)[20]'
  631 |   sha.get_digest(message_digest);
      |                  ^~~~~~~~~~~~~~
      |                  |
      |                  unsigned int [5]
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:48,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/exprbase.h:57,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/draft.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/stats.cc:34:
/usr/pkg/include/boost/uuid/detail/sha1.hpp:179:43: note:   initializing argument 1 of 'void boost::uuids::detail::sha1::get_digest(unsigned char (&)[20])'
  179 | inline void sha1::get_digest(digest_type& digest)
      |                              ~~~~~~~~~~~~~^~~~~~
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/amount.h:56,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/balance.h:52,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/value.h:52,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/csv.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/csv.cc:34:
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h: In function 'ledger::string ledger::sha1sum(const string&)':
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:631:18: error: cannot convert 'unsigned int [5]' to 'unsigned char (&)[20]'
  631 |   sha.get_digest(message_digest);
      |                  ^~~~~~~~~~~~~~
      |                  |
      |                  unsigned int [5]
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:48,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/amount.h:56,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/balance.h:52,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/value.h:52,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/csv.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/csv.cc:34:
/usr/pkg/include/boost/uuid/detail/sha1.hpp:179:43: note:   initializing argument 1 of 'void boost::uuids::detail::sha1::get_digest(unsigned char (&)[20])'
  179 | inline void sha1::get_digest(digest_type& digest)
      |                              ~~~~~~~~~~~~~^~~~~~
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/chain.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/print.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/print.cc:34:
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h: In function 'ledger::string ledger::sha1sum(const string&)':
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:631:18: error: cannot convert 'unsigned int [5]' to 'unsigned char (&)[20]'
  631 |   sha.get_digest(message_digest);
      |                  ^~~~~~~~~~~~~~
      |                  |
      |                  unsigned int [5]
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:48,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/chain.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/print.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/print.cc:34:
/usr/pkg/include/boost/uuid/detail/sha1.hpp:179:43: note:   initializing argument 1 of 'void boost::uuids::detail::sha1::get_digest(unsigned char (&)[20])'
  179 | inline void sha1::get_digest(digest_type& digest)
      |                              ~~~~~~~~~~~~~^~~~~~
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/amount.h:56,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/balance.h:52,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/value.h:52,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/convert.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/convert.cc:34:
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h: In function 'ledger::string ledger::sha1sum(const string&)':
/pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:631:18: error: cannot convert 'unsigned int [5]' to 'unsigned char (&)[20]'
  631 |   sha.get_digest(message_digest);
      |                  ^~~~~~~~~~~~~~
      |                  |
      |                  unsigned int [5]
In file included from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/utils.h:48,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/amount.h:56,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/balance.h:52,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/value.h:52,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/convert.h:45,
                 from /pbulk/work/finance/ledger/work/ledger-3.3.2/src/convert.cc:34:
/usr/pkg/include/boost/uuid/detail/sha1.hpp:179:43: note:   initializing argument 1 of 'void boost::uuids::detail::sha1::get_digest(unsigned char (&)[20])'
  179 | inline void sha1::get_digest(digest_type& digest)
      |                              ~~~~~~~~~~~~~^~~~~~
--- src/CMakeFiles/libledger.dir/emacs.cc.o ---
*** [src/CMakeFiles/libledger.dir/emacs.cc.o] Error code 1

make[2]: stopped in /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build
--- src/CMakeFiles/libledger.dir/ptree.cc.o ---
*** [src/CMakeFiles/libledger.dir/ptree.cc.o] Error code 1

make[2]: stopped in /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build
--- src/CMakeFiles/libledger.dir/generate.cc.o ---
*** [src/CMakeFiles/libledger.dir/generate.cc.o] Error code 1

make[2]: stopped in /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build
--- src/CMakeFiles/libledger.dir/stats.cc.o ---
*** [src/CMakeFiles/libledger.dir/stats.cc.o] Error code 1

make[2]: stopped in /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build
--- src/CMakeFiles/libledger.dir/csv.cc.o ---
*** [src/CMakeFiles/libledger.dir/csv.cc.o] Error code 1

make[2]: stopped in /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build
--- src/CMakeFiles/libledger.dir/print.cc.o ---
*** [src/CMakeFiles/libledger.dir/print.cc.o] Error code 1

make[2]: stopped in /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build
--- src/CMakeFiles/libledger.dir/draft.cc.o ---
*** [src/CMakeFiles/libledger.dir/draft.cc.o] Error code 1

make[2]: stopped in /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build
--- src/CMakeFiles/libledger.dir/convert.cc.o ---
*** [src/CMakeFiles/libledger.dir/convert.cc.o] Error code 1

make[2]: stopped in /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build
8 errors

make[2]: stopped in /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build
--- src/CMakeFiles/libledger.dir/all ---
*** [src/CMakeFiles/libledger.dir/all] Error code 2

make[1]: stopped in /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build
1 error

make[1]: stopped in /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build
*** [all] Error code 2

make: stopped in /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build
1 error

make: stopped in /pbulk/work/finance/ledger/work/ledger-3.3.2/cmake-pkgsrc-build
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/finance/ledger
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/finance/ledger