Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676516 - sys-libs/ldb-1.5.2 should depend upon >=dev-util/cmocka-1.1.3
Summary: sys-libs/ldb-1.5.2 should depend upon >=dev-util/cmocka-1.1.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-27 14:24 UTC by kfm
Modified: 2019-01-28 10:26 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 kfm 2019-01-27 14:24:59 UTC
As discovered while trying to install samba-4.10.0_rc1, ldb-1.5.2 will refuse to build unless >=cmocka-1.1.3 is available. This requirement is not currently expressed in the ldb ebuild.

# find ldb-* -name samba_third_party.py -exec grep -H 'cmocka.*minversion' {} +
ldb-1.5.0/buildtools/wafsamba/samba_third_party.py:    return conf.CHECK_BUNDLED_SYSTEM_PKG('cmocka', minversion='1.1.1')
ldb-1.5.1/buildtools/wafsamba/samba_third_party.py:    return conf.CHECK_BUNDLED_SYSTEM_PKG('cmocka', minversion='1.1.1')
ldb-1.5.2/buildtools/wafsamba/samba_third_party.py:    return conf.CHECK_BUNDLED_SYSTEM_PKG('cmocka', minversion='1.1.3')
Comment 1 Larry the Git Cow gentoo-dev 2019-01-28 10:26:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f89b5464e6e73b6994e3638a4e1a33d6cf69e0

commit 90f89b5464e6e73b6994e3638a4e1a33d6cf69e0
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-01-28 10:26:10 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-01-28 10:26:10 +0000

    sys-libs/ldb: Fixed dependency on dev-util/cmocka
    
    Closes: https://bugs.gentoo.org/676516
    Package-Manager: Portage-2.3.58, Repoman-2.3.12
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-libs/ldb/ldb-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)