robotpkg/wip/ompl bulk build results
Log for ompl-1.4.1 on Debian-12-x86_64: bulk.log (Back)
=> Checking for clear installation
===> Installing bootstrap dependencies for ompl-1.4.1
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Debian-12-x86_64/All/digest-20080510.tgz
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Debian-12-x86_64/All/tnftp-20151004~ssl.tgz
===> Checking bootstrap dependencies for ompl-1.4.1
=> Required robotpkg package digest>=20080510: digest-20080510 found
=> Required robotpkg package tnftp>=20130505~ssl: tnftp-20151004~ssl found
=> Required system package gnupg>=1: gnupg-2.2.40 found
=> Required system package gzip: gzip-1.12 found
=> Required system package pax and tar archivers: pax found
=> Required system package pkg_install>=20110805.12: pkg_install-20211115.3 found
=> Required system package pkgrepo2deb>=1.9: pkgrepo2deb-1.15 found
===> Done bootstrap-depends for ompl-1.4.1
===> Installing full dependencies for ompl-1.4.1
=> Dependency digest-20080510 already installed
=> Dependency tnftp-20151004~ssl already installed
===> Checking build options for ompl-1.4.1
=> Building with no option.
===> Checking alternatives for ompl-1.4.1
=> Use the GNU C++ compiler: c++-compiler provided by g++>=4.8
=> Use the GNU C compiler: c-compiler provided by gcc>=3
===> Checking dependencies for ompl-1.4.1
=> Required system package boost-headers>=1.34.1: boost-headers-1.74 found
=> Required system package boostlib-filesystem>=1.54: boost-libs-1.74.0 found
=> Required system package boostlib-iostreams>=1.54: boost-libs-1.74.0 found
=> Required system package boostlib-math>=1.54: boost-libs-1.74.0 found
=> Required system package boostlib-thread>=1.54: boost-libs-1.74.0 found
=> Required system package cmake>=2.8.7: cmake-3.25.1 found
=> Required system package g++>=4.8: g++-12.2.0 found
=> Required system package gcc>=3: gcc-12.2.0 found
=> Required system package libstdc++: libstdc++ found
===> Done depends for ompl-1.4.1
===> Extracting for ompl-1.4.1
=> SHA1 checksums OK
=> RMD160 checksums OK
===> Configuring for ompl-1.4.1
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
The package name passed to `find_package_handle_standard_args` (FLANN) does
not match the name of the calling package (flann). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
CMakeModules/Findflann.cmake:12 (find_package_handle_standard_args)
CMakeLists.txt:144 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
The package name passed to `find_package_handle_standard_args` (SPOT) does
not match the name of the calling package (spot). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
CMakeModules/Findspot.cmake:13 (find_package_handle_standard_args)
CMakeLists.txt:154 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
===> Building for ompl-1.4.1
In file included from /usr/include/eigen3/Eigen/Core:341,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/base/ProjectionEvaluator.h:49,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/base/StateSpace.h:43,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/base/Constraint.h:40,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/base/spaces/constraint/AtlasStateSpace.h:42,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/base/spaces/constraint/AtlasChart.h:40,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/base/spaces/constraint/src/AtlasChart.cpp:37:
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h: In function 'static void Eigen::internal::trmv_selector<Mode, 1>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose<const Eigen::Block<const Eigen::Block<Eigen::Matrix<double, -1, -1>, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose<const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<double, double>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<double>, const Eigen::Matrix<double, 1, -1> >, const Eigen::Transpose<const Eigen::Block<const Eigen::Block<const Eigen::Block<Eigen::Matrix<double, -1, -1>, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose<Eigen::Block<Eigen::Block<Eigen::Matrix<double, -1, -1, 1, -1, -1>, 1, -1, true>, 1, -1, false> >; int Mode = 6]':
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: warning: 'result' may be used uninitialized [-Wmaybe-uninitialized]
327 | internal::triangular_matrix_vector_product
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
328 | <Index,Mode,
| ~~~~~~~~~~~~
329 | LhsScalar, LhsBlasTraits::NeedToConjugate,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
330 | RhsScalar, RhsBlasTraits::NeedToConjugate,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
331 | RowMajor>
| ~~~~~~~~~
332 | ::run(actualLhs.rows(),actualLhs.cols(),
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
333 | actualLhs.data(),actualLhs.outerStride(),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
334 | actualRhsPtr,1,
| ~~~~~~~~~~~~~~~
335 | dest.data(),dest.innerStride(),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
336 | actualAlpha);
| ~~~~~~~~~~~~
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h:105:24: note: by argument 5 of type 'const double*' to 'static void Eigen::internal::triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, 1, Version>::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0]' declared here
105 | EIGEN_DONT_INLINE void triangular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ConjRhs,RowMajor,Version>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/eigen3/Eigen/Core:341,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/base/ProjectionEvaluator.h:49,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/base/StateSpace.h:43,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/base/Constraint.h:40,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/base/src/Constraint.cpp:37:
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h: In function 'static void Eigen::internal::trmv_selector<Mode, 1>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose<const Eigen::Block<const Eigen::Block<Eigen::Matrix<double, -1, -1>, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose<const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<double, double>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<double>, const Eigen::Matrix<double, 1, -1> >, const Eigen::Transpose<const Eigen::Block<const Eigen::Block<const Eigen::Block<Eigen::Matrix<double, -1, -1>, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose<Eigen::Block<Eigen::Block<Eigen::Matrix<double, -1, -1, 1, -1, -1>, 1, -1, true>, 1, -1, false> >; int Mode = 6]':
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: warning: 'result' may be used uninitialized [-Wmaybe-uninitialized]
327 | internal::triangular_matrix_vector_product
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
328 | <Index,Mode,
| ~~~~~~~~~~~~
329 | LhsScalar, LhsBlasTraits::NeedToConjugate,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
330 | RhsScalar, RhsBlasTraits::NeedToConjugate,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
331 | RowMajor>
| ~~~~~~~~~
332 | ::run(actualLhs.rows(),actualLhs.cols(),
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
333 | actualLhs.data(),actualLhs.outerStride(),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
334 | actualRhsPtr,1,
| ~~~~~~~~~~~~~~~
335 | dest.data(),dest.innerStride(),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
336 | actualAlpha);
| ~~~~~~~~~~~~
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h:105:24: note: by argument 5 of type 'const double*' to 'static void Eigen::internal::triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, 1, Version>::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0]' declared here
105 | EIGEN_DONT_INLINE void triangular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ConjRhs,RowMajor,Version>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/eigen3/Eigen/Core:341,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/base/ProjectionEvaluator.h:49,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/base/StateSpace.h:43,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/base/src/ProjectionEvaluator.cpp:37:
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h: In function 'static void Eigen::internal::trmv_selector<Mode, 1>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose<const Eigen::Block<const Eigen::Block<Eigen::Matrix<double, -1, -1>, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose<const Eigen::CwiseBinaryOp<Eigen::internal::scalar_product_op<double, double>, const Eigen::CwiseNullaryOp<Eigen::internal::scalar_constant_op<double>, const Eigen::Matrix<double, 1, -1> >, const Eigen::Transpose<const Eigen::Block<const Eigen::Block<const Eigen::Block<Eigen::Matrix<double, -1, -1>, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose<Eigen::Block<Eigen::Block<Eigen::Matrix<double, -1, -1, 1, -1, -1>, 1, -1, true>, 1, -1, false> >; int Mode = 6]':
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: warning: 'result' may be used uninitialized [-Wmaybe-uninitialized]
327 | internal::triangular_matrix_vector_product
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
328 | <Index,Mode,
| ~~~~~~~~~~~~
329 | LhsScalar, LhsBlasTraits::NeedToConjugate,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
330 | RhsScalar, RhsBlasTraits::NeedToConjugate,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
331 | RowMajor>
| ~~~~~~~~~
332 | ::run(actualLhs.rows(),actualLhs.cols(),
| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
333 | actualLhs.data(),actualLhs.outerStride(),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
334 | actualRhsPtr,1,
| ~~~~~~~~~~~~~~~
335 | dest.data(),dest.innerStride(),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
336 | actualAlpha);
| ~~~~~~~~~~~~
/usr/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h:105:24: note: by argument 5 of type 'const double*' to 'static void Eigen::internal::triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, 1, Version>::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0]' declared here
105 | EIGEN_DONT_INLINE void triangular_matrix_vector_product<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ConjRhs,RowMajor,Version>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/graph/adjacency_list.hpp:255,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/ltl/ProductGraph.h:44,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/ltl/src/ProductGraph.cpp:37:
In constructor 'boost::detail::stored_edge_property<Vertex, Property>::stored_edge_property(Vertex, const Property&) [with Vertex = long unsigned int; Property = ompl::control::ProductGraph::Edge]',
inlined from 'std::pair<typename boost::directed_graph_helper<Config>::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, const typename Config::edge_property_type&, directed_graph_helper<Config>&) [with Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge>, vecS, vecS, directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge, no_property, listS>::config]' at /usr/include/boost/graph/detail/adjacency_list.hpp:734:57,
inlined from 'std::pair<typename Config::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, const typename Config::edge_property_type&, vec_adj_list_impl<G, C, B>&) [with Graph = adjacency_list<vecS, vecS, directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge>; Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge>, vecS, vecS, directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge, no_property, listS>::config; Base = directed_graph_helper<detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge>, vecS, vecS, directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge, no_property, listS>::config>]' at /usr/include/boost/graph/detail/adjacency_list.hpp:2258:20,
inlined from 'std::pair<typename Config::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, vec_adj_list_impl<G, C, B>&) [with Graph = adjacency_list<vecS, vecS, directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge>; Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge>, vecS, vecS, directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge, no_property, listS>::config; Base = directed_graph_helper<detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge>, vecS, vecS, directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge, no_property, listS>::config>]' at /usr/include/boost/graph/detail/adjacency_list.hpp:2266:20,
inlined from 'void ompl::control::ProductGraph::buildGraph(State*, const std::function<void(State*)>&)' at /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/ltl/src/ProductGraph.cpp:258:55:
/usr/include/boost/graph/detail/adjacency_list.hpp:308:42: warning: 'p.ompl::control::ProductGraph::Edge::cost' may be used uninitialized [-Wmaybe-uninitialized]
308 | : stored_edge< Vertex >(target), m_property(new Property(p))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/graph/detail/adjacency_list.hpp: In member function 'void ompl::control::ProductGraph::buildGraph(State*, const std::function<void(State*)>&)':
/usr/include/boost/graph/detail/adjacency_list.hpp:2265:41: note: 'p.ompl::control::ProductGraph::Edge::cost' was declared here
2265 | typename Config::edge_property_type p;
| ^
In file included from /usr/include/boost/graph/detail/adjacency_list.hpp:35:
In member function 'boost::detail::adj_list_edge_iterator<VertexIterator, OutEdgeIterator, Graph>::self& boost::detail::adj_list_edge_iterator<VertexIterator, OutEdgeIterator, Graph>::operator++() [with VertexIterator = boost::range_detail::integer_iterator<long unsigned int>; OutEdgeIterator = boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>; Graph = boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge>]',
inlined from 'std::vector<ompl::control::ProductGraph::State*> ompl::control::ProductGraph::computeLead(State*, const std::function<double(State*, State*)>&)' at /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/ltl/src/ProductGraph.cpp:144:69:
/usr/include/boost/graph/detail/adj_list_edge_iterator.hpp:80:13: warning: '*(std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >*)((char*)&ei + offsetof(boost::detail::EdgeIter, boost::detail::adj_list_edge_iterator<boost::range_detail::integer_iterator<long unsigned int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge, boost::no_property, boost::listS> >::edges.boost::optional<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::<unnamed>.boost::optional_detail::optional_base<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::m_storage.boost::optional_detail::aligned_storage<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::dummy_)).std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >::second.boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>::<anonymous>.boost::iterators::iterator_adaptor<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, __gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, boost::use_default, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>::m_iterator.__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >::_M_current' may be used uninitialized [-Wmaybe-uninitialized]
80 | if (edges BOOST_GRAPH_MEMBER first
| ^~
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/ltl/src/ProductGraph.cpp: In member function 'std::vector<ompl::control::ProductGraph::State*> ompl::control::ProductGraph::computeLead(State*, const std::function<double(State*, State*)>&)':
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/ltl/src/ProductGraph.cpp:141:14: note: '*(std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >*)((char*)&ei + offsetof(boost::detail::EdgeIter, boost::detail::adj_list_edge_iterator<boost::range_detail::integer_iterator<long unsigned int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge, boost::no_property, boost::listS> >::edges.boost::optional<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::<unnamed>.boost::optional_detail::optional_base<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::m_storage.boost::optional_detail::aligned_storage<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::dummy_)).std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >::second.boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>::<anonymous>.boost::iterators::iterator_adaptor<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, __gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, boost::use_default, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>::m_iterator.__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >::_M_current' was declared here
141 | EdgeIter ei, eend;
| ^~
In file included from /usr/include/c++/12/vector:64,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/ltl/Automaton.h:46,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/ltl/ProductGraph.h:41:
In member function 'std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge>, boost::vecS, boost::vecS, boost::directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge, boost::no_property, boost::listS>::config::stored_vertex; _Alloc = std::allocator<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge>, boost::vecS, boost::vecS, boost::directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge, boost::no_property, boost::listS>::config::stored_vertex>]',
inlined from 'Reference boost::vec_adj_list_vertex_property_map<Graph, GraphPtr, ValueType, Reference, Tag>::operator[](key_type) const [with Graph = boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge>; GraphPtr = boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge>*; ValueType = ompl::control::ProductGraph::State*; Reference = ompl::control::ProductGraph::State*&; Tag = boost::vertex_bundle_t]' at /usr/include/boost/graph/detail/adjacency_list.hpp:2555:50,
inlined from 'boost::adjacency_list<OutEdgeListS, VertexListS, DirectedS, VertexProperty, EdgeProperty, GraphProperty, EdgeListS>::vertex_bundled& boost::adjacency_list<OutEdgeListS, VertexListS, DirectedS, VertexProperty, EdgeProperty, GraphProperty, EdgeListS>::operator[](vertex_descriptor) [with OutEdgeListS = boost::vecS; VertexListS = boost::vecS; DirectedS = boost::directedS; VertexProperty = ompl::control::ProductGraph::State*; EdgeProperty = ompl::control::ProductGraph::Edge; GraphProperty = boost::no_property; EdgeListS = boost::listS]' at /usr/include/boost/graph/adjacency_list.hpp:380:41,
inlined from 'std::vector<ompl::control::ProductGraph::State*> ompl::control::ProductGraph::computeLead(State*, const std::function<double(State*, State*)>&)' at /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/ltl/src/ProductGraph.cpp:148:49:
/usr/include/c++/12/bits/stl_vector.h:1124:41: warning: '*(std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >*)((char*)&ei + offsetof(boost::detail::EdgeIter, boost::detail::adj_list_edge_iterator<boost::range_detail::integer_iterator<long unsigned int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge, boost::no_property, boost::listS> >::edges.boost::optional<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::<unnamed>.boost::optional_detail::optional_base<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::m_storage.boost::optional_detail::aligned_storage<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::dummy_)).std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >::first.boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>::m_src' may be used uninitialized [-Wmaybe-uninitialized]
1124 | return *(this->_M_impl._M_start + __n);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/ltl/src/ProductGraph.cpp: In member function 'std::vector<ompl::control::ProductGraph::State*> ompl::control::ProductGraph::computeLead(State*, const std::function<double(State*, State*)>&)':
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/ltl/src/ProductGraph.cpp:141:14: note: '*(std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >*)((char*)&ei + offsetof(boost::detail::EdgeIter, boost::detail::adj_list_edge_iterator<boost::range_detail::integer_iterator<long unsigned int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::ProductGraph::State*, ompl::control::ProductGraph::Edge, boost::no_property, boost::listS> >::edges.boost::optional<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::<unnamed>.boost::optional_detail::optional_base<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::m_storage.boost::optional_detail::aligned_storage<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::dummy_)).std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >::first.boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::ProductGraph::Edge> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>::m_src' was declared here
141 | EdgeIter ei, eend;
| ^~
In file included from /usr/include/boost/graph/detail/adjacency_list.hpp:35,
from /usr/include/boost/graph/adjacency_list.hpp:255,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/Syclop.h:42,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/src/Syclop.cpp:37:
In member function 'boost::detail::adj_list_edge_iterator<VertexIterator, OutEdgeIterator, Graph>::self& boost::detail::adj_list_edge_iterator<VertexIterator, OutEdgeIterator, Graph>::operator++() [with VertexIterator = boost::range_detail::integer_iterator<long unsigned int>; OutEdgeIterator = boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>; Graph = boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>]',
inlined from 'void ompl::control::Syclop::setupEdgeEstimates()' at /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/src/Syclop.cpp:298:69:
/usr/include/boost/graph/detail/adj_list_edge_iterator.hpp:80:13: warning: '*(std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >*)((char*)&ei + offsetof(boost::detail::EdgeIter, boost::detail::adj_list_edge_iterator<boost::range_detail::integer_iterator<long unsigned int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, boost::no_property, boost::listS> >::edges.boost::optional<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::<unnamed>.boost::optional_detail::optional_base<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::m_storage.boost::optional_detail::aligned_storage<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::dummy_)).std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >::second.boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>::<anonymous>.boost::iterators::iterator_adaptor<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, __gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, boost::use_default, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>::m_iterator.__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >::_M_current' may be used uninitialized [-Wmaybe-uninitialized]
80 | if (edges BOOST_GRAPH_MEMBER first
| ^~
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/src/Syclop.cpp: In member function 'void ompl::control::Syclop::setupEdgeEstimates()':
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/src/Syclop.cpp:296:14: note: '*(std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >*)((char*)&ei + offsetof(boost::detail::EdgeIter, boost::detail::adj_list_edge_iterator<boost::range_detail::integer_iterator<long unsigned int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, boost::no_property, boost::listS> >::edges.boost::optional<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::<unnamed>.boost::optional_detail::optional_base<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::m_storage.boost::optional_detail::aligned_storage<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::dummy_)).std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >::second.boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>::<anonymous>.boost::iterators::iterator_adaptor<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, __gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, boost::use_default, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>::m_iterator.__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >::_M_current' was declared here
296 | EdgeIter ei, eend;
| ^~
In member function 'boost::detail::adj_list_edge_iterator<VertexIterator, OutEdgeIterator, Graph>::self& boost::detail::adj_list_edge_iterator<VertexIterator, OutEdgeIterator, Graph>::operator++() [with VertexIterator = boost::range_detail::integer_iterator<long unsigned int>; OutEdgeIterator = boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>; Graph = boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>]',
inlined from 'void ompl::control::Syclop::clearGraphDetails()' at /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/src/Syclop.cpp:374:69:
/usr/include/boost/graph/detail/adj_list_edge_iterator.hpp:80:13: warning: '*(std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >*)((char*)&ei + offsetof(boost::detail::EdgeIter, boost::detail::adj_list_edge_iterator<boost::range_detail::integer_iterator<long unsigned int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, boost::no_property, boost::listS> >::edges.boost::optional<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::<unnamed>.boost::optional_detail::optional_base<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::m_storage.boost::optional_detail::aligned_storage<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::dummy_)).std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >::second.boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>::<anonymous>.boost::iterators::iterator_adaptor<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, __gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, boost::use_default, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>::m_iterator.__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >::_M_current' may be used uninitialized [-Wmaybe-uninitialized]
80 | if (edges BOOST_GRAPH_MEMBER first
| ^~
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/src/Syclop.cpp: In member function 'void ompl::control::Syclop::clearGraphDetails()':
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/src/Syclop.cpp:372:14: note: '*(std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >*)((char*)&ei + offsetof(boost::detail::EdgeIter, boost::detail::adj_list_edge_iterator<boost::range_detail::integer_iterator<long unsigned int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, boost::no_property, boost::listS> >::edges.boost::optional<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::<unnamed>.boost::optional_detail::optional_base<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::m_storage.boost::optional_detail::aligned_storage<std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> > >::dummy_)).std::pair<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int> >::second.boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>::<anonymous>.boost::iterators::iterator_adaptor<boost::detail::out_edge_iter<__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, long unsigned int, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>, __gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, boost::use_default, boost::detail::edge_desc_impl<boost::directed_tag, long unsigned int>, long int>::m_iterator.__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>*, std::vector<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency>, std::allocator<boost::detail::stored_edge_property<long unsigned int, ompl::control::Syclop::Adjacency> > > >::_M_current' was declared here
372 | EdgeIter ei, eend;
| ^~
In copy constructor 'ompl::control::Syclop::Adjacency::Adjacency(const ompl::control::Syclop::Adjacency&)',
inlined from 'boost::detail::stored_edge_property<Vertex, Property>::stored_edge_property(Vertex, const Property&) [with Vertex = long unsigned int; Property = ompl::control::Syclop::Adjacency]' at /usr/include/boost/graph/detail/adjacency_list.hpp:308:53,
inlined from 'std::pair<typename boost::directed_graph_helper<Config>::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, const typename Config::edge_property_type&, directed_graph_helper<Config>&) [with Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config]' at /usr/include/boost/graph/detail/adjacency_list.hpp:734:57,
inlined from 'std::pair<typename Config::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, const typename Config::edge_property_type&, vec_adj_list_impl<G, C, B>&) [with Graph = adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>; Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config; Base = directed_graph_helper<detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config>]' at /usr/include/boost/graph/detail/adjacency_list.hpp:2258:20,
inlined from 'std::pair<typename Config::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, vec_adj_list_impl<G, C, B>&) [with Graph = adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>; Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config; Base = directed_graph_helper<detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config>]' at /usr/include/boost/graph/detail/adjacency_list.hpp:2266:20,
inlined from 'void ompl::control::Syclop::buildGraph()' at /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/src/Syclop.cpp:359:55:
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/Syclop.h:328:19: warning: 'p' may be used uninitialized [-Wmaybe-uninitialized]
328 | class Adjacency
| ^~~~~~~~~
/usr/include/boost/graph/detail/adjacency_list.hpp: In member function 'void ompl::control::Syclop::buildGraph()':
/usr/include/boost/graph/detail/adjacency_list.hpp:2265:41: note: 'p' declared here
2265 | typename Config::edge_property_type p;
| ^
In copy constructor 'ompl::control::Syclop::Adjacency::Adjacency(const ompl::control::Syclop::Adjacency&)',
inlined from 'boost::detail::stored_edge_property<Vertex, Property>::stored_edge_property(Vertex, const Property&) [with Vertex = long unsigned int; Property = ompl::control::Syclop::Adjacency]' at /usr/include/boost/graph/detail/adjacency_list.hpp:308:53,
inlined from 'std::pair<typename boost::directed_graph_helper<Config>::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, const typename Config::edge_property_type&, directed_graph_helper<Config>&) [with Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config]' at /usr/include/boost/graph/detail/adjacency_list.hpp:734:57,
inlined from 'std::pair<typename Config::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, const typename Config::edge_property_type&, vec_adj_list_impl<G, C, B>&) [with Graph = adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>; Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config; Base = directed_graph_helper<detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config>]' at /usr/include/boost/graph/detail/adjacency_list.hpp:2258:20,
inlined from 'std::pair<typename Config::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, vec_adj_list_impl<G, C, B>&) [with Graph = adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>; Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config; Base = directed_graph_helper<detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config>]' at /usr/include/boost/graph/detail/adjacency_list.hpp:2266:20,
inlined from 'void ompl::control::Syclop::buildGraph()' at /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/src/Syclop.cpp:359:55:
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/Syclop.h:328:19: warning: 'p.ompl::control::Syclop::Adjacency::cost' may be used uninitialized [-Wmaybe-uninitialized]
328 | class Adjacency
| ^~~~~~~~~
/usr/include/boost/graph/detail/adjacency_list.hpp: In member function 'void ompl::control::Syclop::buildGraph()':
/usr/include/boost/graph/detail/adjacency_list.hpp:2265:41: note: 'p' declared here
2265 | typename Config::edge_property_type p;
| ^
In copy constructor 'ompl::control::Syclop::Adjacency::Adjacency(const ompl::control::Syclop::Adjacency&)',
inlined from 'boost::detail::stored_edge_property<Vertex, Property>::stored_edge_property(Vertex, const Property&) [with Vertex = long unsigned int; Property = ompl::control::Syclop::Adjacency]' at /usr/include/boost/graph/detail/adjacency_list.hpp:308:53,
inlined from 'std::pair<typename boost::directed_graph_helper<Config>::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, const typename Config::edge_property_type&, directed_graph_helper<Config>&) [with Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config]' at /usr/include/boost/graph/detail/adjacency_list.hpp:734:57,
inlined from 'std::pair<typename Config::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, const typename Config::edge_property_type&, vec_adj_list_impl<G, C, B>&) [with Graph = adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>; Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config; Base = directed_graph_helper<detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config>]' at /usr/include/boost/graph/detail/adjacency_list.hpp:2258:20,
inlined from 'std::pair<typename Config::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, vec_adj_list_impl<G, C, B>&) [with Graph = adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>; Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config; Base = directed_graph_helper<detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config>]' at /usr/include/boost/graph/detail/adjacency_list.hpp:2266:20,
inlined from 'void ompl::control::Syclop::buildGraph()' at /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/src/Syclop.cpp:359:55:
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/Syclop.h:328:19: warning: 'p' may be used uninitialized [-Wmaybe-uninitialized]
328 | class Adjacency
| ^~~~~~~~~
/usr/include/boost/graph/detail/adjacency_list.hpp: In member function 'void ompl::control::Syclop::buildGraph()':
/usr/include/boost/graph/detail/adjacency_list.hpp:2265:41: note: 'p' declared here
2265 | typename Config::edge_property_type p;
| ^
In copy constructor 'ompl::control::Syclop::Adjacency::Adjacency(const ompl::control::Syclop::Adjacency&)',
inlined from 'boost::detail::stored_edge_property<Vertex, Property>::stored_edge_property(Vertex, const Property&) [with Vertex = long unsigned int; Property = ompl::control::Syclop::Adjacency]' at /usr/include/boost/graph/detail/adjacency_list.hpp:308:53,
inlined from 'std::pair<typename boost::directed_graph_helper<Config>::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, const typename Config::edge_property_type&, directed_graph_helper<Config>&) [with Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config]' at /usr/include/boost/graph/detail/adjacency_list.hpp:734:57,
inlined from 'std::pair<typename Config::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, const typename Config::edge_property_type&, vec_adj_list_impl<G, C, B>&) [with Graph = adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>; Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config; Base = directed_graph_helper<detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config>]' at /usr/include/boost/graph/detail/adjacency_list.hpp:2258:20,
inlined from 'std::pair<typename Config::edge_descriptor, bool> boost::add_edge(typename Config::vertex_descriptor, typename Config::vertex_descriptor, vec_adj_list_impl<G, C, B>&) [with Graph = adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>; Config = detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config; Base = directed_graph_helper<detail::adj_list_gen<adjacency_list<vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency>, vecS, vecS, directedS, ompl::control::Syclop::Region, ompl::control::Syclop::Adjacency, no_property, listS>::config>]' at /usr/include/boost/graph/detail/adjacency_list.hpp:2266:20,
inlined from 'void ompl::control::Syclop::buildGraph()' at /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/src/Syclop.cpp:359:55:
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/control/planners/syclop/Syclop.h:328:19: warning: 'p.ompl::control::Syclop::Adjacency::empty' may be used uninitialized [-Wmaybe-uninitialized]
328 | class Adjacency
| ^~~~~~~~~
/usr/include/boost/graph/detail/adjacency_list.hpp: In member function 'void ompl::control::Syclop::buildGraph()':
/usr/include/boost/graph/detail/adjacency_list.hpp:2265:41: note: 'p' declared here
2265 | typename Config::edge_property_type p;
| ^
In file included from /usr/include/boost/config/header_deprecated.hpp:18,
from /usr/include/boost/progress.hpp:22,
from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/ompl/tools/benchmark/src/Benchmark.cpp:42:
/usr/include/boost/progress.hpp:23:1: note: '#pragma message: This header is deprecated. Use the facilities in <boost/timer/timer.hpp> or <boost/timer/progress_display.hpp> instead.'
23 | BOOST_HEADER_DEPRECATED( "the facilities in <boost/timer/timer.hpp> or <boost/timer/progress_display.hpp>" )
| ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/timer.hpp:21:1: note: '#pragma message: This header is deprecated. Use the facilities in <boost/timer/timer.hpp> instead.'
21 | BOOST_HEADER_DEPRECATED( "the facilities in <boost/timer/timer.hpp>" )
| ^~~~~~~~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/datastructures/pdf.cpp: In member function 'void Statistical::test_method()':
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/datastructures/pdf.cpp:165:21: warning: loop variable 'elem' creates a copy from type 'const std::pair<int, double>' [-Wrange-loop-construct]
165 | for (const auto elem : values)
| ^~~~
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/datastructures/pdf.cpp:165:21: note: use reference type to prevent copying
165 | for (const auto elem : values)
| ^~~~
| &
In file included from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2dmap_simple.cpp:40:
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2DmapSetup1.h: In constructor 'ompl::geometric::SimpleSetup2DMap1::SimpleSetup2DMap1(const Environment2D&)':
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2DmapSetup1.h:96:90: warning: implicitly-declared 'Environment2D::Environment2D(const Environment2D&)' is deprecated [-Wdeprecated-copy]
96 | SimpleSetup2DMap1(const Environment2D &env) : SimpleSetup(constructSpace()), env_(env)
| ^~~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2DmapSetup1.h:48:
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/../../resources/environment2D.h:63:20: note: because 'Environment2D' has user-provided 'Environment2D& Environment2D::operator=(const Environment2D&)'
63 | Environment2D& operator=(const Environment2D &other)
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2dmap_simple.cpp: In member function 'virtual bool TestPlanner::execute(Environment2D&, bool, double*, double*)':
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2dmap_simple.cpp:102:34: warning: implicitly-declared 'Environment2D::Environment2D(const Environment2D&)' is deprecated [-Wdeprecated-copy]
102 | Environment2D temp = env;
| ^~~
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/../../resources/environment2D.h:63:20: note: because 'Environment2D' has user-provided 'Environment2D& Environment2D::operator=(const Environment2D&)'
63 | Environment2D& operator=(const Environment2D &other)
| ^~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2dmap_ik.cpp:39:
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2DmapSetup.h: In constructor 'ompl::geometric::SimpleSetup2DMap::SimpleSetup2DMap(const Environment2D&)':
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2DmapSetup.h:115:69: warning: implicitly-declared 'Environment2D::Environment2D(const Environment2D&)' is deprecated [-Wdeprecated-copy]
115 | : SimpleSetup(std::make_shared<StateSpace2DMap>()), env_(env)
| ^~~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2DmapSetup.h:51:
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/../../resources/environment2D.h:63:20: note: because 'Environment2D' has user-provided 'Environment2D& Environment2D::operator=(const Environment2D&)'
63 | Environment2D& operator=(const Environment2D &other)
| ^~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2denvs.cpp:40:
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2DmapSetup.h: In constructor 'ompl::geometric::SimpleSetup2DMap::SimpleSetup2DMap(const Environment2D&)':
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2DmapSetup.h:115:69: warning: implicitly-declared 'Environment2D::Environment2D(const Environment2D&)' is deprecated [-Wdeprecated-copy]
115 | : SimpleSetup(std::make_shared<StateSpace2DMap>()), env_(env)
| ^~~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2DmapSetup.h:51:
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/../../resources/environment2D.h:63:20: note: because 'Environment2D' has user-provided 'Environment2D& Environment2D::operator=(const Environment2D&)'
63 | Environment2D& operator=(const Environment2D &other)
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2denvs.cpp: In member function 'bool TestPlanner::test2DEnv(const Environment2D&, bool, double*, double*)':
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/2denvs.cpp:216:34: warning: implicitly-declared 'Environment2D::Environment2D(const Environment2D&)' is deprecated [-Wdeprecated-copy]
216 | Environment2D temp = env;
| ^~~
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/geometric/2d/../../resources/environment2D.h:63:20: note: because 'Environment2D' has user-provided 'Environment2D& Environment2D::operator=(const Environment2D&)'
63 | Environment2D& operator=(const Environment2D &other)
| ^~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/control/2dmap/2dmap.cpp: In member function 'virtual bool TestPlanner::execute(Environment2D&, bool, double*, double*)':
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/control/2dmap/2dmap.cpp:292:34: warning: implicitly-declared 'Environment2D::Environment2D(const Environment2D&)' is deprecated [-Wdeprecated-copy]
292 | Environment2D temp = env;
| ^~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/control/2dmap/2dmap.cpp:54:
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/tests/control/2dmap/../../resources/environment2D.h:63:20: note: because 'Environment2D' has user-provided 'Environment2D& Environment2D::operator=(const Environment2D&)'
63 | Environment2D& operator=(const Environment2D &other)
| ^~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/demos/PlannerData.cpp:45:
/usr/include/boost/graph/astar_search.hpp: In instantiation of 'void boost::astar_search(const VertexListGraph&, typename graph_traits<Graph>::vertex_descriptor, AStarHeuristic, const bgl_named_params<P, T, R>&) [with VertexListGraph = adjacency_list<vecS, vecS, bidirectionalS, property<vertex_type_t, ompl::base::PlannerDataVertex*, property<vertex_index_t, unsigned int> >, property<edge_type_t, ompl::base::PlannerDataEdge*, property<edge_weight_t, ompl::base::Cost> > >; AStarHeuristic = readPlannerData()::<lambda(ompl::base::PlannerData::Graph::Vertex)>; P = ompl::base::Cost; T = distance_zero_t; R = bgl_named_params<ompl::base::Cost, distance_inf_t, bgl_named_params<readPlannerData()::<lambda(ompl::base::Cost, ompl::base::Cost)>, distance_combine_t, bgl_named_params<readPlannerData()::<lambda(ompl::base::Cost, ompl::base::Cost)>, distance_compare_t, bgl_named_params<vector_property_map<long unsigned int>, vertex_predecessor_t, no_property> > > >; typename graph_traits<Graph>::vertex_descriptor = long unsigned int]':
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/demos/PlannerData.cpp:173:28: required from here
/usr/include/boost/graph/astar_search.hpp:433:75: error: invalid initialization of reference of type 'boost::parameter::binding<boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<boost::graph::keywords::tag::distance_zero, const ompl::base::Cost>, boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<boost::graph::keywords::tag::distance_inf, const ompl::base::Cost>, boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<boost::graph::keywords::tag::distance_combine, const readPlannerData()::<lambda(ompl::base::Cost, ompl::base::Cost)> >, boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<boost::graph::keywords::tag::distance_compare, const readPlannerData()::<lambda(ompl::base::Cost, ompl::base::Cost)> >, boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<boost::graph::keywords::tag::predecessor_map, const boost::vector_property_map<long unsigned int> >, boost::parameter::aux::empty_arg_list, std::integral_constant<bool, true> >, std::integral_constant<bool, true> >, std::integral_constant<bool, true> >, std::integral_constant<bool, true> >, std::integral_constant<bool, true> >, boost::graph::keywords::tag::visitor, boost::dummy_property_map&>::type' {aka 'boost::dummy_property_map&'} from expression of type 'boost::astar_visitor<>'
433 | boost::graph::keywords::tag::visitor, dummy_property_map& >::type vis
| ^~~
make[2]: *** [demos/CMakeFiles/demo_PlannerData.dir/build.make:79: demos/CMakeFiles/demo_PlannerData.dir/PlannerData.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1221: demos/CMakeFiles/demo_PlannerData.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:169: all] Error 2
An unexpected error occured. The last 10 log lines are shown below.
| cd /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/demos && /usr/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_TEST_DYN_LINK -I/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src -I/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/external -I/usr/include/eigen3 -pipe -O3 -DNDEBUG -O3 -std=c++11 -W -Wall -Wextra -Wcast-qual -Wwrite-strings -Wunreachable-code -Wpointer-arith -Winit-self -Wredundant-decls -Wno-unused-parameter -Wno-unused-function -fext-numeric-literals -Wno-noexcept-type -Wno-deprecated-declarations -fPIC -std=c++11 -MD -MT demos/CMakeFiles/demo_Koules.dir/Koules/KoulesStatePropagator.cpp.o -MF CMakeFiles/demo_Koules.dir/Koules/KoulesStatePropagator.cpp.o.d -o CMakeFiles/demo_Koules.dir/Koules/KoulesStatePropagator.cpp.o -c /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/demos/Koules/KoulesStatePropagator.cpp
| [ 89%] Building CXX object demos/CMakeFiles/demo_Koules.dir/Koules/KoulesStateSpace.cpp.o
=> Marking ompl-1.4.1 as broken
| cd /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/demos && /usr/bin/g++ -DBOOST_ALL_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_TEST_DYN_LINK -I/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src -I/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/src/external -I/usr/include/eigen3 -pipe -O3 -DNDEBUG -O3 -std=c++11 -W -Wall -Wextra -Wcast-qual -Wwrite-strings -Wunreachable-code -Wpointer-arith -Winit-self -Wredundant-decls -Wno-unused-parameter -Wno-unused-function -fext-numeric-literals -Wno-noexcept-type -Wno-deprecated-declarations -fPIC -std=c++11 -MD -MT demos/CMakeFiles/demo_Koules.dir/Koules/KoulesStateSpace.cpp.o -MF CMakeFiles/demo_Koules.dir/Koules/KoulesStateSpace.cpp.o.d -o CMakeFiles/demo_Koules.dir/Koules/KoulesStateSpace.cpp.o -c /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/demos/Koules/KoulesStateSpace.cpp
| [ 90%] Linking CXX executable ../bin/demo_Koules
| cd /local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/demos && /usr/bin/cmake -E cmake_link_script CMakeFiles/demo_Koules.dir/link.txt --verbose=1
| /usr/bin/g++ -pipe -O3 -DNDEBUG -O3 -rdynamic CMakeFiles/demo_Koules.dir/Koules/Koules.cpp.o CMakeFiles/demo_Koules.dir/Koules/KoulesControlSpace.cpp.o CMakeFiles/demo_Koules.dir/Koules/KoulesDirectedControlSampler.cpp.o CMakeFiles/demo_Koules.dir/Koules/KoulesGoal.cpp.o CMakeFiles/demo_Koules.dir/Koules/KoulesSetup.cpp.o CMakeFiles/demo_Koules.dir/Koules/KoulesSimulator.cpp.o CMakeFiles/demo_Koules.dir/Koules/KoulesStatePropagator.cpp.o CMakeFiles/demo_Koules.dir/Koules/KoulesStateSpace.cpp.o -o ../bin/demo_Koules -Wl,-rpath,/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source/lib ../lib/libompl.so.1.4.1 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.74.0 -lode /usr/lib/x86_64-linux-gnu/libboost_serialization.so.1.74.0
| make[2]: Leaving directory '/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source'
| [ 90%] Built target demo_Koules
| make[1]: Leaving directory '/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source'
| make: *** [Makefile:169: all] Error 2
For details or bug reports, check the complete log file in:
/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/build.log
make[3]: *** [/local/robotpkg/var/lib/robotpkg/mk/build/build.mk:204: do-build-make(/local/robotpkg/var/tmp/robotpkg/wip/ompl/work/ompl-1.4.1-Source)] Error 2
make[2]: *** [/local/robotpkg/var/lib/robotpkg/mk/pkg/package.mk:42: pkg-check-installed] Error 2
ERROR: make: *** [package] Error 2
===> Deinstalling for ompl
Removed digest-20080510
Removed tnftp-20151004~ssl