Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] problem emerging rhythmbox Alan McKinnon <alan.mckinnon@×××××.com>