Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 485192 - app-text/asciidoc-8.6.8-r1 fails to build
Summary: app-text/asciidoc-8.6.8-r1 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-17 13:54 UTC by Nikoli
Modified: 2013-10-13 14:16 UTC (History)
1 user (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 Nikoli 2013-09-17 13:54:38 UTC
Seems migration to new python eclasses was not done correctly, when only python-3.2 is installed build fails:
 * Package:    app-text/asciidoc-8.6.8-r1
 * Repository: gentoo
 * Maintainer: maintainer-needed@gentoo.org
 * USE:        amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   preserve-libs sandbox test userpriv usersandbox
 * 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_6 python2_7 pypy2_0

 * ERROR: app-text/asciidoc-8.6.8-r1::gentoo failed (setup phase):
 *   No supported Python implementation in PYTHON_SINGLE_TARGET.


Ebuild has REQUIRED_USE="highlight? ( ${PYTHON_REQUIRED_USE} )", is it correct?
Comment 1 Pacho Ramos gentoo-dev 2013-10-13 11:57:07 UTC
It simply needs python2 (and, then, it is using python-single-r1.eclass)