-
-
Notifications
You must be signed in to change notification settings - Fork 12.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
pkg-config: pour bottle only in default prefixes #85032
Conversation
Fixes Homebrew/linuxbrew-core#23659.
We fixed this on macOS. Or at least it was supposed to have been fixed. Why is it different on Linux? Seems like a |
It is fixed on macOS. Not sure why it's not fixed on Linux. I'll look at the bottle. |
A quick build here will show |
It would, but wouldn't it just show that the bottle is relocatable? There is verbose output only when the bottle is detected to not be relocatable. Edit: I guess we can see if this problem still exists in the current state of |
Yep, still an issue:
|
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Merging this for now. Ideally this should be fixed in |
A possibility is to change this: to be limited to |
Thanks for the tip. I'll have a look. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?Fixes Homebrew/linuxbrew-core#23659.