ninja-build fails to build with Python 3.13.0a1. + /usr/bin/python3 configure.py --bootstrap --verbose Traceback (most recent call last): File "/builddir/build/BUILD/ninja-1.11.1/configure.py", line 26, in <module> import pipes ModuleNotFoundError: No module named 'pipes' According to https://docs.python.org/3.13/whatsnew/3.13.html module pipes was removed: PEP 594: Remove the pipes module, deprecated in Python 3.11: use the subprocess module instead. (Contributed by Victor Stinner in gh-104773.) https://docs.python.org/3.13/whatsnew/3.13.html For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.13/fedora-rawhide-x86_64/06546748-ninja-build/ For all our attempts to build ninja-build with Python 3.13, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.13/package/ninja-build/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.13: https://copr.fedorainfracloud.org/coprs/g/python/python3.13/ Let us know here if you have any questions. Python 3.13 is planned to be included in Fedora 41. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.13. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.
PR from upstream: https://github.com/ninja-build/ninja/pull/2340
FEDORA-2023-df39ef58a2 has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2023-df39ef58a2
FEDORA-2023-df39ef58a2 has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.