Advertisement
130s

ros_catkin_mac_osx_13Mar25

Mar 25th, 2013
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. lan_machine:groovy_mac10.8 n130s$ sudo ./src/catkin/bin/catkin_make_isolated --install --install-space /opt/ros/groovy
  2. dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid
  3. Password:
  4. Base path: /Users/user/ROS/groovy_mac10.8
  5. Source space: /Users/user/ROS/groovy_mac10.8/src
  6. Build space: /Users/user/ROS/groovy_mac10.8/build_isolated
  7. Devel space: /Users/user/ROS/groovy_mac10.8/devel_isolated
  8. Install space: /opt/ros/groovy
  9. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10. ~~ traversing packages in topological order:
  11. :
  12. : (cut)
  13. :
  14. <== Finished processing package [26 of 147]: 'orocos_kinematics_dynamics'
  15. ==> Processing catkin package: 'python_orocos_kdl'
  16. ==> Building with env: '/opt/ros/groovy/env.sh'
  17. ==> cmake /Users/user/ROS/groovy_mac10.8/src/python_orocos_kdl -DCATKIN_DEVEL_PREFIX=/Users/user/ROS/groovy_mac10.8/devel_isolated/python_orocos_kdl -DCMAKE_INSTALL_PREFIX=/opt/ros/groovy
  18. -- Using CATKIN_DEVEL_PREFIX: /Users/user/ROS/groovy_mac10.8/devel_isolated/python_orocos_kdl
  19. -- Using CMAKE_PREFIX_PATH: /opt/ros/groovy;/Users/user/ROS/groovy_mac10.8/install_isolated
  20. -- This workspace overlays: /opt/ros/groovy
  21. -- Found gtest: gtests will be built
  22. -- catkin 0.5.63
  23. Traceback (most recent call last):
  24. File "/Users/user/ROS/groovy_mac10.8/src/python_orocos_kdl/cmake/FindSIP.py", line 8, in <module>
  25. import sipconfig
  26. ImportError: No module named sipconfig
  27. CMake Error at cmake/FindSIP.cmake:54 (MESSAGE):
  28. Could not find SIP
  29. Call Stack (most recent call first):
  30. CMakeLists.txt:30 (find_package)
  31.  
  32.  
  33. -- Configuring incomplete, errors occurred!
  34.  
  35. <== Failed to process package 'python_orocos_kdl':
  36. Command '/opt/ros/groovy/env.sh cmake /Users/user/ROS/groovy_mac10.8/src/python_orocos_kdl -DCATKIN_DEVEL_PREFIX=/Users/user/ROS/groovy_mac10.8/devel_isolated/python_orocos_kdl -DCMAKE_INSTALL_PREFIX=/opt/ros/groovy' returned non-zero exit status 1
  37.  
  38. Reproduce this error by running:
  39. ==> /opt/ros/groovy/env.sh cmake /Users/user/ROS/groovy_mac10.8/src/python_orocos_kdl -DCATKIN_DEVEL_PREFIX=/Users/user/ROS/groovy_mac10.8/devel_isolated/python_orocos_kdl -DCMAKE_INSTALL_PREFIX=/opt/ros/groovy
  40.  
  41. Command failed, exiting.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement