You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just for your information.
The install of staticx from source worked to solve segfaulting binaries generated within docker container based on official python:3 image.
To get the installation running I had to install scons within the container first.
Long stories (#198, #203) very short:
objcopy
on CentOS 7 mangles the program headers of a bootloader built withmusl-gcc
on Debian bullseye.Built on: Debian bulseye, gcc 10.2.1, musl-tools 1.2.2-1
objcopy
2.27-44.base.el7
2.28
2.30
2.31.1
2.35.2
Workaround
Don't install the published wheels:
Test data
CentOS 7
Debian 9
Ubuntu 18.04
Debian 10
Debian 11
The text was updated successfully, but these errors were encountered: