From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 2 11:23:38 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 D6C961065674; Wed, 2 Jun 2010 11:23:38 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id 6CC4A8FC15; Wed, 2 Jun 2010 11:23:38 +0000 (UTC) Received: from daedalus.network.local (gprs43.swisscom-mobile.ch [193.247.250.43]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o52BNaoc090190 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Wed, 2 Jun 2010 11:23:37 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4C063F72.90105@FreeBSD.org> Date: Wed, 02 Jun 2010 13:24:34 +0200 From: Beat Gaetzi User-Agent: Thunderbird 2.0.0.24 (X11/20100318) MIME-Version: 1.0 To: "Sean C. Farley" References: <4BD9FBA3.1050707@protected-networks.net> <201004291923.19471.jkim@FreeBSD.org> <4BDA2C3A.80506@protected-networks.net> <201004301405.24206.jkim@FreeBSD.org> <4BFCC397.2030504@FreeBSD.org> <4BFD27CD.2090202@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: Re: VirtualBox 3.2.0-beta-1 fails to compile on -current 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: Wed, 02 Jun 2010 11:23:38 -0000 Sean C. Farley wrote: > On Wed, 26 May 2010, Beat Gaetzi wrote: > >> We received a few reports from users that 3.2.0 panics the host when >> loading the kernel module. This is the reason why we haven't announced >> a CFT for 3.2.0 yet. > > On those hosts, did /boot/modules/linker.hints get generated > correctly/completely? I have seen, at least from the subversion tree, a > very small linker.hints file where I need to rerun kldxref on > /boot/modules else a panic may occur. The kldxref execution is fixed in the latest svn version. Thanks for the report! Beat