From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 14 12:38:11 2003 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2AF337B401 for ; Mon, 14 Apr 2003 12:38:11 -0700 (PDT) Received: from inception.quiecom.com (inception.quiecom.com [216.127.82.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D78A43F75 for ; Mon, 14 Apr 2003 12:38:11 -0700 (PDT) (envelope-from fish@fish-mail.com) Received: from [10.1.130.14] (internet-user.jwt.com [208.44.60.32]) (authenticated) by inception.quiecom.com (8.11.6/8.11.6) with ESMTP id h3EJUdp02620; Mon, 14 Apr 2003 15:30:39 -0400 From: Fish To: freebsd-emulation@freebsd.org Content-Type: text/plain Organization: Message-Id: <1050348951.748.16.camel@current> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 14 Apr 2003 15:35:51 -0400 Content-Transfer-Encoding: 7bit cc: orlando.bassotto@ieo-research.it Subject: VMWare3 Port Misses some Files on Install X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2003 19:38:12 -0000 I'm trying to install and run the VMWare3 port you have just gotten working (kudos to Orlando on that, by the way) and get it running to replace VMWare2. This system does not now have any version of VMWare still installed on it, and is current from this morning. Uname output follows. su-2.05b# uname -a FreeBSD current 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Apr 14 10:51:03 EDT 2003 fish@current:/usr/obj/usr/src/sys/CURRENT-TWO i386 I've downloaded and applied the kernel patch listed in the makefile, built kernel/world and installed them, and ran "make install clean" in the port directory. Everything appeared to run fine, but when I try to run vmware I get the following messages: bash-2.05b$ vmware Setting TMPDIR=/var/tmp. Could not execve /usr/lib/vmware/bin/vmware-ui: No such file or directory. Could not execve /usr/lib/vmware/bin/vmware-mks: No such file or directory. I looked, the files do not exist. I went looking for them, and find that they do seem to have been built, and exist in the work directory. The output from the make install process, the attempted run, and finding those two files is attached if it's any help. If there is any information I can provide that would help, please let me know. Thanks, Fish