Gentoo Archives: gentoo-user

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

Replies

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