Summary: | dev-python/txaio-20.12.1: fails to emerge (python_setup: none of the enabled implementation matched the patterns.) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Brian Dolbec (RETIRED) <dolsen> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ionen, python, sam |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
0001-dev-python-txaio-prevent-BDEPEND-overwrite.patch |
Description
Leonid Kopylov
2020-12-24 21:31:41 UTC
Created attachment 679410 [details]
build.log
Confirming with USE=doc when sphinx deps aren't already installed. As a workaround, either USE=-doc or `emerge -1 sphinxcontrib-spelling sphinx_rtd_theme` yourself before building. Had a quick look and it's because BDEPEND is set after distutils_enable_sphinx and overwrites it. (In reply to Ionen Wolkens from comment #3) > Had a quick look and it's because BDEPEND is set after > distutils_enable_sphinx and overwrites it. Fancy a patch to bump up your numbers? :) Created attachment 679787 [details, diff] 0001-dev-python-txaio-prevent-BDEPEND-overwrite.patch (In reply to Sam James from comment #4) > Fancy a patch to bump up your numbers? :) sure :) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa776b0f8238e4565973cb584f3bb1d29d86794 commit 7aa776b0f8238e4565973cb584f3bb1d29d86794 Author: Ionen Wolkens <sudinave@gmail.com> AuthorDate: 2020-12-27 02:42:01 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2020-12-27 03:39:27 +0000 dev-python/txaio: prevent BDEPEND overwrite Closes: https://bugs.gentoo.org/761526 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Ionen Wolkens <sudinave@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> dev-python/txaio/txaio-20.12.1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) |