Summary: | sys-libs/ldb-2.0.8 fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Paolo Pedroni <paolo.pedroni> |
Component: | Current packages | Assignee: | Gentoo's SAMBA Team <samba> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | leio, sam |
Priority: | Normal | Keywords: | TESTFAILURE |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=621618 https://bugs.gentoo.org/show_bug.cgi?id=684564 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | ldb-2.0.8:20200214-113346.log.gz |
Description
Paolo Pedroni
2020-02-14 11:46:11 UTC
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2098d55382eb7b4e2585d9947f2a28496b7a74cc commit 2098d55382eb7b4e2585d9947f2a28496b7a74cc Author: Ben Kohler <bkohler@gentoo.org> AuthorDate: 2020-02-14 14:17:54 +0000 Commit: Ben Kohler <bkohler@gentoo.org> CommitDate: 2020-02-14 14:18:08 +0000 sys-libs/ldb: require USE=python for tests Closes: https://bugs.gentoo.org/684564 Closes: https://bugs.gentoo.org/709600 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Ben Kohler <bkohler@gentoo.org> sys-libs/ldb/ldb-2.0.8.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) This is still broken as ebuilds have: ldb-2.0.8.ebuild:REQUIRED_USE="test? ( python )" ldb-2.0.8.ebuild:REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" ldb-2.0.9.ebuild:REQUIRED_USE="test? ( python )" ldb-2.0.9.ebuild:REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" ldb-2.1.1.ebuild:REQUIRED_USE="test? ( python )" ldb-2.1.1.ebuild:REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" So tests still fail with USE=-python The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa257a8f713742f43bbf77dc51aa6264e01b355 commit efa257a8f713742f43bbf77dc51aa6264e01b355 Author: Ben Kohler <bkohler@gentoo.org> AuthorDate: 2020-03-28 18:00:00 +0000 Commit: Ben Kohler <bkohler@gentoo.org> CommitDate: 2020-03-28 18:00:44 +0000 sys-libs/ldb: fix new REQUIRED_USE for tests to actually apply Closes: https://bugs.gentoo.org/709600 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Ben Kohler <bkohler@gentoo.org> sys-libs/ldb/ldb-2.0.8.ebuild | 4 ++-- sys-libs/ldb/ldb-2.0.9.ebuild | 4 ++-- sys-libs/ldb/ldb-2.1.1.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) |