Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [solved] portage bug?
Date: Sun, 17 May 2009 23:03:54
Message-Id: 4A10979C.2010500@gmail.com
In Reply to: Re: [gentoo-user] [solved] portage bug? by Daniel Iliev
1 Daniel Iliev wrote:
2 > On Mon, 18 May 2009 00:36:56 +0200
3 > Peter Alfredsen <loki_val@g.o> wrote:
4 >
5 >
6 >> On Mon, 18 May 2009 01:16:24 +0300
7 >> Daniel Iliev <daniel.iliev@×××××.com> wrote:
8 >>
9 >>
10 >>> Hi,
11 >>>
12 >>>
13 >>> Would anybody, please, confirm the following behavior before I file
14 >>> a report with B.G.O?
15 >>>
16 >>>
17 >>> % emerge -C dev-perl/yaml
18 >>>
19 >> [...]
20 >>
21 >>> % emerge --update --newuse --deep world
22 >>> Calculating dependencies... done!
23 >>>
24 >>>>>> Auto-cleaning packages...
25 >>>>>>
26 >>>>>> No outdated packages were found on your system.
27 >>>>>>
28 >> Try to add --with-bdeps=y and I think you'll find the expected
29 >> behavior.
30 >>
31 >>
32 >>
33 >
34 > Yes, that's it. Strange, I was under the impression that bdeps was "yes"
35 > by default.
36 >
37 > Thanks, guys, and sorry for the noise.
38 >
39 >
40
41 It is if you add it to make.conf. I added the line to mine a long time
42 ago. Something like this:
43
44 # EMERGE_DEFAULT_OPTS allows emerge to act as if certain options are
45 # specified on every run. Useful options include --ask, --verbose,
46 # --usepkg and many others. Options that are not useful, such as --help,
47 # are not filtered.
48 EMERGE_DEFAULT_OPTS="--with-bdeps y"
49
50 Hope that saves you some typing.
51
52 Dale
53
54 :-) :-)