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
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.
Non-scratch build failure example: https://koji.fedoraproject.org/koji/taskinfo?taskID=68717990
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.
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.
*** This bug has been marked as a duplicate of bug 1964549 ***