#40002: mariadb: error: implicit instantiation of undefined template 'boost::STATIC_ASSERTION_FAILURE<false>' --------------------------+----------------------- Reporter: ryandesign@… | Owner: pixilla@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: mariadb --------------------------+----------------------- mariadb does not build: {{{ /opt/local/bin/cmake -E cmake_progress_report /opt/local/var/macports/build/_Users_rschmidt_macports_dports_databases_mariadb/mariadb/work/mariadb-5.5.32/build_macports/CMakeFiles 20 [ 94%] In file included from /opt/local/var/macports/build/_Users_rschmidt_macports_dports_databases_mariadb/mariadb/work/mariadb-5.5.32/storage/oqgraph/graphcore.cc:40: In file included from /opt/local/include/boost/graph/adjacency_list.hpp:45: /opt/local/include/boost/graph/named_graph.hpp:318:3: error: implicit instantiation of undefined template 'boost::STATIC_ASSERTION_FAILURE<false>' BOOST_STATIC_ASSERT_MSG ((boost::is_base_of<boost::graph_detail::stable_tag, VertexIterStability>::value), "Named graphs cannot use vecS as vertex container and remove vertices; the lack of vertex descriptor stability (which iterator stability is a proxy for) means that the name -> vertex mapping would need to be completely rebuilt after each deletion. See https://svn.boost.org/trac/boost/ticket/7863 for more information and a test case."); ^ /opt/local/include/boost/static_assert.hpp:35:48: note: expanded from macro 'BOOST_STATIC_ASSERT_MSG' # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) ^ /opt/local/include/boost/static_assert.hpp:168:13: note: expanded from macro 'BOOST_STATIC_ASSERT' sizeof(::boost::STATIC_ASSERTION_FAILURE< BOOST_STATIC_ASSERT_BOOL_CAST( __VA_ARGS__ ) >)>\ ^ }}} -- Ticket URL: <https://trac.macports.org/ticket/40002> MacPorts <http://www.macports.org/> Ports system for OS X