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 1LUUSD-0002vm-UU for garchives@archives.gentoo.org; Tue, 03 Feb 2009 23:13:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27FECE052B; Tue, 3 Feb 2009 23:12:24 +0000 (UTC) Received: from mail-qy0-f20.google.com (mail-qy0-f20.google.com [209.85.221.20]) by pigeon.gentoo.org (Postfix) with ESMTP id 03C44E052B for ; Tue, 3 Feb 2009 23:12:23 +0000 (UTC) Received: by qyk13 with SMTP id 13so4334142qyk.10 for ; Tue, 03 Feb 2009 15:12:18 -0800 (PST) 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=eh9IWkyCdzwfJWQuSgm7foqFtsQUuP9bvAEd+b6baaY=; b=HwtmZ/ICoi+zVaJxxVhNdFkhsZdIxlpbQJXGJ0EUx4ems/iwseoXabxpEqULXXqan0 Yb5dUo43K8h4rUUCoW9/+FZa0AJHOTqocB8pPvxPXWIx4m322i+sCKBXbxnRP56WpNkx pi1RynvnG1rXlNoP3JZk4vtMv4k0ZHFumj1oM= 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=bbR1XdkZHpL+gWBkLjt1Jpd0P8cG6SZAnsYLCHt6WNiCXBZQEYYOKJR+avdvT88oOw Nx91r8h8P2G19GqWUiFjXhX/4XdPeuay1nvM8aSwq6IaAe+3BxqaPp/3eTlATqpMgn43 HfDbKPafkw/RcTTqFRLnfuTOViW+UMzL8QLyo= Received: by 10.214.183.17 with SMTP id g17mr9304698qaf.287.1233702738552; Tue, 03 Feb 2009 15:12:18 -0800 (PST) Received: from ?4.230.99.44? (dialup-4.230.99.44.Dial1.Houston1.Level3.net [4.230.99.44]) by mx.google.com with ESMTPS id 8sm1608133ywg.55.2009.02.03.15.12.16 (version=SSLv3 cipher=RC4-MD5); Tue, 03 Feb 2009 15:12:17 -0800 (PST) Message-ID: <4988CF4D.7040503@gmail.com> Date: Tue, 03 Feb 2009 17:12:13 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081227 SeaMonkey/1.1.14 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 -avDuN world' doesn't find everything References: <49bf44f10902031129x4f2adb67w9fbbf1f0867d6cc6@mail.gmail.com> <20090203202359.4022edf8@krikkit> <5bdc1c8b0902031232o4d449aa7j14c68fd4dd7d8c75@mail.gmail.com> <20090203222742.33d93b51@krikkit> <49bf44f10902031451g384274a3v54e8257a3bb84470@mail.gmail.com> In-Reply-To: <49bf44f10902031451g384274a3v54e8257a3bb84470@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: bbc8154a-9c15-41d7-998a-7f059be4f8fd X-Archives-Hash: 2b2dc0fe2e0b6869c164d24313caeb90 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 > > - Grant > > > This may help. root@smoker / # equery belongs /usr/bin/unlzma [ Searching for file(s) /usr/bin/unlzma in *... ] app-arch/lzma-utils-4.32.7 (/usr/bin/unlzma -> lzma) root@smoker / # I would rebuild that or see why it is not already installed. I would think that would be part of system??? I'm not sure tho. Dale :-) :-)