Skip to content
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

Open
andreineculau opened this issue Nov 30, 2024 · 3 comments
Open

Fail bundle install if a formula is installed but not linked #1511

andreineculau opened this issue Nov 30, 2024 · 3 comments
Labels

Comments

@andreineculau
Copy link

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.

@jacobbednarz
Copy link
Member

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?

@MikeMcQuaid
Copy link
Member

Can you provide a minimal Brewfile and, ideally, brew commands that reproduce this behaviour?

Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants