-
-
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
Brew link step fail if installing multiple formulae with common symlink using a system with symlinked /home #18036
Comments
@asen23 Thanks for the issue! @Homebrew/maintainers given we have a few known issues with symlinked homes that no maintainers seem to be running into or personally working on fixing: I'm increasing tempted to say we should have a |
Sounds ok to me. There's a relatively straightforward workaround for this particular issue: Homebrew/homebrew-core#181016 (comment) Related issues can be handled in the same way. The issue is that a symlinked |
I don't mind if workaround is available, also if it possible to put the message in the brew link error it could give more visibility |
Yeh, the workaround here and how we're saying "PRs, not issues" communicates |
In current state of Homebrew, Fedora Silverblue and similar systems should probably fall into the "unsupported" category like ARM Linux and old macOS versions. It seems reasonable to add message to |
@cho-m Strongly agreed. |
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)?
Installing docker-compose and docker-buildx in my machine.
What happened (include all command output)?
the first one to be installed will be installed correctly but the second one to be installed will fail the
brew link
steplogs
What did you expect to happen?
Both are installed and usable without conflict.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: