From owner-freebsd-emulation Mon Jul 1 14:45:35 2002 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 CEA1537B400 for ; Mon, 1 Jul 2002 14:45:33 -0700 (PDT) Received: from utility.clubscholarship.com (utility.clubscholarship.com [198.78.70.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE1F43E13 for ; Mon, 1 Jul 2002 14:45:33 -0700 (PDT) (envelope-from root@utility.clubscholarship.com) Received: from localhost (root@localhost) by utility.clubscholarship.com (8.11.6/8.11.6) with ESMTP id g61LhgH53761 for ; Mon, 1 Jul 2002 14:43:42 -0700 (PDT) (envelope-from root@utility.clubscholarship.com) Date: Mon, 1 Jul 2002 14:43:42 -0700 (PDT) From: Patrick Thomas To: Subject: crash debugs, etc., possible on a freebsd vmware guest ? Message-ID: <20020701144220.D79469-100000@utility.clubscholarship.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I would like to run freebsd-current in some of my vmware guest systems (the host system is 4.6-RELEASE). Is it possible/reasonable to do things like induce crashes on these guests (or lockups, panics, etc.) and then ctrl-alt-esc into the crash debugger ? Or am I missing something ? thanks, PT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Jul 1 15:20:21 2002 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 45F7E37B400 for ; Mon, 1 Jul 2002 15:20:19 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A4E43E35 for ; Mon, 1 Jul 2002 15:20:17 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020701222016.RUUW903.sccrmhc03.attbi.com@InterJet.elischer.org>; Mon, 1 Jul 2002 22:20:16 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA93079; Mon, 1 Jul 2002 15:02:47 -0700 (PDT) Date: Mon, 1 Jul 2002 15:02:46 -0700 (PDT) From: Julian Elischer To: Patrick Thomas Cc: freebsd-emulation@freebsd.org Subject: Re: crash debugs, etc., possible on a freebsd vmware guest ? In-Reply-To: <20020701144220.D79469-100000@utility.clubscholarship.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Yes it works well.. I hav edon that in th e past.. in fact if you use the nullmodem (nmdm) driver, you can connect the serial console of the virtual PC to 'tip' so you can read the output and save it. you can also connect it to gdb for remote debugging, all on the same machine.... see http://www.freebsd.org/~julian for more on the nullmodem driver including a screenshot of exactly what you are talking about.. there are some tricks to running -current in the VM however. You need to make a single patch because the VM is REALLY SLOW to emulate the instruction used in kernel mutexes if you re not a 386 (e.g if you are a pentium).. the workaround is to tell the kernel build process that you are building for a 386 or a 586 (include both otions) On Mon, 1 Jul 2002, Patrick Thomas wrote: > > Hello, > > I would like to run freebsd-current in some of my vmware guest systems > (the host system is 4.6-RELEASE). > > Is it possible/reasonable to do things like induce crashes on these guests > (or lockups, panics, etc.) and then ctrl-alt-esc into the crash debugger ? > > Or am I missing something ? > > thanks, > > PT > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Jul 1 16:19:43 2002 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 22FCD37B400 for ; Mon, 1 Jul 2002 16:19:40 -0700 (PDT) Received: from utility.clubscholarship.com (utility.clubscholarship.com [198.78.70.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF97E43E0A for ; Mon, 1 Jul 2002 16:19:39 -0700 (PDT) (envelope-from root@utility.clubscholarship.com) Received: from localhost (root@localhost) by utility.clubscholarship.com (8.11.6/8.11.6) with ESMTP id g61NHq857864; Mon, 1 Jul 2002 16:17:52 -0700 (PDT) (envelope-from root@utility.clubscholarship.com) Date: Mon, 1 Jul 2002 16:17:52 -0700 (PDT) From: Patrick Thomas To: Julian Elischer Cc: Subject: Re: crash debugs, etc., possible on a freebsd vmware guest ? In-Reply-To: Message-ID: <20020701161653.C79469-100000@utility.clubscholarship.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org thank you for this useful information - I will probably be trying this tonight. Totally unrelated - has anyone gotten the FreeBSD version of vmware running on Darwin on a powerPC ? If not, comments on the current viability of such a setup ? thanks, PT On Mon, 1 Jul 2002, Julian Elischer wrote: > Yes it works well.. I hav edon that in th e past.. > in fact if you use the nullmodem (nmdm) driver, you can connect the serial > console of the virtual PC to 'tip' so you can read the output and save it. > you can also connect it to gdb for remote debugging, all on the same > machine.... > > see http://www.freebsd.org/~julian for more on the nullmodem driver > including a screenshot of exactly what you are talking about.. > there are some tricks to running -current in the VM however. > > You need to make a single patch because the VM is REALLY SLOW to emulate > the instruction used in kernel mutexes if you re not a 386 (e.g if you are > a pentium).. the workaround is to tell the kernel build process that you > are building for a 386 or a 586 (include both otions) > > On Mon, 1 Jul 2002, Patrick Thomas wrote: > > > > > Hello, > > > > I would like to run freebsd-current in some of my vmware guest systems > > (the host system is 4.6-RELEASE). > > > > Is it possible/reasonable to do things like induce crashes on these guests > > (or lockups, panics, etc.) and then ctrl-alt-esc into the crash debugger ? > > > > Or am I missing something ? > > > > thanks, > > > > PT > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-emulation" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Jul 1 17: 0:24 2002 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 7FF1D37B400 for ; Mon, 1 Jul 2002 17:00:17 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C4E243E0A for ; Mon, 1 Jul 2002 17:00:16 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020702000015.WRRN6023.sccrmhc02.attbi.com@InterJet.elischer.org>; Tue, 2 Jul 2002 00:00:15 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id QAA93487; Mon, 1 Jul 2002 16:58:04 -0700 (PDT) Date: Mon, 1 Jul 2002 16:58:04 -0700 (PDT) From: Julian Elischer To: Patrick Thomas Cc: freebsd-emulation@freebsd.org Subject: Re: crash debugs, etc., possible on a freebsd vmware guest ? In-Reply-To: <20020701161653.C79469-100000@utility.clubscholarship.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, 1 Jul 2002, Patrick Thomas wrote: > > thank you for this useful information - I will probably be trying this > tonight. > > Totally unrelated - has anyone gotten the FreeBSD version of vmware > running on Darwin on a powerPC ? If not, comments on the current > viability of such a setup ? vmware relies on the fact that teh i386 can "partly" virtualise a PC.. it does the rest (what the hardware can not do) by software. the power PC can not do i386 instructions so it's a dead-end unless you were to write it from scratch to emulate a virtual Power PC. there are a couple of PC emulators on the MAC Including one free one. > > thanks, > > PT > > On Mon, 1 Jul 2002, Julian Elischer wrote: > > > Yes it works well.. I hav edon that in th e past.. > > in fact if you use the nullmodem (nmdm) driver, you can connect the serial > > console of the virtual PC to 'tip' so you can read the output and save it. > > you can also connect it to gdb for remote debugging, all on the same > > machine.... > > > > see http://www.freebsd.org/~julian for more on the nullmodem driver > > including a screenshot of exactly what you are talking about.. > > there are some tricks to running -current in the VM however. > > > > You need to make a single patch because the VM is REALLY SLOW to emulate > > the instruction used in kernel mutexes if you re not a 386 (e.g if you are > > a pentium).. the workaround is to tell the kernel build process that you > > are building for a 386 or a 586 (include both otions) > > > > On Mon, 1 Jul 2002, Patrick Thomas wrote: > > > > > > > > Hello, > > > > > > I would like to run freebsd-current in some of my vmware guest systems > > > (the host system is 4.6-RELEASE). > > > > > > Is it possible/reasonable to do things like induce crashes on these guests > > > (or lockups, panics, etc.) and then ctrl-alt-esc into the crash debugger ? > > > > > > Or am I missing something ? > > > > > > thanks, > > > > > > PT > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-emulation" in the body of the message > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Jul 1 18:39:51 2002 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 E403137B400; Mon, 1 Jul 2002 18:38:40 -0700 (PDT) Received: from adsl-17-125-89.asm.bellsouth.net (adsl-17-125-89.asm.bellsouth.net [68.17.125.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id E751043E09; Mon, 1 Jul 2002 18:38:38 -0700 (PDT) (envelope-from george@ellenburg.org) Received: from archimedes (archimedes [192.168.0.2]) by adsl-17-125-89.asm.bellsouth.net (Postfix) with ESMTP id D20807669; Mon, 1 Jul 2002 21:35:58 -0400 (EDT) Received: from athlon (athlon [192.168.0.4]) by archimedes (Postfix) with ESMTP id DB9C011AE03; Mon, 1 Jul 2002 21:36:54 -0400 (EDT) Content-Type: text/plain; charset="utf-8" From: "George M. Ellenburg" Organization: The Ellenburg Family - http://www.ellenburg.org/ To: freebsd-questions@freebsd.org Subject: vmware "hints" on 4.6-STABLE Date: Tue, 2 Jul 2002 01:35:29 +0000 User-Agent: KMail/1.4.1 Cc: freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200207020018.43509@athlon> Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey guys. Does anybody have any hints for getting vmware2 up and running under 4.6-STABLE? Here's some relative sysinfo: [gme][athlon][00:11:30][/usr/ports/emulators/vmware2]$ uname -a FreeBSD athlon 4.6-STABLE FreeBSD 4.6-STABLE #1: Sat Jun 22 15:27:17 GMT 2002 gme@athlon.ellenburg.org:/usr/src/sys/compile/ATHLON i386 [gme][athlon][00:11:52][/usr/ports/emulators/vmware2]$ locate libX11.so /usr/X11R6/lib/libX11.so /usr/X11R6/lib/libX11.so.6 [gme][athlon][00:12:43][/usr/ports/emulators/vmware2]$ ls -ald /var/db/pkg/X* drwxr-xr-x 2 root wheel 512 Jun 9 19:15 /var/db/pkg/XFree86-4.2.0_1,1 drwxr-xr-x 2 root wheel 512 Jun 9 19:15 /var/db/pkg/XFree86-Server-4.2.0_3 drwxr-xr-x 2 root wheel 512 Jun 9 19:15 /var/db/pkg/XFree86-clients-4.2.0_2 But when I go to launch vmware, I'm getting: [gme][athlon][00:11:33][/usr/ports/emulators/vmware2]$ vmware vmware: error while loading shared libraries: libX11.so.6: cannot load shared object file: No such file or directory Here's the make trace: ┌──────────── VMware network options ────────────┐ │ │ │ The following options will be used. │ │ │ │ Configuration: host only │ │ IP address: 192.168.0.19 │ │ Netmask: 255.255.255.0 │ │ │ │ │ └────────────────────────────────────────────────┘ ===> Building for vmware2-2.0.4.1142 ===> vmmon-only make -f Makefile.FreeBSD SMP=YES clean && make -f Makefile.FreeBSD SMP=YES rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o linux __linux_hack_dep.c vmmon_smp.ko vmmon_smp.kld memtrack.o phystrack.o task.o vmx86.o driver.o hostif.o linux_emu.o vmnet_linux.o @ machine symb.tmp tmp.o Warning: Object directory not changed from original /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only @ -> /usr/src/sys machine -> /usr/src/sys/i386/include cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/memtrack.c cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/phystrack.c cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/task.c cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/vmx86.c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/vmx86.c:487: warning: no previous prototype for `Vmx86_CurrentVM' cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/hostif.c cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/linux_emu.c cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/vmnet_linux.c ld -r -o vmmon_smp.kld memtrack.o phystrack.o task.o vmx86.o driver.o hostif.o linux_emu.o vmnet_linux.o touch __linux_hack_dep.c cc -shared -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -o linux __linux_hack_dep.c gensetdefs vmmon_smp.kld cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c setdef0.c cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c setdef1.c ld -Bshareable -o vmmon_smp.ko setdef0.o vmmon_smp.kld setdef1.o linux make -f Makefile.FreeBSD SMP=NO clean && make -f Makefile.FreeBSD SMP=NO rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o linux __linux_hack_dep.c vmmon_up.ko vmmon_up.kld memtrack.o phystrack.o task.o vmx86.o driver.o hostif.o linux_emu.o vmnet_linux.o @ machine symb.tmp tmp.o Warning: Object directory not changed from original /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only @ -> /usr/src/sys machine -> /usr/src/sys/i386/include cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/memtrack.c cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/phystrack.c cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/task.c cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/vmx86.c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/vmx86.c:487: warning: no previous prototype for `Vmx86_CurrentVM' cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/driver.c cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/hostif.c cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/linux_emu.c cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/vmnet_linux.c ld -r -o vmmon_up.kld memtrack.o phystrack.o task.o vmx86.o driver.o hostif.o linux_emu.o vmnet_linux.o touch __linux_hack_dep.c cc -shared -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -o linux __linux_hack_dep.c gensetdefs vmmon_up.kld cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c setdef0.c cc -O -pipe -march=pentiumpro -march=pentiumpro - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -DCDEV_MAJOR_=200 -D_KERNEL -Wall -Wredundant-decls -Wnested-externs - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/include - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/export/include - -I/sys - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmnet-only/freebsd/ - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=2 -Wall - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c setdef1.c ld -Bshareable -o vmmon_up.ko setdef0.o vmmon_up.kld setdef1.o linux athlon# make install ===> Installing for vmware2-2.0.4.1142 ===> vmware2-2.0.4.1142 depends on file: /compat/linux/dev/rtc - found ===> vmware2-2.0.4.1142 depends on file: /compat/linux/etc/redhat-release - found ===> vmware2-2.0.4.1142 depends on shared library: X11.6 - found /usr/bin/sed -e 's;@@PREFIX@@;/usr/local;' -e 's;@@HOST_IP@@;192.168.0.19;' -e 's;@@NETMASK@@;255.255.255.0;' /usr/local/ports/emulators/vmware2/files/config > /usr/local/ports/emulators/vmware2/work/config /usr/bin/sed -e 's;@@PREFIX@@;/usr/local;' -e 's;@@LINUXBASE@@;/compat/linux;' -e 's;@@NETWORKING@@;1;' -e 's;@@BRIDGED@@;NO;' -e 's;@@BRIDGE_INTF@@;;' /usr/local/ports/emulators/vmware2/files/vmware.sh > /usr/local/ports/emulators/vmware2/work/vmware.sh /usr/bin/sed -e 's;@@PREFIX@@;/usr/local;' -e 's;@@LINUXBASE@@;/compat/linux;' /usr/local/ports/emulators/vmware2/files/vmware > /usr/local/ports/emulators/vmware2/work/vmware install -c -o root -g wheel -m 444 /usr/local/ports/emulators/vmware2/work/vmware-distrib/man/man1/vmware.1 /usr/local/man/man1 /bin/mkdir -p /usr/local/lib/vmware/lib/modules /bin/mkdir -p /usr/local/etc/vmware install -c -o root -g wheel -m 444 /usr/local/ports/emulators/vmware2/work/config /usr/local/etc/vmware install -c -o root -g wheel -m 555 /usr/local/ports/emulators/vmware2/work/vmware.sh /usr/local/etc/rc.d /bin/mkdir -p /usr/local/lib/vmware/bin install -c -o root -g wheel -m 555 /usr/local/ports/emulators/vmware2/files/df /usr/local/lib/vmware/bin [ -f /compat/linux/bin/df ] || /bin/ln -s /usr/local/lib/vmware/bin/df /compat/linux/bin/ install -c -o root -g wheel -m 555 /usr/local/ports/emulators/vmware2/work/vmware-distrib/bin/*.pl /usr/local/lib/vmware/bin for i in vmnet-bridge vmnet-dhcpd vmnet-sniffer vmware-loop vmware-ping vmware-wizard ; do install -c -o root -g wheel -m 555 /usr/local/ports/emulators/vmware2/work/vmware-distrib/bin/${i} /usr/local/lib/vmware/bin; done install -c -o root -g wheel -m 555 -m 4555 /usr/local/ports/emulators/vmware2/work/vmware-distrib/bin/vmware /usr/local/lib/vmware/bin install -c -o root -g wheel -m 555 /usr/local/ports/emulators/vmware2/work/vmware /usr/local/bin /bin/mkdir -p /usr/local/lib/vmware/lib install -c -o root -g wheel -m 444 /usr/local/ports/emulators/vmware2/work/vmware-distrib/lib/config /usr/local/lib/vmware/lib /bin/mkdir -p /usr/local/lib/vmware/lib/floppies install -c -o root -g wheel -m 444 /usr/local/ports/emulators/vmware2/work/vmware-distrib/lib/floppies/* /usr/local/lib/vmware/lib/floppies /bin/mkdir -p /usr/local/lib/vmware/lib/help install -c -o root -g wheel -m 444 /usr/local/ports/emulators/vmware2/work/vmware-distrib/lib/help/* /usr/local/lib/vmware/lib/help /bin/mkdir -p /usr/local/lib/vmware/lib/xkeymap install -c -o root -g wheel -m 444 /usr/local/ports/emulators/vmware2/work/vmware-distrib/lib/xkeymap/* /usr/local/lib/vmware/lib/xkeymap /bin/mkdir -p /usr/local/share/doc/vmware install -c -o root -g wheel -m 444 /usr/local/ports/emulators/vmware2/work/vmware-distrib/doc/* /usr/local/share/doc/vmware install -c -o root -g wheel -m 444 /usr/local/ports/emulators/vmware2/files/README.FreeBSD /usr/local/share/doc/vmware install -c -o root -g wheel -m 444 /usr/local/ports/emulators/vmware2/files/Hints.FreeBSD /usr/local/share/doc/vmware Setup Linux compatible /dev directory Creating /compat/linux/dev/tty? Creating vmnet1 node Creating /compat/linux/dev/hd? Done ===> vmmon-only make -f Makefile.FreeBSD SMP=YES install rm -f /compat/linux/dev/vmmon mknod /compat/linux/dev/vmmon c 200 0 install -c -o root -g wheel -m 555 vmmon_smp.ko /usr/local/lib/vmware/lib/modules/ make -f Makefile.FreeBSD SMP=NO install rm -f /compat/linux/dev/vmmon mknod /compat/linux/dev/vmmon c 200 0 install -c -o root -g wheel -m 555 vmmon_up.ko /usr/local/lib/vmware/lib/modules/ ===> Generating temporary packing list /bin/ln -sf /usr/local/etc/vmware /etc/ ************************************************************ Get Linux procfs ready and initialize vmmon/vmnet as follows: ${PREFIX}/etc/rc.d/vmware.sh start then you'll be ready to start vmware. Don't miss the documents installed: vmware(1) ${PREFIX}/share/doc/vmware/* ************************************************************ ===> Compressing manual pages for vmware2-2.0.4.1142 ===> Registering installation for vmware2-2.0.4.1142 ===> SECURITY NOTE: This port has installed the following binaries which execute with increased privileges. 4862307 5248 -r-sr-xr-x 1 root wheel 2665164 Jul 2 00:05 /usr/local/lib/vmware/bin/vmware This port has installed the following startup scripts which may cause network services to be started at boot time. /usr/local/etc/rc.d/vmware.sh If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://www.vmware.com/ athlon# vmware vmware: error while loading shared libraries: libX11.so.6: cannot load shared object file: No such file or directory TIA. - -- George M. Ellenburg 3 Years and counting of being 100% Microsoft-free; and much more productive. Proud user of ASK , the Active Spam Killer! - --- You will be Told about it Tomorrow. Go Home and Prepare Thyself. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9IPFbFItzMEWZZdgRAqDhAJ9kxfb5noiuTeANEcgjO+xDcNuuFwCcDxzN bCB6p1EJJ1vBJZuckw6VMbU= =rurL -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Jul 1 19: 1:49 2002 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 3063437B400; Mon, 1 Jul 2002 19:00:26 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2C8A43E26; Mon, 1 Jul 2002 19:00:23 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020702020021.ICPO29588.sccrmhc01.attbi.com@InterJet.elischer.org>; Tue, 2 Jul 2002 02:00:21 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id SAA93995; Mon, 1 Jul 2002 18:44:55 -0700 (PDT) Date: Mon, 1 Jul 2002 18:44:53 -0700 (PDT) From: Julian Elischer To: "George M. Ellenburg" Cc: freebsd-questions@freebsd.org, freebsd-emulation@freebsd.org Subject: Re: vmware "hints" on 4.6-STABLE In-Reply-To: <200207020018.43509@athlon> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org vmware is a linux appp you need the linux environment including their X libs. Install the linux pkg to get them. On Tue, 2 Jul 2002, George M. Ellenburg wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Hey guys. >=20 > Does anybody have any hints for getting vmware2 up and running under=20 > 4.6-STABLE? >=20 > Here's some relative sysinfo: > [gme][athlon][00:11:30][/usr/ports/emulators/vmware2]$ uname -a > FreeBSD athlon 4.6-STABLE FreeBSD 4.6-STABLE #1: Sat Jun 22 15:27:17 GMT = 2002 =20 > gme@athlon.ellenburg.org:/usr/src/sys/compile/ATHLON i386 >=20 > [gme][athlon][00:11:52][/usr/ports/emulators/vmware2]$ locate libX11.so > /usr/X11R6/lib/libX11.so > /usr/X11R6/lib/libX11.so.6 >=20 > [gme][athlon][00:12:43][/usr/ports/emulators/vmware2]$ ls -ald /var/db/pk= g/X* > drwxr-xr-x 2 root wheel 512 Jun 9 19:15 /var/db/pkg/XFree86-4.2.0_1,1 > drwxr-xr-x 2 root wheel 512 Jun 9 19:15 /var/db/pkg/XFree86-Server-4.= 2.0_3 > drwxr-xr-x 2 root wheel 512 Jun 9 19:15=20 > /var/db/pkg/XFree86-clients-4.2.0_2 >=20 > But when I go to launch vmware, I'm getting: > [gme][athlon][00:11:33][/usr/ports/emulators/vmware2]$ vmware > vmware: error while loading shared libraries: libX11.so.6: cannot load sh= ared=20 > object file: No such file or directory >=20 >=20 > Here's the make trace: >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80 VM= ware network options =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=90 > =E2=94=82 = =E2=94=82 > =E2=94=82 The following options will be used.= =E2=94=82 > =E2=94=82 = =E2=94=82 > =E2=94=82 Configuration: host only = =E2=94=82 > =E2=94=82 IP address: 192.168.0.19 = =E2=94=82 > =E2=94=82 Netmask: 255.255.255.0 = =E2=94=82 > =E2=94=82 = =E2=94=82 > =E2=94=82 = =E2=94=82 > =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80= =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=98 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > =3D=3D=3D> Building for vmware2-2.0.4.1142 > =3D=3D=3D> vmmon-only > make -f Makefile.FreeBSD SMP=3DYES clean && make -f Makefile.FreeBSD SMP= =3DYES > rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o linux=20 > __linux_hack_dep.c vmmon_smp.ko vmmon_smp.kld memtrack.o phystrack.o task= =2Eo=20 > vmx86.o driver.o hostif.o linux_emu.o vmnet_linux.o @ machine symb.tmp tm= p.o > Warning: Object directory not changed from original=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only > @ -> /usr/src/sys > machine -> /usr/src/sys/i386/include > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls= =20 > - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith=20 > - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc = -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/= memtrack.c > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls= =20 > - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith=20 > - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc = -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/= phystrack.c > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls= =20 > - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith=20 > - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc = -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/= task.c > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls= =20 > - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith=20 > - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc = -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/= vmx86.c > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/= vmx86.c:487:=20 > warning: no previous prototype for `Vmx86_CurrentVM' > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls= =20 > - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith=20 > - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc = -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd= /driver.c > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls= =20 > - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith=20 > - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc = -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd= /hostif.c > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls= =20 > - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith=20 > - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc = -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd= /linux_emu.c > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls= =20 > - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith=20 > - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc = -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmne= t-only/freebsd/vmnet_linux.c > ld -r -o vmmon_smp.kld memtrack.o phystrack.o task.o vmx86.o driver.o=20 > hostif.o linux_emu.o vmnet_linux.o > touch __linux_hack_dep.c > cc -shared -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls= =20 > - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith=20 > - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc = -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -o linu= x=20 > __linux_hack_dep.c > gensetdefs vmmon_smp.kld > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls= =20 > - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith=20 > - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc = -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c setd= ef0.c > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -DSMP -DAPIC_IO -D_KERNEL -Wall -Wredundant-decls= =20 > - -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith=20 > - -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc = -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c setd= ef1.c > ld -Bshareable -o vmmon_smp.ko setdef0.o vmmon_smp.kld setdef1.o linux > make -f Makefile.FreeBSD SMP=3DNO clean && make -f Makefile.FreeBSD SMP= =3DNO > rm -f setdef0.c setdef1.c setdefs.h setdef0.o setdef1.o linux=20 > __linux_hack_dep.c vmmon_up.ko vmmon_up.kld memtrack.o phystrack.o task.o= =20 > vmx86.o driver.o hostif.o linux_emu.o vmnet_linux.o @ machine symb.tmp tm= p.o > Warning: Object directory not changed from original=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only > @ -> /usr/src/sys > machine -> /usr/src/sys/i386/include > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -D_KERNEL -Wall -Wredundant-decls -Wnested-extern= s=20 > - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline=20 > - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/= memtrack.c > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -D_KERNEL -Wall -Wredundant-decls -Wnested-extern= s=20 > - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline=20 > - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/= phystrack.c > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -D_KERNEL -Wall -Wredundant-decls -Wnested-extern= s=20 > - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline=20 > - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/= task.c > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -D_KERNEL -Wall -Wredundant-decls -Wnested-extern= s=20 > - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline=20 > - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/= vmx86.c > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/common/= vmx86.c:487:=20 > warning: no previous prototype for `Vmx86_CurrentVM' > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -D_KERNEL -Wall -Wredundant-decls -Wnested-extern= s=20 > - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline=20 > - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd= /driver.c > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -D_KERNEL -Wall -Wredundant-decls -Wnested-extern= s=20 > - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline=20 > - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd= /hostif.c > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -D_KERNEL -Wall -Wredundant-decls -Wnested-extern= s=20 > - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline=20 > - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd= /linux_emu.c > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -D_KERNEL -Wall -Wredundant-decls -Wnested-extern= s=20 > - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline=20 > - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vmne= t-only/freebsd/vmnet_linux.c > ld -r -o vmmon_up.kld memtrack.o phystrack.o task.o vmx86.o driver.o hos= tif.o=20 > linux_emu.o vmnet_linux.o > touch __linux_hack_dep.c > cc -shared -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -D_KERNEL -Wall -Wredundant-decls -Wnested-extern= s=20 > - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline=20 > - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -o linu= x=20 > __linux_hack_dep.c > gensetdefs vmmon_up.kld > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -D_KERNEL -Wall -Wredundant-decls -Wnested-extern= s=20 > - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline=20 > - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c setd= ef0.c > cc -O -pipe -march=3Dpentiumpro -march=3Dpentiumpro=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -DCDEV_MAJOR_=3D200 -D_KERNEL -Wall -Wredundant-decls -Wnested-extern= s=20 > - -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline=20 > - -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/inc= lude=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/com= mon=20 > - -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/fre= ebsd=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/expor= t/include=20 > - -I/sys=20 > -=20 > -I/usr/local/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/../vm= net-only/freebsd/=20 > - -I. -I@ -I@/../include -I/usr/include -mpreferred-stack-boundary=3D2 -= Wall=20 > - -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-proto= types=20 > - -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c setd= ef1.c > ld -Bshareable -o vmmon_up.ko setdef0.o vmmon_up.kld setdef1.o linux > athlon# make install > =3D=3D=3D> Installing for vmware2-2.0.4.1142 > =3D=3D=3D> vmware2-2.0.4.1142 depends on file: /compat/linux/dev/rtc - = found > =3D=3D=3D> vmware2-2.0.4.1142 depends on file: /compat/linux/etc/redhat= -release -=20 > found > =3D=3D=3D> vmware2-2.0.4.1142 depends on shared library: X11.6 - found > /usr/bin/sed -e 's;@@PREFIX@@;/usr/local;' -e=20 > 's;@@HOST_IP@@;192.168.0.19;' -e 's;@@NETMASK@@;255.255.255.0;' =20 > /usr/local/ports/emulators/vmware2/files/config >=20 > /usr/local/ports/emulators/vmware2/work/config > /usr/bin/sed -e 's;@@PREFIX@@;/usr/local;' -e=20 > 's;@@LINUXBASE@@;/compat/linux;' -e 's;@@NETWORKING@@;1;' -e=20 > 's;@@BRIDGED@@;NO;' -e 's;@@BRIDGE_INTF@@;;' =20 > /usr/local/ports/emulators/vmware2/files/vmware.sh >=20 > /usr/local/ports/emulators/vmware2/work/vmware.sh > /usr/bin/sed -e 's;@@PREFIX@@;/usr/local;' -e=20 > 's;@@LINUXBASE@@;/compat/linux;' =20 > /usr/local/ports/emulators/vmware2/files/vmware >=20 > /usr/local/ports/emulators/vmware2/work/vmware > install -c -o root -g wheel -m 444=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/man/man1/vmware.1= =20 > /usr/local/man/man1 > /bin/mkdir -p /usr/local/lib/vmware/lib/modules > /bin/mkdir -p /usr/local/etc/vmware > install -c -o root -g wheel -m 444=20 > /usr/local/ports/emulators/vmware2/work/config /usr/local/etc/vmware > install -c -o root -g wheel -m 555=20 > /usr/local/ports/emulators/vmware2/work/vmware.sh /usr/local/etc/rc.d > /bin/mkdir -p /usr/local/lib/vmware/bin > install -c -o root -g wheel -m 555 /usr/local/ports/emulators/vmware2/fil= es/df=20 > /usr/local/lib/vmware/bin > [ -f /compat/linux/bin/df ] || /bin/ln -s /usr/local/lib/vmware/bin/df=20 > /compat/linux/bin/ > install -c -o root -g wheel -m 555=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/bin/*.pl=20 > /usr/local/lib/vmware/bin > for i in vmnet-bridge vmnet-dhcpd vmnet-sniffer vmware-loop vmware-ping= =20 > vmware-wizard ; do install -c -o root -g wheel -m 555=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/bin/${i}=20 > /usr/local/lib/vmware/bin; done > install -c -o root -g wheel -m 555 -m 4555=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/bin/vmware=20 > /usr/local/lib/vmware/bin > install -c -o root -g wheel -m 555=20 > /usr/local/ports/emulators/vmware2/work/vmware /usr/local/bin > /bin/mkdir -p /usr/local/lib/vmware/lib > install -c -o root -g wheel -m 444=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/lib/config=20 > /usr/local/lib/vmware/lib > /bin/mkdir -p /usr/local/lib/vmware/lib/floppies > install -c -o root -g wheel -m 444=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/lib/floppies/*=20 > /usr/local/lib/vmware/lib/floppies > /bin/mkdir -p /usr/local/lib/vmware/lib/help > install -c -o root -g wheel -m 444=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/lib/help/*=20 > /usr/local/lib/vmware/lib/help > /bin/mkdir -p /usr/local/lib/vmware/lib/xkeymap > install -c -o root -g wheel -m 444=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/lib/xkeymap/*=20 > /usr/local/lib/vmware/lib/xkeymap > /bin/mkdir -p /usr/local/share/doc/vmware > install -c -o root -g wheel -m 444=20 > /usr/local/ports/emulators/vmware2/work/vmware-distrib/doc/*=20 > /usr/local/share/doc/vmware > install -c -o root -g wheel -m 444=20 > /usr/local/ports/emulators/vmware2/files/README.FreeBSD=20 > /usr/local/share/doc/vmware > install -c -o root -g wheel -m 444=20 > /usr/local/ports/emulators/vmware2/files/Hints.FreeBSD=20 > /usr/local/share/doc/vmware > Setup Linux compatible /dev directory > Creating /compat/linux/dev/tty? > Creating vmnet1 node > Creating /compat/linux/dev/hd? > Done > =3D=3D=3D> vmmon-only > make -f Makefile.FreeBSD SMP=3DYES install > rm -f /compat/linux/dev/vmmon > mknod /compat/linux/dev/vmmon c 200 0 > install -c -o root -g wheel -m 555 vmmon_smp.ko=20 > /usr/local/lib/vmware/lib/modules/ > make -f Makefile.FreeBSD SMP=3DNO install > rm -f /compat/linux/dev/vmmon > mknod /compat/linux/dev/vmmon c 200 0 > install -c -o root -g wheel -m 555 vmmon_up.ko=20 > /usr/local/lib/vmware/lib/modules/ > =3D=3D=3D> Generating temporary packing list > /bin/ln -sf /usr/local/etc/vmware /etc/ > ************************************************************ > Get Linux procfs ready and initialize vmmon/vmnet as follows: >=20 > ${PREFIX}/etc/rc.d/vmware.sh start >=20 > then you'll be ready to start vmware. >=20 > Don't miss the documents installed: >=20 > vmware(1) ${PREFIX}/share/doc/vmware/* > ************************************************************ > =3D=3D=3D> Compressing manual pages for vmware2-2.0.4.1142 > =3D=3D=3D> Registering installation for vmware2-2.0.4.1142 > =3D=3D=3D> SECURITY NOTE: > This port has installed the following binaries which execute with > increased privileges. > 4862307 5248 -r-sr-xr-x 1 root wheel 2665164 J= ul 2=20 > 00:05 /usr/local/lib/vmware/bin/vmware >=20 > This port has installed the following startup scripts which may cau= se > network services to be started at boot time. > /usr/local/etc/rc.d/vmware.sh >=20 > If there are vulnerabilities in these programs there may be a secur= ity > risk to the system. FreeBSD makes no guarantee about the security o= f > ports included in the Ports Collection. Please type 'make deinstall= ' > to deinstall the port if this is a concern. >=20 > For more information, and contact details about the security > status of this software, see the following webpage: > http://www.vmware.com/ > athlon# vmware > vmware: error while loading shared libraries: libX11.so.6: cannot load sh= ared=20 > object file: No such file or directory >=20 >=20 > TIA. >=20 > - --=20 > George M. Ellenburg > > 3 Years and counting of being 100% Microsoft-free; and much more producti= ve. > Proud user of ASK , the Active Spam Killer! > - --- > You will be Told about it Tomorrow. Go Home and Prepare Thyself. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.7 (FreeBSD) >=20 > iD8DBQE9IPFbFItzMEWZZdgRAqDhAJ9kxfb5noiuTeANEcgjO+xDcNuuFwCcDxzN > bCB6p1EJJ1vBJZuckw6VMbU=3D > =3DrurL > -----END PGP SIGNATURE----- >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Jul 1 19:14:11 2002 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 CFF2D37B400; Mon, 1 Jul 2002 19:14:08 -0700 (PDT) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B10C43E09; Mon, 1 Jul 2002 19:14:08 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rip.psg.com.psg.com) by rip.psg.com with esmtp (Exim 4.05) id 17PDB9-0003qV-00; Mon, 01 Jul 2002 19:14:07 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "George M. Ellenburg" Cc: freebsd-questions@freebsd.org, freebsd-emulation@freebsd.org Subject: Re: vmware "hints" on 4.6-STABLE References: <200207020018.43509@athlon> Message-Id: Date: Mon, 01 Jul 2002 19:14:07 -0700 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org http://www.blackend.org/zine/vmware2.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Jul 3 20:41:51 2002 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 1B1E337B400 for ; Wed, 3 Jul 2002 20:41:49 -0700 (PDT) Received: from ns.prologic.com (ns.prologic.com [209.181.124.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83DFD43E3B for ; Wed, 3 Jul 2002 20:41:48 -0700 (PDT) (envelope-from bodkins@ns.prologic.com) Received: (from bodkins@localhost) by ns.prologic.com (8.9.2/8.9.2) id UAA26856 for freebsd-emulation@freebsd.org; Wed, 3 Jul 2002 20:51:47 -0700 (MST) (envelope-from bodkins) Date: Wed, 3 Jul 2002 20:51:47 -0700 (MST) From: bodkins Message-Id: <200207040351.UAA26856@ns.prologic.com> To: freebsd-emulation@freebsd.org Subject: ISC emulation question Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I am having problems getting a simple socket() call to work under IBCS2 emulation. This is the code as compiled on ISC. ... int ServerSocket; int main(){ ServerSocket = socket(2, 1, 6); if ( ServerSocket < 0) { printf("ConnectToServer:Cannot create socket # %d\n", errno); return(-1); } printf("created ok\n"); } I hardcoded the args just to avoid any header inconsitencies. I get an ENOENT (2) error. This is my /compat/ibcs2/dev directory. (Note, it was built as a link to /usr/compat. Although I tried it at /compat just to check) FreeBSD/usr/chms/src/ngsubs > ls -lF /compat/ibcs2/dev total 0 lrwxr-xr-x 1 root wheel 9 Jul 2 01:07 X0R@ -> /dev/null lrwxr-xr-x 1 root wheel 7 Jul 2 01:07 nfsd@ -> socksys -rwxrwxrwx 1 root wheel 0 Jul 2 01:08 null* lrwxr-xr-x 1 root wheel 9 Jul 2 01:07 socksys@ -> /dev/null crwxrwxrwx 1 root wheel 41, 1 Jul 2 01:08 spx* This is a kldstat gate# kldstat Id Refs Address Size Name 1 7 0xc0100000 3a5184 kernel 2 2 0xc124a000 a000 ibcs2.ko 3 1 0xc1258000 3000 ibcs2_coff.ko 4 1 0xc125f000 4000 logo_saver.ko 5 1 0xc1265000 12000 linux.ko 6 1 0xc128d000 3000 streams.ko 7 1 0xc1292000 11000 svr4.ko gate# Any ideas? Thanks Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Jul 4 20:48:32 2002 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 1801737B400 for ; Thu, 4 Jul 2002 20:48:29 -0700 (PDT) Received: from ns.prologic.com (ns.prologic.com [209.181.124.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F0C543E09 for ; Thu, 4 Jul 2002 20:48:28 -0700 (PDT) (envelope-from bodkins@ns.prologic.com) Received: (from bodkins@localhost) by ns.prologic.com (8.9.2/8.9.2) id UAA33642 for freebsd-emulation@freebsd.org; Thu, 4 Jul 2002 20:58:33 -0700 (MST) (envelope-from bodkins) Date: Thu, 4 Jul 2002 20:58:33 -0700 (MST) From: bodkins Message-Id: <200207050358.UAA33642@ns.prologic.com> To: freebsd-emulation@freebsd.org Subject: repeating - ISC emulation question Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I am having problems getting a simple socket() call to work under IBCS2 emulation. This is the code as compiled on ISC. ... int ServerSocket; int main(){ ServerSocket = socket(2, 1, 6); if ( ServerSocket < 0) { printf("ConnectToServer:Cannot create socket # %d\n", errno); return(-1); } printf("created ok\n"); } I hardcoded the args just to avoid any header inconsitencies. I get an ENOENT (2) error. This is my /compat/ibcs2/dev directory. (Note, it was built as a link to /usr/compat. Although I tried it at /compat just to check) FreeBSD/usr/chms/src/ngsubs > ls -lF /compat/ibcs2/dev total 0 lrwxr-xr-x 1 root wheel 9 Jul 2 01:07 X0R@ -> /dev/null lrwxr-xr-x 1 root wheel 7 Jul 2 01:07 nfsd@ -> socksys -rwxrwxrwx 1 root wheel 0 Jul 2 01:08 null* lrwxr-xr-x 1 root wheel 9 Jul 2 01:07 socksys@ -> /dev/null crwxrwxrwx 1 root wheel 41, 1 Jul 2 01:08 spx* This is a kldstat gate# kldstat Id Refs Address Size Name 1 7 0xc0100000 3a5184 kernel 2 2 0xc124a000 a000 ibcs2.ko 3 1 0xc1258000 3000 ibcs2_coff.ko 4 1 0xc125f000 4000 logo_saver.ko 5 1 0xc1265000 12000 linux.ko 6 1 0xc128d000 3000 streams.ko 7 1 0xc1292000 11000 svr4.ko gate# Everything else seems to work (out of about 862,000 lines of code) but this. I am a little disappointed in the lack of responses. (Not that anyone has to do that you understand). But this speaks volumes for commercial products. Any ideas? Thanks Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message