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

enhance RPATH wrappers to avoid duplicate/useless entries #3534

Open
boegel opened this issue Dec 23, 2020 · 2 comments
Open

enhance RPATH wrappers to avoid duplicate/useless entries #3534

boegel opened this issue Dec 23, 2020 · 2 comments
Milestone

Comments

@boegel
Copy link
Member

boegel commented Dec 23, 2020

The list of paths that get included in the RPATH section is currently quite long, and we're seeing signs of trouble that may be related to this (see for example easybuilders/easybuild-easyconfigs#11909).

We should:

@boegel boegel added this to the next release (4.3.3?) milestone Dec 23, 2020
@boegel
Copy link
Member Author

boegel commented Jan 6, 2021

Partially fixed in #3538 (w.r.t. duplicate paths & symlinked paths)

@boegel
Copy link
Member Author

boegel commented Sep 1, 2021

The patchelf tool has an option to shrink the RPATH section to just what's needed to find the required libraries: patchelf --shrink-rpath

@boegel boegel modified the milestones: 4.4.2, release after 4.4.2 Sep 1, 2021
@boegel boegel modified the milestones: 4.5.0, release after 4.5.0 Oct 13, 2021
@boegel boegel modified the milestones: 4.5.1, release after 4.5.1 Dec 7, 2021
@boegel boegel modified the milestones: next release (4.5.2?), 4.x Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant