Bug 194310
| Summary: | broken dependency while upgrading | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Jagec <igorm5> |
| Component: | gnome-panel | Assignee: | Ray Strode [halfline] <rstrode> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | pb |
| 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: | 2006-06-07 10:23:04 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
Igor Jagec
2006-06-07 06:48:02 UTC
Prio should be set to high, because yum update is broken now on at least 3 systems here. Looks like a deadlock, can't be solved easily. # rpm -q evolution-data-server evolution-data-server-1.6.1-1.fc5.2 # rpm -ql evolution-data-server | grep libecal- /usr/lib/libecal-1.2.so.3 /usr/lib/libecal-1.2.so.3.2.8 # rpm -q gnome-panel gnome-panel-2.14.1-1.fc5.1 # wget http://url-to/evolution-data-server-1.6.2-1.fc5.1.i386.rpm # LANG=C rpm -Fhv evolution-data-server-1.6.2-1.fc5.1.i386.rpm error: Failed dependencies: libecal-1.2.so.3 is needed by (installed) gnome-panel-2.14.1-1.fc5.1.i386 # rpm -qlp evolution-data-server-1.6.2-1.fc5.1.i386.rpm | grep libecal- /usr/lib/libecal-1.2.so.6 /usr/lib/libecal-1.2.so.6.0.0 Ooops! Oroblem is caused by evolution-data-server-1.6.2-1.fc5.1 in update repository, which includes a newer libecal than gnome-panel in update is linked to. Why hasn't this detected by QA? Result: automatic yum update of *all* clients is currenty broken, even security updates! Please fix this as soon as possible, either by removing evolution-data-server-1.6.2-1.fc5.1.i386.rpm from update repository or push a gnome-panel into repository, which is linked against . *Manual* workaround: # yum update --exclude evolution-data-server @gor Jagec: please increase severity/priority See also: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=194311 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=194174 Duplicate of Bug #194174 Will be CLOSED/DUPLICATE as soon as someone with sufficient rights hits it. Do not add further commentary to this bug report. |