auditwheel
auditwheel copied to clipboard
Auditing and relabeling cross-distribution Linux wheels.
Binaries that go to the `.data/scripts` folder are not fixed correctly, the rpath value is wrong. There's no way to know the correct rpath value if we keep the executable...
See https://github.com/pypa/cibuildwheel/issues/934 and https://github.com/pypa/manylinux/pull/1225 and https://discuss.python.org/t/a-mess-with-soabi-tags-on-musllinux/11688 - all muslllinux wheels are broken; the version of Python used in `musllinux_1_1` makes and uses the wrong binary names inside the wheels (ending...
When grafting a library, it's dependencies are either: - available on the system (as specified in the policy) - also grafted into the wheel. So, we should always set the...
It would be better to rebuild the sample from source to get it for all images but it's a bit complex to rebuild in a generic way. Test marked as...
Hello, I have a use-case where I only want auditwheel to bundle certain libraries. i.e. I only want auditwheel to bundle `libfoo1.so` and `libfoo2.so`. Would it be possible to allow...
`ppc64le` are failing on travis-ci due to an unknown infra change on their end.
PEP 427 says that any file that is not normally installed to site-packages, which is the case of `policy.json` and `policy-schema.json`, should be installed to `distribution-version.data` ([here](https://www.python.org/dev/peps/pep-0427/#the-data-directory)). Currently, the build...
Is there a command which validates the wheel and exits with 1 if any problems are occured? I guess the closest one is `auditwheel show` but it always exists with...
`auditwheel`'s documentation is sorely lacking, and that gap makes it harder to contribute and use. Hosting some documentation on readthedocs.io would be awesome. I'd like to see the following documentation...
Using the manylinux docker image, I get this error message: > auditwheel: error: cannot repair "wheelhouse/pygame-1.9.2.dev1-cp34-cp34m-linux_x86_64.whl" to "manylinux1_x86_64" ABI because of the presence of too-recent versioned symbols. You'll need to...