Gazebo | Ignition | Community
Ask Your Question
0

Homebrew failed "Failed to download resource "sdformat""

asked 2014-08-08 11:57:27 -0500

lockandfire gravatar image

Hello. I am using mac os x 10.9.4. I was using gazebo 2.2 with ogre1.7.4

Today I updated ogre to 1.9 therefore I re-install gazebo from homebrew. I did brew update but this error happened:

curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "sdformat"
Download failed: http://gazebosim.org/assets/distributions/sdformat-2.0.1.tar.bz2

As the homepage of gazebo was totally reformed, is there any patch to formula to fix this error?

Thank you.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2014-09-02 14:08:49 -0500

scpeters gravatar image

I believe the old links are working again. Sorry for the disruption. Also, feel free to post on the issue tracker for the homebrew tap:

https://github.com/osrf/homebrew-simulation/issues/25

edit flag offensive delete link more
0

answered 2014-08-09 11:47:04 -0500

lockandfire gravatar image

OK I found their resources from gazebosim blog. Change sdformat.rb as:

  homepage 'http://gazebosim.org/sdf.html'
  url 'https://bitbucket.org/osrf/sdformat/get/sdformat2_2.0.1.tar.bz2'
  sha1 '987d369d6fe7c4065818a84942646b4a4ab44d19'

and gazebo2.rb as:

class Gazebo2 < Formula
  homepage 'http://gazebosim.org'
  url 'http://osrf-distributions.s3.amazonaws.com/gazebo/releases/gazebo-2.2.3.tar.bz2'

and it works

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-08-08 11:57:27 -0500

Seen: 465 times

Last updated: Sep 02 '14