Gentoo Archives: gentoo-devhelp

From: justin <jlec@g.o>
To: gentoo-devhelp@l.g.o
Subject: Re: [gentoo-devhelp] How does PYTHON_COMPAT work?
Date: Mon, 11 Aug 2014 20:26:12
Message-Id: 53E7368F.8070102@gentoo.org
In Reply to: [gentoo-devhelp] How does PYTHON_COMPAT work? by Nikos Chantziaras
1 On 06/08/14 14:26, Nikos Chantziaras wrote:
2 > I have an ebuild where:
3 >
4 > PYTHON_COMPAT=( python3_3 python3_4 )
5 > inherit distutils-r1
6 >
7 > works just fine. Now python 3.3 doesn't work anymore for the software,
8 > so I removed that. But this:
9 >
10 > PYTHON_COMPAT=( python3_4 )
11 > # or: PYTHON_COMPAT=python3_4
12 > inherit distutils-r1
13 >
14 > doesn't work. During emerge:
15 >
16 > Calculating dependencies \
17 >
18 > !!! Problem resolving dependencies for net-misc/livestreamer
19 > ... done!
20 >
21 > !!! The ebuild selected to satisfy "livestreamer" has unmet requirements.
22 > - net-misc/livestreamer-1.9.0::Local USE="" ABI_X86="64"
23 > PYTHON_TARGETS="-python3_4"
24 >
25 > The following REQUIRED_USE flag constraints are unsatisfied:
26 > python_targets_python3_4
27 >
28 > The above constraints are a subset of the following complete expression:
29 > any-of ( python_targets_python3_4 )
30 >
31 >
32
33 Hi,
34
35 You have not enable python 3.4 as a python provider in your make.conf.
36 But for the emerge you need to set at least one python ABI. Just add
37
38 net-misc/livestreamer python_targets_python3_4
39
40 to your package.use.
41
42 Justin

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-devhelp] Re: How does PYTHON_COMPAT work? Nikos Chantziaras <realnc@×××××.com>