Gentoo Archives: gentoo-user

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