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 1LUUPO-0002kI-5h for garchives@archives.gentoo.org; Tue, 03 Feb 2009 23:10:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F4F6E045E; Tue, 3 Feb 2009 23:10:15 +0000 (UTC) Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.154]) by pigeon.gentoo.org (Postfix) with ESMTP id 1F051E045E for ; Tue, 3 Feb 2009 23:10:15 +0000 (UTC) Received: by yx-out-1718.google.com with SMTP id 4so859652yxp.46 for ; Tue, 03 Feb 2009 15:10:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=omPeOTEGggeVbGr+GYrGtmbRz/fAaXCQYiBabNEygJg=; b=uJl0q9SsIFnXDcds6OPRtpznackOqDBVcJUfLPXPnYyOzp18v5yTXzLF8MpeP/FbXY NUX/x2g7pk9QW9JJaBmFt/tn7P3oPCLqaFkVIe55WGf6gXRWcGx3SpT35JKcexh67eiY pbNQyd9fMY+LE8OatRlWSoo5RUADwqRV4Tv4k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=xfj3TNLV02sLfTCoMU4HIjEX/hcRMbT3Kk051bNxgpRqkBOU4eK9ZWUuzmOkFS/TJb AgOsIY6vjeQ2Q79KBQk95f+E8CzZ/kconKCTBWLrcLLsE8ZlyC01cECBap4KOiAJyHUr k2pOGcTVB84Q1jb9SKEPeycAZK4alCpoShIlA= 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 Sender: paul.hartman@gmail.com Received: by 10.150.133.18 with SMTP id g18mr3727076ybd.206.1233702614806; Tue, 03 Feb 2009 15:10:14 -0800 (PST) In-Reply-To: <49bf44f10902031451g384274a3v54e8257a3bb84470@mail.gmail.com> References: <49bf44f10902031129x4f2adb67w9fbbf1f0867d6cc6@mail.gmail.com> <20090203202359.4022edf8@krikkit> <5bdc1c8b0902031232o4d449aa7j14c68fd4dd7d8c75@mail.gmail.com> <20090203222742.33d93b51@krikkit> <49bf44f10902031451g384274a3v54e8257a3bb84470@mail.gmail.com> Date: Tue, 3 Feb 2009 17:10:14 -0600 X-Google-Sender-Auth: b0e8aa579183deaf Message-ID: <58965d8a0902031510s228560a0r251ac788ac5ceca1@mail.gmail.com> Subject: Re: [gentoo-user] 'emerge -avDuN world' doesn't find everything From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: dedb7fc7-026a-49f1-814f-8b063efd91ec X-Archives-Hash: 16a32953a3139dd064e4202fb8ea2658 On Tue, Feb 3, 2009 at 4:51 PM, Grant wrote: >>> 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 Yeah... removing all those bdeps is probably not a good idea. Plus, they'll just have to be re-emerged next time you emerge anything that needs them.