From owner-freebsd-current@FreeBSD.ORG Mon Jan 1 23:37:32 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63BD316A417 for ; Mon, 1 Jan 2007 23:37:32 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id EEB6613C474 for ; Mon, 1 Jan 2007 23:37:31 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so6613003nfc for ; Mon, 01 Jan 2007 15:37:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=CwZRAz+qgTXyZTb9TESfobW6gKBC/2skBJC4XWRVQMlTsCd4oYG4QfJlXnSCvq1oTFFNFKahDrZkOZepojCvviyu/0kbppN5wKLHY9Xy9SV9WfTZbYUB0xLu1dIg7OvFLkVpVg4TMOhktedPnr98xXZb97mO+UvGNKFaZWQJJ5A= Received: by 10.82.162.14 with SMTP id k14mr1067435bue.1167694650315; Mon, 01 Jan 2007 15:37:30 -0800 (PST) Received: by 10.82.191.16 with HTTP; Mon, 1 Jan 2007 15:37:30 -0800 (PST) Message-ID: Date: Mon, 1 Jan 2007 15:37:30 -0800 From: "Kip Macy" To: freebsd-current@freebsd.org In-Reply-To: <20070101220550.GA1411@mail.scottro.net> MIME-Version: 1.0 References: <20070101220550.GA1411@mail.scottro.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: latest upgrade seems to have broken vmware3 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jan 2007 23:37:32 -0000 "avail_end" has been gone for a while. If you're up to it, you can update the code to calculate it by iterating through the ranges in phys_avail array and find the highest address. HTH. -Kip On 1/1/07, Scott Robbins wrote: > > I've only seen one or two mentions of this after a fair amount of > googling, so I don't know if it's just something on my system or more > general. > > I've had vmware3 working without problems for quite awhile. Today, I > upgraded to the latest CURRENT and when I started vmware I got an error > message that the vmmon module wasn't loaded. > > I then tried to kldload it--the module is still showing in > /usr/X11R6/lib/vmware/modules/vmmon_up.ko > > I got the message that there was no such file or directory. > > One googled solution, although a bit old, suggested reinstalling rtc > then reinstalling vmware3. I tried this solution however, the build > died in vmmon-only. It shows an error at line 1344 of > work/vmware-distrib/vmmon-only/freebsd/driver.c > > > > /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/freebsd/driver.c:1344: > error: `avail_end' undeclared (first use in this function) > > /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/freebsd/driver.c:1344: > error: (Each undeclared identifier is reported only once > > /usr/ports/emulators/vmware3/work/vmware-distrib/vmmon-only/freebsd/driver.c:1344: > error: for each function it appears in.) > *** Error code 1 > > (Then it gives the usual stop in /usr/ports/blah/blah). > Those are the only errors I see before the stop error. > > > > So, I'm at a bit of a loss, I'm not sure what the next step would be to > troubleshoot the problem. > > Thank you for any help. I'm not sure what other information would be > useful, but can reproduce this consistantly. > > > -- > > Scott Robbins > > PGP keyID EB3467D6 > ( 1B48 077D 66F6 9DB0 FDC2 A409 FA54 EB34 67D6 ) > gpg --keyserver pgp.mit.edu --recv-keys EB3467D6 > > Giles: Since Angel lost his soul, he's regained his sense of > whimsy. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >