From owner-freebsd-emulation@FreeBSD.ORG Sun Aug 9 17:35:06 2009 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 1A4C9106566B; Sun, 9 Aug 2009 17:35:06 +0000 (UTC) (envelope-from beat.gaetzi@gmail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id 65B598FC0A; Sun, 9 Aug 2009 17:35:05 +0000 (UTC) Received: by bwz2 with SMTP id 2so1636665bwz.43 for ; Sun, 09 Aug 2009 10:35:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=dF/qkZJiA1AVq/7FsZIzwJ7CAuQebJPVx8sK6CUVRdU=; b=eW1FMbsIl+EvQ6VSGoWmL3qgOuyWAHGtghoaXLC+GYS5O7pYM2TSXkBaWlFyODtXhL OGFEH6qaWhzOPmlJva7UEVIZgMZ21OaBj/zfmgA6XS6RxGQeOJQ9E95TJNLcpWPKi+e/ Csdv9VLBH1WEs4aZ73BmZqNddujfCuXo/X8dc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=h6flb52WnAso/ruxeJQl70VDW9Kh2J7m0FrNZMo/bLkoyJ4HlN43QK5GGp6d/Yi3Pl amu0m0zY81fPPaI+cL/g5+J2KBV/YN6jIjR4VVw+KMNgRRaxAPm7TydSFhtzJYt3Bj9n tXkulhATDpenrNd6rRVfrnzEM7b7rkqUa60Jk= MIME-Version: 1.0 Sender: beat.gaetzi@gmail.com Received: by 10.103.181.9 with SMTP id i9mr1493166mup.15.1249839304239; Sun, 09 Aug 2009 10:35:04 -0700 (PDT) In-Reply-To: <4A7E0565.4070002@FreeBSD.org> References: <200908081617.n78GHUOW003735@triton8.kn-bremen.de> <4A7DC528.4070306@FreeBSD.org> <26f6c7210908081217u6935fedeobd936ccdfed63697@mail.gmail.com> <4A7DD9E4.3000900@FreeBSD.org> <26f6c7210908081318p7b29d299yb27c826fba1438ff@mail.gmail.com> <4A7E0565.4070002@FreeBSD.org> Date: Sun, 9 Aug 2009 19:35:04 +0200 X-Google-Sender-Auth: 185cb7b5ae121a53 Message-ID: <26f6c7210908091035y64099cb8i1a1860547d03fc83@mail.gmail.com> From: Beat Gaetzi To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: virtualbox not building 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: Sun, 09 Aug 2009 17:35:06 -0000 2009/8/9 Doug Barton : > Beat Gaetzi wrote: >> 2009/8/8 Doug Barton : >>> Beat Gaetzi wrote: >>> >>>> The current svn port fixes a lot of known problems (also for HEAD) so >>>> I hope we could update the port before the port freeze. >>> Can you post a patch to the existing port so that I can give it a try? >> >> Please try this patch: >> http://people.freebsd.org/~beat/vbox/virtualbox-cvs-3.0.51r22072.patch > > Ok, with that patch it builds, runs, and I can start installing WinXP. > Unfortunately it panic'ed early in the process. Thanks for testing. This looks like a new problem so far. Is this panic reproducible? If yes, could you please add this patch to the port: http://people.freebsd.org/~beat/vbox/patch-src-VBox-Runtime-r0drv-semevent-r0drv-freebsd.c Beat