Log for multicontact-api-3.0.3 on Fedora-40-x86_64: bulk.log (Back)
=> Checking for clear installation
===> Installing bootstrap dependencies for multicontact-api-3.0.3
=> 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 multicontact-api-3.0.3
=> Required robotpkg package digest>=20080510: digest-20080510 found
=> Required robotpkg package tnftp>=20130505~ssl: 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 multicontact-api-3.0.3
===> Installing full dependencies for multicontact-api-3.0.3
=> Dependency digest-20080510 already installed
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-40-x86_64/All/hpp-fcl-2.4.5~doc.tgz
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-40-x86_64/All/ndcurves-1.4.1.tgz
=> Dependency pinocchio-3.2.0 already installed
=> Dependency tnftp-20151004~ssl already installed
===> Checking build options for multicontact-api-3.0.3
=> Building with no option.
===> Checking alternatives for multicontact-api-3.0.3
=> 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 multicontact-api-3.0.3
=> Required system package assimp>=3.0: assimp-5.3.1 found
=> Required system package boost-headers>=1.34.1: boost-headers-1.83 found
=> Required system package boostlib-filesystem>=1.34.1: boost-libs-1.83.0 found
=> Required system package boostlib-iostreams>=1.34.1: boost-libs-1.83.0 found
=> Required system package boostlib-math>=1.34.1: boost-libs-1.83.0 found
=> Required system package boostlib-thread>=1.34.1: boost-libs-1.83.0 found
=> Required system package cmake>=3.1.0: 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 octomap>=1.6.0: octomap-1.9.8 found
=> Required system package pkg-config>=0.22: pkg-config-2.1.1 found
=> Required system package urdfdom>=0.2.8: urdfdom-1.0.4 found
=> Required robotpkg package hpp-fcl>=1.4: hpp-fcl-2.4.5~doc found
=> Required robotpkg package ndcurves>=0.3.3: ndcurves-1.4.1 found
=> Required robotpkg package pinocchio>=2.3: pinocchio-3.2.0 found
===> Done depends for multicontact-api-3.0.3
===> Extracting for multicontact-api-3.0.3
=> SHA1 checksums OK
=> RMD160 checksums OK
===> Configuring for multicontact-api-3.0.3
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
===> Building for multicontact-api-3.0.3
In file included from /local/robotpkg/var/tmp/robotpkg/wip/multicontact-api/work/multicontact-api-3.0.3/include/multicontact-api/scenario/contact-model.hpp:13,
from /local/robotpkg/var/tmp/robotpkg/wip/multicontact-api/work/multicontact-api-3.0.3/unittest/scenario.cpp:16:
/local/robotpkg/var/tmp/robotpkg/wip/multicontact-api/work/multicontact-api-3.0.3/include/multicontact-api/serialization/archive.hpp:22:9: warning: "DEFINE_CLASS_TEMPLATE_VERSION" redefined
22 | #define DEFINE_CLASS_TEMPLATE_VERSION(Template, Type) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /opt/openrobots/include/ndcurves/curve_abc.h:19,
from /opt/openrobots/include/ndcurves/bernstein.h:18,
from /opt/openrobots/include/ndcurves/bezier_curve.h:17,
from /local/robotpkg/var/tmp/robotpkg/wip/multicontact-api/work/multicontact-api-3.0.3/unittest/scenario.cpp:7:
/opt/openrobots/include/ndcurves/serialization/archive.hpp:27:9: note: this is the location of the previous definition
27 | #define DEFINE_CLASS_TEMPLATE_VERSION(Template, Type) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/multicontact-api/work/multicontact-api-3.0.3/unittest/scenario.cpp: In function 'ndcurves::curve_SE3_ptr_t buildPiecewiseSE3()':
/local/robotpkg/var/tmp/robotpkg/wip/multicontact-api/work/multicontact-api-3.0.3/unittest/scenario.cpp:141:71: error: no matching function for call to 'ndcurves::SE3Curve::SE3Curve(boost::shared_ptr > >&, Eigen::QuaternionBase >::Matrix3, Eigen::QuaternionBase >::Matrix3)'
141 | translation_bezier, q0.toRotationMatrix(), q1.toRotationMatrix()));
| ^
In file included from /local/robotpkg/var/tmp/robotpkg/wip/multicontact-api/work/multicontact-api-3.0.3/unittest/scenario.cpp:11:
/opt/openrobots/include/ndcurves/se3_curve.h:150:3: note: candidate: 'ndcurves::SE3Curve