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

Deprecated packages while installing from Brewfile file #162

Open
egel opened this issue Aug 13, 2024 · 0 comments
Open

Deprecated packages while installing from Brewfile file #162

egel opened this issue Aug 13, 2024 · 0 comments

Comments

@egel
Copy link
Owner

egel commented Aug 13, 2024

Describe the bug
I noticed while installing packages from Brewfile (M1) that some packages are deprecated which throw errors and are skipped.

To Reproduce
Steps to reproduce the behavior:

  1. Have clean brew dir
  2. curl https://raw.githubusercontent.com/egel/dotfiles/main/configuration/Brewfile -o ~/Brewfile
  3. brew bundle install --file=~/Brewfile
  4. See the errors in the console

Expected behavior
While installing none of the packages should be deprecated.

Screenshots

→ brew bundle install --file=~/Brewfile
==> Tapping homebrew/bundle
Cloning into '/opt/homebrew/Library/Taps/homebrew/homebrew-bundle'...
remote: Enumerating objects: 8233, done.
remote: Counting objects: 100% (2316/2316), done.
remote: Compressing objects: 100% (482/482), done.
remote: Total 8233 (delta 1922), reused 2114 (delta 1823), pack-reused 5917
Receiving objects: 100% (8233/8233), 2.01 MiB | 9.21 MiB/s, done.
Resolving deltas: 100% (4797/4797), done.
Tapped 1 command (108 files, 2.4MB).
Using homebrew/bundle
Tapping homebrew/cask
Error: Tapping homebrew/cask is no longer typically necessary.
Add --force if you are sure you need it for contributing to Homebrew.
Tapping homebrew/cask has failed!
Tapping homebrew/core
Error: Tapping homebrew/core is no longer typically necessary.
Add --force if you are sure you need it for contributing to Homebrew.
Tapping homebrew/core has failed!
Tapping homebrew/cask-fonts
Error: homebrew/cask-fonts was deprecated. This tap is now empty and all its contents were either deleted or migrated.
Tapping homebrew/cask-fonts has failed!
...
... skip the installed content
...
Homebrew Bundle failed! 3 Brewfile dependencies failed to install.

Desktop (please complete the following information):

  • OS: macOS
  • Version: Sonoma

Additional context
It's not critical but it's nice that all packages are up to date

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

No branches or pull requests

1 participant