Mac OSX Installation SHA256 mismatch for urdfdom

asked 2016-08-12 13:06:29 -0500

Humoros gravatar image

Hi again, I'm still trying to install ROS Indigo on Mac OSX Yosemite, and I'm getting the following error on the step rosdep install --from-paths src --ignore-src --rosdistro indigo -y:

==> Installing urdfdom from ros/deps
==> Installing dependencies for ros/deps/urdfdom: ros/deps/console_bridge
==> Installing ros/deps/urdfdom dependency: ros/deps/console_bridge
==> Downloading https://github.com/ros/console_bridge/archive/0.2.5.tar.gz
==> Downloading from https://codeload.github.com/ros/console_bridge/tar.gz/0.2.5
######################################################################## 100.0%
Error: SHA256 mismatch
Expected: 6e4f3e8a56903f157829d8928b9ed8c8c9e1cc16f281a90ecd2abfdc904a3b92
Actual: a8843e1d8447c099ef271a942af1c57294c4c51f43bbde2c6d03f7b805989fa7
Archive: /Users/School/Library/Caches/Homebrew/console_bridge-0.2.5.tar.gz
To retry an incomplete download, remove the file above.

I've tried to do brew install urdfdom alone too, but that gives the same error. I've been removing the file they specify whenever I retry too, of course. I also tried brew update && brew upgrade brew-cask && brew cleanup && brew cask cleanup but that gives me Already up-to-date. Error: caskroom/cask/brew-cask not installed and when I do try to install brew-cask, it says that there's no available Cask for caskroom/cask/brew-cask.

Does anyone have a solution? Thanks.

edit retag flag offensive close merge delete

Comments

Is there a chance you have older ROS-related Homebrew taps tapped? What's the output of brew tap ?

spmaniato gravatar image spmaniato  ( 2016-08-12 13:28:41 -0500 )edit

output is:

caskroom/cask
homebrew/core
homebrew/nginx
homebrew/python
homebrew/science
homebrew/versions
osrf/simulation
ros/deps
Humoros gravatar image Humoros  ( 2016-08-12 14:07:18 -0500 )edit

OK, nvm. That looks good. Let's try brew cleanup then brew update then brew reinstall console_bridge

spmaniato gravatar image spmaniato  ( 2016-08-12 14:31:37 -0500 )edit

brew update output was:

Updated Homebrew from 58ffe34 to b3ea5c2.
Updated 2 taps (caskroom/cask, homebrew/core).
==> Updated Formulae
luajit                     sqlite                     sqlite-analyzer

and brew reinstall console_bridge output was the same error as before

Humoros gravatar image Humoros  ( 2016-08-12 14:42:46 -0500 )edit

On my Macbook, I'm getting a8843e1d8447c099ef271a942af1c57294c4c51f43bbde2c6d03f7b805989fa7 as the hash of console_bridge-0.2.5.tar.gz, which is the "Actual" from your error snippet. Not sure what that says though :/

spmaniato gravatar image spmaniato  ( 2016-08-12 16:35:25 -0500 )edit

http://answers.ros.org/question/19465... says that I can go on even with the error so I guess I'll do that. Thanks for your help though!

Humoros gravatar image Humoros  ( 2016-08-16 14:10:44 -0500 )edit