Summary: | app-text/xapers-0.8.2-r1 fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | William Pettersson <william> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | proxy-maint |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
2020-08-03 09:32:44 UTC
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(-) |