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

Groovy fail at ./src/catkin/bin/catkin_make_isolated --install [closed]

asked 2013-01-13 10:33:35 -0500

grzebyk gravatar image

updated 2013-01-13 10:34:46 -0500

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.

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by tfoote
close date 2013-01-14 09:50:40

Comments

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.

tfoote gravatar image tfoote  ( 2013-01-14 09:50:30 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-01-14 09:48:32 -0500

tfoote gravatar image
edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-13 10:33:35 -0500

Seen: 1,206 times

Last updated: Jan 14 '13