Skip to content

Instantly share code, notes, and snippets.

@fish2000
Created August 29, 2016 22:19
Show Gist options
  • Select an option

  • Save fish2000/bd9f6494b6c7b10f933a8cf347d99be2 to your computer and use it in GitHub Desktop.

Select an option

Save fish2000/bd9f6494b6c7b10f933a8cf347d99be2 to your computer and use it in GitHub Desktop.
Catastrophic `brew tap homebrew/science` failure
==> Tapping homebrew/science
git clone https://github.com/Homebrew/homebrew-science /usr/local/Library/Taps/homebrew/homebrew-science
Cloning into '/usr/local/Library/Taps/homebrew/homebrew-science'...
remote: Counting objects: 20226, done.
remote: Compressing objects: 100% (15/15), done.
remote: Total 20226 (delta 6), reused 0 (delta 0), pack-reused 20211
Receiving objects: 100% (20226/20226), 5.93 MiB | 656.00 KiB/s, done.
Resolving deltas: 100% (11949/11949), done.
Checking connectivity... done.
Error: Invalid formula: /usr/local/Library/Taps/homebrew/homebrew-science/jellyfish-1.1.rb
undefined method `rebuild' for #<BottleSpecification:0x007fa1c5171290>
Error: Invalid formula: /usr/local/Library/Taps/homebrew/homebrew-science/p4est.rb
undefined method `rebuild' for #<BottleSpecification:0x007fa1c4b2e130>
Error: Cannot tap homebrew/science: invalid syntax in tap!
asio-otus:~$
@fish2000

Copy link
Copy Markdown
Author

screen shot 2016-08-29 at 6 35 06 pm

Figure 1: What it looks like in ANSI color.

@aswathkk

Copy link
Copy Markdown

Run
brew update && brew upgrade
This solved my problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment