Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 500002 - app-emulation/open-vm-tools should unconditionally depend on sys-fs/fuse
Summary: app-emulation/open-vm-tools should unconditionally depend on sys-fs/fuse
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo VMWare Bug Squashers [disabled]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-01 18:29 UTC by tanstaafl@libertytrek.org
Modified: 2014-02-02 15:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tanstaafl@libertytrek.org 2014-02-01 18:29:07 UTC
First time installing open-vm-tools.

Installed, but got the following error when starting vmware-tools:

 # /etc/init.d/vmware-tools start
 * /tmp/VMwareDnD: correcting mode
 * /proc/fs/vmblock/mountPoint: creating directory
 * checkpath: mkdir: No such file or directory
 * Mounting vmblock ...
mount: mount point /proc/fs/vmblock/mountPoint does not exist    [ !! ]
 * Starting vmware-tools ...                                     [ ok ]

Asked on the gentoo users list and was told that open-vm-tools requires fuse, and confirmed that the default installed installed it with -fuse USE flag set.

Added fuse USE flag for app-emulation/open-vm-tools to package.use, reinstalled open-vm-tools, which this time pulled in sys-fs/fuse, and problem is solved.

Reproducible: Always

Steps to Reproduce:
1. Install open-vm-tools
2. Note above error when starting vmware-tools
3. Note eix open-vm-tools shows that it was installed with -fuse USE flag set
4. add fuse USE flag to app-emulation/open-vm-tools
5. Reinstall open-vm-tools
6. Restart vmware-tools, note that problem/error is solved
Actual Results:  
open-vm-tools was installed with -fuse USE flag set

Expected Results:  
open-vm-tools requires the fuse filesystem, so should have the fuse USE flag set by default
Comment 1 Mike Gilbert gentoo-dev 2014-02-02 15:48:10 UTC
+*open-vm-tools-2013.09.16.1328054-r3 (02 Feb 2014)
+
+  02 Feb 2014; Mike Gilbert <floppym@gentoo.org>
+  +open-vm-tools-2013.09.16.1328054-r3.ebuild,
+  -open-vm-tools-2013.04.16.1098359-r1.ebuild,
+  -open-vm-tools-2013.09.16.1328054-r1.ebuild:
+  Depend on sys-fs/fuse unconditionally, bug 500002.
+