Gentoo Archives: gentoo-user

From: Mark M <makalsky@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How can I check broken dependencies?
Date: Sun, 31 Dec 2006 13:14:14
Message-Id: 5591a9500612310504g4cccc12cj3d74014f03a87bc5@mail.gmail.com
In Reply to: Re: [gentoo-user] How can I check broken dependencies? by Chuanwen Wu
1 On 12/31/06, Chuanwen Wu <wcw8410@×××××.com> wrote:
2 >
3 > 2006/12/31, Леонид Моргун <morgunl@×××××.com>:
4 > > emerge -C something1, smth2, ...
5 > > I want to know if there are any packages which doesn't work after that.
6 > #revdep-rebuild -p
7 > #revdep-rebuild
8 > > --
9 > > gentoo-user@g.o mailing list
10 > >
11 > >
12 >
13 >
14 > --
15 > wcw
16 >
17 > --
18 > gentoo-user@g.o mailing list
19 >
20 >
21 You can use "equery d something" to check if there any direct dependencies
22 or "equery d -D something"
23 to check for indirect too, this will tell you what packages are depended on
24 this one.
25
26 Happy New Year all !!!