Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 110027

Summary: Make an ebuild for vmware player
Product: Gentoo Linux Reporter: Chris Gianelloni (RETIRED) <wolf31o2>
Component: New packagesAssignee: Gentoo VMWare Bug Squashers [disabled] <vmware+disabled>
Status: RESOLVED FIXED    
Severity: normal CC: allistar, brebs, dante333, derick, gentoo.20.calle2003, iyoda-gentoo, iyosifov, kristaps.kaupe, lari.korpi, m.debruijne, mben12, simon.roby, yann.lugrin, zeksers
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.vmware.com/products/player/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: preliminary ebuild
VMware player ebuild

Description Chris Gianelloni (RETIRED) gentoo-dev 2005-10-21 06:14:30 UTC
Summary pretty much says it all...
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-21 06:23:53 UTC
Please search. :p

*** This bug has been marked as a duplicate of 109899 ***
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2005-10-21 08:32:54 UTC
...
Comment 3 Chris Gianelloni (RETIRED) gentoo-dev 2005-10-21 08:33:34 UTC
Amazing, you assign a bug for yourself and it gets marked as a DUP by an
over-zealous bug-wrangler...
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2005-10-21 08:33:46 UTC
*** Bug 109899 has been marked as a duplicate of this bug. ***
Comment 5 Eric Edgar (RETIRED) gentoo-dev 2005-10-21 10:34:06 UTC
Created attachment 71133 [details]
preliminary ebuild

I have attached an ebuild that doesnt fail to install.	However the application
has not been tested to work.  Not sure if the startup scripts are going to be
valid.	Just copy the vmware-workstation dir to the vmware-player dir...
Comment 6 Carsten Lohrke (RETIRED) gentoo-dev 2005-10-21 11:37:25 UTC
(In reply to comment #3)
> Amazing, you assign a bug for yourself and it gets marked as a DUP by an
> over-zealous bug-wrangler...

You are asked to look for existing bugs instead creating new ones as anyone
else. It was meant as a friendly short reminder.
Comment 7 AJ Armstrong 2005-10-23 16:27:55 UTC
Suggest that, as it appears there are some shared files and paths, vmware-player
and vmware-workstation should block each other.

That is, unless someone comes up with a good reason why you'd want both - then
we'd need a third app (vmware-services ?) that handles the shared stuff.
Comment 8 Lari Korpi 2005-10-23 16:35:27 UTC
<[Bug 109899]>
------- Additional Comment #1 From  Paul Kronenwetter  2005-10-20 07:17 PDT
[reply] -------

Just FYI - VMware Player comes with Workstation v5.5...
</[Bug 109899]>

I haven't tampered with the 5.5, but if the quoted comment is true a block would
be adequate in the future. It would also be lesser evel if proven to be false
measure.  
Comment 9 Allistar Melville 2005-10-27 02:14:53 UTC
A good reason for both is if you have VMWare installed for your own virtual
machines, yet you also need to use the player to connect to machines on a
different computer.
Comment 10 Derick Swanepoel 2005-11-28 05:11:07 UTC
Created attachment 73720 [details]
VMware player ebuild

Here is an updated ebuild for vmware-player-1.0.0.18007 (adapted from the
vmware-workstation-5.5.0.18007-r1 ebuild and the vmware-player-1.0.0.16981
ebuild attached to this bug).

I have added a block on vmware-workstation. Tested and works for me.
Comment 11 Derick Swanepoel 2005-11-28 05:34:58 UTC
For completeness, some files from the vmware-workstation files/ dir needs to 
be copied over for vmware-player: 90vmware, the config patch, vmware.rc and 
vmware.xml. The config patch needs to be renamed to 
vmware-player-1.0.0.18007-config.patch and the paths in 90vmware need to 
change to /opt/vmware/... instead of /opt/vmware/workstation/... 
Comment 12 Chris Gianelloni (RETIRED) gentoo-dev 2005-11-28 06:05:36 UTC
(In reply to comment #11)
> For completeness, some files from the vmware-workstation files/ dir needs to 
> be copied over for vmware-player: 90vmware, the config patch, vmware.rc and 
> vmware.xml. The config patch needs to be renamed to 
> vmware-player-1.0.0.18007-config.patch and the paths in 90vmware need to 
> change to /opt/vmware/... instead of /opt/vmware/workstation/... 

Not exactly.  See, this needs to be modifed to install into /opt/vmware/player
and defainitely should *not* block vmware-workstation.  I'll be taking a closer
look at this during this week and try to get it into portage.

Comment 13 Chris Gianelloni (RETIRED) gentoo-dev 2005-11-29 07:16:33 UTC
As much as I hate this, it wasn't a trivial task to make vmware-player and
vmware-workstation install side-by-side.  For one, the modules aren't compatible
across all versions of vmware-workstation, meaning we would only be able to have
shared services between specific branches.  In the end, a blocker really is the
only way to do this without spending significant resources.