Hi, I tried to make a wheel for Debian 13. But I get an error:
g /tmp/pip-req-build-tzi4ow37/build/wxbld/gtk3/lib/libwx_gtk3u_ribbon-3.2.so.0.4.0 → /tmp/pip-req-build-tzi4ow37/wx/libwx_gtk3u_ribbon-3.2.so.0.4.0
copying /tmp/pip-req-build-tzi4ow37/build/wxbld/gtk3/lib/libwx_gtk3u_richtext-3.2.so.0 → /tmp/pip-req-build-tzi4ow37/wx/libwx_gtk3u_richtext-3.2.so.0
copying /tmp/pip-req-build-tzi4ow37/build/wxbld/gtk3/lib/libwx_gtk3u_richtext-3.2.so.0.4.0 → /tmp/pip-req-build-tzi4ow37/wx/libwx_gtk3u_richtext-3.2.so.0.4.0
Traceback (most recent call last):
File “/tmp/pip-req-build-tzi4ow37/build.py”, line 2434, in
main(sys.argv[1:])
~~~~^^^^^^^^^^^^^^
File “/tmp/pip-req-build-tzi4ow37/build.py”, line 205, in main
function(options, args)
~~~~~~~~^^^^^^^^^^^^^^^
File “/tmp/pip-req-build-tzi4ow37/build.py”, line 1502, in cmd_build
cmd_build_py(options, args)
~~~~~~~~~~~~^^^^^^^^^^^^^^^
File “/tmp/pip-req-build-tzi4ow37/build.py”, line 1813, in cmd_build_py
copyWxDlls(options)
~~~~~~~~~~^^^^^^^^^
File “/tmp/pip-req-build-tzi4ow37/build.py”, line 1698, in copyWxDlls
copyIfNewer(dll, posixjoin(phoenixDir(), cfg.PKGDIR, os.path.basename(dll)), verbose=True)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/tmp/pip-req-build-tzi4ow37/buildtools/config.py”, line 794, in copyIfNewer
copyFile(src, dest, verbose)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File “/tmp/pip-req-build-tzi4ow37/buildtools/config.py”, line 787, in copyFile
shutil.copy2(src, dest)
~~~~~~~~~~~~^^^^^^^^^^^
File “/usr/lib/python3.13/shutil.py”, line 468, in copy2
copyfile(src, dst, follow_symlinks=follow_symlinks)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.13/shutil.py”, line 273, in copyfile
_fastcopy_sendfile(fsrc, fdst)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File “/usr/lib/python3.13/shutil.py”, line 164, in _fastcopy_sendfile
raise err from None
File “/usr/lib/python3.13/shutil.py”, line 150, in fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: ‘/tmp/pip-req-build-tzi4ow37/build/wxbld/gtk3/lib/libwx_gtk3u_richtext-3.2.so.0.4.0’ → ‘/tmp/pip-req-build-tzi4ow37/wx/libwx_gtk3u_richtext-3.2.so.0.4.0’
Finished command: build_py (28m52.107s)
Finished command: build (42m42.401s)
WARNING: Building this way assumes that all generated files have been
generated already. If that is not the case then use build.py directly
to generate the source and perform the build stage. You can use
–skip-build with the bdist* or install commands to avoid this
message and the wxWidgets and Phoenix build steps in the future.
“/home/egon/Entw/.virtualenvs/builder_py/bin/python3” -u build.py build
Command ‘“/home/egon/Entw/.virtualenvs/builder_py/bin/python3” -u build.py build’ failed with exit code 1.
error: subprocess-exited-with-error
× Building wheel for wxPython (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
full command: /home/egon/Entw/.virtualenvs/builder_py/bin/python3 /home/egon/Entw/.virtualenvs/builder_py/lib/python3.13/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py build_wheel /tmp/tmp6v9t7z_b
cwd: /tmp/pip-req-build-tzi4ow37
Building wheel for wxPython (pyproject.toml): finished with status ‘error’
ERROR: Failed building wheel for wxPython
Failed to build wxPython
ERROR: Failed to build one or more wheels
How much memory where is needed?
Egon