/////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
# /the/tech/blog
Solutions for FreeBSD web and application servers using PHP, mySQL, Apache and more.
Posted By Adam
Tuesday, August 3rd 2010

Adam StrohlSOLVED: FreeBSD vmware-guestd6 Port Install Error

I seem to run across this error when working with certain ESX based FreeBSD VMs (FreeBSD 7 and 8.0, 8.1). My suspicion is that the VMWare tools image that gets mounted when installing the guest tools is mismatching what the port expects, depending on the server's copy of VMWare Tools.

# cd /usr/ports/emulators/vmware-guestd6
# make install clean

--- (snip of normal compiling until the error below) ---

install: /usr/ports/emulators/vmware-guestd6/work/vmmemctl-only/vmmemctl.ko: No such file or directory
*** Error code 71

The good news is, its an easy fix, a little digging shows that the vmmemctl.ko file is there, just one directory back from where its expected to be. So we'll just move it to where it should be:

# cp /usr/ports/emulators/vmware-guestd6/work/vmmemctl.ko \
/usr/ports/emulators/vmware-guestd6/work/vmmemctl-only/

# make install clean

The port should install with no problems now!

loading icon

Fetching vote status, one moment ...

Add a Comment:

* Name:
* Email address:
Verification purposes only. Your email address will not be shown publicly, transfered, or sold. We don't spam and take data privacy seriously.
* Comment:
icon

Related Experience

Take a look at these related items:

FreeBSD® Admin. & Security

icon

Disclaimer

Any problems and their solutions discussed here are designed to be examples and may not exactly match your situation.

No warranty is provided or implied with these articles, if it's critical contact us: we support and guarantee all of our work.