Mac OSX Installation SHA256 mismatch for urdfdom
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.
Asked by Humoros on 2016-08-12 13:06:29 UTC
Comments
Is there a chance you have older ROS-related Homebrew
taps
tapped? What's the output ofbrew tap
?Asked by spmaniato on 2016-08-12 13:28:41 UTC
output is:
Asked by Humoros on 2016-08-12 14:07:18 UTC
OK, nvm. That looks good. Let's try
brew cleanup
thenbrew update
thenbrew reinstall console_bridge
Asked by spmaniato on 2016-08-12 14:31:37 UTC
brew update
output was:and
brew reinstall console_bridge
output was the same error as beforeAsked by Humoros on 2016-08-12 14:42:46 UTC
On my Macbook, I'm getting
a8843e1d8447c099ef271a942af1c57294c4c51f43bbde2c6d03f7b805989fa7
as the hash ofconsole_bridge-0.2.5.tar.gz
, which is the "Actual" from your error snippet. Not sure what that says though :/Asked by spmaniato on 2016-08-12 16:35:25 UTC
http://answers.ros.org/question/194659/installing-ros-on-mavericks-rviz-cannot-locate-rosdep-definition-for-urdfdom/ says that I can go on even with the error so I guess I'll do that. Thanks for your help though!
Asked by Humoros on 2016-08-16 14:10:44 UTC