Bug 669004

Summary: skip-broken: yum claims it will update and skip ghc-base (pkgtup available from multiple repos.)
Product: [Fedora] Fedora Reporter: Horst H. von Brand <vonbrand>
Component: yumAssignee: Seth Vidal <skvidal>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dkovalsk, ffesti, james.antill, maxamillion, pmatilai, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-05 13:28:01 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:
Attachments:
Description Flags
Output from the command in step 1 none

Description Horst H. von Brand 2011-01-12 12:38:03 UTC
Created attachment 473006 [details]
Output from the command in step 1

Description of problem:
In recent runs of yum update, it says it will update ghc-base for dependencies and also skip it due to dependency problems.

Version-Release number of selected component (if applicable):
yum-3.2.28-17.fc15.noarch

How reproducible:
Always

Steps to Reproduce:
1. yum -d9 -y update --skip-broken --nogpg --exclude=texlive-release
2.
3.
  
Actual results:
ghc-base is listed as installed as a dependency and skipped due to dependency problems.

Expected results:
This should be handled as a broken deendency, and thus not try to update anything.

Additional info:
I'm using JNovy's TeXlive repo, and that one is missing texlive-release(?!), thus the --exclude

Perhaps this has something to do with https://bugzilla.redhat.com/show_bug.cgi?id=667387

Also note the "Package ghc-Cabal-1.10.0.0-3.fc15.x86_64.rpm is not signed", even though --nogpg is given, probably https://bugzilla.redhat.com/show_bug.cgi?id=668031

Comment 1 James Antill 2011-01-12 14:42:40 UTC
This is probably due to the fact you have the same version of ghc-base in _local and rawhide ... so skip-broken skips one of them, but doesn't catch the other (and then thinks it can continue anyway).

And, yeh, the --nogpg thing is known (should be a new yum in rawhide today with the fix). Just turn gpgchecking off in _local.

Comment 2 James Antill 2011-01-12 14:43:01 UTC
Well, built for rawhide today ... so available tomorrow.

Comment 3 Horst H. von Brand 2011-01-13 12:39:07 UTC
(In reply to comment #1)
> This is probably due to the fact you have the same version of ghc-base in
> _local and rawhide ... so skip-broken skips one of them, but doesn't catch the
> other (and then thinks it can continue anyway).

Nope, even with --disablerepo=_local ghc-base shows up to install and with dependency problems.

Comment 4 Horst H. von Brand 2011-01-13 12:41:18 UTC
(In reply to comment #2)
> Well, built for rawhide today ... so available tomorrow.

No new yum build in koji?

Comment 5 Tim Lauridsen 2011-03-05 13:28:01 UTC
Skip-broken for conflicts was broken, close as duplicate for the bug tracking the solution

*** This bug has been marked as a duplicate of bug 681806 ***