Bug 354781

Summary: yum-skip-broken changes yum's dependency solver even when it's not active
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: yum-utilsAssignee: Seth Vidal <skvidal>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: pmatilai, rvokal, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-27 14:11:45 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:
Bug Depends On:    
Bug Blocks: 235703    

Description Bill Nottingham 2007-10-26 20:02:12 UTC
Description of problem:

Take a rawhide box, x86_64 with dbus-libs.{i386,x86_64} and dbus.x86_64
installed. Remove them (you'll have to do this by hand.)

Install dbus.{i386,x86_64} from F7.

Run yum upgrade. (Make sure you're pointed somewhere that has dbus-1.1.2-8.fc8)

'Base' yum properly does the upgrade (installs dbus-libs.{i386,x86_64},
dbus.x86_64.)

If you have yum-skip-broken enabled, even if you don't pass --skip-broken, it
changes the depsolver such that dbus-libs.i386 is not pulled in, and the upgrade
fails.

Version-Release number of selected component (if applicable):

yum-3.2.7-1.fc8
rpm-4.4.2.2-3.fc8
yum-skip-broken-1.1.8-1.fc8

Comment 1 Seth Vidal 2007-10-27 02:28:50 UTC
does your /etc/yum/pluginconf.d/skip-broken.conf have:

check_always = 1

in it?



Comment 2 Bill Nottingham 2007-10-27 03:47:46 UTC
No.

[main]
enabled = 1
check_always = 0


Comment 3 Seth Vidal 2007-10-27 14:11:45 UTC
I can't replicate this and neither can Bill (the reporter) which makes it
unlikely that this is the cause. Closing.