Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 523790 - net-misc/vde-2.3.2-r2 should use PYTHON_REQUIRED_USE and not call python-single-r1_pkg_setup if without USE=python ( No supported Python implementation in PYTHON_SINGLE_TARGET )
Summary: net-misc/vde-2.3.2-r2 should use PYTHON_REQUIRED_USE and not call python-sing...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nico Baggus
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-26 12:19 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-03-07 21:36 UTC (History)
2 users (show)

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


Attachments
emerge --info (einfo,5.70 KB, text/plain)
2014-09-26 12:19 UTC, Kent Fredric (IRC: kent\n) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2014-09-26 12:19:10 UTC
Created attachment 385502 [details]
emerge --info

emerge -vat1 vde

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild     U  ] net-misc/vde-2.3.2-r2 [2.3.1] USE="pcap ssl -python% (-selinux) -static-libs" PYTHON_SINGLE_TARGET="-python2_7%" PYTHON_TARGETS="-python2_7%" 0 KiB

>>> Emerging (1 of 1) net-misc/vde-2.3.2-r2::gentoo
 * vde2-2.3.2.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                                               [ ok ]
 * No Python implementation selected for the build. Please set
 * the PYTHON_SINGLE_TARGET variable in your make.conf to one
 * of the following values:
 * 
 * python2_7

 * ERROR: net-misc/vde-2.3.2-r2::gentoo failed (setup phase):
 *   No supported Python implementation in PYTHON_SINGLE_TARGET.
 * 
 * Call stack:

^^^ Reading the code, looks like it needs:

+REQUIRED_USE="python? ( $PYTHON_REQUIRED_USE )" 

and
	
- python-single-r1_pkg_setup
+ use python && python-single-r1_pkg_setup
Comment 1 Nico Baggus 2017-03-07 21:36:16 UTC
Seem an obsolete request as the python layout is different again, seems solved 
in vde-2.3.2-r2