Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29614 - ximian-connector 1.4.5 ebuild has invalid dependencies
Summary: ximian-connector 1.4.5 ebuild has invalid dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 29550 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-09-25 14:56 UTC by Frederic Detienne
Modified: 2004-04-28 06:18 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Detienne 2003-09-25 14:56:28 UTC
ximian-connector 1.4.5 says it requires evolution 1.4.4 (strictly) and
mit-krb5-1.2 (strictly too).

It should say:

RDEPEND=">=net-mail/evolution-1.4.4*
        >=gnome-extra/gal-1.99.9*
        >=app-crypt/mit-krb5-1.2"



Reproducible: Always
Steps to Reproduce:
1. upgrade to evolution 1.4.5
2. try to upgrade ximian-connector to 1.4.5
3. emerge says it will downgrade to evolution 1.4.4

Actual Results:  
emerge tried to downgrade evolution from 1.4.5

Expected Results:  
keep evolution 1.4.5 and install ximian-connector

the fix is straightforward:

RDEPEND=">=net-mail/evolution-1.4.4*
        >=gnome-extra/gal-1.99.9*
        >=app-crypt/mit-krb5-1.2"
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-09-26 13:51:26 UTC
oops .. i fixed the one in 1.4.4 but not the one in 1.4.5, should be fixed
now, thanks.
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-09-26 14:14:10 UTC
*** Bug 29550 has been marked as a duplicate of this bug. ***
Comment 3 Andy Wang 2003-09-28 10:23:55 UTC
*** Bug 29550 has been marked as a duplicate of this bug. ***
Comment 4 James Ward 2004-03-31 09:06:49 UTC
Now that evolution 1.4.6 is out, we either need a version bump on this ebuild or we need to change the ebuild RDEPEND to be:
RDEPEND=">=net-mail/evolution-${MY_PV}*
        >=gnome-extra/gal-1.99.10
        >=app-crypt/mit-krb5-1.2"
Comment 5 James Ward 2004-04-12 15:59:28 UTC
ping?  Please fix this bug...