Closed grant-h closed 8 years ago
When installing after tapping
Unfortunately, I have no idea why this error happened.
Could you show complete reproduce steps?
Just tapping this repository? Or executing brew install install-mingw-w64
?
I can reproduce this error locally by manually running brew install wget.
Really? I got the following result:
% brew install wget
Warning: wget-1.17.1 already installed
It shows not error but warning. Umm..., it's really curious.... :confounded:
Very strange! I had wget-1.17
and it wanted to upgrade to wget-1.17.1
. For some reason this Error'd out within brew install-mingw-w64
. I manually ran brew unlink wget && brew install wget
to resolve this issue. This doesn't seem like an issue with your package. You didn't do anything wrong, but I figured that brew wouldn't fail to install a dependency like that.
We could probably close this issue.
OK. I close this issue. If anyone meet same issue, I'll reopen this.
When installing after tapping I get this error:
I can reproduce this error locally by manually running
brew install wget
. Not sure why this is happening.To fix, I ran
brew unlink wget && brew install wget
.Is this an issue with this package or upstream? I don't know why it presented me with an error instead of just updating.