-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Error Finding Casks directory when running "brew cask doctor" #4096
Comments
I am also having this problem |
When I ls, I have a directory phinze-cask, instead of phinze |
@Jackiebo I'm no longer seeing the problem. I have a suspicion that restarting your shell might resolve it (after the |
@booc0mtaco The @Jackiebo Homebrew has changed the directory structure of taps. A fix has already been merged. Could you please run |
Also, it may help to run |
I'm OK with closing this one out. It would be nice though if there were some mechanism to remind the user to restart shell when constants change after an |
This is mostly out of our hands. Homebrew moved the Tap location, and their implementation is glitchy. It seems somewhat unpredictable when the migration happens for each user. We can think about a special error message as you suggest. I don't want to close until we hear from @Jackiebo as well. |
My company had a custom version of brew that wasn't updating, I switched to On Fri, May 2, 2014 at 3:13 AM, Roland Walker [email protected]:
|
At every command execution - invoke `rename_taps_dir_if_necessary` to help with Homebrew's Tap migration. (Homebrew's migration seems to sometimes fail to fire, see Homebrew#4096) - untap `phinze/cask`, and tap `caskroom/cask`, to help with our own move to a GitHub organization After a few months, this can be reverted.
To aid in Tap transition. Require Homebrew 0.9.5, rescue `rename_tags_dir_if_necessary` (`respond_to?` won't work there because `rename_tags_dir_if_necessary` is a private method. References: Homebrew#4192, @Jackiebo in Homebrew#4096
At every command execution - invoke `rename_taps_dir_if_necessary` to help with Homebrew's Tap migration. (Homebrew's migration seems to sometimes fail to fire, see Homebrew#4096) - untap `phinze/cask`, and tap `caskroom/cask`, to help with our own move to a GitHub organization After a few months, this can be reverted.
To aid in Tap transition. Require Homebrew 0.9.5, rescue `rename_tags_dir_if_necessary` (`respond_to?` won't work there because `rename_tags_dir_if_necessary` is a private method. References: Homebrew#4192, @Jackiebo in Homebrew#4096
Ran the command
brew cask doctor
after runningbrew update
andbrew upgrade
, and received the following:Now, I report the bug as instructed.
Possibly unrelated, but I ran
brew doctor
and received:The text was updated successfully, but these errors were encountered: