Bug 718225 - bad dependency: forgot %{_isa}
Summary: bad dependency: forgot %{_isa}
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-01 13:50 UTC by John Reiser
Modified: 2011-07-28 15:26 UTC (History)
12 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-07-28 15:26:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description John Reiser 2011-07-01 13:50:34 UTC
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:

Comment 1 John Reiser 2011-07-01 13:59:17 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

Comment 2 John Reiser 2011-07-01 14:00:59 UTC
Typo: the bugzilla usability problem is bug 519251.

Comment 3 John Reiser 2011-07-01 14:02:51 UTC
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

Comment 4 Petr Šabata 2011-07-01 14:11:17 UTC
Those are 'perl' subpackages.  Correcting the component to 'perl'.

Comment 5 Paul Howarth 2011-07-01 14:54:18 UTC
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.

Comment 6 Petr Pisar 2011-07-28 15:26:55 UTC
Separate build root for Perl 5.14 has been merged to Fedora 16.


Note You need to log in before you can comment on or make changes to this bug.