Gentoo Archives: gentoo-amd64

From: Joseph Booker <joe@××××××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] how to find reverse dependencies?
Date: Sat, 27 Jun 2009 02:37:46
Message-Id: 20090626213734.631e8110@fenrir
In Reply to: [gentoo-amd64] how to find reverse dependencies? by Steve Herber
1 On Fri, 26 Jun 2009 19:24:00 -0700 (PDT)
2 Steve Herber <herber@×××××.com> wrote:
3
4 > I removed a package recently and portage keeps wanting to put it back
5 > into the system. How can I find out why portage wants to reinstall
6 > it? Here is a cleaned up example:
7 >
8 > emerge --ask --verbose --deep --update world
9 >
10 > Calculating dependencies... done!
11 > [ebuild N ] media-video/vcdimager-0.7.23 USE="-minimal -xml" 986
12 > kB [ebuild U ] dev-lang/php-5.2.10 [5.2.9-r2]
13 > [ebuild U ] net-libs/xulrunner-1.9.0.11 [1.9.0.10]
14 > [ebuild U ] www-client/mozilla-firefox-3.0.11 [3.0.10]
15 > [ebuild U ] sys-fs/udev-141 [124-r2]
16 > [ebuild U ] sys-fs/cryptsetup-1.0.6-r2 [1.0.5-r1]
17 > [blocks b ] >=sys-fs/udev-126 (">=sys-fs/udev-126" is blocking
18 > sys-fs/cryptsetup-1.0.5-r1)
19 >
20 > Total: 6 packages (5 upgrades, 1 new), Size of downloads: 55,215 kB
21 > Conflict: 1 block
22 >
23 > How can I find the package that keeps pulling in vcdimager?
24 >
25 > Thanks,
26 >
27
28 Use 'emerge -avDu world --tree'
29
30 In general, 'qdepends -Q foo' will return packages that depend on foo
31 if you have portage-utils
32
33 --
34 Joseph Booker

Attachments

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

Replies

Subject Author
[gentoo-amd64] Re: how to find reverse dependencies? Duncan <1i5t5.duncan@×××.net>