https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-text/xapers-0.8.2-r1 fails tests. Discovered on: amd64 (internal ref: tinderbox) NOTE: This machine uses a clang/LLVM toolchain. If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue isstrictly related to the LLD linker, please block bug 731004.
Created attachment 652622 [details] build.log build log and emerge --info
Your emerge --info has PYTHON_SINGLE_TARGET="python3_7" PYTHON_TARGETS="python2_7 python3_7", but the following snippet from the logfile shows that tests are being called by /usr/lib/python3.8/runpy.py. Is it possible that something has gone awry with your setup so that it's calling the wrong python version? I ask because that module (xapian) is part of xapian-bindings, and as it's part of RDEPEND (and thus BDEPEND) it should definitely be installed before attempting to install xapers. Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.8/runpy.py", line 144, in _get_module_details return _get_module_details(pkg_main_name, error) File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details __import__(pkg_name) File "/var/tmp/portage/app-text/xapers-0.8.2-r1/work/xapers-0.8.2/lib/xapers/__init__.py", line 21, in <module> from .database import Database File "/var/tmp/portage/app-text/xapers-0.8.2-r1/work/xapers-0.8.2/lib/xapers/database.py", line 23, in <module> import xapian ModuleNotFoundError: No module named 'xapian'
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a4fb862f579f3d49f3d4666339aadf20a3e7ec commit e9a4fb862f579f3d49f3d4666339aadf20a3e7ec Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2024-08-30 19:42:00 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-08-30 19:45:40 +0000 app-text/xapers: drop 0.9.0, 0.9.2 Closes: https://bugs.gentoo.org/735688 (obsolete) Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> app-text/xapers/Manifest | 2 -- app-text/xapers/xapers-0.9.0.ebuild | 33 --------------------------------- app-text/xapers/xapers-0.9.2.ebuild | 36 ------------------------------------ 3 files changed, 71 deletions(-)