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 12:52:36
Message-Id: 54AFCF09.6070607@gmail.com
In Reply to: [gentoo-user] problem emerging rhythmbox by covici@ccs.covici.com
1 On 09/01/2015 14:41, covici@××××××××××.com wrote:
2 > Hi. I am getting an error when I am trying to emerge rhythmbox on a
3 > world update I am trying to do
4 > !!! Problem resolving dependencies for media-sound/rhythmbox from
5 > @selected
6 > ... done!
7 >
8 > !!! The ebuild selected to satisfy "media-sound/rhythmbox" has unmet
9 > requirements.
10 > - media-sound/rhythmbox-3.1::gentoo USE="cdr dbus libnotify libsecret
11 > nsplugin python udev -daap -html -ipod -lirc -mtp -test -upnp-av
12 > -visualizer -webkit -zeitgeist" ABI_X86="64"
13 > PYTHON_TARGETS="python3_3 python3_4"
14 >
15 > The following REQUIRED_USE flag constraints are unsatisfied:
16 > python? ( exactly-one-of ( python_targets_python3_3
17 > python_targets_python3_4 ) )
18 >
19 > The above constraints are a subset of the following complete
20 > expression:
21 > ipod? ( udev ) mtp? ( udev ) dbus? ( python ) webkit? ( python )
22 > python? ( exactly-one-of ( python_targets_python3_3
23 > python_targets_python3_4 ) )
24 >
25 > (dependency required by "@selected" [set])
26 > (dependency required by "@world" [argument])
27 >
28 > The problem is that I have in my /etc/portage/package.use the following
29 > line
30 > media-sound/rhythmbox python python_targets_python3_3
31 >
32 > which I thought would satisfy the above requirement -- so what am I
33 > doing wrong here?
34 >
35 > Thanks in advance for any suggestions.
36 >
37
38
39 Do you perhaps have python3.4 set in make.conf?
40
41 Or try this:
42
43 grep -r PYTHON /etc/portage
44
45 It often uncovers setting hiding away where you forgot to look.
46
47
48 --
49 Alan McKinnon
50 alan.mckinnon@×××××.com

Replies

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