Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge --update - why doesn't it update my kde packages
Date: Wed, 05 May 2010 00:23:58
Message-Id: 4BE0BA76.5040300@gmail.com
In Reply to: Re: [gentoo-user] emerge --update - why doesn't it update my kde packages by Alex Schuster
1 Alex Schuster wrote:
2 > KH writes:
3 >
4 >
5 >> Am 04.05.2010 21:41, schrieb Dale:
6 >>
7 >
8 >>> I have with-bdeps set in my make.conf so that it is enabled each
9 >>> time. I just ran the command given above and it found over 40
10 >>> packages that need to be upgraded. I'm not even going to claim that
11 >>> I understand all the chicken scratch in that command but apparently
12 >>> stuff needed to be upgraded on my system that was being missed.
13 >>>
14 > If a deep @system @world upgrade with --with-bdeps=y does not upgrade the
15 > packages, then I think that they are either unnecessary packages that
16 > should be depcleaned, or they should go into the world file. This
17 > update_orphans.sh script is nice and I used a similar one when I had the
18 > problem that a world update did not work due to blockers or something, but
19 > normally it should not be necessary. And I believe these problems should
20 > better be fixed another way.
21 >
22
23 I run emerge -a --depclean on a regular basis and they do not need to be
24 removed according to it. Something somewhere depends on them or at
25 least portage thinks it does. Point is, it updated them when portage
26 didn't for some reason.
27
28 >
29 >> For me it does try to update the same packages as --with-bdeps, but it
30 >> tries to pull in like 39 new packages.
31 >>
32 >> How and where have you integrated with-bdeps in make.conf?
33 >>
34 > From /usr/share/portage/config/make.conf.example:
35 >
36 > # EMERGE_DEFAULT_OPTS allows emerge to act as if certain options are
37 > # specified on every run. Useful options include --ask, --verbose,
38 > # --usepkg and many others. Options that are not useful, such as --help,
39 > # are not filtered.
40 > #EMERGE_DEFAULT_OPTS=""
41 >
42 > I have it set like this: EMERGE_DEFAULT_OPTS="--with-bdeps y"
43 >
44 > Wonko
45 >
46 >
47
48 I think mine is the same as yours. Mine is:
49
50 EMERGE_DEFAULT_OPTS="--with-bdeps y"
51
52 It's been there for a good long while.
53
54 Dale
55
56 :-) :-)