Bug 1964549

Summary: Packages rebuilt with Perl 5.34 are not installable in Rawhide (Koji)
Product: [Fedora] Fedora Reporter: Ben Beasley <code>
Component: perlAssignee: Jitka Plesnikova <jplesnik>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: rawhideCC: abokovoy, caillon+fedoraproject, iarnell, jplesnik, kasal, mmaslano, mspacek, perl-devel, ppisar, psabata, rhughes, sandmann, spotrh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-05-25 19:59:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1794566    

Description Ben Beasley 2021-05-25 17:10:40 UTC
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:

Comment 1 Jitka Plesnikova 2021-05-25 19:34:29 UTC
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.

Comment 2 Ben Beasley 2021-05-25 19:59:03 UTC
I can confirm things look OK now. Thanks.

Comment 3 Petr Pisar 2021-05-26 08:00:45 UTC
*** Bug 1964567 has been marked as a duplicate of this bug. ***

Comment 4 Petr Pisar 2021-05-26 08:26:56 UTC
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>.