DescriptionAlexander 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 1Alexander 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 2Alexander Bokovoy
2021-05-25 18:07:06 UTC
Comment 3Alexander 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.