Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running brew tap #31

Open
dlee opened this issue May 10, 2022 · 1 comment
Open

Error when running brew tap #31

dlee opened this issue May 10, 2022 · 1 comment

Comments

@dlee
Copy link

dlee commented May 10, 2022

Describe the bug

Calling brew tap fails with the following error:

❯ brew tap dwarvesf/homebrew-tap
==> Tapping dwarvesf/tap
Cloning into '/opt/homebrew/Library/Taps/dwarvesf/homebrew-tap'...
remote: Enumerating objects: 140, done.
remote: Counting objects: 100% (116/116), done.
remote: Compressing objects: 100% (86/86), done.
remote: Total 140 (delta 50), reused 25 (delta 7), pack-reused 24
Receiving objects: 100% (140/140), 17.34 KiB | 807.00 KiB/s, done.
Resolving deltas: 100% (56/56), done.
Error: Invalid formula: /opt/homebrew/Library/Taps/dwarvesf/homebrew-tap/Formula/bifrost.rb
bifrost: Calling bottle :unneeded is disabled! There is no replacement.
Please report this issue to the dwarvesf/tap tap (not Homebrew/brew or Homebrew/core):
  /opt/homebrew/Library/Taps/dwarvesf/homebrew-tap/Formula/bifrost.rb:9

Error: Cannot tap dwarvesf/tap: invalid syntax in tap!

Environment

Desktop (please complete the following information):

  • OS: macOS Montgomery 12.3.1 (21E258)
@brukberhane
Copy link

If it helps anyone at all.... the invalid syntax it was referring to was this:

Error: Invalid formula: /usr/local/Homebrew/Library/Taps/dwarvesf/homebrew-tap/Formula/bifrost.rb
bifrost: Calling bottle :unneeded is disabled! There is no replacement.
Please report this issue to the dwarvesf/tap tap (not Homebrew/brew or Homebrew/core):
  /usr/local/Homebrew/Library/Taps/dwarvesf/homebrew-tap/Formula/bifrost.rb:9

Error: Cannot tap dwarvesf/tap: invalid syntax in tap!

So removing just the bottle :unneeded will fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants