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

homebrew: Failed to detect successful installation of [gazebo]

asked 2016-03-05 18:29:35 -0500

jacksonkr_ gravatar image

updated 2016-03-05 20:02:05 -0500

I had ROS Hydro installed and uninstalled in to install ROS Jade. During the install I'm getting an odd error. I'm being told that gazebo i already installed but that it can't be detected. How do I get around this?

 $ rosdep install --from-paths src
--ignore-src --rosdistro jade -y executing command [brew install gazebo] Warning: osrf/simulation/gazebo1-1.9.7 already installed ERROR: the following rosdeps failed to install   homebrew: Failed to detect successful installation of [gazebo]

OS X El Capitan (10.11.3)

* EDIT *

$ brew tap
homebrew/python
homebrew/science
homebrew/versions
homebrew/x11
jlhonora/lsusb
osrf/simulation
ros/deps
totakke/openni


$ brew list | grep gazebo | xargs brew info
osrf/simulation/gazebo1: stable 1.9.7, HEAD
Gazebo robot simulator
http://gazebosim.org
/usr/local/Cellar/gazebo1/1.9.7 (738 files, 54.6M) *
  Built from source
From: https://github.com/osrf/homebrew-simulation/blob/master/gazebo1.rb
==> Dependencies
Build: cmake ✔, pkg-config ✔
Required: boost ✔, doxygen ✔, freeimage ✔, libtar ✔, ogre ✔, protobuf ✔, protobuf-c ✔, qt ✔, sdformat ✔, tbb ✔, tinyxml ✔
Optional: bullet ✔, ffmpeg ✘, gts ✘, player ✘, simbody ✔
==> Options
--with-bullet
    Build with bullet support
--with-ffmpeg
    Build with ffmpeg support
--with-gts
    Build with gts support
--with-player
    Build with player support
--with-simbody
    Build with simbody support
--HEAD
    Install HEAD version

osrf/simulation/gazebo5: stable 5.2.1, HEAD
Gazebo robot simulator
http://gazebosim.org
/usr/local/Cellar/gazebo5/5.2.1 (962 files, 111.2M) *
  Built from source
From: https://github.com/osrf/homebrew-simulation/blob/master/gazebo5.rb
==> Dependencies
Build: cmake ✔, pkg-config ✔
Required: boost ✔, doxygen ✔, freeimage ✔, libtar ✔, ogre ✔, protobuf ✔, protobuf-c ✔, qt ✔, sdformat ✔, tbb ✔, tinyxml ✔
Recommended: bullet ✔, simbody ✔
Optional: dartsim/dart/dartsim4 ✘, ffmpeg ✘, gdal ✘, gts ✘, player ✘
==> Options
--with-dartsim4
    Build with dartsim4 support
--with-ffmpeg
    Build with ffmpeg support
--with-gdal
    Build with gdal support
--with-gts
    Build with gts support
--with-player
    Build with player support
--without-bullet
    Build without bullet support
--without-simbody
    Build without simbody support
--HEAD
    Install HEAD version
edit retag flag offensive close merge delete

Comments

Can you add to your question the output of brew tap and brew list | grep gazebo | xargs brew info?

William gravatar image William  ( 2016-03-05 19:39:42 -0500 )edit

@William I added the outputs to the bottom of the question. Let me know if you need to see anything else. Also, I found that I can safely move to the next step and ros installs fine.

jacksonkr_ gravatar image jacksonkr_  ( 2016-03-05 20:02:50 -0500 )edit

1 Answer

Sort by » oldest newest most voted
3

answered 2016-03-05 20:23:10 -0500

William gravatar image

You probably will have to uninstall "gazebo1" and install "gazebo". I'm not sure exactly how it got into that state, but rosdep resolve gazebo gives:

#homebrew
gazebo

So that should be the equivalent of brew install gazebo. If you're satisfied that you have gazebo installed you can also give the rosdep install line the extra argument --skip-keys gazebo.

edit flag offensive delete link more

Comments

I was facing the same issue and brew uninstall gazebo1 and brew uninstall gazebo5 and later brew install gazebo solved it. Thanks William.

Pedro_85 gravatar image Pedro_85  ( 2016-05-03 15:09:27 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-03-05 18:29:35 -0500

Seen: 2,748 times

Last updated: Mar 05 '16