Gentoo Archives: gentoo-user

From: Mike Edenfield <kutulu@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ">=net-libs/libsoup-2.25.1:2.4[gnome]" Huh?
Date: Mon, 19 Oct 2009 15:18:22
Message-Id: 4ADC8338.5040001@kutulu.org
In Reply to: Re: [gentoo-user] ">=net-libs/libsoup-2.25.1:2.4[gnome]" Huh? by Dale
1 On 10/19/2009 9:44 AM, Dale wrote:
2
3 > I just added -eds and this is what I get:
4 >
5 > root@smoker / # emerge -uvDNa world
6 >
7 > These are the packages that would be merged, in order:
8 >
9 > Calculating dependencies ... done!
10 >
11 > emerge: there are no ebuilds built with USE flags to satisfy
12 > ">=net-libs/libsoup-2.25.1:2.4[gnome]".
13 > !!! One of the following packages is required to complete your request:
14 > - net-libs/libsoup-2.26.3-r3 (Change USE: +gnome)
15 > (dependency required by "dev-libs/libgweather-2.26.2.1" [ebuild])
16 > (dependency required by "gnome-extra/evolution-data-server-2.26.3" [ebuild])
17 > (dependency required by "app-office/openoffice-3.1.1" [installed])
18 > (dependency required by "@world" [argument])
19
20 Did this emerge actually show that openoffice was being built without
21 the "eds" USE flag? Did you possibly add "eds" to a local
22 /etc/portage/package.use file for openoffice that's overriding your
23 global USE settings?
24
25 The eds USE flag is the root of your problem:
26
27 openoffice[eds] requires evolution-data-server, which requires
28 libgweather, which requires libsoup[gnome].
29
30 Try this:
31
32 USE="-eds" emerge -upvtDN openoffice
33
34 It should show openoffice being built without the "eds" flag and
35 evolution-data-server not included in the dependency tree at all.
36
37 --Mike

Replies

Subject Author
Re: [gentoo-user] ">=net-libs/libsoup-2.25.1:2.4[gnome]" Huh? Dale <rdalek1967@×××××.com>