From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 1 12:59:01 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 114621065670; Mon, 1 Feb 2010 12:59:01 +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 B21108FC30; Mon, 1 Feb 2010 12:59:00 +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 4BCEB60E2; Mon, 1 Feb 2010 07:58:59 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1265029139; bh=lH9Ct+h2nKhe2fz+/3vS50xUBsmjH8QRog/c6B9DO38=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=XVxqW2AohGxhaj4zf3jxhKAc+IwE/pjuVa9iBBSXJjyKAf7unsEvlLEHfbo5JUK6K LgtqRWX2zNbyzhRvbccJzMNWz+3rZDLx3maN4A8Zb3Zj9U0BNx5t8tr22UF+oNQ 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:cc:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=nFsV/JO+iGEHW5PW/IoLx5DaH7N4I3t5na1YRExkz3NgQEGgBzqqXKgs8EdgMGJOs QJU1jYgC+xULGbjgxiCDl58M0wKbNJ5alSJ2RNIenIvaVuCFpG400EL9aQQVBws Message-ID: <4B66D00E.7070506@protected-networks.net> Date: Mon, 01 Feb 2010 07:58:54 -0500 From: Michael Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.7) Gecko/20100121 Thunderbird/3.0.1 MIME-Version: 1.0 To: Bernhard Froehlich References: <4B5BF458.50507@FreeBSD.org> <4B5D0EF2.1030906@FreeBSD.org> <227662eecaa700c7c817bafb49a09de8@bluelife.at> In-Reply-To: <227662eecaa700c7c817bafb49a09de8@bluelife.at> X-Enigmail-Version: 1.0 OpenPGP: id=0442D492 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org, Doug Barton 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: Mon, 01 Feb 2010 12:59:01 -0000 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 :-( imb