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 1O9OKa-0001GR-6c for garchives@archives.gentoo.org; Tue, 04 May 2010 20:03:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA0C8E0205; Tue, 4 May 2010 20:02:23 +0000 (UTC) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by pigeon.gentoo.org (Postfix) with ESMTP id 66A51E0205 for ; Tue, 4 May 2010 20:02:23 +0000 (UTC) Received: from [192.168.1.30] (dslb-188-099-249-025.pools.arcor-ip.net [188.99.249.25]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0MYaEY-1NnpB13Tnu-00VtLB; Tue, 04 May 2010 22:02:21 +0200 Message-ID: <4BE07D4E.7040504@konstantinhansen.de> Date: Tue, 04 May 2010 22:02:22 +0200 From: KH User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100419 Thunderbird/3.0.4 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] emerge --update - why doesn't it update my kde packages References: <20100504155921.157968ee@karnak.local> <4BE041D5.6080903@konstantinhansen.de> <4BE07874.3090808@gmail.com> In-Reply-To: <4BE07874.3090808@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1+RNyY8Wzl7DOfuvcLZJHZR5RoGYXm8yQl2dtA pNtb64VyXFjxHKWTAmidXBfJHBMDnnL48beIGyN5a1vbCdoSUy t3rd41mCkRSu95u9aYnYQ== X-Archives-Salt: 1e9c0139-2af7-400a-b564-417c3cb9e7e7 X-Archives-Hash: 62375f18d523e07465ecad5dce84cc6f Am 04.05.2010 21:41, schrieb Dale: >>> <-------cut-----------> update_orphans.sh<----------cut-------------> >>> #!/bin/sh >>> >>> eix -u | gawk '/^\[U\] / { print $2; }' | xargs -r emerge -v1uD >>> >>> exit $? >>> <-------cut-----------><--------cut------><----------cut-------------> >>> >>> I run it immediately after the main emerge, when I have rsync'ed the >>> Portage tree. >> >> No. --with-bdeps is not default anymore because it is considered to be >> a bug if portage updates packages not used in any way. This is only if >> a package is needed for buildtime. >> >> Program A is version 1.5. To build it, it needs program B which at >> this time is version 4.7 >> B is not needed for anything else! >> >> Now there is an update to B-4.9 . Portage will not update B as long as >> there is no update to A. >> >> B is not in the world file. It is not a runtime dependency nore is it >> a orphan. >> >> kh >> >> > > 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. > > It appears to do something good even if it is not related to the OPs > problem. > > Dale Hi, For me it does try to update the same packages as --with-bdeps, but it tries to pull in like 39 new packages. How and where have you integrated with-bdeps in make.conf? kh