From owner-freebsd-emulation@FreeBSD.ORG Fri Aug 19 14:12:36 2011 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 27C6F106566B for ; Fri, 19 Aug 2011 14:12:36 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from groupware.itac.at (groupware.itac.at [91.205.172.99]) by mx1.freebsd.org (Postfix) with ESMTP id ADDA78FC0C for ; Fri, 19 Aug 2011 14:12:35 +0000 (UTC) Received: from [46.75.208.64] (46.75.208.64) by groupware.itac.at (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 1ACF63; Fri, 19 Aug 2011 16:12:51 +0200 From: Bernhard =?ISO-8859-1?Q?Fr=F6hlich?= To: Jason Andresen X-Mailer: Modest 3.90.7 References: <4189b2893f746c77137703eac760b4ac@bluelife.at> <20110819093618.45752285.jandrese@vt.edu> In-Reply-To: <20110819093618.45752285.jandrese@vt.edu> Content-Type: text/plain; charset=utf-8 Content-ID: <1313763179.3503.2.camel@Nokia-N900-42-11> Date: Fri, 19 Aug 2011 16:13:00 +0200 Message-Id: <1313763180.3503.3.camel@Nokia-N900-42-11> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-AxigenSpam-Level: 1 X-CTCH-RefID: str=0001.0A0B0207.4E4E6F52.00A2,ss=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Cc: freebsd-emulation@freebsd.org Subject: Re: Call for Testers: VirtualBox 4.1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bernhard =?ISO-8859-1?Q?Fr=F6hlich?= List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2011 14:12:36 -0000 On Fr., 19. Aug. 2011 15:36:18 CEST, Jason Andresen wrote: > On Wed, 17 Aug 2011 21:55:37 +0200 > Bernhard Froehlich wrote: > > > Sorry, i've forgot to include the updated devel/kBuild port in the > > archive. It's added now. So you first need to update the devel/kBuild > > port to 0.1.9998 and then go on with the vbox ports. > > I just fetched and built your new version of kBuild from the port this > morning, but when I go to compile virtualbox I get the same error: > > ===>  Building for virtualbox-ose-4.1.0 > cd /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.1.0_OSE && > /bin/sh env.sh && VBOX_LIBPATH_X11=/usr/local > VBOX_FREEBSD_SRC=/usr/src/sys /usr/local/bin/kmk  Config.kmk:160: *** > You must update kBuild! KMK_REVISION=2537 KBUILD_KMK_REVISION=0 > KBUILD_PATH=/usr/local/share/kBuild.  Stop. *** Error code 2 > > Stop in /usr/ports/emulators/virtualbox-ose. > *** Error code 1 > > > 1 (63 .../ports/emulators/virtualbox-ose): ls -l > /var/db/pkg/kBuild-0.1.9998  total 32 > -rw-r--r--  1 root  wheel        19 Aug 19 09:30 +COMMENT > -rw-r--r--  1 root  wheel    9093 Aug 19 09:30 +CONTENTS > -rw-r--r--  1 root  wheel      115 Aug 19 09:30 +DESC > -rw-r--r--  1 root  wheel  17550 Aug 19 09:30 +MTREE_DIRS > > Apparently the KBUILD_KMK_REVISION isn't getting set properly in the > port for some reason? No. The problem is that virtualbox 4.1.0 requires the old kBuild from ports and from 4.1.2 onwards it requires the latest development version of kbuild. But virtualbox 4.1.0 is not upward compatible so it needs to be patched to get it build with a newer kbuild. This is already on the todo but needs some work and time.