You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!Warning: Some installed formulae are deprecated or disabled.You should find replacements for the following formulae: neofetch youtube-dl
Verification
My "brew doctor output" above says Your system is ready to brew. and am still able to reproduce my issue.
I ran brew update twice and am still able to reproduce my issue.
HOMEBREW_VERSION: 4.4.15-30-gcbf92f3
ORIGIN: https://github.com/Homebrew/brew
HEAD: cbf92f31a8be8bbc5439456edc2e93b5e03f5d78
Last commit: 17 hours ago
Branch: master
Core tap HEAD: be9aa768295f22b7f93fb4dac581c272e166d074
Core tap last commit: 16 hours ago
Core tap JSON: 08 Jan 10:46 UTC
Core cask tap HEAD: 50452463f1bc25cdf507ae7f44ca78a8a3a050f9
Core cask tap last commit: 15 hours ago
Core cask tap JSON: 08 Jan 10:46 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_BAT: set
HOMEBREW_CASK_OPTS: []
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_MAKE_JOBS: 16
HOMEBREW_NO_AUTO_UPDATE: set
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 3.3.6 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.6/bin/ruby
CPU: 16-core 64-bit kabylake
Clang: 16.0.0 build 1600
Git: 2.39.5 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Curl: 8.7.1 => /usr/bin/curl
macOS: 15.2-x86_64
CLT: 16.2.0.0.1.1733547573
Xcode: 16.2
What were you trying to do (and why)?
I have a script that periodically runs brew fetch on out of date formulae, so that they don't have to download when running brew upgrade. However, I've been getting this error message ever since sometime between 11/21-11/25: Warning: Bottle for tag :sequoia is unavailable.. I saw this discussion on how Intel Sequoia will largely not have dedicated bottles, however I'd expect brew fetch <formula> to just fetch the same bottle that would be used in brew install <formula>, without having to specify --bottle-tag sonoma
What happened (include all command output)?
~> brew fetch --formula node
Warning: Bottle for tag :sequoia is unavailable.
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
I have a script that periodically runs
brew fetch
on out of date formulae, so that they don't have to download when runningbrew upgrade
. However, I've been getting this error message ever since sometime between 11/21-11/25:Warning: Bottle for tag :sequoia is unavailable.
. I saw this discussion on how Intel Sequoia will largely not have dedicated bottles, however I'd expectbrew fetch <formula>
to just fetch the same bottle that would be used inbrew install <formula>
, without having to specify--bottle-tag sonoma
What happened (include all command output)?
What did you expect to happen?
Something like this:
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: