=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for grive-0.3.0.20130502nb7 Scanning dependencies of target grive [ 1%] Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/Feed.cc.o [ 8%] Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o [ 8%] Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/Entry.cc.o [ 8%] Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/Drive.cc.o [ 9%] Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/ResourceTree.cc.o [ 9%] Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/CommonUri.cc.o [ 11%] Building CXX object libgrive/CMakeFiles/grive.dir/src/drive2/Drive.cc.o [ 13%] Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/State.cc.o [ 14%] Building CXX object libgrive/CMakeFiles/grive.dir/src/drive2/Resource.cc.o [ 19%] Building CXX object libgrive/CMakeFiles/grive.dir/src/http/ResponseLog.cc.o [ 21%] Building CXX object libgrive/CMakeFiles/grive.dir/src/drive2/Feed.cc.o [ 21%] Building CXX object libgrive/CMakeFiles/grive.dir/src/http/Header.cc.o [ 22%] Building CXX object libgrive/CMakeFiles/grive.dir/src/http/Download.cc.o [ 22%] Building CXX object libgrive/CMakeFiles/grive.dir/src/http/CurlAgent.cc.o [ 26%] Building CXX object libgrive/CMakeFiles/grive.dir/src/http/XmlResponse.cc.o [ 26%] Building CXX object libgrive/CMakeFiles/grive.dir/src/http/StringResponse.cc.o [ 27%] Building CXX object libgrive/CMakeFiles/grive.dir/src/protocol/AuthAgent.cc.o [ 29%] Building CXX object libgrive/CMakeFiles/grive.dir/src/protocol/Json.cc.o [ 31%] Building CXX object libgrive/CMakeFiles/grive.dir/src/protocol/JsonResponse.cc.o [ 32%] Building CXX object libgrive/CMakeFiles/grive.dir/src/protocol/OAuth2.cc.o [ 34%] Building CXX object libgrive/CMakeFiles/grive.dir/src/json/JsonParser.cc.o [ 36%] Building CXX object libgrive/CMakeFiles/grive.dir/src/json/JsonWriter.cc.o [ 37%] Building CXX object libgrive/CMakeFiles/grive.dir/src/json/Val.cc.o [ 39%] Building CXX object libgrive/CMakeFiles/grive.dir/src/json/ValBuilder.cc.o [ 40%] Building CXX object libgrive/CMakeFiles/grive.dir/src/json/ValResponse.cc.o [ 42%] Building CXX object libgrive/CMakeFiles/grive.dir/src/util/Config.cc.o [ 44%] Building CXX object libgrive/CMakeFiles/grive.dir/src/util/Crypt.cc.o [ 45%] Building CXX object libgrive/CMakeFiles/grive.dir/src/util/DateTime.cc.o [ 47%] Building CXX object libgrive/CMakeFiles/grive.dir/src/util/Exception.cc.o [ 49%] Building CXX object libgrive/CMakeFiles/grive.dir/src/util/File.cc.o [ 50%] Building CXX object libgrive/CMakeFiles/grive.dir/src/util/MemMap.cc.o [ 52%] Building CXX object libgrive/CMakeFiles/grive.dir/src/util/OS.cc.o [ 54%] Building CXX object libgrive/CMakeFiles/grive.dir/src/util/SignalHandler.cc.o [ 55%] Building CXX object libgrive/CMakeFiles/grive.dir/src/util/StdStream.cc.o [ 57%] Building CXX object libgrive/CMakeFiles/grive.dir/src/util/StringStream.cc.o [ 59%] Building CXX object libgrive/CMakeFiles/grive.dir/src/util/log/CommonLog.cc.o [ 60%] Building CXX object libgrive/CMakeFiles/grive.dir/src/util/log/CompositeLog.cc.o [ 62%] Building CXX object libgrive/CMakeFiles/grive.dir/src/util/log/DefaultLog.cc.o [ 63%] Building CXX object libgrive/CMakeFiles/grive.dir/src/util/log/Log.cc.o [ 65%] Building CXX object libgrive/CMakeFiles/grive.dir/src/xml/Node.cc.o [ 67%] Building CXX object libgrive/CMakeFiles/grive.dir/src/xml/NodeSet.cc.o [ 68%] Building CXX object libgrive/CMakeFiles/grive.dir/src/xml/String.cc.o [ 70%] Building CXX object libgrive/CMakeFiles/grive.dir/src/xml/TreeBuilder.cc.o In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/src/util/log/CompositeLog.cc:23: /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/src/util/Destroy.hh:29:3: warning: delete called on 'gr::LogBase' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor] delete t ; ^ /usr/include/c++/algorithm:853:9: note: in instantiation of function template specialization 'gr::Destroy::operator()' requested here __f(*__first); ^ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/src/util/log/CompositeLog.cc:39:7: note: in instantiation of function template specialization 'std::__1::for_each, gr::Destroy>' requested here std::for_each( m_logs.begin(), m_logs.end(), Destroy() ) ; ^ 1 warning generated. [ 72%] Linking CXX static library libgrive.a [ 72%] Built target grive Scanning dependencies of target grive_executable [ 73%] Building CXX object grive/CMakeFiles/grive_executable.dir/src/main.cc.o Scanning dependencies of target btest [ 75%] Building CXX object libgrive/CMakeFiles/btest.dir/test/btest/JsonValTest.cc.o [ 77%] Building CXX object libgrive/CMakeFiles/btest.dir/test/btest/UnitTest.cc.o [ 78%] Building CXX object libgrive/CMakeFiles/btest.dir/test/btest/ValTest.cc.o Scanning dependencies of target unittest [ 80%] Building CXX object libgrive/CMakeFiles/unittest.dir/test/UnitTest.cc.o [ 81%] Building CXX object libgrive/CMakeFiles/unittest.dir/test/drive/EntryTest.cc.o [ 83%] Building CXX object libgrive/CMakeFiles/unittest.dir/test/drive/ResourceTest.cc.o [ 85%] Building CXX object libgrive/CMakeFiles/unittest.dir/test/drive/ResourceTreeTest.cc.o [ 86%] Building CXX object libgrive/CMakeFiles/unittest.dir/test/util/ConfigTest.cc.o [ 88%] Building CXX object libgrive/CMakeFiles/unittest.dir/test/util/FunctionTest.cc.o [ 90%] Building CXX object libgrive/CMakeFiles/unittest.dir/test/util/DateTimeTest.cc.o [ 91%] Building CXX object libgrive/CMakeFiles/unittest.dir/test/util/SignalHandlerTest.cc.o [ 93%] Building CXX object libgrive/CMakeFiles/unittest.dir/test/xml/NodeTest.cc.o [ 95%] Building CXX object libgrive/CMakeFiles/unittest.dir/test/drive/StateTest.cc.o In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:121:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, m_fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:138:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, &fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/DateTimeTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/DateTimeTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:121:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, m_fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/DateTimeTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/DateTimeTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:138:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, &fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/DateTimeTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/DateTimeTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/StateTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/StateTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:121:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, m_fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/StateTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/StateTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:138:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, &fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/StateTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/StateTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/FunctionTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/FunctionTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:121:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, m_fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/FunctionTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/FunctionTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:138:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, &fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/FunctionTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/FunctionTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/FunctionTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/FunctionTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/FunctionTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestRun ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/DateTimeTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/DateTimeTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/DateTimeTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestParseIso ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ 4 errors generated. In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/UnitTest.cc:24: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:121:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, m_fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/UnitTest.cc:24: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:138:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, &fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ 4 errors generated. In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/UnitTest.cc:24: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:121:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, m_fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ --- libgrive/CMakeFiles/unittest.dir/test/util/FunctionTest.cc.o --- *** [libgrive/CMakeFiles/unittest.dir/test/util/FunctionTest.cc.o] Error code 1 make[2]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/xml/NodeTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/xml/NodeTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:121:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, m_fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:138:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, &fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/xml/NodeTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/xml/NodeTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:138:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, &fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ --- libgrive/CMakeFiles/unittest.dir/test/util/DateTimeTest.cc.o --- *** [libgrive/CMakeFiles/unittest.dir/test/util/DateTimeTest.cc.o] Error code 1 make[2]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/xml/NodeTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/xml/NodeTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/SignalHandlerTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/SignalHandlerTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:121:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, m_fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/SignalHandlerTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/SignalHandlerTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:138:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, &fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/SignalHandlerTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/SignalHandlerTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTreeTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTreeTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:121:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, m_fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTreeTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTreeTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:138:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, &fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTreeTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTreeTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/SignalHandlerTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/SignalHandlerTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/SignalHandlerTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestMultipleSignals ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ 4 errors generated. --- libgrive/CMakeFiles/unittest.dir/test/util/SignalHandlerTest.cc.o --- *** [libgrive/CMakeFiles/unittest.dir/test/util/SignalHandlerTest.cc.o] Error code 1 make[2]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/ConfigTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/ConfigTest.hh:24: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:121:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, m_fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/ConfigTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/ConfigTest.hh:24: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:138:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, &fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/ConfigTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/ConfigTest.hh:24: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:28: error: no member named 'bind' in namespace 'std'; did you mean 'find'? m_test_function( std::bind(test, fixture) ) ~~~~~^~~~ find /usr/include/c++/algorithm:862:1: note: 'find' declared here find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestNormal ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/UnitTest.cc:24: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestXml ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/UnitTest.cc:24: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestNormal ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/UnitTest.cc:24: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTreeTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestSerialize ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/UnitTest.cc:24: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/StateTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestSync ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/UnitTest.cc:24: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/DateTimeTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestParseIso ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/UnitTest.cc:24: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/FunctionTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestRun ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/xml/NodeTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/xml/NodeTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/xml/NodeTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestTree ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ 4 errors generated. In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/UnitTest.cc:24: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/ConfigTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestInitialiseWithPath ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/UnitTest.cc:24: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/SignalHandlerTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestMultipleSignals ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/UnitTest.cc:24: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/xml/NodeTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestTree ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ 12 errors generated. --- libgrive/CMakeFiles/unittest.dir/test/drive/ResourceTest.cc.o --- *** [libgrive/CMakeFiles/unittest.dir/test/drive/ResourceTest.cc.o] Error code 1 make[2]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 4 errors generated. --- libgrive/CMakeFiles/unittest.dir/test/UnitTest.cc.o --- *** [libgrive/CMakeFiles/unittest.dir/test/UnitTest.cc.o] Error code 1 make[2]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 --- libgrive/CMakeFiles/unittest.dir/test/xml/NodeTest.cc.o --- *** [libgrive/CMakeFiles/unittest.dir/test/xml/NodeTest.cc.o] Error code 1 make[2]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/EntryTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestXml ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ 4 errors generated. --- libgrive/CMakeFiles/unittest.dir/test/drive/EntryTest.cc.o --- *** [libgrive/CMakeFiles/unittest.dir/test/drive/EntryTest.cc.o] Error code 1 make[2]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/StateTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/StateTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/StateTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestSync ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ 4 errors generated. --- libgrive/CMakeFiles/unittest.dir/test/drive/StateTest.cc.o --- *** [libgrive/CMakeFiles/unittest.dir/test/drive/StateTest.cc.o] Error code 1 make[2]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTreeTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTreeTest.hh:23: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/drive/ResourceTreeTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestSerialize ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ 4 errors generated. --- libgrive/CMakeFiles/unittest.dir/test/drive/ResourceTreeTest.cc.o --- *** [libgrive/CMakeFiles/unittest.dir/test/drive/ResourceTreeTest.cc.o] Error code 1 make[2]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 A failure has been detected in another branch of the parallel make make[2]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 --- libgrive/CMakeFiles/btest.dir/all --- *** [libgrive/CMakeFiles/btest.dir/all] Error code 2 make[1]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/ConfigTest.cc:20: In file included from /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/ConfigTest.hh:24: In file included from /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:9: /data/scratch/net/grive/work/.buildlink/include/cppunit/TestCaller.h:155:23: error: no matching function for call to 'find' m_test_function( std::bind(test, fixture) ) ^~~~~~~~~ /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1/libgrive/test/util/ConfigTest.hh:34:3: note: in instantiation of member function 'CppUnit::TestCaller::TestCaller' requested here CPPUNIT_TEST( TestInitialiseWithPath ) ; ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/extensions/HelperMacros.h:299:15: note: expanded from macro 'CPPUNIT_TEST' ( new CPPUNIT_NS::TestCaller( \ ^ /data/scratch/net/grive/work/.buildlink/include/cppunit/Portability.h:107:21: note: expanded from macro 'CPPUNIT_NS' # define CPPUNIT_NS CppUnit ^ /usr/include/c++/algorithm:862:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) ^ 4 errors generated. --- libgrive/CMakeFiles/unittest.dir/test/util/ConfigTest.cc.o --- *** [libgrive/CMakeFiles/unittest.dir/test/util/ConfigTest.cc.o] Error code 1 make[2]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 10 errors make[2]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 --- libgrive/CMakeFiles/unittest.dir/all --- *** [libgrive/CMakeFiles/unittest.dir/all] Error code 2 make[1]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 A failure has been detected in another branch of the parallel make make[2]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 --- grive/CMakeFiles/grive_executable.dir/all --- *** [grive/CMakeFiles/grive_executable.dir/all] Error code 2 make[1]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 3 errors make[1]: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 *** [all] Error code 2 make: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 1 error make: stopped in /data/scratch/net/grive/work/grive-27817e835fe115ebbda5410ec904aa49a2ad01f1 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/net/grive *** Error code 1 Stop. make: stopped in /data/pkgsrc/net/grive