Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659368 - sys-libs/ldb-1.4.0-r1 requires lmdb for testing
Summary: sys-libs/ldb-1.4.0-r1 requires lmdb for testing
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: 2018-06-27 16:33 UTC by Carlo
Modified: 2022-07-31 14:10 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 Carlo 2018-06-27 16:33:54 UTC
>>> Test phase: sys-libs/ldb-1.4.0-r1
 * abi_x86_64.amd64: running multilib-minimal_abi_src_test
make test called, but ldb was built --without-ldb-lmdb

Please add REQUIRED_USE="test? (lmdb)" to the ebuild.
Comment 1 eroen 2018-09-30 19:21:29 UTC
Or, alternatively, put a `if use lmdb; ...` guard around the test suite, assuming it cannot be made to function otherwise.
Comment 2 Mart Raudsepp gentoo-dev 2019-08-31 13:56:48 UTC
Still an issue in 1.5.5
Comment 3 Larry the Git Cow gentoo-dev 2022-07-31 14:10:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36aaccbded15d44fb723796798e0bd97d31ea2b9

commit 36aaccbded15d44fb723796798e0bd97d31ea2b9
Author:     Ben Kohler <bkohler@gentoo.org>
AuthorDate: 2022-07-31 14:10:07 +0000
Commit:     Ben Kohler <bkohler@gentoo.org>
CommitDate: 2022-07-31 14:10:34 +0000

    sys-libs/ldb: require lmdb for tests
    
    Closes: https://bugs.gentoo.org/659368
    
    Signed-off-by: Ben Kohler <bkohler@gentoo.org>

 sys-libs/ldb/ldb-2.3.4.ebuild | 2 +-
 sys-libs/ldb/ldb-2.4.4.ebuild | 2 +-
 sys-libs/ldb/ldb-2.5.2.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)