Description of problem:
Rebuilt packages using Perl 5.34 are in the koji buildroot, but perl 5.34 itself seems not to be.
Version-Release number of selected component (if applicable): 5.34-477
How reproducible:
Steps to Reproduce:
1. mock -r fedora-rawhide-x86_64 --clean
2. mock -r fedora-rawhide-x86_64 --enablerepo=local -i git
Actual results:
Error:
Problem: package git-2.32.0-0.2.rc1.fc35.x86_64 requires perl(Term::ReadKey), but none of the providers can be installed
- package perl-TermReadKey-2.38-9.fc34.x86_64 requires libperl.so.5.32()(64bit), but none of the providers can be installed
- cannot install both perl-libs-4:5.34.0-477.fc35.x86_64 and perl-libs-4:5.32.1-475.fc35.x86_64
- package perl-Git-2.32.0-0.2.rc1.fc35.noarch requires perl(:MODULE_COMPAT_5.34.0), but none of the providers can be installed
- package git-2.32.0-0.2.rc1.fc35.x86_64 requires perl-Git = 2.32.0-0.2.rc1.fc35, but none of the providers can be installed
- cannot install the best candidate for the job
Expected results:
Installed:
[…] git-2.32.0-0.1.rc1.fc35.x86_64 […]
Additional info:
Merge f35-perl to rawhide takes some time. It should be solved now.
I was able to installed git-2.32.0-0.2.rc1.fc35 to mock with Perl 5.34 without any problems.
When merging a side tag, each package is signed and immediately tagged into f35. Because the signing is a slow and sequential, the side tag packages emerge in f35 gradually. Because Perl rebuild consists of more than 3000 packages, there was a many-hour window when f35 build root was inconsistent.
I filed a feature request for relengs to improve the side-tag merge process to prevent from happening it again <https://pagure.io/releng/issue/10134>.