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 1JSrBC-0005y4-AC for garchives@archives.gentoo.org; Sat, 23 Feb 2008 10:00:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40324E07BD; Sat, 23 Feb 2008 10:00:24 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by pigeon.gentoo.org (Postfix) with ESMTP id C5FC3E07B9 for ; Sat, 23 Feb 2008 10:00:23 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e21so743613fga.14 for ; Sat, 23 Feb 2008 02:00:23 -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=ZfZFMv35ZG3YqaEMRL0NlHId4JVC+VxTG/YrIxMNKgI=; b=LWFCsLiF/QwzJCICd27+D6du6LkpjXrHWCukHaxps/9oTXsJcYCM96uaXrfUrhlpMcx7QNygXOyuKE9VKBqAbyAp8R4KE9mHySyKLpWgX9jFX03VstMLfgv6VITPNje2QvDz/3E+IQD2svZbCZCI1n27Nt09hY2hscMXCw75DKY= 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=qkYTNAMJfz50WV3Zp4Je8h/3pDKewsTNhrPZ5HBq2kth2mXmtVtccVT6H3vAhRGlI++UBRyBAfA7XrLycxxTG1uxwoCrYqfPLAaDLpgawYIM2DIhlLr5N4oz633CprUzQVoKZsi1kBr4wEJyeAqlJjkJ1Kqjy4fVDoXf7xivTK0= Received: by 10.82.155.10 with SMTP id c10mr471847bue.29.1203760822997; Sat, 23 Feb 2008 02:00:22 -0800 (PST) Received: from ?192.168.0.46? ( [87.227.44.92]) by mx.google.com with ESMTPS id c25sm4044114ika.9.2008.02.23.02.00.13 (version=SSLv3 cipher=RC4-MD5); Sat, 23 Feb 2008 02:00:18 -0800 (PST) Message-ID: <47BFEF24.7030703@gmail.com> Date: Sat, 23 Feb 2008 11:02:12 +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: Re: [gentoo-user] "emerge -ef world" and "eclean --destructive distfiles" do not agree References: <47BF69A3.8050302@gmail.com> <200802230237.42636.alan.mckinnon@gmail.com> <47BF79CC.1080708@gmail.com> <20080223031858.GA9251@localhost> In-Reply-To: <20080223031858.GA9251@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 4179870e-02c6-4f85-9435-fff7d6b72cc0 X-Archives-Hash: 94269aa0153646ca76087408a2f53ba6 forgottenwizard skrev: > On 02:41 Sat 23 Feb , Erik wrote: > >> Alan McKinnon skrev: >> >> "emerge -uNDf world" does nothing because the system is up to date. Even if >> all distfiles are missing, it does nothing (try to move the distfiles >> directory away while executing it). That command is supposed to "download >> everything that is missing to update the system". And since the system is >> up to date, nothing is needed to update it and it will therefore not >> download anything. >> >> What I wanted was "download everything that is missing to reinstall >> everything that is currently installed". That is what "emerge -ef world" >> should do. Then I wanted to "remove everything that is not needed to >> reinstall everything that is currently installed". That is what "eclean >> --destructive distfiles" should do. Doing both should result in a set of >> distfiles that is "what is needed and only what is needed to reinstall >> everything that is currently installed (assuming that the system is up to >> date)". But since the 2 commands do not agree, something is broken >> somewhere. > Have you checked to see if the files deleted by eclean are the current > versions, or are they old? If they are the most recent you have > installed, then there is a problem with eclean. If not, then the problem > is with --fetchonly > 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! -- gentoo-user@lists.gentoo.org mailing list