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 1KxoF6-0000YU-7T for garchives@archives.gentoo.org; Wed, 05 Nov 2008 19:40:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D10AE0063; Wed, 5 Nov 2008 19:40:40 +0000 (UTC) Received: from poseidon.rz.tu-clausthal.de (poseidon.rz.tu-clausthal.de [139.174.2.21]) by pigeon.gentoo.org (Postfix) with ESMTP id 4303BE0063 for ; Wed, 5 Nov 2008 19:40:40 +0000 (UTC) Received: from poseidon.rz.tu-clausthal.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 522A7212B14 for ; Wed, 5 Nov 2008 20:40:38 +0100 (CET) Received: from tu-clausthal.de (poseidon [139.174.2.21]) by poseidon.rz.tu-clausthal.de (Postfix) with ESMTP id 29F40212B0A for ; Wed, 5 Nov 2008 20:40:38 +0100 (CET) Received: from [2001:638:605:eea0:219:66ff:fe86:ce12] (account wevah HELO energy.localnet) by tu-clausthal.de (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 38590314 for gentoo-user@lists.gentoo.org; Wed, 05 Nov 2008 20:40:38 +0100 From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] fix for e2fsprogs BLOCK? Date: Wed, 5 Nov 2008 20:40:33 +0100 User-Agent: KMail/1.10.90 (Linux/2.6.27.4r4; KDE/4.1.71; x86_64; ; ) References: <200811051952.32771.volker.armin.hemmann@tu-clausthal.de> <38af3d670811051112w6331ec29m2f5a79f05b606216@mail.gmail.com> In-Reply-To: <38af3d670811051112w6331ec29m2f5a79f05b606216@mail.gmail.com> 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811052040.34282.volker.armin.hemmann@tu-clausthal.de> X-Virus-Scanned: by PureMessage V5.4 at tu-clausthal.de X-Archives-Salt: 4f810c6e-8c59-4b5f-83a2-541421bcdd70 X-Archives-Hash: 41f11c1b8b384c1c196917c03600954c On Mittwoch 05 November 2008, Jorge Peixoto de Morais Neto wrote: > On Wed, Nov 5, 2008 at 6:52 PM, Volker Armin Hemmann > > 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. seems - but was part of the bug back in the days I did the switch. unmerge and mask them, was the instruction.