Date: Fri, 25 May 2007 22:37:07 GMT From: Ryan Beasley<ryanb@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/113017: emulators/vmware-tools6 missing compat4x dependency Message-ID: <200705252237.l4PMb7Sl021430@www.freebsd.org> Resent-Message-ID: <200705252240.l4PMe5wZ023219@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 113017 >Category: ports >Synopsis: emulators/vmware-tools6 missing compat4x dependency >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 25 22:40:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ryan Beasley >Release: 6.2-RELEASE >Organization: >Environment: FreeBSD 6.2-RELEASE i386 >Description: The VMware Tools shipped with Workstation 6 are linked against libm.so.2. That version of libm shipped with FreeBSD 4.x and is not present by default in 6.x. As-is, the port installs without error, but vmware-toolbox cannot execute because of the missing library. To fix this, one may install misc/compat4x. >How-To-Repeat: On a machine w/o compat4x and vmware-tools6: cd /usr/ports/emulators/vmware-tools6 && make install vmware-toolbox >Fix: Add the following to the emulators/vmware-tools6 Makefile: LIB_DEPENDS= m.2:${PORTSDIR}/misc/compat4x >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705252237.l4PMb7Sl021430>