From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9F79D1381F3 for ; Tue, 27 Nov 2012 09:48:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D96FCE0693; Tue, 27 Nov 2012 09:48:40 +0000 (UTC) Received: from n.hanft.de (n.hanft.de [213.95.70.228]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3CBDE061F for ; Tue, 27 Nov 2012 09:47:21 +0000 (UTC) Received: from fileserver.hanft.de (home.hanft.de [213.95.133.151]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by n.hanft.de (Postfix) with ESMTPS id 0B3F61B8115 for ; Tue, 27 Nov 2012 10:47:19 +0100 (CET) Received: from mh.local (mh.local [10.15.5.50]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mh) by fileserver.hanft.de (Postfix) with ESMTPSA id B97A118406F; Tue, 27 Nov 2012 10:47:18 +0100 (CET) Message-ID: <50B48C26.4030805@hanft.de> Date: Tue, 27 Nov 2012 10:47:18 +0100 From: Matthias Hanft User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0 SeaMonkey/2.14 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] blocked packages both required by the system sys-apps/openrc vs. sys-apps/net-tools? References: <87txscht3d.fsf@kuiper.lan.informatimago.com> In-Reply-To: <87txscht3d.fsf@kuiper.lan.informatimago.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 3172b11a-cc7e-4c3b-80d6-b81f48f131f5 X-Archives-Hash: 68c53cf5a39ba62a55bc999e851048af Pascal J. Bourguignon wrote: > > I just emerged --sync and now when I try to update world, I get this > conflict: [...] I had the same problem. Since openrc was not in my world file (pulled in automatically), it was not scheduled for update. The solution was to use "emerge -Duv world" including "deep" dependencies. This caused updating net-tools and openrc at the *same* time without any errors. -Matt