Bug 718225
Summary: | bad dependency: forgot %{_isa} | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | John Reiser <jreiser> |
Component: | perl | Assignee: | Marcela Mašláňová <mmaslano> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cweyl, extras-orphan, iarnell, kasal, lkundrak, mmaslano, paul, perl-devel, ppisar, psabata, rc040203, tcallawa |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-07-28 15:26:55 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
John Reiser
2011-07-01 13:50:34 UTC
[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. |