Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 572940 - dev-libs/zziplib-0.13.62-r1 should REQUIRED_USE for PYTHON_TARGETS
Summary: dev-libs/zziplib-0.13.62-r1 should REQUIRED_USE for PYTHON_TARGETS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-26 05:10 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2016-01-28 05:52 UTC (History)
1 user (show)

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


Attachments
emerge --info (einfo,8.91 KB, text/plain)
2016-01-26 05:10 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 2016-01-26 05:10:41 UTC
Created attachment 423900 [details]
emerge --info

REQUIRED_USE aught to be used here to communicate PYTHON_TARGETS needs to be set by the user
without requiring the user to begin the install.


dev-libs/zziplib-0.13.62-r1::gentoo  USE="-doc -sdl -static-libs {-test}" PYTHON_TARGETS="-python2_7" 0 KiB

...

Would you like to merge these packages? [Yes/No] y

...

>> Emerging (1 of 12) dev-libs/zziplib-0.13.62-r1::gentoo
 * zziplib-0.13.62.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                       [ ok ]
 * 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: dev-libs/zziplib-0.13.62-r1::gentoo failed (setup phase):
 *   No supported Python implementation in PYTHON_SINGLE_TARGET/PYTHON_TARGETS.
 * 
 * Call stack:
 *                   ebuild.sh, line 133:  Called pkg_setup
 *   zziplib-0.13.62-r1.ebuild, line  26:  Called python-single-r1_pkg_setup
 *     python-single-r1.eclass, line 553:  Called python_setup
 *     python-single-r1.eclass, line 543:  Called die
 * The specific snippet of code:
 *              die "No supported Python implementation in PYTHON_SINGLE_TARGET/PYTHON_TARGETS."
 * 


It otherwise does work with PYTHON_TARGETS set.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2016-01-28 05:52:08 UTC
added.