From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O9RGQ-0001EC-CJ for garchives@archives.gentoo.org; Tue, 04 May 2010 23:10:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 636B0E0899; Tue, 4 May 2010 23:10:51 +0000 (UTC) Received: from mail.askja.de (mail.askja.de [83.137.103.136]) by pigeon.gentoo.org (Postfix) with ESMTP id 38C9FE0899 for ; Tue, 4 May 2010 23:10:51 +0000 (UTC) Received: from static-87-79-89-40.netcologne.de ([87.79.89.40] helo=zone.wonkology.org) by mail.askja.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1O9RGM-0003gk-Hs for gentoo-user@lists.gentoo.org; Wed, 05 May 2010 01:10:50 +0200 Received: from localhost (localhost [127.0.0.1]) (uid 1000) by zone.wonkology.org with local; Wed, 05 May 2010 01:10:42 +0200 id 00011C16.4BE0A972.00006331 From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] emerge --update - why doesn't it update my kde packages Date: Wed, 5 May 2010 01:10:36 +0200 User-Agent: KMail/1.13.2 (Linux/2.6.33-tuxonice; KDE/4.4.2; i686; ; ) References: <4BE07874.3090808@gmail.com> <4BE07D4E.7040504@konstantinhansen.de> In-Reply-To: <4BE07D4E.7040504@konstantinhansen.de> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201005050110.37376.wonko@wonkology.org> X-Archives-Salt: 365c9b75-a0cf-4da4-9c43-0e9011cbff47 X-Archives-Hash: 1630f4fe203dede3caa3af14c5822379 KH writes: > Am 04.05.2010 21:41, schrieb Dale: > > I have with-bdeps set in my make.conf so that it is enabled each > > time. I just ran the command given above and it found over 40 > > packages that need to be upgraded. I'm not even going to claim that > > I understand all the chicken scratch in that command but apparently > > stuff needed to be upgraded on my system that was being missed. If a deep @system @world upgrade with --with-bdeps=3Dy does not upgrade the= =20 packages, then I think that they are either unnecessary packages that=20 should be depcleaned, or they should go into the world file. This=20 update_orphans.sh script is nice and I used a similar one when I had the=20 problem that a world update did not work due to blockers or something, but= =20 normally it should not be necessary. And I believe these problems should=20 better be fixed another way. > For me it does try to update the same packages as --with-bdeps, but it > tries to pull in like 39 new packages. >=20 > How and where have you integrated with-bdeps in make.conf? =46rom /usr/share/portage/config/make.conf.example: # EMERGE_DEFAULT_OPTS allows emerge to act as if certain options are # specified on every run. Useful options include --ask, --verbose, # --usepkg and many others. Options that are not useful, such as --help, # are not filtered. #EMERGE_DEFAULT_OPTS=3D"" I have it set like this: EMERGE_DEFAULT_OPTS=3D"--with-bdeps y" Wonko