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

Brew warning about use of deprecated bottle call #84

Open
vuldin opened this issue Nov 29, 2021 · 3 comments
Open

Brew warning about use of deprecated bottle call #84

vuldin opened this issue Nov 29, 2021 · 3 comments

Comments

@vuldin
Copy link

vuldin commented Nov 29, 2021

I just installed kafka-gitops via brew, and I received the following output:

Warning: Calling bottle :unneeded is deprecated! There is no replacement.
Please report this issue to the devshawn/kafka-gitops tap (not Homebrew/brew or Homebrew/core):
  /usr/local/Homebrew/Library/Taps/devshawn/homebrew-kafka-gitops/kafka-gitops.rb:8

The installation was successful, but it was printed in the console 3 times.

@samunnat
Copy link

samunnat commented Mar 8, 2022

It looks like this has escalated from a warning to an error. As of Homebrew 3.4.1, I'm unable to tap devshawn/kafka-gitops because of this.

It's caused by this line:
https://github.com/devshawn/homebrew-kafka-gitops/blob/master/kafka-gitops.rb#L8

brew tap devshawn/kafka-gitops
==> Tapping devshawn/kafka-gitops
Cloning into '/usr/local/Homebrew/Library/Taps/devshawn/homebrew-kafka-gitops'...
remote: Enumerating objects: 42, done.
remote: Counting objects: 100% (42/42), done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 42 (delta 17), reused 25 (delta 6), pack-reused 0
Receiving objects: 100% (42/42), 10.00 KiB | 5.00 MiB/s, done.
Resolving deltas: 100% (17/17), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/devshawn/homebrew-kafka-gitops/kafka-gitops.rb
kafka-gitops: Calling bottle :unneeded is disabled! There is no replacement.
Please report this issue to the devshawn/kafka-gitops tap (not Homebrew/brew or Homebrew/core):
  /usr/local/Homebrew/Library/Taps/devshawn/homebrew-kafka-gitops/kafka-gitops.rb:8

Error: Cannot tap devshawn/kafka-gitops: invalid syntax in tap!

Until this is fixed, I'm just installing from https://github.com/devshawn/kafka-gitops/releases

@xavier-s
Copy link

xavier-s commented Mar 8, 2022

It seems like this issue has now been escalated to an error.

I was attempting the install kafka-gitops via brew but I am getting the same error:

Error: kafka-gitops: Calling bottle :unneeded is disabled! There is no replacement.
Please report this issue to the devshawn/kafka-gitops tap (not Homebrew/brew or Homebrew/core):
  /usr/local/Homebrew/Library/Taps/devshawn/homebrew-kafka-gitops/kafka-gitops.rb:8```

@mlopez-eb
Copy link

It seems like this issue has now been escalated to an error.

Homebrew 3.4.2 Homebrew/homebrew-core (git revision 5667283afc8; last commit 2022-03-17) Homebrew/homebrew-cask (git revision ddec37a5da; last commit 2022-03-17)

I attempted to brew tap devshawn/kafka-gitops and got the following error:

==> Tapping devshawn/kafka-gitops
Cloning into '/usr/local/Homebrew/Library/Taps/devshawn/homebrew-kafka-gitops'...
remote: Enumerating objects: 42, done.
remote: Counting objects: 100% (42/42), done.
remote: Compressing objects: 100% (36/36), done.
Receiving objects: 100% (42/42), 10.00 KiB | 10.00 MiB/s, done.
Resolving deltas: 100% (17/17), done.
remote: Total 42 (delta 17), reused 25 (delta 6), pack-reused 0
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/devshawn/homebrew-kafka-gitops/kafka-gitops.rb
kafka-gitops: Calling bottle :unneeded is disabled! There is no replacement.
Please report this issue to the devshawn/kafka-gitops tap (not Homebrew/brew or Homebrew/core):
  /usr/local/Homebrew/Library/Taps/devshawn/homebrew-kafka-gitops/kafka-gitops.rb:8

Error: Cannot tap devshawn/kafka-gitops: invalid syntax in tap!

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

4 participants