Gentoo Archives: gentoo-user

From: Dirk Heinrichs <dirk.heinrichs@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Portage strangeness with imagemagick
Date: Thu, 29 Oct 2009 21:36:14
Message-Id: 200910292235.16681.dirk.heinrichs@online.de
In Reply to: Re: [gentoo-user] Portage strangeness with imagemagick by Dan Johansson
1 Am Donnerstag 29 Oktober 2009 20:08:27 schrieb Dan Johansson:
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
5 > > > following:
6 > > >
7 > > > ----------------------------------------------------8<-----------------
8 > > >-- -- ----------------------------- # emerge --update --deep --verbose
9 > > > --reinstall changed-use --with-bdeps y world --pretend --tree
10 > > >
11 > > > These are the packages that would be merged, in reverse order:
12 > > >
13 > > > Calculating dependencies... done!
14 > > >
15 > > > emerge: there are no ebuilds built with USE flags to satisfy ">=x11-
16 > > > libs/cairo-1.6[X]".
17 > > > !!! One of the following packages is required to complete your request:
18 > > > - x11-libs/cairo-1.8.8 (Change USE: +X)
19 > > > (dependency required by "x11-libs/gtk+-2.16.6" [ebuild])
20 > > > (dependency required by "media-gfx/ufraw-0.15-r1" [ebuild])
21 > > > (dependency required by "media-gfx/imagemagick-6.5.2.9" [ebuild])
22 > > > (dependency required by "www-apps/gallery-2.3" [ebuild])
23 > > > (dependency required by "world" [argument])
24 > > > ----------------------------------------------------8<-----------------
25 > > >-- -- -----------------------------
26 > > >
27 > > > As this is a server I really do not want/need X on this host.
28 > >
29 > > So why do have gtk+ in your USE, then? That's the one that makes ufraw
30 > > pull in gtk+ which in turn wants cairo with the X flag. OTOH, this
31 > > doesn't mean you'll get X installed on your machine. You'll only get a
32 > > handful of X libs.
33 > >
34 > > > I can not see why it works if I first deletes all USE flags (-*) and
35 > > > the just sets the USE flags I need again.
36 > >
37 > > Because it's not imagemagick that wants cairo with X (which the emerge
38 > > output above clearly states).
39 > >
40 > > Bye...
41 > >
42 > > Dirk
43 >
44 > Yes, I can see that it's not imagemagick directly that pulls in cairo. And
45 > I do not have the gtk USE flag set:
46
47 Oh, I looked into the 0.16 ebuild of ufraw, which contains this:
48
49 RDEPEND="
50 media-libs/jpeg
51 >=media-libs/lcms-1.13
52 media-libs/tiff
53 exif? ( >=media-gfx/exiv2-0.11 )
54 gnome? ( gnome-base/gconf )
55 gtk? ( >=x11-libs/gtk+-2.6.0
56 >=media-gfx/gtkimageview-1.5.0
57 gimp? ( >=media-gfx/gimp-2.0 ) )
58 lensfun? ( >=media-libs/lensfun-0.2.3 )"
59
60 So this one really has the gtk+ dep depending on the presence of the gtk use
61 flag.
62
63 Bye...
64
65 Dirk

Attachments

File name MIME type
signature.asc application/pgp-signature