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 1OoEac-0005io-1a for garchives@archives.gentoo.org; Wed, 25 Aug 2010 11:56:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64356E09EB; Wed, 25 Aug 2010 11:55:49 +0000 (UTC) Received: from emailteste.ufop.br (emailteste.ufop.br [200.131.208.186]) by pigeon.gentoo.org (Postfix) with ESMTP id 2BB63E09EB for ; Wed, 25 Aug 2010 11:55:47 +0000 (UTC) Received: (qmail 14841 invoked by uid 89); 25 Aug 2010 11:55:47 -0000 Received: by simscan 1.3.1 ppid: 14814, pid: 14838, t: 0.0132s scanners: attach: 1.3.1 clamav: 0.96/m:52/d:10754 Received: from unknown (HELO malaquias.no-ip.org) (romildo@iceb.ufop.br@200.131.25.75) by 0 with ESMTPA; 25 Aug 2010 11:55:47 -0000 Received: by malaquias.no-ip.org (Postfix, from userid 500) id E840D10A008; Wed, 25 Aug 2010 08:58:31 -0300 (BRT) Date: Wed, 25 Aug 2010 08:58:31 -0300 From: =?iso-8859-1?Q?Jos=E9?= Romildo Malaquias To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] trouble emerging vmware-workstation from the vmware overlay Message-ID: <20100825115831.GA16106@malaquias.DHCP-GERAL> References: <20100825112150.GA15719@malaquias.DHCP-GERAL> <575a72ecc83e1321eaf2c12489214077.squirrel@webmail.timeweb.ru> 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=us-ascii Content-Disposition: inline In-Reply-To: <575a72ecc83e1321eaf2c12489214077.squirrel@webmail.timeweb.ru> User-Agent: Mutt/1.5.20 (2009-06-14) X-Archives-Salt: 7de0d744-d83b-4d5d-af7f-0bc9e8e592ec X-Archives-Hash: 597588dcfd1be352a6ca62cbcc21ac2c On Wed, Aug 25, 2010 at 03:23:13PM +0400, d.fedorov@timeweb.ru wrote: > > Hello. > > > > I am having some trouble installing vmware-workstation from the vmware > > overlay: > > > > > > # emerge -avt vmware-workstation > > > > These are the packages that would be merged, in reverse order: > > > > Calculating dependencies... done! > > [ebuild N f ] app-emulation/vmware-workstation-7.1.1.282343 > > USE="vmware-tools -doc -vix" 0 kB [1] > > [ebuild N ] app-emulation/vmware-modules-238 0 kB [1] > > [ebuild N F ] app-emulation/vmware-player-3.1.0.261024 > > USE="vmware-tools -doc" 100,067 kB [1] > > [blocks B ] app-emulation/vmware-workstation > > ("app-emulation/vmware-workstation" is blocking > > app-emulation/vmware-player-3.1.0.261024) > > [blocks B ] app-emulation/vmware-player ("app-emulation/vmware-player" > > is blocking app-emulation/vmware-workstation-7.1.1.282343) > > > > Total: 3 packages (3 new), Size of downloads: 100,067 kB > > Fetch Restriction: 2 packages (1 unsatisfied) > > Conflict: 2 blocks (2 unsatisfied) > > Portage tree and overlays: > > [0] /usr/portage > > [1] /var/lib/layman/vmware > > > > * Error: The above package list contains packages which cannot be > > * installed at the same time on the same system. > > > > (app-emulation/vmware-player-3.1.0.261024, ebuild scheduled for merge) > > pulled in by > > ~app-emulation/vmware-player-3.1.0.261024 required by > > (app-emulation/vmware-modules-238, ebuild scheduled for merge) > > > > (app-emulation/vmware-workstation-7.1.1.282343, ebuild scheduled for > > merge) pulled in by > > vmware-workstation > > > > > > For more information about Blocked Packages, please refer to the following > > section of the Gentoo Linux x86 Handbook (architecture is irrelevant): > > > > http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?full=1#blocked > > > > > > > > > > Any help? > > > > Romildo > > > > > [blocks B ] app-emulation/vmware-workstation > ("app-emulation/vmware-workstation" > is blocking app-emulation/vmware-player-3.1.0.261024) > [blocks B ] app-emulation/vmware-player ("app-emulation/vmware-player" is > blocking app-emulation/vmware-workstation-7.1.1.282343) > > Here is the reason of your problem. Try to mask vmware-player That does not seem to be enough. Looking at the ebuilds, I have found the following: # grep vmware-modules /var/lib/layman/vmware/app-emulation/vmware-workstation/vmware-workstation-7.1.1.282343.ebuild PDEPEND="~app-emulation/vmware-modules-238 # grep -B 2 vmware-workstation /var/lib/layman/vmware/app-emulation/vmware-modules/vmware-modules-238.ebuild DEPEND="${RDEPEND} || ( ~app-emulation/vmware-player-3.1.0.261024 ~app-emulation/vmware-workstation-7.1.0.261024 )" # grep -B 2 vmware-workstation /var/lib/layman/vmware/app-emulation/vmware-modules/vmware-modules-238.1.ebuild DEPEND="${RDEPEND} || ( ~app-emulation/vmware-player-3.1.1.282343 ~app-emulation/vmware-workstation-7.1.1.282343 )" 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. Is this a bug? If so, where should it be reported? Romildo