From owner-freebsd-emulation@FreeBSD.ORG Mon Dec 28 15:09:34 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 4CE4D1065693; Mon, 28 Dec 2009 15:09:34 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id F28578FC16; Mon, 28 Dec 2009 15:09:33 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1NPHDw-0003lu-4x; Mon, 28 Dec 2009 17:09:32 +0200 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Martin Wilke In-reply-to: <20091227232425.GA38213@bsdcrew.de> References: <20091227232425.GA38213@bsdcrew.de> Comments: In-reply-to Martin Wilke message dated "Mon, 28 Dec 2009 00:24:26 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 28 Dec 2009 17:09:32 +0200 From: Daniel Braniss Message-ID: Cc: ports@FreeBSD.org, freebsd-emulation@freebsd.org, current@freebsd.org Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD 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: Mon, 28 Dec 2009 15:09:34 -0000 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Howdy, > > Changelog from VirtualBox is available here: > http://www.virtualbox.org/wiki/Changelog > > Changes in the port: > - VirtualBox and the guest additions have been updated to 3.1.2. > - Port has been renamed to virtualbox-ose to reflect that we are > using the OSE version. Requested by: mm@ > - A seperate port for the kernel modules has been created: virtualbox-ose-kmod > - A seperate port for guest additions for FreeBSD guests has been > created: virtualbox-ose-additions > - Added proper PulseAudio support for FreeBSD. Contributed by Noriyoshi Kawano > - procfs is no longer required because vbox uses sysctl(3) now. Contributed by > Baptiste Daroussin and Bernhard Froehlich > - Fix build with a non-standard location for the system source. Submitted > by: scf@ > > How to upgrade: > - Fetch the new ports: > # fetch https://svn.bluelife.at/nightlies/virtualbox-port-r601.tar.gz > # tar xf virtualbox-port-r601.tar.gz > > - Build the new ports: > # cd virtualbox-ose-kmod && make > # cd ../virtualbox-ose && make > > - If build was ok, deinstall old port > # pkg_deinstall virtualbox-\* > > - Install new port: > # cd ../virtualbox-ose-kmod && make install clean > # cd ../virtualbox-ose && make install clean > > For FreeBSD guests within VirtualBox please try the new guest additions port: > # fetch https://svn.bluelife.at/nightlies/virtualbox-port-r601.tar.gz > # tar xf virtualbox-port-r601.tar.gz > # cd virtualbox-ose-additions && make install clean > # /usr/local/etc/rc.d/vboxguest.sh start > > Check that the VirtualBox kernel module is loaded via loader.conf > and reboot the machine. > > Check the wiki page for known problems: http://wiki.freebsd.org/VirtualBox > > Please report any functionality which was working with previous versions of > VirtualBox and no longer working with 3.1.2 or any build failure. > > Many thanks to the VirtualBox developers, all tester and patch submitter > and the whole vbox@ team. > > > Happy Testing! when compiling it under X11 (ie from an xterm), the configuration fails when checking for Mesa: ... Checking for Mesa / GLU: X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 137 (DRI2) Minor opcode of failed request: 1 (DRI2Connect) Serial number of failed request: 19 Current serial number in output stream: 19 ===> Script "configure" failed unexpectedly. ... the check is wrong since it's checking the compile 'environment'. my workaround is: ( unsetenv DISPLAY ; make ) cheers danny