Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681900 - net-misc/vde-2.3.2-r4 - pkg_setup(): No supported Python implementation in PYTHON_SINGLE_TARGET/PYTHON_TARGETS
Summary: net-misc/vde-2.3.2-r4 - pkg_setup(): No supported Python implementation in PY...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Adam Feldman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-28 01:30 UTC by CaptainBlood
Modified: 2019-05-08 17:04 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description CaptainBlood 2019-03-28 01:30:49 UTC
net-misc/vde-2.3.2-r4:
 U I
 - - libressl                 : Use dev-libs/libressl instead of
                                dev-libs/openssl when applicable (see also the
                                ssl useflag)
 - - pcap                     : Enable the pcap-based plugin that allows
                                creating a switch against a real interface. 
 - - python                   : Add optional support/bindings for the Python
                                language
 - + python_targets_python2_7 : Build with Python 2.7
 - - ssl                      : Enable the cryptcab plugin that allows creating
                                an encrypted virtual cable. 
 - - static-libs              : Build static versions of dynamic libraries as
                                well


>>> Emerging (2 of 9) net-misc/vde-2.3.2-r4::gentoo
Unable to unshare: EINVAL
 * vde2-2.3.2.tar.bz2 BLAKE2B SHA512 size ;-) ...                        [ ok ]
Unable to unshare: EINVAL
 * Adding group 'qemu' to your system ...
 *  - Groupid: next available
 * No Python implementation selected for the build. Please set
 * the PYTHON_TARGETS variable in your make.conf to include one
 * of the following values:
 * 
 * python2_7

 * ERROR: net-misc/vde-2.3.2-r4::gentoo failed (setup phase):
 *   No supported Python implementation in PYTHON_SINGLE_TARGET/PYTHON_TARGETS.
 * 
 * Call stack:
 *                 ebuild.sh, line 124:  Called pkg_setup
 *       vde-2.3.2-r4.ebuild, line  40:  Called python-single-r1_pkg_setup
 *   python-single-r1.eclass, line 563:  Called python_setup
 *   python-single-r1.eclass, line 553:  Called die
 * The specific snippet of code:
 *   		die "No supported Python implementation in PYTHON_SINGLE_TARGET/PYTHON_TARGETS."
 * 
 * If you need support, post the output of `emerge --info '=net-misc/vde-2.3.2-r4::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-misc/vde-2.3.2-r4::gentoo'`.
 * The complete build log is located at '/var/log/portage/net-misc:vde-2.3.2-r4:20190328-012104.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-misc/vde-2.3.2-r4/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-misc/vde-2.3.2-r4/temp/die.env'.
 * Working directory: '/var/tmp/portage/net-misc/vde-2.3.2-r4/homedir'
 * S: '/var/tmp/portage/net-misc/vde-2.3.2-r4/work/vde2-2.3.2'

>>> Failed to emerge net-misc/vde-2.3.2-r4, Log file:
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-03-28 09:35:34 UTC
Please post your emerge --info output in a comment.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-03-28 11:32:07 UTC
This is missing REQUIRED_USE.
Comment 3 Larry the Git Cow gentoo-dev 2019-05-08 17:04:34 UTC
The bug has been closed via the following commit(s):

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

commit 8274b2f7639ba6e3097c484bf385ecd2a9b00f81
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-05-06 19:29:31 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-05-08 17:03:37 +0000

    net-misc/vde: Fix USE -python
    
    Closes: https://bugs.gentoo.org/681900
    Package-Manager: Portage-2.3.66, Repoman-2.3.12
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 net-misc/vde/vde-2.3.2-r4.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)