We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Relocatable binaries aren't processed and give an error.
Offending code:
patchelf/src/patchelf.cc
Lines 281 to 282 in 917ea45
Missing handling of ET_REL (see ELF headers)
ET_REL
A clear and concise description of what the bug is.
Steps To Reproduce
See: https://hydra.nixos.org/build/241099651/nixlog/1
Expected behavior
Maybe they should also be processed, but I'm not sure
patchelf --version output
patchelf --version
patchelf 0.15.0
Additional context
Found by @prtzl and @fricklerhandwerk at #ZurichZHF :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Relocatable binaries aren't processed and give an error.
Offending code:
patchelf/src/patchelf.cc
Lines 281 to 282 in 917ea45
Missing handling of
ET_REL
(see ELF headers)A clear and concise description of what the bug is.
Steps To Reproduce
See: https://hydra.nixos.org/build/241099651/nixlog/1
Expected behavior
Maybe they should also be processed, but I'm not sure
patchelf --version
outputpatchelf 0.15.0
Additional context
Found by @prtzl and @fricklerhandwerk at #ZurichZHF :)
The text was updated successfully, but these errors were encountered: