Groovy fail at ./src/catkin/bin/catkin_make_isolated --install [closed]
Hello. I am trying to install ROS Groovy on mac osx 10.8.2 by following instructions from ros.org . Unfortunately after typing ./src/catkin/bin/catkin_make_isolated --install in terminal i get following error:
<== Finished processing package [1 of 153]: 'catkin'
==> Processing catkin package: 'angles'
==> Building with env: '/Users/Slawek/ros_catkin_ws/install_isolated/env_cached.sh'
Makefile exists, skipping explicit cmake invocation...
==> make cmake_check_build_system in '/Users/Slawek/ros_catkin_ws/build_isolated/angles'
Traceback (most recent call last):
File "./src/catkin/bin/catkin_make_isolated", line 74, in <module>
main()
File "./src/catkin/bin/catkin_make_isolated", line 70, in main
quiet=not args.verbose
File "./src/catkin/bin/../python/catkin/builder.py", line 500, in build_workspace_isolated
number=index + 1, of=len(packages)
File "./src/catkin/bin/../python/catkin/builder.py", line 321, in build_package
build_catkin_package(path, package, spaces, options)
File "./src/catkin/bin/../python/catkin/builder.py", line 228, in build_catkin_package
make_check_cmake_cmd, build_dir, options['quiet']
File "./src/catkin/bin/../python/catkin/builder.py", line 121, in run_command_colorized
stdout=subprocess.PIPE, stderr=subprocess.STDOUT
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1228, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
I tried instructions from here: ---question/51746/groovy-1204-error-on-srccatkinbincatkin_make_isolated-install/ but it didn't work for me
I would like to mention that it is my first installation of ros and I would really appreciate "step by step" instructions.
The point of the instructions in the answer on the other question was to get more information about what failed. Please comment over there what the output was after you patched it.