Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Clear rpath before setting #173

Merged
merged 4 commits into from
Jun 29, 2019
Merged

Conversation

daa
Copy link
Contributor

@daa daa commented Jun 26, 2019

Due to bug in patchelf NixOS/patchelf#94 if shared object has DT_RUNPATH attribute it is not replaced with DT_RPATH if --force-rpath is given, so one must clear all rpath attributes before setting new.
This pull request closes #29.
Also this pull request is resubmit of #133 because old showed too much changed files and it is easier for me to resubmit.

@lkollar
Copy link
Contributor

lkollar commented Jun 26, 2019

You probably want to squash your commits as there 15 in total and several have duplicate commit message. It doesn’t look quite right...

@daa daa force-pushed the clear-rpath-before-setting branch from 450feb7 to 2f21d2f Compare June 27, 2019 11:40
@daa
Copy link
Contributor Author

daa commented Jun 27, 2019

Squashed, sorry for inconvenience.

@auvipy auvipy merged commit b70e1fc into pypa:master Jun 29, 2019
@daa daa deleted the clear-rpath-before-setting branch July 1, 2019 09:41
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vendored library cannot be loaded
3 participants