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

Invalid syntax in Homebrew tap #197

Closed
aaron-hastings-travelport opened this issue Aug 31, 2021 · 4 comments · Fixed by FairwindsOps/nova#59
Closed

Invalid syntax in Homebrew tap #197

aaron-hastings-travelport opened this issue Aug 31, 2021 · 4 comments · Fixed by FairwindsOps/nova#59
Labels
bug Something isn't working

Comments

@aaron-hastings-travelport

Hi team,

Getting an error when installing the Homebrew tap:

$> brew install FairwindsOps/tap/pluto
==> Tapping fairwindsops/tap
Cloning into '/opt/homebrew/Library/Taps/fairwindsops/homebrew-tap'...
remote: Enumerating objects: 478, done.
remote: Counting objects: 100% (351/351), done.
remote: Compressing objects: 100% (350/350), done.
remote: Total 478 (delta 147), reused 4 (delta 1), pack-reused 127
Receiving objects: 100% (478/478), 75.77 KiB | 1020.00 KiB/s, done.
Resolving deltas: 100% (177/177), done.
Error: Invalid formula: /opt/homebrew/Library/Taps/fairwindsops/homebrew-tap/Formula/nova.rb
formulae require at least a URL
Error: Cannot tap fairwindsops/tap: invalid syntax in tap!

OS: macOS 11.5.2 Big Sur
Architecture: Apple Silicon M1

Homebrew version details:

$> brew --version
Homebrew 3.2.10
Homebrew/homebrew-core (git revision 3ffef4a6ff; last commit 2021-08-31)
Homebrew/homebrew-cask (git revision ca71d94e80; last commit 2021-08-31)

Let me know if I can provide additional details.

Thanks,
Aaron

@sudermanjr sudermanjr added the bug Something isn't working label Sep 8, 2021
@sudermanjr
Copy link
Member

Thanks for the report. We'll take a look!

@lucasreed
Copy link
Contributor

Ahh I think the issue is that Nova builds a Darwin binary but does not build a Darwin ARM binary so likely this issue is only for Mac M1 machines. I'll open the relevant Issue in the nova repo and reference this.

@lucasreed
Copy link
Contributor

Feel free to re-open this if you are still having issues. The release of nova should update the tap, but may take a few moments.

@aaron-hastings-travelport
Copy link
Author

Awesome - I can confirm that works now @lucasreed. Thanking you kindly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants