-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
WTF! #17363
Comments
carlocab
added a commit
that referenced
this issue
May 25, 2024
`autoremove` is destructive, and it can be difficult for users to recover from it occuring when they weren't expecting it. Fixes #17363 Fixes Homebrew/discussions#5395 This reverts commit 3d11416. This reverts commit efb14a0.
7 tasks
carlocab
added a commit
that referenced
this issue
May 25, 2024
`autoremove` is destructive, and it can be difficult for users to recover from it occuring when they weren't expecting it. Fixes #17363 Fixes Homebrew/discussions#5395 This reverts commit 3d11416. This reverts commit efb14a0.
carlocab
added a commit
that referenced
this issue
May 25, 2024
`autoremove` is destructive, and it can be difficult for users to recover from it occuring when they weren't expecting it. Fixes #17363 Fixes Homebrew/discussions#5395 This reverts commit 3d11416. This reverts commit efb14a0.
This should be resolved by #17364. I am also permanently banning you from interacting with Homebrew on GitHub due to your derogatory comment about people with disabilities. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 brew installed the openjdk
What happened (include all command output)?
While installing openjdk brew removed my working /usr/local/Celler/openocd, also proceeded to replace my working python3.11 (aka python3) with python3.12 which does not work because it is missing all the installed python3.11 packages!
Brew use to be good then I guess a bunch of mentally deficient people started to help and have mode the system unusable now.
Brew should never remove something from a Cellar without an express command to do so! This might be the bloody packages or might be something else in brew but it also needs to stop trying to update my python3.11 to python3.12. I am a software developer for a large Aerospace company I don't have time for the bullshit to upgrade my bloody tools because someone thinks I should.
What did you expect to happen?
Just install openjdk
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: