Closed parekcze closed 1 year ago
Same problem when build docker image of python, it cause QEMU crash:
Thanks for the reports however this repo only aims at providing a rebuild of patchelf on PyPI to ease installation of patchelf for Python users. Most likely, the issues you're seeing would be reproduced using the binaries or a rebuild of upstream and thus would need to be reported upstream: https://github.com/NixOS/patchelf
I'll update the README to make this clearer.
Hello,
after upgrade patchelf to version 0.17.2.0 I have problem with make static binary of python scripts with staticx.
Failing command:
staticx binary binary.static
With version "0.17.0.0" it works correctly, but with version "0.17.2.0" I have this error:
Assertion failed: splitIndex != -1 (patchelf.cc: shiftFile: 504)
staticx: patchelf returned -6
OS: Debian 11 Python: 3.9.2 staticx : 0.13.8