Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 379913

Summary: dspam-3.10.1" has unmet requirements
Product: Gentoo Linux Reporter: Kilburn Abrahams <kilburna>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: eras
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.