homebrew: Failed to detect successful installation of [gazebo]
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
Can you add to your question the output of
brew tap
andbrew list | grep gazebo | xargs brew info
?@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.