From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OoEgl-00069c-2K for garchives@archives.gentoo.org; Wed, 25 Aug 2010 12:02:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98163E06A1; Wed, 25 Aug 2010 12:02:18 +0000 (UTC) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by pigeon.gentoo.org (Postfix) with ESMTP id 858DCE06A1 for ; Wed, 25 Aug 2010 12:02:18 +0000 (UTC) Received: from compute3.internal (compute3.internal [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id 6724B41D for ; Wed, 25 Aug 2010 08:02:18 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute3.internal (MEProxy); Wed, 25 Aug 2010 08:02:18 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:content-transfer-encoding; s=smtpout; bh=htFSq7UJ/5fpJUDPDZD5G4AerLg=; b=JD4J+Q6T+8hWeolPvNgHmHveI3SqTeyKfHRiCxxk5qK4kpnWYtlduZMP2VURMZH3kbNLLfDL6jl4xCuFSVnvX0WSW2ApFQEfwW3N9lVzmNd500O3J2uv/HY4cPa5pKJaRb4SQYaYbk3fVAkLVgY39WZP7pdVVLnvpvD/KlNgfK0= X-Sasl-enc: 101KSM3oOp1Ai6Ljb5VWFhrjKhrURpMJeqjyhP6JkUP6 1282737738 Received: from [192.168.31.28] (cpe-069-134-182-167.nc.res.rr.com [69.134.182.167]) by www.fastmail.fm (Postfix) with ESMTPSA id 25E165E0FB7 for ; Wed, 25 Aug 2010 08:02:18 -0400 (EDT) Subject: Re: [gentoo-user] trouble emerging vmware-workstation from the vmware overlay From: Albert Hopkins To: gentoo-user@lists.gentoo.org In-Reply-To: <20100825115831.GA16106@malaquias.DHCP-GERAL> References: <20100825112150.GA15719@malaquias.DHCP-GERAL> <575a72ecc83e1321eaf2c12489214077.squirrel@webmail.timeweb.ru> <20100825115831.GA16106@malaquias.DHCP-GERAL> Content-Type: text/plain; charset="UTF-8" Date: Wed, 25 Aug 2010 08:02:17 -0400 Message-ID: <1282737737.40468.5.camel@paska> 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 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9ee6f863-7b5c-45f5-b910-6c0866751fe6 X-Archives-Hash: e7eca3392f1dc038112f5098f6b8d0f3 On Wed, 2010-08-25 at 08:58 -0300, Jos=C3=A9 Romildo Malaquias wrote: > > Here is the reason of your problem. Try to mask vmware-player >=20 > That does not seem to be enough. >=20 > Looking at the ebuilds, I have found the following: >=20 >=20 >=20 > # grep > vmware-modules /var/lib/layman/vmware/app-emulation/vmware-workstation/= vmware-workstation-7.1.1.282343.ebuild > PDEPEND=3D"~app-emulation/vmware-modules-238 >=20 > # grep -B 2 > vmware-workstation /var/lib/layman/vmware/app-emulation/vmware-modules/= vmware-modules-238.ebuild > DEPEND=3D"${RDEPEND} > || ( ~app-emulation/vmware-player-3.1.0.261024 > ~app-emulation/vmware-workstation-7.1.0.261024 )" >=20 > # grep -B 2 > vmware-workstation /var/lib/layman/vmware/app-emulation/vmware-modules/= vmware-modules-238.1.ebuild > DEPEND=3D"${RDEPEND} > || ( ~app-emulation/vmware-player-3.1.1.282343 > ~app-emulation/vmware-workstation-7.1.1.282343 )" >=20 >=20 >=20 >=20 >=20 > Therefore it seems that there are errors in the dependencies in the > ebuilds: vmware-workstation-7.1.1.282343 depends on > vmware-modules-238, > which depends on vmware-workstation-7.1.0.261024. >=20 >=20 It's an OR (||) relationship. The modules depend on vmware-player OR vmware-workstation. And likely vmware-player and vmware-workstation block each other. So you need to install one OR the other and make sure the other one isn't installed.