Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Portage strangeness with imagemagick Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] Portage strangeness with imagemagick Paul Hartman <paul.hartman+gentoo@×××××.com>
Re: [gentoo-user] Portage strangeness with imagemagick Dirk Heinrichs <dirk.heinrichs@××××××.de>