Gazebo | Ignition | Community
Ask Your Question

Imhotep's profile - activity

2014-10-27 20:46:32 -0500 received badge  Famous Question (source)
2014-10-27 20:46:32 -0500 received badge  Notable Question (source)
2014-10-13 05:27:54 -0500 received badge  Taxonomist
2014-08-11 16:15:54 -0500 commented answer installing gazebo on mac os x

So Homebrew rightly recognizes that running Hombrew with sudo creates a security risk.

2014-08-11 16:15:53 -0500 commented answer installing gazebo on mac os x

Thanks.Homebrew rightly recognizes that running Hombrew with sudo creates a security risk.

However, running "brew install gazebo4" generates directory access permission errors.

Changing the permissions of those folders to allow promiscuous access is a greater security risk.

Any suggestions then on how to install using brew without sudo?

2014-08-11 16:15:08 -0500 received badge  Popular Question (source)
2014-08-10 13:43:19 -0500 asked a question installing gazebo on mac os x

I am in the process of installing Gazebo on an iMac running Mac OS 10.9.4

Following the instructions on the Gazebo web page, I made sure Howebrew was up to date, and installed XQuartz.

When installing osrf/simulation I received a warning message:

 sudo brew tap osrf/simulation
 Password:
 Cloning into '/usr/local/Library/Taps/osrf/homebrew-simulation'...
 remote: Counting objects: 382, done.
 remote: Total 382 (delta 0), reused 0 (delta 0)
 Receiving objects: 100% (382/382), 60.59 KiB | 0 bytes/s, done.
 Resolving deltas: 100% (231/231), done.
 Checking connectivity... done.
 Warning: Could not tap osrf/simulation/protobuf over Homebrew/homebrew/protobuf

When I attempted to install gazebo4, I get an error message:

 sudo brew install gazebo4
 Error: No available formula for gazebo4

I get the same error message when I use "sudo brew install gazeb04 --HEAD"

I (impetuously) attempted to install using "brew install gazebo", which generated a long series of patch and make messages. No errors or warnings (full output list available if needed). However, no executable "gazebo" appears to have been created.

Also, "sudo brew uninstall gazebo" produces the enigmatic message: "Sorry, try again."

Suggestions? Should I just install gazebo3?