Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Portage strangeness with imagemagick
Date: Thu, 29 Oct 2009 19:31:17
Message-Id: 58965d8a0910291231w7040f4f7u224abeccb58ff809@mail.gmail.com
In Reply to: Re: [gentoo-user] Portage strangeness with imagemagick by Dan Johansson
1 On Thu, Oct 29, 2009 at 2:08 PM, Dan Johansson <Dan.Johansson@×××.nu> wrote:
2 > On Thursday 29 October 2009 19.52:52 Dirk Heinrichs wrote:
3 >> Am Donnerstag 29 Oktober 2009 19:39:27 schrieb Dan Johansson:
4 >> > Today when I do an update world on one of my serves I get the following:
5 >> >
6 >> > ----------------------------------------------------8<-------------------
7 >> >-- ----------------------------- # emerge --update --deep --verbose
8 >> > --reinstall changed-use --with-bdeps y world --pretend --tree
9 >> >
10 >> > These are the packages that would be merged, in reverse order:
11 >> >
12 >> > Calculating dependencies... done!
13 >> >
14 >> > emerge: there are no ebuilds built with USE flags to satisfy ">=x11-
15 >> > libs/cairo-1.6[X]".
16 >> > !!! One of the following packages is required to complete your request:
17 >> > - x11-libs/cairo-1.8.8 (Change USE: +X)
18 >> > (dependency required by "x11-libs/gtk+-2.16.6" [ebuild])
19 >> > (dependency required by "media-gfx/ufraw-0.15-r1" [ebuild])
20 >> > (dependency required by "media-gfx/imagemagick-6.5.2.9" [ebuild])
21 >> > (dependency required by "www-apps/gallery-2.3" [ebuild])
22 >> > (dependency required by "world" [argument])
23 >> > ----------------------------------------------------8<-------------------
24 >> >-- -----------------------------
25 >> >
26 >> > As this is a server I really do not want/need X on this host.
27 >>
28 >> So why do have gtk+ in your USE, then? That's the one that makes ufraw pull
29 >> in gtk+ which in turn wants cairo with the X flag. OTOH, this doesn't mean
30 >> you'll get X installed on your machine. You'll only get a handful of X
31 >> libs.
32 >>
33 >> > I can not see why it works if I first deletes all USE flags (-*) and the
34 >> > just sets the USE flags I need again.
35 >>
36 >> Because it's not imagemagick that wants cairo with X (which the emerge
37 >> output above clearly states).
38 >>
39 >> Bye...
40 >>
41 >> Dirk
42 >>
43 > Yes, I can see that it's not imagemagick directly that pulls in cairo. And I
44 > do not have the gtk USE flag set:
45 >
46 > # euse -i gtk
47 > global use flags (searching: gtk)
48 > ************************************************************
49 > [- ] gtk - Adds support for x11-libs/gtk+ (The GIMP Toolkit)
50 > <...snip...>
51
52 Do you have x11-libs/gtk+-2.16.6 installed? Or is one of the other new
53 things trying to pull it in?