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
So, identical to the issue described in this issue I've had my whole brew setup mostly made unusable by a series of old casks that have since been removed. I have had to manually remove the contents of the old casks from my file system, as not doing so left me with brew completely unusable.
I was trying to brew untap homebrew/homebrew-science --force but this just got blocked on old casks, e.g. Error: Cask 'mailbox' is unavailable: No Cask with this name exists.
Come on! As you you say in the other issue (linked above) this is "suboptimal" (seriously?!) — this screwed over my whole homebrew install.
brew update-reset && brew update fails because it gets stuck on the old homebrew-science cask, which I was trying to remove...:
==> Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-science...
git: 'credential-gcloud.sh' is not a git command. See 'git --help'.
Username for 'https://github.com':
Any attempts at brew doctor then fail, being blocked by e.g.
Error: Cask 'mailbox' is unavailable: No Cask with this name exists.
and
brew untap homebrew/homebrew-science --force
Error: Cask 'seil' is unavailable: No Cask with this name exists.
...but I had to do this about 10 times.
If a cask doesn't exist, you can't just block all use of homebrew! 😢
Command that failed
All of them
Output of command with --verbose --debug
brew untap homebrew/homebrew-science --verbose --debug
Warning: Unexpected method 'accessibility_access' called on Cask alfred.
Follow the instructions here:
https://github.com/Homebrew/homebrew-cask#reporting-bugs
Error: Cask 'appcleaner' definition is invalid: invalid 'depends_on macos' value: unknown or unsupported macOS version: :tiger
Output of brew doctor --verbose
Error: Cask 'mailbox' is unavailable: No Cask with this name exists.
Come on! As you you say in the other issue (linked above) this is "suboptimal" (seriously?!)
If you’ve opened an issue just to vent, I’d recommend you open a PR instead. You’re welcome to use Homebrew without any guarantees, expressed or implied, but not to demand or expect free work from our volunteer efforts.
If a cask doesn't exist, you can't just block all use of homebrew!
Yes, we know it’s frustrating; we don’t want this behaviour either and there’s already another issue open for this. Please search before opening issues; there aren’t that many.
I'm sorry for having a bit of a vent. Long day, and frustrating when stuff like this breaks badly :-(
I also really appreciate your efforts for creating, working on, and maintaining this awesome software — I don't know what I'd do without Homebrew! Makes it all the sadder when it breaks.
The reason I didn't find the open issue you just linked to was because when I googled the particular error messages, all the top suggestions that came up were like the one I linked to above — closed — and without any indication or suggestion of the current open issue's existence, or suggested workarounds or fixes. If the open issue had been linked to in the issues I found — where you replied closing them — I would have realised there was no point in opening a new issue!
If you would be able to post a recommended workaround, resolution, or temporary fix (no matter how ugly) in closing issues like this, it will probably help people who discover it through google in future again! Really appreciate it.
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
So, identical to the issue described in this issue I've had my whole brew setup mostly made unusable by a series of old casks that have since been removed. I have had to manually remove the contents of the old casks from my file system, as not doing so left me with
brew
completely unusable.I was trying to
brew untap homebrew/homebrew-science --force
but this just got blocked on old casks, e.g.Error: Cask 'mailbox' is unavailable: No Cask with this name exists.
Come on! As you you say in the other issue (linked above) this is "suboptimal" (seriously?!) — this screwed over my whole homebrew install.
brew update-reset && brew update
fails because it gets stuck on the old homebrew-science cask, which I was trying to remove...:Any attempts at
brew doctor
then fail, being blocked by e.g.and
...but I had to do this about 10 times.
If a cask doesn't exist, you can't just block all use of homebrew! 😢
Command that failed
All of them
Output of command with
--verbose --debug
Output of
brew doctor --verbose
Output of
brew tap
The text was updated successfully, but these errors were encountered: