From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LUU7R-00010d-4P for garchives@archives.gentoo.org; Tue, 03 Feb 2009 22:51:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E733EE0498; Tue, 3 Feb 2009 22:51:47 +0000 (UTC) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by pigeon.gentoo.org (Postfix) with ESMTP id AA678E049D for ; Tue, 3 Feb 2009 22:51:47 +0000 (UTC) Received: by fk-out-0910.google.com with SMTP id z23so1950608fkz.2 for ; Tue, 03 Feb 2009 14:51:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=RWuz9TbHHvlaMK2huNH+M6YwEUKYc+Youuk/o5lG3Rk=; b=vzU5K7Ey0AzmeGakG5vxNnPNZuF55WepX2xg1UcOPec2T/UIce2y/mT1HjYUgc8zk+ BnZshpRqBS+0bVE+IDdq5kIvFbbb1CLeISBuHnx9DUiUw1hdUARDqG9mOv+es45fUDbo k2IwVqw4RRtddc62ffy6ApdkJRXFWK/2gRiCc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Qkp1E7b/W6hJW1SIhdDlGtMZMLU7mdS1+BzSnnkhQwvrJzJKV8LjqewJHy3PiUL2F3 bWiLDYKag83c9CJPGEP0vtg2BAtHhAvTXDEfbKqKyzQGdqWaFImcPztYiGh/VQo8WqRO Nft10lLITl5LSauxOl3xnSXH42Q5bldLBG/+o= 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 Received: by 10.181.61.7 with SMTP id o7mr2256088bkk.31.1233701506948; Tue, 03 Feb 2009 14:51:46 -0800 (PST) In-Reply-To: <20090203222742.33d93b51@krikkit> References: <49bf44f10902031129x4f2adb67w9fbbf1f0867d6cc6@mail.gmail.com> <20090203202359.4022edf8@krikkit> <5bdc1c8b0902031232o4d449aa7j14c68fd4dd7d8c75@mail.gmail.com> <20090203222742.33d93b51@krikkit> Date: Tue, 3 Feb 2009 14:51:46 -0800 Message-ID: <49bf44f10902031451g384274a3v54e8257a3bb84470@mail.gmail.com> Subject: Re: [gentoo-user] 'emerge -avDuN world' doesn't find everything From: Grant To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: b2d90ec9-2e05-4540-9069-3792c92814a1 X-Archives-Hash: a868a07f9a5dc7f1a017fa1280496a4b >> When this was asked a few weeks ago someone then asked why >> --with-bdeps Y isn't the default? This seems to burn nearly everyone >> once in awhile. > > Because using --with-bdeps y causes unnecessary compilation of packages > that don't need t0 be changed. They won't be used again until the > dependent package is updated, so why waste time rebuilding them in the > interim? > > No one really gets "burned" by this, they just wonder why installed > packages aren't upgraded, nothing stops working. I added: EMERGE_DEFAULT_OPTS="--with-bdeps n" to make.conf and ran 'emerge --depclean' and it got rid of a bunch of stuff, but I'm still confused by boost. --depclean didn't remove it, 'emerge -avDuN world' doesn't downgrade it even --with-bdeps y, but 'emerge -pv boost' would downgrade it. I also re-emerged twinkle and rb_libtorrent which are the packages that depend on boost, but the result is the same. Also man seems to be broken after that --depclean. When I try to use it, I get errors starting with: sh: /usr/bin/unlzma: No such file or directory - Grant