Bug 150155

Summary: evolution-data-server - "impossible dependencies" in 1.1.6-5
Product: [Fedora] Fedora Reporter: Michal Jaegermann <michal>
Component: evolution-data-serverAssignee: Dave Malcolm <dmalcolm>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-09 15:47:40 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 Michal Jaegermann 2005-03-02 23:46:34 UTC
Description of problem:

$ rpm -qR evolution-data-server.i386
....
libegroupwise-1.2.so.4  
libegroupwise-1.2.so.5  
....

The catch, obviously, is that libegroupwise is provided
by this package and currently libegroupwise-1.2.so.5 while ..so.4
was in the previous release.  So this does not install without
'--nodeps' and throws yum into a funk.

Curiously enough x86_64 equivalent depends here only on
libegroupwise-1.2.so.5()(64bit)

Version-Release number of selected component (if applicable):
evolution-data-server-1.1.6-5

Comment 1 Dave Malcolm 2005-03-03 00:13:59 UTC
Looks like a build error caused by libtool; it linked against the
earlier version of itself :-(

The packages have been rebuilt, so it should be fixed tomorrow (though
the deeper libtool problem will remain).

Comment 2 Dave Malcolm 2005-03-09 15:47:40 UTC
Should be fixed now in Rawhide, please reopen if you're still seeing
problems.