Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Cc: Jarry <mr.jarry@×××××.com>
Subject: Re: [gentoo-user] Updating dev-libs/glib pulls a lot of packages...
Date: Fri, 06 Aug 2010 08:39:27
Message-Id: 201008061035.21969.alan.mckinnon@gmail.com
In Reply to: Re: [gentoo-user] Updating dev-libs/glib pulls a lot of packages... by Jarry
1 On Friday 06 August 2010 09:19:28 Jarry wrote:
2 > On 6. 8. 2010 8:41, Alan McKinnon wrote:
3 > > On Thursday 05 August 2010 18:51:54 Jarry wrote:
4 > >> # emerge --pretend --update glib
5 > >> These are the packages that would be merged, in order:
6 > >> Calculating dependencies... done!
7 > >> [ebuild N ] app-text/build-docbook-catalog-1.4
8 > >> [ebuild N ] app-arch/unzip-6.0-r1 USE="bzip2 unicode"
9 > >> [ebuild N ] app-text/sgml-common-0.6.3-r5
10 > >> [ebuild N ] dev-libs/libgpg-error-1.7 USE="nls -common-lisp"
11 > >> [ebuild N ] app-text/docbook-xsl-stylesheets-1.75.2
12 > >> [ebuild N ] dev-libs/libgcrypt-1.4.5
13 > >> [ebuild N ] dev-libs/libxslt-1.1.26 USE="crypt python -debug"
14 > >> [ebuild N ] app-text/docbook-xml-dtd-4.3-r1
15 > >> [ebuild N ] dev-util/gtk-doc-am-1.15
16 > >> [ebuild U ] dev-libs/glib-2.24.1-r1 [2.22.5]
17 > >
18 > > You have enabled USE=doc"
19 >
20 > I do not have this USE-flag enabled. And I am sure I did not
21 > change USE for long time so I do not understand why suddenly
22 > so many packages want to be installed...
23
24 Looks like it is enabled but you are not aware of it. From the ebuild:
25
26 DEPEND="${RDEPEND}
27 >=dev-util/pkgconfig-0.16
28 >=sys-devel/gettext-0.11
29 >=dev-util/gtk-doc-am-1.11
30 doc? (
31 >=dev-libs/libxslt-1.0
32 >=dev-util/gtk-doc-1.11
33 ~app-text/docbook-xml-dtd-4.1.2 )"
34
35 >
36 > > unzip, libgpg-error and libgcrypt look like routine updates
37 >
38 > I do not think so. If they were just updates, they should be
39 > marked as "[ebuild U]"...
40
41 unzip is probably being pulled in from sgml-common
42 the gpg stuff is coming from dev-libs/libxslt-1.1.26 USE="crypt python -
43 debug"
44
45 So it's all perfectly legit.
46
47 emerge with -t is your friend in such cases.
48
49
50 --
51 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] Updating dev-libs/glib pulls a lot of packages... Neil Bothwick <neil@××××××××××.uk>