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 1O9SP8-0007nO-9K for garchives@archives.gentoo.org; Wed, 05 May 2010 00:23:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACBB3E07A1; Wed, 5 May 2010 00:23:22 +0000 (UTC) Received: from mail-iw0-f181.google.com (mail-iw0-f181.google.com [209.85.223.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 81819E07A1 for ; Wed, 5 May 2010 00:23:22 +0000 (UTC) Received: by iwn11 with SMTP id 11so4196202iwn.11 for ; Tue, 04 May 2010 17:23:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=oGEUyZKG6XFFBrtAPiYQH84LwOVMuiT3GSNPnGFimIw=; b=JT+gQj390T6ew4Nc8n6J4s50kr4yJy8RAKr6Nm1lu0xZE/MmvfKUS9lJL8TGZJmaDo YJx6kn+HQ5nRtq9E6onBDnqPOb2tkOs02CSWWT/LI/rjliL4X9rlpuK9aYEacojUzepR GgaMBJm+wiFTAEfqierM73CYqlZG4+WeYCBOU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=vA+WEed054FFtJi3JM7NZoPmsZnK5xZ35eQ0WI/B8+x/Qkt6stgLX4xlkJ0kPpjbaz Cxjr4yP2ypdctXaw4JUEotoip77pdRK4wxdB/WlyldEFgaQGrsMv055Wb4d+uog92+TK CGOY1E3ac7gGXFeWvFIQ/IxC81/M83AxsZlmk= Received: by 10.231.154.132 with SMTP id o4mr2026678ibw.68.1273019002069; Tue, 04 May 2010 17:23:22 -0700 (PDT) Received: from [192.168.1.2] (adsl-95-131-79.jan.bellsouth.net [98.95.131.79]) by mx.google.com with ESMTPS id c21sm1916082ibr.22.2010.05.04.17.23.20 (version=SSLv3 cipher=RC4-MD5); Tue, 04 May 2010 17:23:21 -0700 (PDT) Message-ID: <4BE0BA76.5040300@gmail.com> Date: Tue, 04 May 2010 19:23:18 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100409 Gentoo/2.0.4-r1 SeaMonkey/2.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: <4BE07874.3090808@gmail.com> <4BE07D4E.7040504@konstantinhansen.de> <201005050110.37376.wonko@wonkology.org> In-Reply-To: <201005050110.37376.wonko@wonkology.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: e7bc2b3e-f3eb-44ce-a6ca-f66f40eebbc4 X-Archives-Hash: c040cba9c6ed3434af0770583b9b5c61 Alex Schuster wrote: > 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=y does not upgrade the > packages, then I think that they are either unnecessary packages that > should be depcleaned, or they should go into the world file. This > update_orphans.sh script is nice and I used a similar one when I had the > problem that a world update did not work due to blockers or something, but > normally it should not be necessary. And I believe these problems should > better be fixed another way. > I run emerge -a --depclean on a regular basis and they do not need to be removed according to it. Something somewhere depends on them or at least portage thinks it does. Point is, it updated them when portage didn't for some reason. > >> 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? >> > From /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="" > > I have it set like this: EMERGE_DEFAULT_OPTS="--with-bdeps y" > > Wonko > > I think mine is the same as yours. Mine is: EMERGE_DEFAULT_OPTS="--with-bdeps y" It's been there for a good long while. Dale :-) :-)