Advertisement
130s

error_rosmake_crowdnav_common_11Aug29_1305

Aug 29th, 2011
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. ros-machine@ros-user:~/ros_workspace/navgtn/navgtn_common$ rosmake
  2. [ rosmake ] No package specified. Building ['navgtn_common']
  3. [ rosmake ] Packages requested are: ['navgtn_common']
  4. [ rosmake ] Logging to directory/home/ros-user/.ros/rosmake/rosmake_output-20110829-130407
  5. [ rosmake ] Expanded args ['navgtn_common'] to:
  6. ['navgtn_common']
  7. [ rosmake ] Checking rosdeps compliance for packages navgtn_common. This may take a few seconds.
  8. [ rosmake ] rosdep check passed all system dependencies in packages
  9. [rosmake-0] Starting >>> rosbuild [ make ]
  10. [rosmake-0] Finished <<< rosbuild ROS_NOBUILD in package rosbuild [ 1 Active 1/15 Complete ]
  11. No Makefile in package rosbuild
  12. [rosmake-1] Starting >>> cpp_common [ make ]
  13. [rosmake-0] Starting >>> roslang [ make ]
  14. [rosmake-0] Finished <<< roslang ROS_NOBUILD in package roslang
  15. No Makefile in package roslang
  16. [rosmake-1] Finished <<< cpp_common ROS_NOBUILD in package cpp_common
  17. [rosmake-1] Starting >>> roscpp_traits [ make ]
  18. [rosmake-1] Finished <<< roscpp_traits ROS_NOBUILD in package roscpp_traits
  19. [rosmake-0] Starting >>> rostime [ make ]
  20. [rosmake-0] Finished <<< rostime ROS_NOBUILD in package rostime
  21. [rosmake-0] Starting >>> roslib [ make ]
  22. [rosmake-0] Finished <<< roslib ROS_NOBUILD in package roslib
  23. [rosmake-0] Starting >>> xmlrpcpp [ make ]
  24. [rosmake-0] Finished <<< xmlrpcpp ROS_NOBUILD in package xmlrpcpp
  25. [rosmake-0] Starting >>> rosconsole [ make ]
  26. [rosmake-0] Finished <<< rosconsole ROS_NOBUILD in package rosconsole
  27. [rosmake-0] Starting >>> std_msgs [ make ]
  28. [rosmake-0] Finished <<< std_msgs ROS_NOBUILD in package std_msgs
  29. [rosmake-0] Starting >>> rosgraph_msgs [ make ]
  30. [rosmake-0] Finished <<< rosgraph_msgs ROS_NOBUILD in package rosgraph_msgs
  31. [rosmake-0] Starting >>> tinyxml [ make ]
  32. [rosmake-0] Finished <<< tinyxml ROS_NOBUILD in package tinyxml
  33. [rosmake-1] Starting >>> roscpp_serialization [ make ]
  34. [rosmake-1] Finished <<< roscpp_serialization ROS_NOBUILD in package roscpp_serialization
  35. [rosmake-1] Starting >>> roscpp [ make ]
  36. [rosmake-1] Finished <<< roscpp ROS_NOBUILD in package roscpp
  37. [rosmake-1] Starting >>> navgtn_common [ make ]
  38. [ rosmake ] All 22 linesrowdnav_common: 0.5 sec ] [ 1 Active 14/15 Complete ]
  39. {-------------------------------------------------------------------------------
  40. mkdir -p bin
  41. cd build && cmake -Wdev -DCMAKE_TOOLCHAIN_FILE=`rospack find rosbuild`/rostoolchain.cmake ..
  42. -- The C compiler identification is GNU
  43. -- The CXX compiler identification is GNU
  44. -- Check for working C compiler: /usr/bin/gcc
  45. -- Check for working C compiler: /usr/bin/gcc -- works
  46. -- Detecting C compiler ABI info
  47. -- Detecting C compiler ABI info - done
  48. -- Check for working CXX compiler: /usr/bin/c++
  49. -- Check for working CXX compiler: /usr/bin/c++ -- works
  50. -- Detecting CXX compiler ABI info
  51. -- Detecting CXX compiler ABI info - done
  52. CMake Error at CMakeLists.txt:4 (find_package):
  53. find_package called with invalid argument "executable"
  54.  
  55.  
  56. CMake Error at CMakeLists.txt:8 (rospack):
  57. Unknown CMake command "rospack".
  58.  
  59.  
  60. -- Configuring incomplete, errors occurred!
  61. -------------------------------------------------------------------------------}
  62. [ rosmake ] Output from build of package navgtn_common written to:
  63. [ rosmake ] /home/ros-user/.ros/rosmake/rosmake_output-20110829-130407/navgtn_common/build_output.log
  64. [rosmake-1] Finished <<< navgtn_common [FAIL] [ 0.51 seconds ]
  65. [ rosmake ] Halting due to failure in package navgtn_common.
  66. [ rosmake ] Waiting for other threads to complete.
  67. [ rosmake ] Results:
  68. [ rosmake ] Built 15 packages with 1 failures.
  69. [ rosmake ] Summary output to directory
  70. [ rosmake ] /home/ros-user/.ros/rosmake/rosmake_output-20110829-130407
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement