brew bundle install should install taps first
#6657
Replies: 2 comments 2 replies
-
|
Hi @rami3l, This looks like a real ordering issue in What’s happening:
Workarounds (until fixed):
Recommendation: If this answer solves your doubts, please mark it as solved. |
Beta Was this translation helpful? Give feedback.
-
|
If this is reproducible you're better off making a bug report for this in Homebrew/brew as per https://docs.brew.sh/Creating-a-Homebrew-Issue |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
Given a fresh installation with just the default taps, and the
Brewfileas follows:brew bundle installwill cause the following error:Error: No available formula with the name "font-dseg". Did you mean fonts-encodings?However, if I comment out the
caskline, run once, and then uncomment the line and run for a second time, everything will work flawlessly.The conclusion seems to be that somehow
brew bundlehas forgotten to install the taps before their dependents.PS: To complete the context,
font-dsegis a cask inrami3l/tap:Beta Was this translation helpful? Give feedback.
All reactions