Bug#811920: ompl: FTBFS with GCC 6: use of deleted function
Martin Michlmayr
tbm at hpe.com
Wed Jan 20 03:42:27 UTC 2016
Package: ompl
Version: 1.0.0+ds2-1
Severity: important
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-6
This package fails to build with GCC 6. GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.
Note that only the first error is reported; there might be more. You
can find a snapshot of GCC 6 in experimental. To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.
You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html
> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> /<<BUILDDIR>>/ompl-1.0.0+ds2/src/ompl/control/planners/syclop/src/Syclop.cpp:336:74: required from here
> /usr/include/c++/6/bits/stl_construct.h:75:7: error: use of deleted function 'boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>::stored_edge_property(const boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>&)'
> { ::new(static_cast<void*>(__p)) _T1(std::forward<_Args>(__args)...); }
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> In file included from /usr/include/boost/graph/adjacency_list.hpp:246:0,
> from /<<BUILDDIR>>/ompl-1.0.0+ds2/src/ompl/control/planners/syclop/Syclop.h:42,
> from /<<BUILDDIR>>/ompl-1.0.0+ds2/src/ompl/control/planners/syclop/src/Syclop.cpp:37:
> /usr/include/boost/graph/detail/adjacency_list.hpp:290:11: note: 'boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>::stored_edge_property(const boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>&)' is implicitly declared as deleted because 'boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>' declares a move constructor or move assignment operator
> class stored_edge_property : public stored_edge<Vertex> {
> ^~~~~~~~~~~~~~~~~~~~
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
More information about the debian-science-maintainers
mailing list