Skip to content

Instantly share code, notes, and snippets.

@hpk42
Created May 23, 2020 16:37
Show Gist options
  • Save hpk42/738b20f6ba351ae38b9ffae275acf289 to your computer and use it in GitHub Desktop.
Save hpk42/738b20f6ba351ae38b9ffae275acf289 to your computer and use it in GitHub Desktop.
auditwheels run-test: commands[0] | python tests/auditwheels.py /mnt/python/.docker-tox/wheelhouse
INFO:auditwheel.main_repair:Repairing deltachat-0.800.1.dev450+g748f2b5e.d20200523-cp35-cp35m-linux_x86_64.whl
usage: auditwheel [-h] [-V] [-v] command ...
auditwheel: error: cannot repair ".docker-tox/wheelhouse/deltachat-0.800.1.dev450+g748f2b5e.d20200523-cp35-cp35m-linux_x86_64.whl" to "manylinux1_x86_64" ABI because of the presence of too-recent versioned symbols. You'll need to compile the wheel on an older toolchain.
Traceback (most recent call last):
File "tests/auditwheels.py", line 13, in <module>
subprocess.check_call(["auditwheel", "repair", p, "-w", workspacedir])
File "/opt/_internal/cpython-3.5.9/lib/python3.5/subprocess.py", line 271, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['auditwheel', 'repair', '.docker-tox/wheelhouse/deltachat-0.800.1.dev450+g748f2b5e.d20200523-cp35-cp35m-linux_x86_64.whl', '-w', '.docker-tox/wheelhouse']' returned non-zero exit status 2
ERROR: InvocationError for command /mnt/python/.docker-tox/auditwheels/bin/python tests/auditwheels.py .docker-tox/wheelhouse (exited with code 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment