Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Weird portage gnome USE behavior
Date: Wed, 18 Mar 2009 20:33:53
Message-Id: 49bf44f10903181333q6a3b476fka44463ae6ebbe146@mail.gmail.com
In Reply to: Re: [gentoo-user] Weird portage gnome USE behavior by Joseph
1 >> When I try to emerge -DuN world I get:
2 >>
3 >> emerge: there are no ebuilds built with USE flags to satisfy
4 >> ">=gnome-extra/libgsf-1.14.6[-gnome]".
5 >> !!! One of the following packages is required to complete your request:
6 >> - gnome-extra/libgsf-1.14.11 (Change USE: -gnome)
7 >> (dependency required by "app-office/gnumeric-1.8.4-r1" [ebuild])
8 >> (dependency required by "world" [argument])
9 >>
10 >> I have:
11 >>
12 >> # emerge -pv libgsf
13 >> [ebuild   R   ] gnome-extra/libgsf-1.14.11  USE="bzip2 gnome python -debug
14 >> -doc"
15 >>
16 >> and if I rebuild libgsf without the gnome USE flag, goffice and
17 >> abiword fail to compile.  I looked at gnumeric-1.8.4-r1.ebuild and I
18 >> see under RDEPEND:
19 >>
20 >>> =gnome-extra/libgsf-1.14.6[gnome=]
21 >>
22 >> I'm pretty confused.  Can anyone make sense of this?
23 >
24 > Here is your solution:
25 > http://bugs.gentoo.org/show_bug.cgi?id=262604
26 >
27 > You are not the only one who got confused :-/
28
29 Thanks a lot Joseph, the solution was to add to package.use:
30
31 app-office/gnumeric gnome
32
33 - Grant