Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28215 - Should uw-imap have a dependency on c-client-2002d instead of bundling it?
Summary: Should uw-imap have a dependency on c-client-2002d instead of bundling it?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-08 14:43 UTC by Robin Smidsrød
Modified: 2003-09-26 17:20 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 Robin Smidsrød 2003-09-08 14:43:11 UTC
If uw-imap is installed and mod_php is installed with USE-flag "imap" net-
libs/c-client is installed. This will block further world upgrades, since both 
uw-imap and c-client provides c-client. Should uw-imap be dependant on c-
client instead?

Reproducible: Always
Steps to Reproduce:
1. emerge uw-imap
2. USE="imap" emerge mod_php
3. emerge -vup --deep world

Actual Results:  
c-client and uw-imap conflicts in the world update

Expected Results:  
Shouldn't be a conflict.

If I unmerge c-client and rerun emerge world, the c-client library would be re-
added, but the conflict seems to be resolved, but once the world update is 
finished the conflict is back.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-09-26 17:20:45 UTC
If you want uw-imap instead of c-client
emerge unmerge c-client
(take it out of your world file if it is still there)
emerge uw-imap
USE="imap" emerge mod_php
emerge -vupD world