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 1JSu99-0002Pt-TC for garchives@archives.gentoo.org; Sat, 23 Feb 2008 13:10:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D703E04D5; Sat, 23 Feb 2008 13:10:29 +0000 (UTC) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by pigeon.gentoo.org (Postfix) with ESMTP id 72E88E04D5 for ; Sat, 23 Feb 2008 13:10:29 +0000 (UTC) Received: by py-out-1112.google.com with SMTP id w53so975727pyg.25 for ; Sat, 23 Feb 2008 05:10:29 -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=B45nfkFZAeu7F2btR9fZ5Pm16hmB98zTVQ+AUOJ/HNY=; b=lK+KclPdWtueT8pbP6y2MVDoqjIk08y7lg3GmAnjFrRMGdlxgPO5l/WQAoohGs9R6cuj0MbKsDx+hePhaCOJnidmKi6zCURhvU1OVCR1R71OaC4lE5JjqpsojdN9ljV5O/QNEwRcRJIDkYa65iSyNQ/oXPqoiif/RE1xlz/i7tk= 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=LW3JHpER/TXCfZJ+x4ZmFsPLVeT6FbbGL6YUP9Oc+a4yca5zWG5ecEef4Orx71aNRJ5PmlWwZZUDhgFJpVFfV727gJx4FKSDP/ftVWxy+7JmnpQm1+6hnWTw/IoO2fsHcl2P9KDZQqyeHA140auz+80YSIX6yUxO6ACLd6g+WHU= Received: by 10.64.249.20 with SMTP id w20mr914214qbh.10.1203772228565; Sat, 23 Feb 2008 05:10:28 -0800 (PST) Received: from ?192.168.0.46? ( [87.227.44.92]) by mx.google.com with ESMTPS id h4sm4066318nfh.8.2008.02.23.05.10.26 (version=SSLv3 cipher=RC4-MD5); Sat, 23 Feb 2008 05:10:27 -0800 (PST) Message-ID: <47C01BBE.9080901@gmail.com> Date: Sat, 23 Feb 2008 14:12:30 +0100 From: Erik User-Agent: Thunderbird 2.0.0.9 (X11/20071124) 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: [gentoo-user] [SOLVED] "emerge -ef world" and "eclean --destructive distfiles" do not agree References: <47BF69A3.8050302@gmail.com> <20080223031858.GA9251@localhost> <47BFEF24.7030703@gmail.com> <200802231320.58781.alan.mckinnon@gmail.com> In-Reply-To: <200802231320.58781.alan.mckinnon@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 3a8c7662-f207-4ded-93a9-444b488de2fb X-Archives-Hash: 941e44180b472bed76193fb1afc022f9 Alan McKinnon skrev: > On Saturday 23 February 2008, Erik wrote: > >> I check with the file klibc-1.5.8.tar.bz2. >> # emerge -up klibc >> >> These are the packages that would be merged, in order: >> >> Calculating dependencies... done! >> [ebuild U ] dev-libs/klibc-1.5.8 [1.5] >> >> So it seems like klibc is outdated but "emerge -uDNav world" does not >> want want to update it! >> # equery d klibc >> [ Searching for packages depending on klibc... ] >> sys-apps/v86d-0.1.3 (dev-libs/klibc) >> localhost ~ # grep sys-apps/v86d /var/lib/portage/world >> sys-apps/v86d >> >> So sys-apps/v86d is in world and depends dev-libs/klibc, but yet >> "emerge -uDNp world" does not want to update dev-libs/klibc, like >> "emerge -up dev-libs/klibc" wants to! >> > This looks like a --bdeps situation. That was it, thanks! > I can think of two ways to accomplish what you are asking for > > - use "--with-bdeps y" or include it in EMERGE_DEFAULT_OPTS > - put klibc in world > I did the first way. Now I can run "emerge -ef world;eclean --destructive distfiles" repeatedly without anything being downloaded. (The second way is not what I want. The only reason I have klibc is to build v86d.) -- gentoo-user@lists.gentoo.org mailing list