ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

B4 I started, I moved the Macports inside by home directory per instructions. Should I delete the folder completely? Also I upgraded to Xcode 4.3.2 where xcode.app is the only version inside the Developer/Applications folder which executes ver 4.3.2 and no other Xcode in the Applications folder, but the install keeps demanding to upgrade from 4.2. Does that really matter?

my ~/.bashrc did have this line,

export ROS_NO_SUDO_PIP=True export CPLUS_INCLUDE_PATH="/usr/local/include:$CPLUS_INCLUDE_PATH" export PYTHONPATH="/usr/local/lib/python2.7/site-packages:/usr/local/lib/python:$PYTHONPATH" export ROS_OS_OVERRIDE=osxbrew:lion source ~/ros/setup.bash

but executing "source" command seemed to make the install run further, but still stopped at the same place, but with a different error code 1:

[ rosmake ] /Users/Ross/.ros/rosmake/rosmake_output-20120417-165746
Traceback (most recent call last): File "/usr/local/bin/rosinstall", line 5, in <module> pkg_resources.run_script('rosinstall==0.6.13', 'rosinstall')

File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 489, in run_script self.require(requires)[0].run_script(script_name, ns) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 1214, in run_script exec script_code in namespace, namespace

File "/Library/Python/2.7/site-packages/rosinstall-0.6.13-py2.7.egg/EGG-INFO/scripts/rosinstall", line 11, in <module>

File "build/bdist.macosx-10.7-intel/egg/rosinstall/rosinstall_cli.py", line 213, in rosinstall_main

File "build/bdist.macosx-10.7-intel/egg/rosinstall/rosinstall_cmd.py", line 88, in cmd_generate_ros_files

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 504, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'source /Users/Ross/ros/setup.sh && rosmake ros ros_comm --rosdep-install' returned non-zero exit status 1

Appreciate further something else to try.