From nobody@FreeBSD.org  Fri May 25 22:37:07 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 571A816A469
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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<ryanb@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: emulators/vmware-tools6 missing compat4x dependency
X-Send-Pr-Version: www-3.0

>Number:         113017
>Category:       ports
>Synopsis:       emulators/vmware-tools6 missing compat4x dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    matusita
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 25 22:40:04 GMT 2007
>Closed-Date:    Sun Jun 03 07:45:37 GMT 2007
>Last-Modified:  Sun Jun 03 07:45:37 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->matusita 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 25 22:40:12 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113017 
State-Changed-From-To: open->analyzed 
State-Changed-By: matusita 
State-Changed-When: Sat May 26 15:43:51 UTC 2007 
State-Changed-Why:  
Oops, sorry.  This is because that vmware-guestd6/Makefile has a logic bug, 
5.x binaries are installed to 6.x box.  I've just committed a fix, with 
bumping a version number to build 45731. 

Hopefully the problem mentioned in this PR is fixed, but I'm waiting 
a feedback before closing. 

Ryan, would you please check the updated ports? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113017 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113017: commit references a PR
Date: Sat, 26 May 2007 15:43:39 +0000 (UTC)

 matusita    2007-05-26 15:43:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     emulators/linux-vmware-toolbox6 Makefile 
     emulators/vmware-guestd6 Makefile 
   Log:
   Update to build-45731, the release version of VMware Workstation 6.
   Also fix "installing 5.x binaries on 6.x box" problem for vmware-guestd6
   and vmware-tools6.
   
   PR:             113017
   
   Revision  Changes    Path
   1.29      +1 -1      ports/emulators/linux-vmware-toolbox6/Makefile
   1.39      +2 -2      ports/emulators/vmware-guestd6/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: analyzed->closed 
State-Changed-By: matusita 
State-Changed-When: Sun Jun 3 07:44:28 UTC 2007 
State-Changed-Why:  
Confirmed fixed, thank you Ryan! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113017 
>Unformatted:
