Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] trouble emerging vmware-workstation from the vmware overlay
Date: Wed, 25 Aug 2010 12:02:43
Message-Id: 1282737737.40468.5.camel@paska
In Reply to: Re: [gentoo-user] trouble emerging vmware-workstation from the vmware overlay by "José Romildo Malaquias"
1 On Wed, 2010-08-25 at 08:58 -0300, José Romildo Malaquias wrote:
2 > > Here is the reason of your problem. Try to mask vmware-player
3 >
4 > That does not seem to be enough.
5 >
6 > Looking at the ebuilds, I have found the following:
7 >
8 >
9 >
10 > # grep
11 > vmware-modules /var/lib/layman/vmware/app-emulation/vmware-workstation/vmware-workstation-7.1.1.282343.ebuild
12 > PDEPEND="~app-emulation/vmware-modules-238
13 >
14 > # grep -B 2
15 > vmware-workstation /var/lib/layman/vmware/app-emulation/vmware-modules/vmware-modules-238.ebuild
16 > DEPEND="${RDEPEND}
17 > || ( ~app-emulation/vmware-player-3.1.0.261024
18 > ~app-emulation/vmware-workstation-7.1.0.261024 )"
19 >
20 > # grep -B 2
21 > vmware-workstation /var/lib/layman/vmware/app-emulation/vmware-modules/vmware-modules-238.1.ebuild
22 > DEPEND="${RDEPEND}
23 > || ( ~app-emulation/vmware-player-3.1.1.282343
24 > ~app-emulation/vmware-workstation-7.1.1.282343 )"
25 >
26 >
27 >
28 >
29 >
30 > Therefore it seems that there are errors in the dependencies in the
31 > ebuilds: vmware-workstation-7.1.1.282343 depends on
32 > vmware-modules-238,
33 > which depends on vmware-workstation-7.1.0.261024.
34 >
35 >
36
37 It's an OR (||) relationship. The modules depend on vmware-player OR
38 vmware-workstation. And likely vmware-player and vmware-workstation
39 block each other. So you need to install one OR the other and make sure
40 the other one isn't installed.

Replies

Subject Author
Re: [gentoo-user] trouble emerging vmware-workstation from the vmware overlay "José Romildo Malaquias" <j.romildo@×××××.com>