-
Notifications
You must be signed in to change notification settings - Fork 216
Give precedence to $ORIGIN locations in rpath wrappers #5038
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
base: develop
Are you sure you want to change the base?
Conversation
|
Builds that worked with this branch checked out (while having an existing installation of that software that would previously cause trouble in the tests) |
|
Following-up on the discussion in the conf call:
I see two solutions to this issue:
Option A seems the most practical solution. @boegel any thoughts on this? |
|
I'm pretty sure the reason the paths in A exist is so that when you run the test step for something not yet installed it can still find the libraries that it needs (which will ultimately end up in Specifically, the scenario is |
I think the rpaths to |
I think the only thing that can get in before |
Fixes: