Want more features on Pastebin? Sign Up, it's FREE!
Guest

ros-hydro-moveit-ros-benchmarks AUR

By: a guest on May 25th, 2014  |  syntax: CMake  |  size: 5.64 KB  |  views: 246  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print  |  QR code  |  clone
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ==> Starting build()...
  2. -- The C compiler identification is GNU 4.9.0
  3. -- The CXX compiler identification is GNU 4.9.0
  4. -- Check for working C compiler: /usr/sbin/cc
  5. -- Check for working C compiler: /usr/sbin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/sbin/c++
  9. -- Check for working CXX compiler: /usr/sbin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Found PkgConfig: /usr/sbin/pkg-config (found version "0.28")
  13. -- checking for module 'eigen3'
  14. --   found eigen3, version 3.2.1
  15. -- Found Eigen: /usr/include/eigen3  
  16. -- Eigen found (include: /usr/include/eigen3)
  17. -- Boost version: 1.55.0
  18. -- Found the following Boost libraries:
  19. --   date_time
  20. --   filesystem
  21. --   program_options
  22. --   system
  23. --   thread
  24. -- Using CATKIN_DEVEL_PREFIX: /tmp/yaourt-tmp-frederik/aur-ros-hydro-moveit-ros-benchmarks/src/build/devel
  25. -- Using CMAKE_PREFIX_PATH: /opt/ros/hydro
  26. -- This workspace overlays: /opt/ros/hydro
  27. -- Found PythonInterp: /usr/bin/python2 (found version "2.7.6")
  28. -- Using PYTHON_EXECUTABLE: /usr/bin/python2
  29. -- Python version: 2.7
  30. -- Using default Python package layout
  31. -- Found PY_em: /usr/lib/python2.7/site-packages/em.pyc  
  32. -- Using CATKIN_ENABLE_TESTING: ON
  33. -- Skip enable_testing() when building binary package
  34. -- Using CATKIN_TEST_RESULTS_DIR: /tmp/yaourt-tmp-frederik/aur-ros-hydro-moveit-ros-benchmarks/src/build/test_results
  35. -- Found gtest: gtests will be built
  36. -- catkin 0.5.86
  37. -- Using these message generators: gencpp;genlisp;genpy;genrb
  38. -- Configuring done
  39. -- Generating done
  40. CMake Warning:
  41.   Manually-specified variables were not used by the project:
  42.  
  43.     PYTHON_INCLUDE_DIR
  44.     PYTHON_LIBRARY
  45.  
  46.  
  47. -- Build files have been written to: /tmp/yaourt-tmp-frederik/aur-ros-hydro-moveit-ros-benchmarks/src/build
  48. Scanning dependencies of target moveit_benchmark_execution
  49. [ 33%] Building CXX object benchmarks/CMakeFiles/moveit_benchmark_execution.dir/src/benchmark_execution.cpp.o
  50. /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&)’:
  51. /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’
  52.    std::string filename = req.filename.empty() ? ("moveit_benchmarks_" + host + "_" + boost::posix_time::to_iso_extended_string(startTime.toBoost()) + ".log") : req.filename;
  53.                                                                                       ^
  54. /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’
  55.    out << "Starting at " << boost::posix_time::to_iso_extended_string(startTime.toBoost()) << std::endl;
  56.                             ^
  57. /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&)’:
  58. /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’
  59.      std::string filename = req.filename.empty() ? ("moveit_benchmarks_" + host + "_" + boost::posix_time::to_iso_extended_string(startTime.toBoost()) + ".log") : req.filename;
  60.                                                                                         ^
  61. /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’
  62.      out << "Starting at " << boost::posix_time::to_iso_extended_string(startTime.toBoost()) << std::endl;
  63.                               ^
  64. /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’
  65.      std::string filename = req.filename.empty() ? ("moveit_benchmarks_" + host + "_" + boost::posix_time::to_iso_extended_string(startTime.toBoost()) + ".log") : req.filename;
  66.                                                                                         ^
  67. /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’
  68.      out << "Starting at " << boost::posix_time::to_iso_extended_string(startTime.toBoost()) << std::endl;
  69.                               ^
  70. benchmarks/CMakeFiles/moveit_benchmark_execution.dir/build.make:57: recipe for target 'benchmarks/CMakeFiles/moveit_benchmark_execution.dir/src/benchmark_execution.cpp.o' failed
  71. make[2]: *** [benchmarks/CMakeFiles/moveit_benchmark_execution.dir/src/benchmark_execution.cpp.o] Error 1
  72. CMakeFiles/Makefile2:1258: recipe for target 'benchmarks/CMakeFiles/moveit_benchmark_execution.dir/all' failed
  73. make[1]: *** [benchmarks/CMakeFiles/moveit_benchmark_execution.dir/all] Error 2
  74. Makefile:116: recipe for target 'all' failed
  75. make: *** [all] Error 2
  76. ==> ERROR: A failure occurred in build().
  77.     Aborting...
  78. ==> ERROR: Makepkg was unable to build ros-hydro-moveit-ros-benchmarks.
clone this paste RAW Paste Data