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 <gentoo-user+bounces-86020-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Kxnnk-0006ml-Nd for garchives@archives.gentoo.org; Wed, 05 Nov 2008 19:12:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F537E0404; Wed, 5 Nov 2008 19:12:24 +0000 (UTC) Received: from yx-out-1718.google.com (yx-out-1718.google.com [74.125.44.158]) by pigeon.gentoo.org (Postfix) with ESMTP id 5DCC7E0404 for <gentoo-user@lists.gentoo.org>; Wed, 5 Nov 2008 19:12:24 +0000 (UTC) Received: by yx-out-1718.google.com with SMTP id 4so98107yxp.46 for <gentoo-user@lists.gentoo.org>; Wed, 05 Nov 2008 11:12:22 -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:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=GalzDEMIdyWjYgNHfEPk8dSZ/qDOzk3FSGxC1VsDRFU=; b=Wo0zEr6dh0ItEMgT+cfPdqKsQXK+XWjgNzZ7mM6Gm9KVmHLAFfGS/hBkEpie4ckVKJ gm9zlYbOKHvj5ElvU3iVFjW8dzht5OmHUccEeHaOqg/aW7P90TMm6gLFdFLKxJfv9Pld fuw14WBzNDT1MDIWnWHkzMROCYd88GYCHbRTg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=UBmU96qiW3/geKvgdO6UtRlViiWA1wS7OSPBT9Bia5ZRLM13uJFrhmGgmhbOZvBhWa KoNo3Rd6OUnkRO7M8K+kyw35ZbgEDi35aWK+kFFCEoL2NwV3DFdLSdsdbVraNlFmmN1I 75KyNPXMQFUh1sIqSZ09WVKRVwddAV6ipBk+c= Received: by 10.90.70.15 with SMTP id s15mr972583aga.82.1225912342685; Wed, 05 Nov 2008 11:12:22 -0800 (PST) Received: by 10.90.81.1 with HTTP; Wed, 5 Nov 2008 11:12:22 -0800 (PST) Message-ID: <38af3d670811051112w6331ec29m2f5a79f05b606216@mail.gmail.com> Date: Wed, 5 Nov 2008 19:12:22 +0000 From: "Jorge Peixoto de Morais Neto" <please.no.spam.here@gmail.com> Sender: jorgepeixotomorais@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? In-Reply-To: <200811051952.32771.volker.armin.hemmann@tu-clausthal.de> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <d9a0a6da0811051008x6eb39c37hfd2c47de984b278c@mail.gmail.com> <200811051916.02353.dirk.heinrichs@online.de> <200811051952.32771.volker.armin.hemmann@tu-clausthal.de> X-Google-Sender-Auth: 0437a8ce8df24086 X-Archives-Salt: 5c0741b1-fe26-4ec1-948e-754547e66eae X-Archives-Hash: 47df83cdc59c7642a7e0b4fd3c968039 On Wed, Nov 5, 2008 at 6:52 PM, Volker Armin Hemmann <volker.armin.hemmann@tu-clausthal.de> wrote: > On Mittwoch 05 November 2008, Dirk Heinrichs wrote: >> Am Mittwoch, 5. November 2008 19:08:23 schrieb Denis: >> > This probably was already discussed at length... But I keep waiting >> > for an automatic portage tree fix to this... Any idea if there will >> > be a fix, or will I need to take care of this manually? (Intel Core >> > Duo 32-bit system, FYI). >> >> emerge -f e2fsprogs e2fsprogs-libs # wget won't work w/o com_err , so you >> need to fetch first. >> emerge -C com_err ss >> emerge e2fsprogs >> >> or, simpler with paludis: >> >> paludis -i --dl-blocks discard e2fsprogs >> >> If the block still exists after you unmerged com_err and ss, use emerge >> with - t to find out which package still wants them end re-emerge this >> first. >> >> HTH... >> >> Dirk > > and mask com_err and ss afterwards - to make sure that nothing pulls them in. Seems completely unnecessary.