Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] problem emerging rhythmbox
Date: Fri, 09 Jan 2015 17:01:39
Message-Id: 54B00967.9050308@gmail.com
In Reply to: Re: [gentoo-user] problem emerging rhythmbox by covici@ccs.covici.com
1 On 09/01/2015 14:58, covici@××××××××××.com wrote:
2 > Alan McKinnon <alan.mckinnon@×××××.com> wrote:
3 >
4 >> On 09/01/2015 14:41, covici@××××××××××.com wrote:
5 >>> Hi. I am getting an error when I am trying to emerge rhythmbox on a
6 >>> world update I am trying to do
7 >>> !!! Problem resolving dependencies for media-sound/rhythmbox from
8 >>> @selected
9 >>> ... done!
10 >>>
11 >>> !!! The ebuild selected to satisfy "media-sound/rhythmbox" has unmet
12 >>> requirements.
13 >>> - media-sound/rhythmbox-3.1::gentoo USE="cdr dbus libnotify libsecret
14 >>> nsplugin python udev -daap -html -ipod -lirc -mtp -test -upnp-av
15 >>> -visualizer -webkit -zeitgeist" ABI_X86="64"
16 >>> PYTHON_TARGETS="python3_3 python3_4"
17 >>>
18 >>> The following REQUIRED_USE flag constraints are unsatisfied:
19 >>> python? ( exactly-one-of ( python_targets_python3_3
20 >>> python_targets_python3_4 ) )
21 >>>
22 >>> The above constraints are a subset of the following complete
23 >>> expression:
24 >>> ipod? ( udev ) mtp? ( udev ) dbus? ( python ) webkit? ( python )
25 >>> python? ( exactly-one-of ( python_targets_python3_3
26 >>> python_targets_python3_4 ) )
27 >>>
28 >>> (dependency required by "@selected" [set])
29 >>> (dependency required by "@world" [argument])
30 >>>
31 >>> The problem is that I have in my /etc/portage/package.use the following
32 >>> line
33 >>> media-sound/rhythmbox python python_targets_python3_3
34 >>>
35 >>> which I thought would satisfy the above requirement -- so what am I
36 >>> doing wrong here?
37 >>>
38 >>> Thanks in advance for any suggestions.
39 >>>
40 >>
41 >>
42 >> Do you perhaps have python3.4 set in make.conf?
43 >>
44 >> Or try this:
45 >>
46 >> grep -r PYTHON /etc/portage
47 >>
48 >> It often uncovers setting hiding away where you forgot to look.
49 >
50 > I have in make.conf
51 > PYTHON_TARGETS="python2_7 python3_3 python3_4"
52 > but I thought the package.use overrides that? I may need those in other
53 > cases, not sure.
54 >
55
56
57
58 There was a news announcement or similar recently about
59 PYTHON_TARGETS="python3_4", it has been reverted back to 3.3
60
61 I think your best approach will be to take it out of make,conf and add
62 it individually to each package that needs it. IIRC, the best approach
63 is to not have PYTHON_TARGETS in make,conf at all
64
65
66
67 --
68 Alan McKinnon
69 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] problem emerging rhythmbox covici@××××××××××.com