Gentoo Archives: gentoo-user

From: Pandu Poluan <pandu@××××××.info>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] portage slang - interpreter sought
Date: Tue, 24 Apr 2012 13:33:49
Message-Id: CAA2qdGUm1NfcR8G6DGQ8t4zeyCrVMLcA4srjMX+G12k79fBH=Q@mail.gmail.com
In Reply to: [gentoo-user] portage slang - interpreter sought by Helmut Jarausch
1 On Apr 24, 2012 8:11 PM, "Helmut Jarausch" <jarausch@××××××××××××××××.de>
2 wrote:
3 >
4 > Hi,
5 >
6 > a package at its 101st alpha version must be a bit crazy
7 > but it's probably me.
8 >
9 > Trying to emerge dev-python/xhtml2pdf I get the following message
10 > which I don't understand. They must be new in portage-2.2.0_alpha101 :
11 >
12 > !!! The ebuild selected to satisfy "dev-python/xhtml2pdf" has unmet
13 requirements.
14 > - dev-python/xhtml2pdf-0.0.3::gentoo USE="(multilib)"
15 PYTHON_TARGETS="-python2_5 -python2_6 -python2_7"
16 >
17 > The following REQUIRED_USE flag constraints are unsatisfied:
18 > any-of ( python_targets_python2_5 python_targets_python2_6
19 python_targets_python2_7 )
20 >
21 > The package has been installed on 01/30/2012 for the first time but I
22 cannot reinstall it
23 > anymore.
24 >
25 > Normally all packages are installed for python:2.7 and python:3.2 here,
26 but this package
27 > seems to require python < 3.0 . Still, what can I do about it?
28 >
29 > Or is it an 'alpha feature' of portage?
30 >
31 > Many thanks for a hint,
32 > Helmut.
33 >
34
35 The package wants you to specify which Python to target.
36
37 Try:
38
39 PYTHON_TARGETS="python2_7" emerge dev-python/xhtml2pdf
40
41 Rgds,

Replies

Subject Author
Re: [gentoo-user] portage slang - interpreter sought Keith Dart <keith@×××××××××.biz>