Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] 'emerge -avDuN world' doesn't find everything
Date: Tue, 03 Feb 2009 23:22:09
Message-Id: 58965d8a0902031522m5ceeb84ck54161d8fbf62b226@mail.gmail.com
In Reply to: Re: [gentoo-user] 'emerge -avDuN world' doesn't find everything by Dale
1 On Tue, Feb 3, 2009 at 5:12 PM, Dale <rdalek1967@×××××.com> wrote:
2 > Grant wrote:
3 >>>> When this was asked a few weeks ago someone then asked why
4 >>>> --with-bdeps Y isn't the default? This seems to burn nearly everyone
5 >>>> once in awhile.
6 >>>>
7 >>> Because using --with-bdeps y causes unnecessary compilation of packages
8 >>> that don't need t0 be changed. They won't be used again until the
9 >>> dependent package is updated, so why waste time rebuilding them in the
10 >>> interim?
11 >>>
12 >>> No one really gets "burned" by this, they just wonder why installed
13 >>> packages aren't upgraded, nothing stops working.
14 >>>
15 >>
16 >> I added:
17 >>
18 >> EMERGE_DEFAULT_OPTS="--with-bdeps n"
19 >>
20 >> to make.conf and ran 'emerge --depclean' and it got rid of a bunch of
21 >> stuff, but I'm still confused by boost. --depclean didn't remove it,
22 >> 'emerge -avDuN world' doesn't downgrade it even --with-bdeps y, but
23 >> 'emerge -pv boost' would downgrade it. I also re-emerged twinkle and
24 >> rb_libtorrent which are the packages that depend on boost, but the
25 >> result is the same.
26 >>
27 >> Also man seems to be broken after that --depclean. When I try to use
28 >> it, I get errors starting with:
29 >>
30 >> sh: /usr/bin/unlzma: No such file or directory
31 >>
32 >> - Grant
33 >>
34 >>
35 >>
36 >
37 >
38 > This may help.
39 >
40 > root@smoker / # equery belongs /usr/bin/unlzma
41 > [ Searching for file(s) /usr/bin/unlzma in *... ]
42 > app-arch/lzma-utils-4.32.7 (/usr/bin/unlzma -> lzma)
43 > root@smoker / #
44 >
45 > I would rebuild that or see why it is not already installed. I would
46 > think that would be part of system??? I'm not sure tho.
47
48 I seem to recall some switch from LZMA to BZ2 manpages in an
49 etc-update recently ...

Replies

Subject Author
Re: [gentoo-user] 'emerge -avDuN world' doesn't find everything Grant <emailgrant@×××××.com>