From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 9 17:11:13 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCBFA106566B for ; Tue, 9 Feb 2010 17:11:13 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7D46B8FC08 for ; Tue, 9 Feb 2010 17:11:13 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA" (verified OK)) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTPSA id 5E2B76104 for ; Tue, 9 Feb 2010 12:11:12 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1265735472; bh=G4b+oSxFIt+wKaIB55VXYPlZAZRgG6fesTd3K41IxA8=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=LDQyANgt6viI3PVxRoNjgLWaI5IgW4txopP/Jd/6+KIPvmI6htLTkGgmGEcXtagB1 I/7LO1Yo6sLDgdGG/CVuhKrtyB96WCRAiaF/cgEoqDBcgK5IMS6irhN+y/1UsLM DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=JpwxOvCFg1fwCe37YQO4IGjcQTODgvnmnlRcMB4gIeKiItZW3Cy0qwOxpNfNIr/Lf vxJRK+iMPNB22LbUPdSc7uoqspcXeeQw+pOt9C+4aZUX3/3KYXafjNlHxLXziLJ Message-ID: <4B71972A.6060001@protected-networks.net> Date: Tue, 09 Feb 2010 12:11:06 -0500 From: Michael Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.7) Gecko/20100208 Thunderbird/3.0.1 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org References: <4B5BF458.50507@FreeBSD.org> <4B5D0EF2.1030906@FreeBSD.org> <227662eecaa700c7c817bafb49a09de8@bluelife.at> <4B66D00E.7070506@protected-networks.net> <4B6753F4.50101@protected-networks.net> In-Reply-To: <4B6753F4.50101@protected-networks.net> X-Enigmail-Version: 1.0 OpenPGP: id=0442D492 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: virtualbox-ose build fails on -current with utmp.h X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2010 17:11:13 -0000 On 02/01/10 17:21, Michael Butler wrote: > On 02/01/10 07:58, Michael Butler wrote: >> On 02/01/10 03:16, Bernhard Froehlich wrote: >>> Probably it's a vbox regression? You could try our testing port which >>> is at 3.1.4 BETA1 or the virtualbox-ose-devel port which tracks code >>> from trunk. >> >> I've tried r662 (from just after the utmpx change) through r707 with no >> effect on the problem :-( > > I'm not sure if this is relevant to the problem but I noted that a > number of libs on my laptop reference libutil.so.8 which has been > subsequently replaced by libutil.so.9. > > I am currently in the process of rebuilding the 76 ports that need it - > including virtualbox. I'll report back if it has any impact, This error persists despite having rebuilt everything on the -current box :-( [ snip ] 00:00:01.862 ********************* End of CFGM dump ********************** 00:00:01.862 MM: cbHyperHeap=0x140000 (1310720) 00:00:01.865 00:00:01.865 !!Assertion Failed!! 00:00:01.865 Expression: paPages[i].Phys != 0 && paPages[i].Phys != NIL_RTHCPHYS && !(paPages[i].Phys & PAGE_OFFSET_MASK) 00:00:01.865 Location : /usr/home/imb/svn/virtualbox-ose/work/VirtualBox-3.1.4_OSE/src/VBox/VMM/MMHyper.cpp(610) int MMR3HyperMapPages(VM*, void*, RTR0PTR, size_t, const SUPPAGE*, const char*, RTGCPTR64*) 00:00:01.865 i=0x0 Phys=0000000000000000 Heap Clues as to where to look/tweak appreciated, imb