Summary: | sys-libs/ldb-1.1.0 appears to need sys-libs/tdb[python] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Kent Fredric (IRC: kent\n) (RETIRED) <kentnl> |
Component: | [OLD] Library | Assignee: | Maxim Koltsov (RETIRED) <maksbotan> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andreis.vinogradovs, pchrist, samba |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 377809 | ||
Attachments: |
Full Build Log
ldb_ebuild.patch ldb_ebuild.patch |
Description
Kent Fredric (IRC: kent\n) (RETIRED)
![]() Reinstalled tdb with USE="python" and it got past the above error check, and is now on to another dependency which looks like it needs python. Checking for system tdb >= 1.2.9 : yes Checking for program xsltproc : /usr/bin/xsltproc Checking for stylesheet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl : ok Checking for program python : /usr/bin/python2.7 Checking for Python version >= 2.4.2 : ok 2.7.2 Checking for library python2.7 : yes Checking for program python2.7-config : not found Checking for program python-config-2.7 : /usr/bin/python-config-2.7 Checking for custom code : yes Error: * In program cave perform install --hooks --managed-output --output-exclusivity with-others =sys-libs/ldb-1.1.0:0::gentoo --destination installed --x-of-y 1 of 1: * When installing 'sys-libs/ldb-1.1.0:0::gentoo': * When running an ebuild command on 'sys-libs/ldb-1.1.0:0::gentoo': * Install failed for 'sys-libs/ldb-1.1.0:0::gentoo' (paludis::ActionFailedError) Checking for system talloc >= 2.0.5 : yes Checking for system pytalloc-util >= 2.0.5 : not found ERROR: System library pytalloc-util of version 2.0.5 not found, and bundling disabled indicating it may also need sys-libs/talloc[python] Confirmed suspicion reinstall with sys-libs/talloc USE="-compat python" and it successfully gets past configure, and builds, but then fails tests. Though that's probably a separate bug, Makefile found, looking for potential test targets WAF_MAKE=1 PATH=buildtools/bin:../../../buildtools/bin:$PATH waf test Found check target WAF_MAKE=1 PATH=buildtools/bin:../../../buildtools/bin:$PATH waf test make --jobs=3 -j1 check Error: * In program cave perform install --hooks --managed-output --output-exclusivity with-others =sys-libs/ldb-1.1.0:0::gentoo --destination installed --x-of-y 1 of 1: * When installing 'sys-libs/ldb-1.1.0:0::gentoo': * When running an ebuild command on 'sys-libs/ldb-1.1.0:0::gentoo': * Install failed for 'sys-libs/ldb-1.1.0:0::gentoo' (paludis::ActionFailedError) testsuite returned 1 ldbadd: error while loading shared libraries: libldb.so.1: cannot open shared object file: No such file or directory cat: write error: Broken pipe make: *** [test] Error 1 /usr/libexec/paludis/utils/emake: emake returned error 2 !!! ERROR in sys-libs/ldb-1.1.0::gentoo: !!! In default_src_test at line 29 !!! make check failed Created attachment 282211 [details]
ldb_ebuild.patch
Created attachment 282353 [details, diff]
ldb_ebuild.patch
Applied last suggest patch, thanks. |