-
-
Notifications
You must be signed in to change notification settings - Fork 296
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
Fail bundle install if a formula is installed but not linked #1511
Comments
if i understand this correctly, this is less of a bundle problem and more of a brew + overwriting problem. what does the bundle file look like? what arguments are you passing in? what is the PATH setup on these systems? |
Can you provide a minimal |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@MikeMcQuaid i think this got fixed by 37f0345 If I understand the OP was after the failure messaging to be fixed, so that failure to link is a homebrew-bundle failure. It is similar to the two examples in #1442 where linking fails but a success message is still printed and the exit code is |
Yes, quite likely, thanks for chiming in. |
We have a situation where people install software outside of homebrew, and running
brew bundle install
will install the formulae but then fail creating the symlinks. Trying again though will succeed, although the symlinks are not enabled, thus hiding the problem.At least my expectation is that
brew bundle install
is deterministic.No problems: we installed AND linked n formulae.
Problems: we installed n but failed to link m formulae.
Right now it's not. Either there are no problems, or if there are, trying again and again and again will lead to a success message, with problems being ignored.
The text was updated successfully, but these errors were encountered: