Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 518368 - kde-base/cantor-4.13.3:4::gentoo fails without PYTHON_SINGLE_TARGET: python2_7 set
Summary: kde-base/cantor-4.13.3:4::gentoo fails without PYTHON_SINGLE_TARGET: python2_...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-28 07:37 UTC by Kilian
Modified: 2014-07-28 08:02 UTC (History)
0 users

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 Kilian 2014-07-28 07:37:17 UTC
The install fails with the error below. However, the correct useflag-configuration should be checked before the install (for example, those packages do it correctly: sys-libs/talloc-2.1.0-r1, kde-base/kig-4.13.3, ...)

Thank you!




Output from installing kde-base/cantor-4.13.3:4::gentoo to ::installed replacing 4.13.0:4::installed:

Checking 'cantor-4.13.3.tar.xz'... ok
>>> Running ebuild phase killold as root:root...
>>> Starting builtin_killold
>>> Done builtin_killold
>>> Completed ebuild phase killold
>>> Running ebuild phases init saveenv as paludisbuild:paludisbuild...
>>> Starting builtin_init
>>> Done builtin_init
>>> Starting builtin_saveenv
>>> Done builtin_saveenv
>>> Completed ebuild phases init saveenv
>>> Running ebuild phases loadenv setup saveenv as root:root...
>>> Starting builtin_loadenv

Error:
  * In program cave perform install --hooks --managed-output --output-exclusivity with-others =kde-base/cantor-4.13.3:4::gentoo --destination installed --replacing =kde-base/cantor-4.13.0:4::installed --x-of-y 205 of 462:
  * When installing 'kde-base/cantor-4.13.3:4::gentoo' replacing { 'kde-base/cantor-4.13.0:4::installed' }:
  * When running an ebuild command on 'kde-base/cantor-4.13.3:4::gentoo':
  * Install failed for 'kde-base/cantor-4.13.3:4::gentoo' (paludis::ActionFailedError)

>>> Done builtin_loadenv
>>> Starting pkg_setup

 * 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 in kde-base/cantor-4.13.3::gentoo:
!!! In python_setup at line 5500
!!! No supported Python implementation in PYTHON_SINGLE_TARGET.

!!! Call stack:
!!!    * python_setup (/var/tmp/paludis/kde-base-cantor-4.13.3/temp/loadsaveenv:5500)
!!!    * python-single-r1_pkg_setup (/var/tmp/paludis/kde-base-cantor-4.13.3/temp/loadsaveenv:5008)
!!!    * pkg_setup (/var/tmp/paludis/kde-base-cantor-4.13.3/temp/loadsaveenv:4823)
!!!    * ebuild_f_setup (/usr/libexec/paludis/0/pkg_setup.bash:43)
!!!    * ebuild_main (/usr/libexec/paludis/ebuild.bash:673)
!!!    * main (/usr/libexec/paludis/ebuild.bash:696)

diefunc: making ebuild PID 10655 exit with error
die trap: exiting with error.

Failed install to / for kde-base/cantor-4.13.3:4::gentoo replacing 4.13.0:4::installed
Comment 1 Michael Palimaka (kensington) gentoo-dev 2014-07-28 08:02:58 UTC
Thanks, fixed in CVS.

+  28 Jul 2014; Michael Palimaka <kensington@gentoo.org> cantor-4.13.3.ebuild:
+  Only use python eclass when python support is enabled wrt bug #518368.