Bug 604778
| Summary: | yum --skip-broken flag does not appear to work | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dick Franks <rwfranks> |
| Component: | yum | Assignee: | Seth Vidal <skvidal> |
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | dkovalsk, ffesti, james.antill, maxamillion, pmatilai, tim.lauridsen |
| Target Milestone: | --- | Keywords: | Reopened |
| 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-04-05 16:07:53 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
Dick Franks
2010-06-16 17:50:10 UTC
*** This bug has been marked as a duplicate of bug 596840 *** (In reply to comment #1) > > *** This bug has been marked as a duplicate of bug 596840 *** This is NOT a duplicate of 596840! The issue I am raising here is about yum and its failure to skip broken parts of the dependency tree. The example above was precisely that, an example. This turns out to be Adobe's problem. # more adobe-linux-i386.repo [adobe-linux-i386] name=Adobe Systems Incorporated baseurl=http://linuxdownload.adobe.com/linux/i386/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux # yum install flash-plugin fails reliably on x86-64 hardware. I would have arrived at this point MUCH sooner if yum --skip-broken worked as advertised. Please reopen and assign to yum maintainer skip-broken cannot act on things that happen AFTER the depsolve. The transaction-test had an error because of the nss-softokn being broken in an very odd way. the adobe-linux thing is a red herring for the bug you pasted info about. If there is a different bug then please paste the output of that one. |