Date: Thu, 8 Nov 2001 10:10:17 +0100 From: Mark Santcroos <marks@ripe.net> To: Marcel Moolenaar <marcel@xcllnt.net> Cc: Dag-Erling Smorgrav <des@ofug.org>, emulation@FreeBSD.ORG Subject: Re: Linuxulator MFC and VMware Message-ID: <20011108101017.H27169@laptop.6bone.nl> In-Reply-To: <20011108010553.A2480@dhcp01.pn.xcllnt.net>; from marcel@xcllnt.net on Thu, Nov 08, 2001 at 01:05:53AM -0800 References: <20011106170242.A1205@gauss.cup.hp.com> <xzpd72v9d1x.fsf@flood.ping.uio.no> <xzppu6u9096.fsf@flood.ping.uio.no> <20011108074930.C27169@laptop.6bone.nl> <20011108010553.A2480@dhcp01.pn.xcllnt.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Yes I know, had already fixed that here locally. I think it becomes time to replace the maintainer btw. Mark On Thu, Nov 08, 2001 at 01:05:53AM -0800, Marcel Moolenaar wrote: > On Thu, Nov 08, 2001 at 07:49:30AM +0100, Mark Santcroos wrote: > > > > I posted a patch for this on current@ sometime ago, but no ports > > committer seems to have interest to make the change. > > (And the maintainer never respond to my emails) > > I tried the patch, but it's stale now: > > In file included from /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/hostif.c:59: > /sys/sys/mutex.h:243: #error LOCK_DEBUG not defined, include <sys/lock.h> before <sys/mutex.h> > *** Error code 1 > > Apply the following diff *after* applying the patch: > > --- hostif.c.~ Thu Nov 8 01:03:05 2001 > +++ hostif.c Thu Nov 8 01:03:36 2001 > @@ -55,10 +55,9 @@ > > #include <vm/vm.h> > #include <vm/vm_param.h> > +#include <sys/lock.h> > #if __FreeBSD_version >= 500018 > #include <sys/mutex.h> > -#else > -#include <sys/lock.h> > #endif > #include <vm/pmap.h> > #include <vm/vm_map.h> > > -- > Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011108101017.H27169>