-
Notifications
You must be signed in to change notification settings - Fork 508
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
static-tini installation fails with "No valid ELF RPATH or RUNPATH entry exists in the file" message #183
Comments
The same was also true for 0.18.0. |
OK, I found a solution for this: providing the |
Yeah it's definitely expected that the static build would not have a RPATH (since that's where to look for dynamic dependencies), but I suspect our CMakeLists should declare this. Are you able to repro this? If yes, can you try this patch?
|
Perhaps this problem is only triggered using Guix's I removed the
And it built! :-) [0] https://git.savannah.gnu.org/cgit/guix.git/tree/guix/build/cmake-build-system.scm#n60 |
Here's an excerpt of the build log, using GNU Guix:
I've disabled building the static-tini binary for now, but thought it'd be good to report this.
The text was updated successfully, but these errors were encountered: