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

Bug 693542

Summary: net-fs/samba-4.*: mutually exclusive depedencies on sys-libs/ldb
Product: Gentoo Linux Reporter: Rafal Lalik <rafallalik>
Component: Current packagesAssignee: Gentoo's SAMBA Team <samba>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rafal Lalik 2019-09-05 11:18:55 UTC
Apparently, these depedencies are mutually exclusive:

     >=sys-libs/ldb-1.5.5[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]
     <sys-libs/ldb-1.6.0[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]

and prevent update of sys-libs/ldb. But they are the exactly the same so,

     sys-libs/ldb[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}]

should be sufficient.

Or I do something wrong?
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2019-09-05 11:58:40 UTC
Samba releases check for a range of valid ldb versions and exit with an error if ldb version is either too old or too new. The two dep strings simply make sure to be in the valid range.