=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for librime-1.0nb17 Scanning dependencies of target rime [ 3%] Building CXX object src/CMakeFiles/rime.dir/candidate.cc.o [ 2%] Building CXX object src/CMakeFiles/rime.dir/composition.cc.o [ 3%] Building CXX object src/CMakeFiles/rime.dir/config.cc.o [ 5%] Building CXX object src/CMakeFiles/rime.dir/commit_history.cc.o [ 5%] Building CXX object src/CMakeFiles/rime.dir/core_module.cc.o [ 6%] Building CXX object src/CMakeFiles/rime.dir/context.cc.o [ 7%] Building CXX object src/CMakeFiles/rime.dir/deployer.cc.o [ 8%] Building CXX object src/CMakeFiles/rime.dir/engine.cc.o In file included from /opt/work/inputmethod/librime/work/librime/src/deployer.cc:7: /opt/work/inputmethod/librime/work/.buildlink/include/boost/bind.hpp:36:1: warning: 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. [-W#pragma-messages] BOOST_PRAGMA_MESSAGE( ^ /opt/work/inputmethod/librime/work/.buildlink/include/boost/config/pragma_message.hpp:24:34: note: expanded from macro 'BOOST_PRAGMA_MESSAGE' # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x))) ^ :9:2: note: expanded from here 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.") ^ In file included from /opt/work/inputmethod/librime/work/librime/src/engine.cc:10: /opt/work/inputmethod/librime/work/.buildlink/include/boost/bind.hpp:36:1: warning: 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. [-W#pragma-messages] BOOST_PRAGMA_MESSAGE( ^ /opt/work/inputmethod/librime/work/.buildlink/include/boost/config/pragma_message.hpp:24:34: note: expanded from macro 'BOOST_PRAGMA_MESSAGE' # define BOOST_PRAGMA_MESSAGE(x) _Pragma(BOOST_STRINGIZE(message(x))) ^ :3:2: note: expanded from here 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.") ^ In file included from /opt/work/inputmethod/librime/work/librime/src/config.cc:15: In file included from /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/yaml.h:10: /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/parser.h:31:27: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Parser(const Parser&) = delete; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/parser.h:32:16: warning: rvalue references are a C++11 extension [-Wc++11-extensions] Parser(Parser&&) = delete; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/parser.h:32:22: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Parser(Parser&&) = delete; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/parser.h:33:38: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Parser& operator=(const Parser&) = delete; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/parser.h:34:27: warning: rvalue references are a C++11 extension [-Wc++11-extensions] Parser& operator=(Parser&&) = delete; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/parser.h:34:33: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Parser& operator=(Parser&&) = delete; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/parser.h:45:3: warning: explicit conversion functions are a C++11 extension [-Wc++11-extensions] explicit operator bool() const; ^~~~~~~~ In file included from /opt/work/inputmethod/librime/work/librime/src/config.cc:15: In file included from /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/yaml.h:11: In file included from /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/emitter.h:18: /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/binary.h:23:17: error: expected member name or ';' after declaration specifiers : m_data{}, m_unownedData(data_), m_unownedSize(size_) {} ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/binary.h:26:17: warning: rvalue references are a C++11 extension [-Wc++11-extensions] Binary(Binary &&) = default; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/binary.h:26:23: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] Binary(Binary &&) = default; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/binary.h:27:39: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] Binary &operator=(const Binary &) = default; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/binary.h:28:28: warning: rvalue references are a C++11 extension [-Wc++11-extensions] Binary &operator=(Binary &&) = default; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/binary.h:28:34: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] Binary &operator=(Binary &&) = default; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/binary.h:23:15: error: expected '(' : m_data{}, m_unownedData(data_), m_unownedSize(size_) {} ^ In file included from /opt/work/inputmethod/librime/work/librime/src/config.cc:15: In file included from /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/yaml.h:11: In file included from /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/emitter.h:23: /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/ostream_wrapper.h:20:45: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] ostream_wrapper(const ostream_wrapper&) = delete; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/ostream_wrapper.h:21:34: warning: rvalue references are a C++11 extension [-Wc++11-extensions] ostream_wrapper(ostream_wrapper&&) = delete; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/ostream_wrapper.h:21:40: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] ostream_wrapper(ostream_wrapper&&) = delete; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/ostream_wrapper.h:22:56: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] ostream_wrapper& operator=(const ostream_wrapper&) = delete; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/ostream_wrapper.h:23:45: warning: rvalue references are a C++11 extension [-Wc++11-extensions] ostream_wrapper& operator=(ostream_wrapper&&) = delete; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/ostream_wrapper.h:23:51: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] ostream_wrapper& operator=(ostream_wrapper&&) = delete; ^ In file included from /opt/work/inputmethod/librime/work/librime/src/config.cc:15: In file included from /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/yaml.h:11: /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/emitter.h:37:29: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Emitter(const Emitter&) = delete; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/emitter.h:38:40: warning: deleted function definitions are a C++11 extension [-Wc++11-extensions] Emitter& operator=(const Emitter&) = delete; ^ In file included from /opt/work/inputmethod/librime/work/librime/src/config.cc:15: In file included from /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/yaml.h:14: In file included from /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:11: /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/traits.h:111:10: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] static auto test(int) ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/traits.h:111:10: error: 'auto' not allowed in function return type static auto test(int) ^~~~ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/traits.h:111:24: error: expected ';' at end of declaration list static auto test(int) ^ ; /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/traits.h:115:10: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] static auto test(...) -> std::false_type; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/traits.h:115:10: error: 'auto' not allowed in function return type static auto test(...) -> std::false_type; ^~~~ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/traits.h:115:24: error: expected ';' at end of declaration list static auto test(...) -> std::false_type; ^ ; In file included from /opt/work/inputmethod/librime/work/librime/src/config.cc:15: In file included from /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/yaml.h:14: /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:100:47: error: a space is required between consecutive right angle brackets (use '> >') const T&, typename disable_if>::type* = 0) { ^~ > > /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:112:50: error: a space is required between consecutive right angle brackets (use '> >') const T& key, typename enable_if>::type* = 0) { ^~ > > /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:120:47: error: a space is required between consecutive right angle brackets (use '> >') const T&, typename disable_if>::type* = nullptr) { ^~ > > /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:132:50: error: a space is required between consecutive right angle brackets (use '> >') const T& key, typename enable_if>::type* = nullptr) { ^~ > > /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:152:11: error: exception specification of overriding function is more lax than base version virtual ~Exception() YAML_CPP_NOEXCEPT; ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/stdexcept:114:13: note: overridden virtual function is here virtual ~runtime_error() _NOEXCEPT; ^ In file included from /opt/work/inputmethod/librime/work/librime/src/config.cc:15: In file included from /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/yaml.h:14: /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:152:23: error: expected ';' at end of declaration list virtual ~Exception() YAML_CPP_NOEXCEPT; ^ ; /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:154:33: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] Exception(const Exception&) = default; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:177:45: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] ParserException(const ParserException&) = default; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:178:29: error: expected ';' at end of declaration list virtual ~ParserException() YAML_CPP_NOEXCEPT; ^ ; /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:185:61: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] RepresentationException(const RepresentationException&) = default; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:186:37: error: expected ';' at end of declaration list virtual ~RepresentationException() YAML_CPP_NOEXCEPT; ^ ; /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:194:41: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] InvalidScalar(const InvalidScalar&) = default; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:195:27: error: expected ';' at end of declaration list virtual ~InvalidScalar() YAML_CPP_NOEXCEPT; ^ ; /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:204:37: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] KeyNotFound(const KeyNotFound&) = default; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:205:25: error: expected ';' at end of declaration list virtual ~KeyNotFound() YAML_CPP_NOEXCEPT; ^ ; /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:213:30: error: expected ';' at end of declaration list virtual ~TypedKeyNotFound() YAML_CPP_NOEXCEPT {} ^ ; /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:212:35: error: member initializer 'key' does not name a non-static data member or base class : KeyNotFound(mark_, key_), key(key_) {} ^~~~~~~~~ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:229:37: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] InvalidNode(const InvalidNode&) = default; ^ /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:230:25: error: expected ';' at end of declaration list virtual ~InvalidNode() YAML_CPP_NOEXCEPT; ^ ; /opt/work/inputmethod/librime/work/.buildlink/include/yaml-cpp/exceptions.h:237:41: warning: defaulted function definitions are a C++11 extension [-Wc++11-extensions] BadConversion(const BadConversion&) = default; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] [ 9%] Building CXX object src/CMakeFiles/rime.dir/key_event.cc.o 29 warnings and 20 errors generated. --- src/CMakeFiles/rime.dir/config.cc.o --- *** [src/CMakeFiles/rime.dir/config.cc.o] Error code 1 bmake[2]: stopped in /opt/work/inputmethod/librime/work/librime [ 10%] Building CXX object src/CMakeFiles/rime.dir/key_table.cc.o 1 warning generated. 1 warning generated. 1 error bmake[2]: stopped in /opt/work/inputmethod/librime/work/librime --- src/CMakeFiles/rime.dir/all --- *** [src/CMakeFiles/rime.dir/all] Error code 2 bmake[1]: stopped in /opt/work/inputmethod/librime/work/librime 1 error bmake[1]: stopped in /opt/work/inputmethod/librime/work/librime *** [all] Error code 2 bmake: stopped in /opt/work/inputmethod/librime/work/librime 1 error bmake: stopped in /opt/work/inputmethod/librime/work/librime *** Error code 2 Stop. bmake[1]: stopped in /opt/pkgsrc/inputmethod/librime *** Error code 1 Stop. bmake: stopped in /opt/pkgsrc/inputmethod/librime