Created attachment 1569450 [details] Full build log from COPR libmodulemd-2.3.1-1.fc31 fails to build from source in Fedora rawhide with Python 3.8. The failure occurs in the %files section for python3-libmodulemd: Processing files: python3-libmodulemd-2.3.1-1.fc31.x86_64 RPM build errors: BUILDSTDERR: error: Directory not found: /builddir/build/BUILDROOT/libmodulemd-2.3.1-1.fc31.x86_64/usr/lib64/python3.8/site-packages/gi/overrides BUILDSTDERR: Directory not found: /builddir/build/BUILDROOT/libmodulemd-2.3.1-1.fc31.x86_64/usr/lib64/python3.8/site-packages/gi/overrides Child return code was: 1
Created attachment 1569455 [details] root.log from COPR
The problem here is that pygobject3 is broken: ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.8/site-packages/gi/__init__.py", line 42, in <module> from . import _gi ImportError: cannot import name '_gi' from 'gi' (/usr/lib64/python3.8/site-packages/gi/__init__.py) ``` That needs to be resolved and then libmodulemd should build fine.
I'll take care of all the dependent packages. Closing as duplicate. *** This bug has been marked as a duplicate of bug 1709787 ***