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 1KuwbD-0000nX-EQ for garchives@archives.gentoo.org; Tue, 28 Oct 2008 21:59:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA663E029E; Tue, 28 Oct 2008 21:59:05 +0000 (UTC) Received: from smtp4.tech.numericable.fr (smtp4.tech.numericable.fr [82.216.111.40]) by pigeon.gentoo.org (Postfix) with ESMTP id AA3D0E029E for ; Tue, 28 Oct 2008 21:59:05 +0000 (UTC) Received: from [192.168.0.10] (abo-175-20-68.rns.modulonet.fr [85.68.20.175]) by smtp4.tech.numericable.fr (Postfix) with ESMTP id 8EF0212A81F for ; Tue, 28 Oct 2008 22:58:59 +0100 (CET) Message-ID: <49078B22.2070202@numericable.fr> Date: Tue, 28 Oct 2008 22:58:58 +0100 From: Jacques Montier User-Agent: Thunderbird 2.0.0.17 (X11/20080928) 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] Circular blocks after last night's sync? References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 9bb79a36-d2db-4a4d-b9ef-aa249e5e0a9b X-Archives-Hash: 5509b5a287bb3ee5002ff89ced05cace Steven Susbauer a gentiment tapote: >> Sadly, I did not read this until these were all unmerged, and wget is >> truly broken. >> >> Happily, I do run with buildpkg on all the time, but an this the >> first time I've >> really needed them. Getting back to a running system was pretty easy. >> >> However, this does not really solve the problem. What's a safe way to >> do this emerge? >> >> ++ kevin >> > I mention the steps in the bug report: > http://bugs.gentoo.org/show_bug.cgi?id=234907#c70 > > You may also choose to mask the affected packages, or remove kerberos > support entirely. > > > > Hi, I encountered the same problem. I unmerged sys-libs/ss, sys-libs/com_err and sys-fs/e2fsprogs. Of course everything was broken and wget did not work anymore... So i downloaded sys-fs/e2fsprogs-1.40.9.tar.gz with Firefox browser to /usr/portage/distfile and put >sys-fs/e2fsprogs-1.40.9 in package.mask. Then I could emerge sys-fs/e2fsprogs-1.40.9. Now sys-libs/ss-1.40.9, sys-libs/com_err-1.40.9 and sys-fs/e2fsprogs-1.40.9 are installed and everything works fine. Cheers, Jacques