Gentoo Archives: gentoo-user

From: julian <julian.ospald@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] PYTHON_SINGLE_TARGET
Date: Tue, 12 Mar 2013 15:36:26
Message-Id: 513F4B69.5080800@googlemail.com
In Reply to: [gentoo-user] PYTHON_SINGLE_TARGET by Helmut Jarausch
1 On 03/12/2013 03:55 PM, Helmut Jarausch wrote:
2 > Hi,
3 >
4 > suddenly emerging some packages like app-office/libreoffice or
5 > media-gfx/blender fail due to
6 >
7 > No Python implementation selected for the build. Please set
8 > * the PYTHON_SINGLE_TARGET variable in your make.conf to one
9 > * of the following values:
10 > *
11 > * python2_7 python3_3
12 >
13 >
14 > but in /etc/portage/make.conf (there is no /etc/make.conf anymore)
15 > I have
16 >
17 >
18 > USE_PYTHON="2.7 3.3"
19 > PYTHON_TARGETS="python2_7 python3_3"
20 > PYTHON_SINGLE_TARGET="python3_3"
21 >
22 >
23 > What am I missing?
24 >
25 > Many thanks for a hint,
26 > Helmut.
27 >
28
29 python3_3 useflags are masked, you probably did not unmask them:
30
31 -python_targets_python3_3
32 -python_single_target_python3_3
33
34 in /etc/portage/profile/use.mask

Replies

Subject Author
Re: [gentoo-user] PYTHON_SINGLE_TARGET Helmut Jarausch <jarausch@××××××××××××××××.de>