robotpkg/wip/infuse-envire bulk build results

Log for infuse-envire-0.1.1 on Fedora-40-x86_64: bulk.log (Back)

=> Checking for clear installation ===> Installing bootstrap dependencies for infuse-envire-0.1.1 => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-40-x86_64/All/digest-20080510.tgz => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-40-x86_64/All/tnftp-20151004~ssl.tgz ===> Checking bootstrap dependencies for infuse-envire-0.1.1 => Required robotpkg package digest>=20080510: digest-20080510 found => Required robotpkg package tnftp>=20091122: tnftp-20151004~ssl found => Required system package gzip: gzip-1.13 found => Required system package pax and tar archivers: pax found => Required system package pkg_install>=20110805.12: pkg_install-20211115.3 found ===> Done bootstrap-depends for infuse-envire-0.1.1 ===> Installing full dependencies for infuse-envire-0.1.1 => Dependency digest-20080510 already installed => Dependency tnftp-20151004~ssl already installed ===> Checking build options for infuse-envire-0.1.1 => Building with no option. ===> Checking alternatives for infuse-envire-0.1.1 => Use the GNU C++ compiler: c++-compiler provided by g++>=3 => Use the GNU C compiler: c-compiler provided by gcc>=3 ===> Checking dependencies for infuse-envire-0.1.1 => Required system package cmake>=2.6: cmake-3.28.2 found => Required system package eigen3>=3.0.0: eigen3-3.4.0 found => Required system package g++>=3: g++-14 found => Required system package gcc>=3: gcc-14 found => Required system package libstdc++: libstdc++ found => Required system package pkg-config>=0.22: pkg-config-2.1.1 found ===> Done depends for infuse-envire-0.1.1 ===> Extracting for infuse-envire-0.1.1 => SHA1 checksums OK => RMD160 checksums OK ===> Configuring for infuse-envire-0.1.1 ===> Building for infuse-envire-0.1.1 In file included from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/events/EdgeEvents.hpp:30, from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/events/GraphEventDispatcher.cpp:29: /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/events/../graph/GraphTypes.hpp:165:28: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 165 | struct EdgeHash : std::unary_function | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/14/string:49, from /usr/include/c++/14/stdexcept:39, from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/events/GraphEventExceptions.hpp:29, from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/events/GraphEvent.hpp:28, from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/events/GraphEventDispatcher.cpp:28: /usr/include/c++/14/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/events/../graph/GraphTypes.hpp:182:30: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 182 | struct VertexHash : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/14/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ In file included from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/TreeView.hpp:29, from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/TreeView.cpp:27: /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/GraphTypes.hpp:165:28: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 165 | struct EdgeHash : std::unary_function | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/14/bits/refwrap.h:39, from /usr/include/c++/14/vector:68, from /usr/include/boost/graph/adjacency_list.hpp:16, from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/GraphTypes.hpp:29: /usr/include/c++/14/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/GraphTypes.hpp:182:30: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 182 | struct VertexHash : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/14/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/TreeView.hpp: In member function 'void envire::core::TreeView::visitBfs(envire::core::GraphTraits::vertex_descriptor, Func)': /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/TreeView.hpp:137:18: error: 'deque' is not a member of 'std' 137 | std::deque nodesToVisit; | ^~~~~ /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/TreeView.hpp:30:1: note: 'std::deque' is defined in header ''; this is probably fixable by adding '#include ' 29 | #include "GraphTypes.hpp" +++ |+#include 30 | /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/TreeView.hpp:137:54: error: expected primary-expression before '>' token 137 | std::deque nodesToVisit; | ^ /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/TreeView.hpp:137:56: error: 'nodesToVisit' was not declared in this scope 137 | std::deque nodesToVisit; | ^~~~~~~~~~~~ In file included from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/Path.hpp:28, from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/Path.cpp:27: /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/GraphTypes.hpp:165:28: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 165 | struct EdgeHash : std::unary_function | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/14/bits/refwrap.h:39, from /usr/include/c++/14/vector:68, from /usr/include/boost/graph/adjacency_list.hpp:16, from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/GraphTypes.hpp:29: /usr/include/c++/14/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/GraphTypes.hpp:182:30: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 182 | struct VertexHash : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/14/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ In file included from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/../events/EdgeEvents.hpp:30, from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/Graph.hpp:33, from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/TransformGraph.hpp:13, from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/EnvireGraph.hpp:38, from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/EnvireGraph.cpp:28: /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/../events/../graph/GraphTypes.hpp:165:28: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 165 | struct EdgeHash : std::unary_function | ^~~~~~~~~~~~~~ In file included from /usr/include/c++/14/bits/hashtable.h:37, from /usr/include/c++/14/bits/unordered_set.h:33, from /usr/include/c++/14/unordered_set:41, from /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/EnvireGraph.hpp:32: /usr/include/c++/14/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/../events/../graph/GraphTypes.hpp:182:30: warning: 'template struct std::unary_function' is deprecated [-Wdeprecated-declarations] 182 | struct VertexHash : std::unary_function { | ^~~~~~~~~~~~~~ /usr/include/c++/14/bits/stl_function.h:117:12: note: declared here 117 | struct unary_function | ^~~~~~~~~~~~~~ make[2]: *** [CMakeFiles/infuse_envire.dir/build.make:163: CMakeFiles/infuse_envire.dir/src/graph/TreeView.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/Graph.hpp: In instantiation of 'void envire::core::Graph::add_edge(vertex_descriptor, vertex_descriptor, const E&) [with FRAME_PROP = envire::core::Frame; EDGE_PROP = envire::core::Transform; vertex_descriptor = void*]': /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/Graph.hpp:671:20: required from 'void envire::core::Graph::add_edge(const envire::core::FrameId&, const envire::core::FrameId&, const E&) [with FRAME_PROP = envire::core::Frame; EDGE_PROP = envire::core::Transform; envire::core::FrameId = std::__cxx11::basic_string]' 671 | return add_edge(originDesc, targetDesc, edgeProperty); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/TransformGraph.hpp:271:17: required from 'void envire::core::TransformGraph::addTransform(const envire::core::FrameId&, const envire::core::FrameId&, const envire::core::Transform&) [with FRAME_PROP = envire::core::Frame; envire::core::FrameId = std::__cxx11::basic_string]' 271 | add_edge(origin, target, tf); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/EnvireGraph.cpp:322:37: required from here 322 | destination.addTransform(sourceId, targetId, tf); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/Graph.hpp:638:14: warning: variable 'edge_pair_inv' set but not used [-Wunused-but-set-variable] 638 | EdgePair edge_pair_inv = boost::add_edge(target, origin, edgeProperty.inverse(), *this); | ^~~~~~~~~~~~~ make[1]: *** [CMakeFiles/Makefile2:86: CMakeFiles/infuse_envire.dir/all] Error 2 make: *** [Makefile:139: all] Error 2 An unexpected error occured. The last 10 log lines are shown below. | /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/EnvireGraph.cpp:322:37: required from here | 322 | destination.addTransform(sourceId, targetId, tf); | | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ | /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1/src/graph/Graph.hpp:638:14: warning: variable 'edge_pair_inv' set but not used [-Wunused-but-set-variable] | 638 | EdgePair edge_pair_inv = boost::add_edge(target, origin, edgeProperty.inverse(), *this); | | ^~~~~~~~~~~~~ | make[2]: Leaving directory '/local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1' | make[1]: Leaving directory '/local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1' | make[1]: *** [CMakeFiles/Makefile2:86: CMakeFiles/infuse_envire.dir/all] Error 2 => Marking infuse-envire-0.1.1 as broken | make: *** [Makefile:139: all] Error 2 For details or bug reports, check the complete log file in: /local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/build.log make[3]: *** [/local/robotpkg/var/lib/robotpkg/mk/build/build.mk:204: do-build-make(/local/robotpkg/var/tmp/robotpkg/wip/infuse-envire/work/infuse-envire-0.1.1)] 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 infuse-envire Removed digest-20080510 Removed tnftp-20151004~ssl