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

--install-space on hydro fails

asked 2013-10-09 01:11:55 -0500

J.M.T. gravatar image

Installing hydro on osx 10.8.5 isolated just went fine, however when it want to install it to the usual place /opt/ros/hydro

with ./src/catkin/bin/catkin_make_isolated --install --install-space /opt/ros/hydro the following error happens:

Unhandled exception of type 'RuntimeError':
Traceback (most recent call last):
  File "./src/catkin/bin/../python/catkin/builder.py", line 785, in build_workspace_isolated
    number=index + 1, of=len(ordered_packages)
  File "./src/catkin/bin/../python/catkin/builder.py", line 559, in build_package
    "'\n  This sometimes occurs when a non-catkin package is "
RuntimeError: No env.sh file generated at: '/opt/ros/hydro/env.sh'
  This sometimes occurs when a non-catkin package is interpreted as a catkin package.
  This can also occur when the cmake cache is stale, try --force-cmake.
<== Failed to process package 'catkin': 
  No env.sh file generated at: '/opt/ros/hydro/env.sh'
  This sometimes occurs when a non-catkin package is interpreted as a catkin package.
  This can also occur when the cmake cache is stale, try --force-cmake.
Command failed, exiting.

Any ideas how to solve this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-10-09 08:04:38 -0500

William gravatar image
<== Failed to process package 'catkin': 
  No env.sh file generated at: '/opt/ros/hydro/env.sh'
  This sometimes occurs when a non-catkin package is interpreted as a catkin package.
  This can also occur when the cmake cache is stale, try --force-cmake.

I would try with --force-cmake :)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-10-09 01:11:55 -0500

Seen: 523 times

Last updated: Oct 09 '13