Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 379913 - dspam-3.10.1" has unmet requirements
Summary: dspam-3.10.1" has unmet requirements
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-19 23:32 UTC by Kilburn Abrahams
Modified: 2011-08-20 06:33 UTC (History)
1 user (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 Kilburn Abrahams 2011-08-19 23:32:21 UTC
emerge =mail-filter/dspam-3.10.1 gives

These are the packages that would be merged, in order:

Calculating dependencies |

!!! Problem resolving dependencies for =mail-filter/dspam-3.10.1
... done!

!!! The ebuild selected to satisfy "=mail-filter/dspam-3.10.1" has unmet requirements.
- mail-filter/dspam-3.10.1::gentoo USE="clamav daemon debug domain-scale hash (multilib) postgres syslog virtual-users -large-scale -ldap -mysql -small-scale -sqlite -static-libs -user-homedirs"

  The following REQUIRED_USE flag constraints are unsatisfied:
    hash? ( !virtual-users )

  The above constraints are a subset of the following complete expression:
    any-of ( hash mysql postgres sqlite ) static-libs? ( exactly-one-of ( hash mysql postgres sqlite ) ) exactly-one-of ( small-scale domain-scale large-scale ) virtual-users? ( !user-homedirs ) hash? ( !virtual-users ) sqlite? ( !virtual-users )
Comment 1 Eray Aslan gentoo-dev 2011-08-20 06:32:59 UTC
(In reply to comment #0)
>   The following REQUIRED_USE flag constraints are unsatisfied:
>     hash? ( !virtual-users )

You can't have both hash and virtual-users USE flags.  They are not compatible - hence the failure.  Turn one of them off.