Gentoo Archives: gentoo-user

From: KH <gentoo-user@××××××××××××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge --update - why doesn't it update my kde packages
Date: Tue, 04 May 2010 10:30:14
Message-Id: 4BDFF719.5000205@konstantinhansen.de
In Reply to: Re: [gentoo-user] emerge --update - why doesn't it update my kde packages by Bert Swart
1 Am 04.05.2010 12:17, schrieb Bert Swart:
2 > On Tue, May 04, 2010 at 12:09:25PM +0200, Helmut Jarausch wrote:
3 >> On 4 May, Bert Swart wrote:
4 >>> On Tue, May 04, 2010 at 10:57:10AM +0200, Helmut Jarausch wrote:
5 >>>> Hi,
6 >>>> the following situation puzzles me a lot.
7 >>>>
8 >>>> My 'standard' way of updating is
9 >>>> emerge --keep-going -j4 -1 --ask --update --newuse --deep --tree @system @world
10 >>>>
11 >>>> but it didn't update anything.
12 >>>>
13 >>>> Still, eix confirmed there were quite a lot of kde packages which have
14 >>>> newer versions, and indeed,
15 >>>> emerge -auv1 -j4 --keep-going $(qlist -IC kde-base/)
16 >>>> upgraded 24 packages.
17 >>>>
18 >>>> Where does this discrepancy come from?
19 >>> Do you have --with-bdep set in /etc/make.conf?
20 >>
21 >> No. Are you saying that
22 >> emerge --keep-going -j4 -1 --ask --update --newuse --deep --tree --with-bdeps y @system @world
23 >> would have updated my kde packages, as well?
24 > Probably. Sometimes, not all packages are included as dependency
25 > if they are not strictly required. If you do want them to be
26 > upgraded, add --with-bdeps to EMERGE_DEFAULT_OPTS in
27 > /etc/make.conf. Or, like you did, upgrade them manually...
28 > See also http://www.gentoo.org/proj/en/portage/doc/faq.xml
29
30 Those are packages only required during buildtime. You could unmerge
31 them after upgrading without loosing a funktion. Adding --with-bdeps to
32 EMERGE_DEFAULT_OPTS might only wast some time and energy. You can also
33 run depclean --with-bdeps (yes/no or something like that) to savely
34 remove them.
35 My point is: If glsa doesn't list one of those packages I don't touch them.
36
37 Regards
38 kh
39
40 >>
41 >> Thanks,
42 >> Helmut.
43 >>
44 >>
45 >>
46 >>
47 >> --
48 >> Helmut Jarausch
49 >>
50 >> Lehrstuhl fuer Numerische Mathematik
51 >> RWTH - Aachen University
52 >> D 52056 Aachen, Germany
53 >>
54 >
55 >