Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704852 - sys-libs/compiler-rt-sanitizers-9.0.1 : No Python implementation found for the build.
Summary: sys-libs/compiler-rt-sanitizers-9.0.1 : No Python implementation found for th...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: LLVM support project
URL:
Whiteboard:
Keywords:
: 704882 704912 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-01-06 08:05 UTC by tt_1
Modified: 2020-01-07 08:24 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
output from emerge --info (emerge-info,8.14 KB, text/plain)
2020-01-06 08:05 UTC, tt_1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tt_1 2020-01-06 08:05:01 UTC
this is propably due to https://github.com/gentoo/gentoo/commit/9d681f835fb43d8f4a8ef8abe9520a1f15a46f7f :

>>> Verifying ebuild manifests
>>> Running pre-merge checks for sys-libs/compiler-rt-sanitizers-9.0.1

>>> Emerging (1 of 1) sys-libs/compiler-rt-sanitizers-9.0.1::gentoo
 * llvmorg-9.0.1.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                                                              [ ok ]
 * No Python implementation found for the build. This is usually
 * a bug in the ebuild. Please report it to bugs.gentoo.org
 * along with the build log.

 * ERROR: sys-libs/compiler-rt-sanitizers-9.0.1::gentoo failed (setup phase):
 *   No supported Python implementation installed.
 * 
 * Call stack:
 *                             ebuild.sh, line 125:  Called pkg_setup
 *   compiler-rt-sanitizers-9.0.1.ebuild, line  59:  Called python-any-r1_pkg_setup
 *                  python-any-r1.eclass, line 357:  Called python_setup
 *                  python-any-r1.eclass, line 345:  Called die
 * The specific snippet of code:
 *   	die "No supported Python implementation installed."
 * 
 * If you need support, post the output of `emerge --info '=sys-libs/compiler-rt-sanitizers-9.0.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-libs/compiler-rt-sanitizers-9.0.1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-libs/compiler-rt-sanitizers-9.0.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-libs/compiler-rt-sanitizers-9.0.1/temp/die.env'.
 * Working directory: '/var/tmp/portage/sys-libs/compiler-rt-sanitizers-9.0.1/homedir'
 * S: '/var/tmp/portage/sys-libs/compiler-rt-sanitizers-9.0.1/work/compiler-rt'
Comment 1 tt_1 2020-01-06 08:05:47 UTC
Created attachment 602644 [details]
output from emerge --info
Comment 2 tt_1 2020-01-06 09:06:24 UTC
it's the same with sys-libs/compiler-rt
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-01-06 13:26:55 UTC
My guess is that you don't have tests enabled.  If you attached the build log, it would be clear to me.
Comment 4 Larry the Git Cow gentoo-dev 2020-01-06 13:30:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf73c204f655cd4e650fe48010e61da739e34dd

commit faf73c204f655cd4e650fe48010e61da739e34dd
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-01-06 13:28:19 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-01-06 13:30:47 +0000

    sys-libs/compiler-rt-sanitizers: Require Python only with USE=test
    
    Closes: https://bugs.gentoo.org/704852
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../compiler-rt-sanitizers/compiler-rt-sanitizers-10.0.0.9999.ebuild    | 2 +-
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.1.0.ebuild     | 2 +-
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-8.0.1.ebuild     | 2 +-
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9.0.0.ebuild     | 2 +-
 sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9.0.1.ebuild     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8586887c535f6273574bf677b2db9541c2e161b9

commit 8586887c535f6273574bf677b2db9541c2e161b9
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2020-01-06 13:27:36 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2020-01-06 13:30:46 +0000

    sys-libs/compiler-rt: Require Python only with USE=test
    
    Closes: https://bugs.gentoo.org/704852
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild | 2 +-
 sys-libs/compiler-rt/compiler-rt-7.1.0.ebuild       | 2 +-
 sys-libs/compiler-rt/compiler-rt-8.0.1.ebuild       | 2 +-
 sys-libs/compiler-rt/compiler-rt-9.0.0-r1.ebuild    | 2 +-
 sys-libs/compiler-rt/compiler-rt-9.0.1.ebuild       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-01-06 19:15:22 UTC
*** Bug 704882 has been marked as a duplicate of this bug. ***
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2020-01-07 08:24:50 UTC
*** Bug 704912 has been marked as a duplicate of this bug. ***