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

RPATH is being incorrectly overwritten #137

Closed
ehashman opened this issue Jan 24, 2019 · 0 comments · Fixed by #245
Closed

RPATH is being incorrectly overwritten #137

ehashman opened this issue Jan 24, 2019 · 0 comments · Fixed by #245

Comments

@ehashman
Copy link
Member

As originally reported by @thomaslima:

Our wheel has a complicated dependency structure. But the gist of it is the following:

dbcore.so (py_ext) -> lib_tl.so (non-py_ext) -> libcurl.so (external library to be grafted)

dbcore already had an RPATH set to $ORIGIN. So because of its dependency to libcurl.so, patchelf_set_rpath replaced it to $ORIGIN/.libs in repair.py, even though it was not necessary. This way, it could no longer find lib_tl.so.

See also #134.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant