Gentoo Archives: gentoo-portage-dev

From: Amit Dor-Shifer <amitds@××××××.com>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] equery displays warnings about masked deps, even when those deps are deeper than --depth specification
Date: Thu, 14 Jan 2010 12:36:29
Message-Id: 4B4F0F98.9070703@oversi.com
In Reply to: Re: [gentoo-portage-dev] equery displays warnings about masked deps, even when those deps are deeper than --depth specification by Douglas Anderson
1 Douglas Anderson wrote:
2 > On Wed, Jan 13, 2010 at 2:50 AM, Amit Dor-Shifer <amitds@××××××.com
3 > <mailto:amitds@××××××.com>> wrote:
4 >
5 >
6 >
7 > Douglas Anderson wrote:
8 >
9 >
10 > The newest version of gentoolkit has slightly changed the way
11 > depgraph prints output. Could you try checking with the latest
12 > unstable version of gentoolkit and submit a bug if you get the
13 > same results?
14 >
15 > No change w/0.3.0_rc7:
16 >
17 >
18 > rc8(-r1) is newest in tree and depgraph is slightly changed in it.
19 > Same deal, please test with your setup and let me know. I'll have time
20 > this weekend to take a closer look.
21 >
22 > Appreciate the testing!
23 > -Doug
24 Ok! rc8-r1 works fine:
25
26 cm.stargate ~ # qfile -v $(which equery)
27 app-portage/gentoolkit-0.3.0_rc8-r1 (/usr/bin/equery)
28 cm.stargate ~ # cat /etc/portage/package.mask
29 test/test-secondary-dep
30 cm.stargate ~ # equery -q depgraph --depth=1 test-depgraph
31 test/test-depgraph-1.0:
32 [ 0] test/test-depgraph-1.0
33 [ 0] test/test-primary-dep-1.0
34 cm.stargate ~ # rm /etc/portage/package.mask
35 cm.stargate ~ # equery -q depgraph --depth=2 test-depgraph
36 test/test-depgraph-1.0:
37 [ 0] test/test-depgraph-1.0
38 [ 0] test/test-primary-dep-1.0
39 [ 1] test/test-secondary-dep-1.0
40
41 Have a good weekend :)
42 Amit