Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693542 - net-fs/samba-4.*: mutually exclusive depedencies on sys-libs/ldb
Summary: net-fs/samba-4.*: mutually exclusive depedencies on sys-libs/ldb
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-05 11:18 UTC by Rafal Lalik
Modified: 2019-09-05 11:58 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 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.