Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
[Sorry, bugzilla usability error: <Return> in Summary results in a Commit! (bug 519521, bug 627383)] Description: "yum update" shows a error in which perl-Module-Pluggable "Requires: perl = 4:5.12.3-160.fc16" which is missing the %{_isa} and thus fails because "4:perl-5.12.3-160.fc16.x86_64" is installed. Version-Release number of selected component: 1:perl-Module-Pluggable-3.90-160.fc16.noarch How reproducible: every time (3 times so far) Steps to reproduce: 1. yum update Actual results: Error: Package: 1:perl-Module-Pluggable-3.90-160.fc16.noarch (rawhide) Requires: perl = 4:5.12.3-160.fc16 Installed: 4:perl-5.12.4-159.fc15.x86_64 (@updates/15) perl = 4:5.12.4-159.fc15 Available: 4:perl-5.12.3-160.fc16.x86_64 (rawhide) perl = 4:5.12.3-160.fc16 Expected results: successful update
Typo: the bugzilla usability problem is bug 519251.
The same problem exists with: Error: Package: 1:perl-Pod-Escapes-1.04-160.fc16.noarch (rawhide) Requires: perl = 4:5.12.3-160.fc16 Installed: 4:perl-5.12.4-159.fc15.x86_64 (@updates/15) perl = 4:5.12.4-159.fc15 Available: 4:perl-5.12.3-160.fc16.x86_64 (rawhide) perl = 4:5.12.3-160.fc16 Error: Package: 1:perl-Pod-Simple-3.13-160.fc16.noarch (rawhide) Requires: perl = 4:5.12.3-160.fc16 Installed: 4:perl-5.12.4-159.fc15.x86_64 (@updates/15) perl = 4:5.12.4-159.fc15 Available: 4:perl-5.12.3-160.fc16.x86_64 (rawhide) perl = 4:5.12.3-160.fc16
Those are 'perl' subpackages. Correcting the component to 'perl'.
This looks like an upgrade path issue: perl in @updates/15 is later (4:perl-5.12.4-159.%{?dist}) than perl in rawhide (4:perl-5.12.3-160.%{?dist}) as perl development work in rawhide has been done on the dist-f16-perl tag rather than rawhide itself, an f15 has gotten ahead of it. It'll go away when the perl 5.14 mass rebuild results are merged into rawhide, but that could be some time off yet. If you're wanting to run rawhide, perhaps you should do a "yum distro-sync" to downgrade your perl to the rawhide one? Or use skip-broken until the mass rebuild hits. As for the %{_isa}, noarch packages couldn't have it, else they wouldn't be noarch any more.
Separate build root for Perl 5.14 has been merged to Fedora 16.