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 9C87E1381F3 for ; Mon, 26 Nov 2012 23:31:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDBA0E06E8; Mon, 26 Nov 2012 23:30:49 +0000 (UTC) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by pigeon.gentoo.org (Postfix) with ESMTP id C8D53E06B7 for ; Mon, 26 Nov 2012 23:29:33 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for gentoo-user@lists.gentoo.org with esmtp (envelope-from ) id <1Td87I-002FQJ-W8>; Tue, 27 Nov 2012 00:29:33 +0100 Received: from dslb-188-103-192-253.pools.arcor-ip.net ([188.103.192.253] helo=SLDF-WLVRN-ALPHA-CS1-P1.fritz.box) by inpost2.zedat.fu-berlin.de (Exim 4.69) for gentoo-user@lists.gentoo.org with esmtpsa (envelope-from ) id <1Td87I-002LpL-PG>; Tue, 27 Nov 2012 00:29:32 +0100 Date: Tue, 27 Nov 2012 00:29:26 +0100 From: Hinnerk van Bruinehsen 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? Message-ID: <20121126232926.GA29993@SLDF-WLVRN-ALPHA-CS1-P1.fritz.box> References: <87txscht3d.fsf@kuiper.lan.informatimago.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=utf-8 Content-Disposition: inline In-Reply-To: <87txscht3d.fsf@kuiper.lan.informatimago.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Originating-IP: 188.103.192.253 X-Archives-Salt: 72d6f134-7388-48b1-bf46-78706c8c6e86 X-Archives-Hash: 59d0eadd61366aa718ba6ab06281db65 On Mon, Nov 26, 2012 at 11:55:50PM +0100, Pascal J. Bourguignon wrote: > > I just emerged --sync and now when I try to update world, I get this > conflict: > > where both sys-apps/net-tools and sys-apps/baselayout-2.1-r1 therefore > sys-apps/openrc are required by the system. > > What can I do to resolve this conflict? > > Why does gentoo want to install conflicting packages at the same time on > my system? > [ebuild N ] net-misc/vde-2.2.2 > [nomerge ] app-emulation/wine-1.4.1 > [ebuild N ] app-emulation/emul-linux-x86-baselibs-20121028 USE="-development" > [ebuild U ] sys-devel/gnuconfig-20120818 [20120116] > [ebuild U ] dev-libs/expat-2.1.0-r2 [2.1.0] > [ebuild U ] media-libs/libpng-1.5.13-r1 [1.5.10] > [blocks B ] > * Error: The above package list contains packages which cannot be > * installed at the same time on the same system. > > (sys-apps/net-tools-1.60_p20120127084908::gentoo, ebuild scheduled for merge) pulled in by > sys-apps/net-tools required by @system > > (sys-apps/openrc-0.9.8.4::gentoo, installed) pulled in by > sys-apps/openrc required by (dev-db/mysql-init-scripts-2.0_pre1-r2::gentoo, ebuild scheduled for merge) > sys-apps/openrc required by (sys-apps/baselayout-2.1-r1::gentoo, installed) > net-tools needs an openrc version newer than 0.9.9.3. According to eix on my system 11.5 should be stable (correct me, if I'm wrong). Try to update openrc first (e.g. emerge -v1 openrc) and check, which version is being pulled in. If it's still 0.9.8.4 check, if you have masked newer versions yourself and -if so - remove the mask. WKR Hinnerk