Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Portage strangeness with imagemagick
Date: Thu, 29 Oct 2009 19:18:16
Message-Id: 200910292116.24736.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] Portage strangeness with imagemagick by Dan Johansson
1 On Thursday 29 October 2009 21:08:27 Dan Johansson 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
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 > # euse -i gtk
48 > global use flags (searching: gtk)
49 > ************************************************************
50 > [- ] gtk - Adds support for x11-libs/gtk+ (The GIMP Toolkit)
51 > <...snip...>
52 >
53
54 ufraw's DEPEND:
55
56 RDEPEND="media-libs/jpeg
57 >=media-libs/lcms-1.13
58 media-libs/tiff
59 >=x11-libs/gtk+-2.4.0
60
61 You don't have a choice. With ufraw you are going to get gtk+.
62
63 imagemagick pulls in ufraw:
64
65 RDEPEND="raw? ( media-gfx/ufraw )
66
67 But you have -raw in USE for imagemagick
68
69 Hmm. What does emerge --info have to say about USE=raw?
70 What does emerge -pvt imagemagick have to say?
71 I'm thinking raw may be overridden in your profile. what profile are you
72 using?
73
74
75 --
76 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] Portage strangeness with imagemagick Peter Alfredsen <loki_val@g.o>
Re: [gentoo-user] Portage strangeness with imagemagick Dan Johansson <Dan.Johansson@×××.nu>