==> Starting build()...
-- The C compiler identification is GNU 4.9.0
-- The CXX compiler identification is GNU 4.9.0
-- Check for working C compiler: /usr/sbin/cc
-- Check for working C compiler: /usr/sbin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/sbin/c++
-- Check for working CXX compiler: /usr/sbin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PkgConfig: /usr/sbin/pkg-config (found version "0.28")
-- checking for module 'eigen3'
-- found eigen3, version 3.2.1
-- Found Eigen: /usr/include/eigen3
-- Eigen found (include: /usr/include/eigen3)
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- date_time
-- filesystem
-- program_options
-- system
-- thread
-- Using CATKIN_DEVEL_PREFIX: /tmp/yaourt-tmp-frederik/aur-ros-hydro-moveit-ros-benchmarks/src/build/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/hydro
-- This workspace overlays: /opt/ros/hydro
-- Found PythonInterp: /usr/bin/python2 (found version "2.7.6")
-- Using PYTHON_EXECUTABLE: /usr/bin/python2
-- Python version: 2.7
-- Using default Python package layout
-- Found PY_em: /usr/lib/python2.7/site-packages/em.pyc
-- Using CATKIN_ENABLE_TESTING: ON
-- Skip enable_testing() when building binary package
-- Using CATKIN_TEST_RESULTS_DIR: /tmp/yaourt-tmp-frederik/aur-ros-hydro-moveit-ros-benchmarks/src/build/test_results
-- Found gtest: gtests will be built
-- catkin 0.5.86
-- Using these message generators: gencpp;genlisp;genpy;genrb
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
PYTHON_INCLUDE_DIR
PYTHON_LIBRARY
-- Build files have been written to: /tmp/yaourt-tmp-frederik/aur-ros-hydro-moveit-ros-benchmarks/src/build
Scanning dependencies of target moveit_benchmark_execution
[ 33%] Building CXX object benchmarks/CMakeFiles/moveit_benchmark_execution.dir/src/benchmark_execution.cpp.o
/tmp/yaourt-tmp-frederik/aur-ros-hydro-moveit-ros-benchmarks/src/moveit_ros_benchmarks/benchmarks/src/benchmark_execution.cpp: In member function ‘void moveit_benchmarks::BenchmarkExecution::runPlanningBenchmark(moveit_benchmarks::BenchmarkRequest&)’:
/tmp/yaourt-tmp-frederik/aur-ros-hydro-moveit-ros-benchmarks/src/moveit_ros_benchmarks/benchmarks/src/benchmark_execution.cpp:1110:86: error: ‘to_iso_extended_string’ is not a member of ‘boost::posix_time’
std::string filename = req.filename.empty() ? ("moveit_benchmarks_" + host + "_" + boost::posix_time::to_iso_extended_string(startTime.toBoost()) + ".log") : req.filename;
^
/tmp/yaourt-tmp-frederik/aur-ros-hydro-moveit-ros-benchmarks/src/moveit_ros_benchmarks/benchmarks/src/benchmark_execution.cpp:1114:28: error: ‘to_iso_extended_string’ is not a member of ‘boost::posix_time’
out << "Starting at " << boost::posix_time::to_iso_extended_string(startTime.toBoost()) << std::endl;
^
/tmp/yaourt-tmp-frederik/aur-ros-hydro-moveit-ros-benchmarks/src/moveit_ros_benchmarks/benchmarks/src/benchmark_execution.cpp: In member function ‘void moveit_benchmarks::BenchmarkExecution::runGoalExistenceBenchmark(moveit_benchmarks::BenchmarkRequest&)’:
/tmp/yaourt-tmp-frederik/aur-ros-hydro-moveit-ros-benchmarks/src/moveit_ros_benchmarks/benchmarks/src/benchmark_execution.cpp:1254:88: error: ‘to_iso_extended_string’ is not a member of ‘boost::posix_time’
std::string filename = req.filename.empty() ? ("moveit_benchmarks_" + host + "_" + boost::posix_time::to_iso_extended_string(startTime.toBoost()) + ".log") : req.filename;
^
/tmp/yaourt-tmp-frederik/aur-ros-hydro-moveit-ros-benchmarks/src/moveit_ros_benchmarks/benchmarks/src/benchmark_execution.cpp:1258:30: error: ‘to_iso_extended_string’ is not a member of ‘boost::posix_time’
out << "Starting at " << boost::posix_time::to_iso_extended_string(startTime.toBoost()) << std::endl;
^
/tmp/yaourt-tmp-frederik/aur-ros-hydro-moveit-ros-benchmarks/src/moveit_ros_benchmarks/benchmarks/src/benchmark_execution.cpp:1276:88: error: ‘to_iso_extended_string’ is not a member of ‘boost::posix_time’
std::string filename = req.filename.empty() ? ("moveit_benchmarks_" + host + "_" + boost::posix_time::to_iso_extended_string(startTime.toBoost()) + ".log") : req.filename;
^
/tmp/yaourt-tmp-frederik/aur-ros-hydro-moveit-ros-benchmarks/src/moveit_ros_benchmarks/benchmarks/src/benchmark_execution.cpp:1280:30: error: ‘to_iso_extended_string’ is not a member of ‘boost::posix_time’
out << "Starting at " << boost::posix_time::to_iso_extended_string(startTime.toBoost()) << std::endl;
^
benchmarks/CMakeFiles/moveit_benchmark_execution.dir/build.make:57: recipe for target 'benchmarks/CMakeFiles/moveit_benchmark_execution.dir/src/benchmark_execution.cpp.o' failed
make[2]: *** [benchmarks/CMakeFiles/moveit_benchmark_execution.dir/src/benchmark_execution.cpp.o] Error 1
CMakeFiles/Makefile2:1258: recipe for target 'benchmarks/CMakeFiles/moveit_benchmark_execution.dir/all' failed
make[1]: *** [benchmarks/CMakeFiles/moveit_benchmark_execution.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build ros-hydro-moveit-ros-benchmarks.