Created attachment 1562648 [details] Full log from Copr clufter fails to build with Python 3.8: It seems there are many issues when running the tests and not only isolated to a specific one. One of those is already reported [0]. Full log attached. [0] https://pagure.io/clufter/issue/5
Please respond.
Note: If the package doesn't rebuild with Python 3.8, it won't be installable in Fedora 32.
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to '31'.
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle. Changing version to 31.
Python 3.8 will happen in Fedora 32, changing back to rawhide.
This shall be fixed in Rawhide and I am planning to respin f31 and f30 as well. Indeed, there were couple of Python 3.8 related obstacles: https://github.com/jnpkrn/clufter/compare/v0.77.1...v0.77.2 At this point, thanks for convenient instructions at https://copr.fedorainfracloud.org/coprs/g/python/python3.8/, really saved me some time and effort. Let me know if there are any other issues.
Thanks but %check still fails with Python 3.8: Traceback (most recent call last): File "run-dev", line 87, in <module> from . import __main__ File "/builddir/build/BUILD/clufter-0.77.2/clufter/__main__.py", line 11, in <module> from .main import run File "/builddir/build/BUILD/clufter-0.77.2/clufter/main.py", line 23, in <module> from distro import linux_distribution ModuleNotFoundError: No module named 'distro' https://copr-be.cloud.fedoraproject.org/results/@python/python3.8/fedora-rawhide-x86_64/01001581-clufter/
Thanks for spotting this, matter of prefilled mock root and me forgetting to add that BR. Just rechecking the fix and will rebuild shortly.
I'd close this bug if clufter-0.77.2-2.fc32 works better (fingers crossed -- if not, like the automatic dependency extraction doesn't work so universally and extra Requires will be needed as well).
The coordinated rebuild of Python 3.8 has started in the `f32-python` side tag. If you figure out how to rebuild this package, please don't rebuild it in regular rawhide, but use the side tag instead: on branch master: $ fedpkg build --target=f32-python To wait for a build to show up in the side tag, do: $ koji wait-repo f32-python --build=<nvr> Where <nvr> is name-version-release of the source package, e.g. python-foo-1.1-2.fc32. An updated mock config is posted at: http://copr.fedorainfracloud.org/coprs/g/python/python3.8/ Note that it will take a while before the essential packages are rebuilt, so don't expect all your dependencies to be available right away. Thanks. Let us know if you need up to date info, or if you have any questions. PS this message is mass posted to all the bugs that block the PYTHON38 bug. If this is also a Fedora 31 FTBFS bug and you manage to fix it, you can do a f31 build as usual: on branch f31: $ fedpkg build
(In reply to Jan Pokorný [poki] from comment #12) > I'd close this bug if clufter-0.77.2-2.fc32 works better > (fingers crossed -- if not, like the automatic dependency > extraction doesn't work so universally and extra Requires > will be needed as well). That built and requires python3-distro. Thanks.