-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Weird undefined symbol error after patchelf #45
Comments
Huh, interesting. The binary has an import for a symbol named
and the
So I think the linker decided to save some space by pointing the I suppose that instead of overwriting the entire RPATH with X, we only remove the hash parts (like |
Please open a new issue if someone wants to pursue this. |
@shlevy Any idea if this issue has been fixed? I had to migrate all my development setup because some R packages cannot be built. Another user reports the same issue here: https://discourse.nixos.org/t/shared-object-error-in-rpackages-seurat/211 |
I can confirm that patchelf 0.10 cripples ELFs with |
After NixOS/nixpkgs@140e1de:
Before:
See NixOS/nixpkgs#5045, this causes an undefined symbol error.
The text was updated successfully, but these errors were encountered: