Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22661 - virtual provides/dependencies not checked with co-emerged packages
Summary: virtual provides/dependencies not checked with co-emerged packages
Status: RESOLVED DUPLICATE of bug 8810
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-12 01:17 UTC by Jeremy Huddleston (RETIRED)
Modified: 2011-10-30 22:18 UTC (History)
0 users

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 Jeremy Huddleston (RETIRED) gentoo-dev 2003-06-12 01:17:22 UTC
When emerging multiple packages, and one of those packages provides a virtual 
dependency for another one, emerge will not count this package as fulfilling the 
dependency.  For example.  If I don't have virtual/krb5 satisfied, I have 
'kerberos' in my USE, and I 'emerge -p cyrus-sasl', the following will be 
installed:

heimdal
cyrus-sasl

Great, but I want mit-krb5 instead of heimdal, so I do 'emerge -p mit-krb5 
cyrus-sasl'... only emerge would install:
mit-krb5
heimdal
cyrus-sasl

Breaking this into two separate emerges works.  That is, if I do 'emerge 
mit-krb5', then heimdal won't be installed with 'emerge cyrus-sasl'.  This can 
also be noticed with 'emerge fcron sendmail' during the initial install (ssmtp 
will be installed because of fcron's virtual/mta dependency)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-12-22 12:38:16 UTC

*** This bug has been marked as a duplicate of 8810 ***