Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 518428 - sci-visualization/paraview-4.0.1-r1 - 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_6 python2_7
Summary: sci-visualization/paraview-4.0.1-r1 - pkg_setup(): No Python implementation s...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-28 22:12 UTC by Kilian
Modified: 2016-08-08 03:46 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 22:12:06 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 sci-visualization/paraview-4.0.1-r1:0::gentoo to ::installed replacing 4.0.1-r1:0::installed:

Checking 'ParaView-v4.0.1-source.tgz'... 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
>>> Done builtin_loadenv
>>> Starting pkg_setup
 * No Python implementation selected for the build. Please set

Error:
  * In program cave perform install --hooks --managed-output --output-exclusivity with-others =sci-visualization/paraview-4.0.1-r1:0::gentoo --destination installed --replacing =sci-visualization/paraview-4.0.1-r1:0::installed --x-of-y 238 of 258:
  * When installing 'sci-visualization/paraview-4.0.1-r1:0::gentoo' replacing { 'sci-visualization/paraview-4.0.1-r1:0::installed' }:
  * When running an ebuild command on 'sci-visualization/paraview-4.0.1-r1:0::gentoo':
  * Install failed for 'sci-visualization/paraview-4.0.1-r1:0::gentoo' (paludis::ActionFailedError)


 * the PYTHON_SINGLE_TARGET variable in your make.conf to one
 * of the following values:
 * 
 * python2_6 python2_7

!!! ERROR in sci-visualization/paraview-4.0.1-r1::gentoo:
!!! In python_setup at line 4647
!!! No supported Python implementation in PYTHON_SINGLE_TARGET.

!!! Call stack:
!!!    * python_setup (/var/tmp/paludis/sci-visualization-paraview-4.0.1-r1/temp/loadsaveenv:4647)
!!!    * python-single-r1_pkg_setup (/var/tmp/paludis/sci-visualization-paraview-4.0.1-r1/temp/loadsaveenv:4155)
!!!    * pkg_setup (/var/tmp/paludis/sci-visualization-paraview-4.0.1-r1/temp/loadsaveenv:3969)
!!!    * 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 26799 exit with error
die trap: exiting with error.

Failed install to / for sci-visualization/paraview-4.0.1-r1:0::gentoo replacing 4.0.1-r1:0::installed
Comment 1 Julian Ospald 2014-07-29 12:12:10 UTC
the useflag configuration is checked, the bug is elsewhere
Comment 2 Julian Ospald 2014-07-29 12:14:29 UTC
the problem is that we cannot mix python-single-r1 and python-any-r1
Comment 3 Matthias Maier gentoo-dev 2016-08-08 03:46:27 UTC
This should be fixed in newer ebuild versions.
Please reopen if I am mistaken.