Bug 194299
| Summary: | yum update fails due to a missing dependency for libecal-1.2.so.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Thomas Chung <tchung> |
| Component: | evolution-data-server | Assignee: | Matthew Barnes <mbarnes> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | james, piskozub |
| 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 00:38:39 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
Thomas Chung
2006-06-06 23:42:08 UTC
Work around at the moment: [tchung@tchung-laptop ~]$ sudo yum --exclude=evolution* update Here is the result after the work around metion above: [tchung@tchung-laptop ~]$ sudo yum update Loading "installonlyn" plugin Setting up Update Process Setting up repositories core [1/4] updates [2/4] macromedia [3/4] extras [4/4] Reading repository metadata in from local files Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Downloading header for evolution to pack into transaction set. evolution-2.6.2-1.fc5.1.i 100% |=========================| 127 kB 00:00 ---> Package evolution.i386 0:2.6.2-1.fc5.1 set to be updated ---> Downloading header for evolution-data-server to pack into transaction set. evolution-data-server-1.6 100% |=========================| 97 kB 00:00 ---> Package evolution-data-server.i386 0:1.6.2-1.fc5.1 set to be updated ---> Downloading header for evolution-data-server-devel to pack into transaction set. evolution-data-server-dev 100% |=========================| 71 kB 00:00 ---> Package evolution-data-server-devel.i386 0:1.6.2-1.fc5.1 set to be updated --> Running transaction check --> Processing Dependency: libecal-1.2.so.3 for package: evolution-sharp --> Processing Dependency: libecal-1.2.so.3 for package: gnome-panel --> Processing Dependency: libecal-1.2.so.3 for package: evolution --> Processing Dependency: libecal-1.2.so.3 for package: evolution-webcal --> Finished Dependency Resolution Error: Missing Dependency: libecal-1.2.so.3 is needed by package evolution-sharp Error: Missing Dependency: libecal-1.2.so.3 is needed by package gnome-panel Error: Missing Dependency: libecal-1.2.so.3 is needed by package evolution Error: Missing Dependency: libecal-1.2.so.3 is needed by package evolution-webcal [tchung@tchung-laptop ~]$ *** This bug has been marked as a duplicate of 194174 *** I have also experienced this issue but have found that the library libedata-cal-1.2.so.1 is also missing. This is a dependency for evolution-connector only. Thanks JAA output from yum: Loading "installonlyn" plugin Setting up Update Process Setting up repositories core [1/3] updates [2/3] extras [3/3] Reading repository metadata in from local files Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Downloading header for evolution-data-server to pack into transaction set. evolution-data-server-1.6 100% |=========================| 97 kB 00:01 ---> Package evolution-data-server.i386 0:1.6.2-1.fc5.1 set to be updated --> Running transaction check --> Processing Dependency: libecal-1.2.so.3 for package: gnome-panel --> Processing Dependency: libecal-1.2.so.3 for package: evolution --> Processing Dependency: libedata-cal-1.2.so.1 for package: evolution-connector --> Processing Dependency: libecal-1.2.so.3 for package: evolution-connector --> Finished Dependency Resolution Error: Missing Dependency: libecal-1.2.so.3 is needed by package gnome-panel Error: Missing Dependency: libecal-1.2.so.3 is needed by package evolution Error: Missing Dependency: libedata-cal-1.2.so.1 is needed by package evolution-connector Error: Missing Dependency: libecal-1.2.so.3 is needed by package evolution-connector |