From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 1 22:21:54 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 33B6B106566C; Mon, 1 Feb 2010 22:21:54 +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 E37E68FC12; Mon, 1 Feb 2010 22:21:53 +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 60AC56187; Mon, 1 Feb 2010 17:21:52 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1265062912; bh=2D2aIDTXa3AldG8+srRYsM9R68pc6Za5ub8oxeilvOg=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ckHuJzeIF9DfTTYKDu9RieJWQlnJb8TrSRu+VdHaLYZs/QtMj9xI2a4UmvtCwwXNk ZmGY13yjRMKXKeC/QelUIm29nesDjL+BV5mnJMQqwUQGthTkG0mq0katio5tLDB 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=VigWQkBGnb2+96d2mUkhVA+zyzGHGtHo4+wGt6Dk4UmCiGEI9FVR5h+fxbx0vdihH ZC6Oh+SxxiuBdHERl/cLunEpgPA7muRzP9FRziFLAjFiJSYslbQAms+bvm6/CZ4 Message-ID: <4B6753F4.50101@protected-networks.net> Date: Mon, 01 Feb 2010 17:21:40 -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> <4B66D00E.7070506@protected-networks.net> In-Reply-To: <4B66D00E.7070506@protected-networks.net> 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 22:21:54 -0000 On 02/01/10 07:58, Michael Butler wrote: > 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 :-( I'm not sure if this is relevant to the problem but I noted that a number of libs on my laptop reference libutil.so.8 which has been subsequently replaced by libutil.so.9. I am currently in the process of rebuilding the 76 ports that need it - including virtualbox. I'll report back if it has any impact, imb