ruffsl

fetch_ros build error

Oct 25th, 2016
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.52 KB | None | 0 0
  1. ~/fetch_ws$ catkin build
  2. ----------------------------------------------------------
  3. Profile: default
  4. Extending: [cached] /opt/ros/kinetic
  5. Workspace: /home/ruffsl/fetch_ws
  6. ----------------------------------------------------------
  7. Source Space: [exists] /home/ruffsl/fetch_ws/src
  8. Log Space: [exists] /home/ruffsl/fetch_ws/logs
  9. Build Space: [exists] /home/ruffsl/fetch_ws/build
  10. Devel Space: [exists] /home/ruffsl/fetch_ws/devel
  11. Install Space: [unused] /home/ruffsl/fetch_ws/install
  12. DESTDIR: [unused] None
  13. ----------------------------------------------------------
  14. Devel Space Layout: linked
  15. Install Space Layout: None
  16. ----------------------------------------------------------
  17. Additional CMake Args: None
  18. Additional Make Args: None
  19. Additional catkin Make Args: None
  20. Internal Make Job Server: True
  21. Cache Job Environments: False
  22. ----------------------------------------------------------
  23. Whitelisted Packages: None
  24. Blacklisted Packages: None
  25. ----------------------------------------------------------
  26. Workspace configuration appears valid.
  27. ----------------------------------------------------------
  28. [build] Found '11' packages in 0.0 seconds.
  29. [build] Package table is up to date.
  30. Starting >>> fetch_calibration
  31. Starting >>> fetch_depth_layer
  32. Starting >>> fetch_description
  33. Starting >>> fetch_ikfast_plugin
  34. Starting >>> fetch_maps
  35. Starting >>> fetch_teleop
  36. Starting >>> freight_calibration
  37. Finished <<< fetch_description [ 0.4 seconds ]
  38. Starting >>> fetch_gazebo
  39. Finished <<< fetch_maps [ 0.2 seconds ]
  40. Finished <<< fetch_depth_layer [ 0.6 seconds ]
  41. Starting >>> fetch_navigation
  42. Finished <<< fetch_teleop [ 0.6 seconds ]
  43. Finished <<< freight_calibration [ 0.4 seconds ]
  44. Finished <<< fetch_calibration [ 0.2 seconds ]
  45. Finished <<< fetch_gazebo [ 0.2 seconds ]
  46. Finished <<< fetch_navigation [ 1.6 seconds ]
  47. _________________________________________________________________________________________________________________________________________________________________________________________________________
  48. Errors << fetch_ikfast_plugin:make /home/ruffsl/fetch_ws/logs/fetch_ikfast_plugin/build.make.001.log
  49. In file included from /opt/ros/kinetic/include/moveit/macros/class_forward.h:40:0,
  50. from /opt/ros/kinetic/include/moveit/kinematics_base/kinematics_base.h:42,
  51. from /home/ruffsl/fetch_ws/src/fetch_ros/fetch_ikfast_plugin/src/fetch_arm_ikfast_moveit_plugin.cpp:49:
  52. /opt/ros/kinetic/include/moveit/macros/declare_ptr.h:52:16: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type
  53. typedef std::shared_ptr<Type> Name##Ptr; \
  54. ^
  55. /opt/ros/kinetic/include/moveit/macros/class_forward.h:49:42: note: in expansion of macro ‘MOVEIT_DECLARE_PTR’
  56. #define MOVEIT_CLASS_FORWARD(C) class C; MOVEIT_DECLARE_PTR(C, C);
  57. ^
  58. /opt/ros/kinetic/include/moveit/kinematics_base/kinematics_base.h:136:1: note: in expansion of macro ‘MOVEIT_CLASS_FORWARD’
  59. MOVEIT_CLASS_FORWARD(KinematicsBase);
  60. ^
  61. /opt/ros/kinetic/include/moveit/macros/declare_ptr.h:53:16: error: ‘shared_ptr’ in namespace ‘std’ does not name a template type
  62. typedef std::shared_ptr<const Type> Name##ConstPtr;
  63. ^
  64. /opt/ros/kinetic/include/moveit/macros/class_forward.h:49:42: note: in expansion of macro ‘MOVEIT_DECLARE_PTR’
  65. #define MOVEIT_CLASS_FORWARD(C) class C; MOVEIT_DECLARE_PTR(C, C);
  66. ^
  67. /opt/ros/kinetic/include/moveit/kinematics_base/kinematics_base.h:136:1: note: in expansion of macro ‘MOVEIT_CLASS_FORWARD’
  68. MOVEIT_CLASS_FORWARD(KinematicsBase);
  69. ^
  70. make[2]: *** [CMakeFiles/fetch_arm_moveit_ikfast_plugin.dir/src/fetch_arm_ikfast_moveit_plugin.cpp.o] Error 1
  71. make[1]: *** [CMakeFiles/fetch_arm_moveit_ikfast_plugin.dir/all] Error 2
  72. make: *** [all] Error 2
  73. cd /home/ruffsl/fetch_ws/build/fetch_ikfast_plugin; catkin build --get-env fetch_ikfast_plugin | catkin env -si /usr/bin/make --jobserver-fds=6,7 -j; cd -
  74. .........................................................................................................................................................................................................
  75. Failed << fetch_ikfast_plugin:make [ Exited with code 2 ]
  76. Failed <<< fetch_ikfast_plugin [ 2.2 seconds ]
  77. Abandoned <<< fetch_gazebo_demo [ Unrelated job failed ]
  78. Abandoned <<< fetch_moveit_config [ Unrelated job failed ]
  79. [build] Summary: 8 of 11 packages succeeded.
  80. [build] Ignored: None.
  81. [build] Warnings: None.
  82. [build] Abandoned: 2 packages were abandoned.
  83. [build] Failed: 1 packages failed.
  84. [build] Runtime: 2.8 seconds total.
  85. [build] Note: Workspace packages have changed, please re-source setup files to use them.
Advertisement
Add Comment
Please, Sign In to add comment