Bug 1964567

Summary: automake dependency on perl(threads) cannot be satisfied in Rawhide
Product: [Fedora] Fedora Reporter: Alexander Bokovoy <abokovoy>
Component: perlAssignee: Jitka Plesnikova <jplesnik>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: urgent    
Version: rawhideCC: caillon+fedoraproject, iarnell, jjanco, jplesnik, karsten, kasal, mmaslano, mspacek, panovotn, perl-devel, ppisar, praiskup, 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:56:10 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:

Description Alexander Bokovoy 2021-05-25 17:54:31 UTC
Trying to build a scratch build in Rawhide of a package that needs automake installed and build requires installation fails with the following error:
https://kojipkgs.fedoraproject.org//work/tasks/6655/68716655/root.log

DEBUG util.py:444:  Error: 
DEBUG util.py:444:   Problem 1: package automake-1.16.2-4.fc34.noarch requires perl(threads), but none of the providers can be installed
DEBUG util.py:444:    - conflicting requests
DEBUG util.py:444:    - nothing provides perl(:MODULE_COMPAT_5.32.1) needed by perl-threads-1:2.25-458.fc34.armv7hl
DEBUG util.py:444:    - nothing provides libperl.so.5.32 needed by perl-threads-1:2.25-458.fc34.armv7hl
DEBUG util.py:444:   Problem 2: package httpd-devel-2.4.46-13.fc35.armv7hl requires perl(strict), but none of the providers can be installed
DEBUG util.py:444:    - package httpd-devel-2.4.46-13.fc35.armv7hl requires perl(:VERSION) >= 5.4.0, but none of the providers can be installed
DEBUG util.py:444:    - package perl-libs-4:5.34.0-477.fc35.armv7hl requires perl(File::Spec), but none of the providers can be installed
DEBUG util.py:444:    - conflicting requests
DEBUG util.py:444:    - nothing provides perl(:MODULE_COMPAT_5.32.1) needed by perl-PathTools-3.78-459.fc34.armv7hl
DEBUG util.py:444:    - nothing provides libperl.so.5.32 needed by perl-PathTools-3.78-459.fc34.armv7hl
DEBUG util.py:444:   Problem 3: package libtool-2.4.6-40.fc34.armv7hl requires autoconf, but none of the providers can be installed
DEBUG util.py:444:    - package autoconf-2.69-36.fc34.noarch requires perl(constant), but none of the providers can be installed
DEBUG util.py:444:    - conflicting requests
DEBUG util.py:444:    - nothing provides perl(:MODULE_COMPAT_5.32.1) needed by perl-constant-1.33-459.fc34.noarch
DEBUG util.py:446:  (try to add '--skip-broken' to skip uninstallable packages)

This makes impossible to build anything that requires automake in Rawhide. The issue happens on any architecture, not just armv7hl: https://koji.fedoraproject.org/koji/taskinfo?taskID=68716369

Comment 1 Alexander Bokovoy 2021-05-25 18:06:10 UTC
Looks like there was a perl rebase to 5.34 yesterday and perl-threads was rebuilt just before it to require newer perl version. But the perl itself did not yet appear in Rawhide buildroot.

Moving to perl.

Comment 2 Alexander Bokovoy 2021-05-25 18:07:06 UTC
Non-scratch build failure example: https://koji.fedoraproject.org/koji/taskinfo?taskID=68717990

Comment 3 Alexander Bokovoy 2021-05-25 18:08:39 UTC
Note that any upgrade like this where hard requirements exist between multiple packages should be handled in a side-tag, including in Rawhide.
It is not possible to build anything using perl in dependencies now.

Please fix ASAP.

Comment 4 Jitka Plesnikova 2021-05-25 19:56:10 UTC
I was able to build libauth2 witouh any issue.
https://koji.fedoraproject.org/koji/taskinfo?taskID=68727270

You probably hit the time when merge f35-perl to f35 was in progress.

Comment 5 Petr Pisar 2021-05-26 08:00:49 UTC

*** This bug has been marked as a duplicate of bug 1964549 ***