From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 25 22:40:05 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C393F16A421 for ; Fri, 25 May 2007 22:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8FE3C13C468 for ; Fri, 25 May 2007 22:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4PMe5XJ023221 for ; Fri, 25 May 2007 22:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4PMe5wZ023219; Fri, 25 May 2007 22:40:05 GMT (envelope-from gnats) Resent-Date: Fri, 25 May 2007 22:40:05 GMT Resent-Message-Id: <200705252240.l4PMe5wZ023219@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ryan Beasley Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 571A816A469 for ; Fri, 25 May 2007 22:37:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 4BF0C13C44B for ; Fri, 25 May 2007 22:37:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4PMb7Wa021431 for ; Fri, 25 May 2007 22:37:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l4PMb7Sl021430; Fri, 25 May 2007 22:37:07 GMT (envelope-from nobody) Message-Id: <200705252237.l4PMb7Sl021430@www.freebsd.org> Date: Fri, 25 May 2007 22:37:07 GMT From: Ryan Beasley To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/113017: emulators/vmware-tools6 missing compat4x dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 22:40:05 -0000 >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: