From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 15 13:29:18 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 3C0441065679; Fri, 15 Oct 2010 13:29:18 +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 02D0C8FC19; Fri, 15 Oct 2010 13:29:17 +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 B54C7633A; Fri, 15 Oct 2010 09:29:16 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1287149356; bh=KP1OLcHMGvwNlxMeMxLptkgdLyERL/nRDvqM+C8xWZo=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=OvqYnrEBeIxFnsvhcWb7XrbmMlVdQUM3YqAJkC+J93CDqoJV/u7DVc8nTdHzWCd6S recOPwO9x3KWd8KLmoj6T5yBFjqrQQIZ2pOj+Gl8MTwZTBeZo6QSEBCZel07AdK 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=GEBku8HTz3EryXpShKN0NMrt2N1kpkWqICuaeYrkz9zPsLK3MP3nf2GrWZrpUeOzj tnztT3w+CWb7rKqDQOJ0U90wMiR81+TZgv2jojkoAvCZf6/KUndae4ViWA6392v Message-ID: <4CB8572B.4060908@protected-networks.net> Date: Fri, 15 Oct 2010 09:29:15 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100918 Thunderbird/3.1.4 MIME-Version: 1.0 To: Bernhard Froehlich References: <4CB84447.6020200@protected-networks.net> In-Reply-To: X-Enigmail-Version: 1.1.2 OpenPGP: id=0442D492 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: recent virtualbox breakage 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: Fri, 15 Oct 2010 13:29:18 -0000 On 10/15/10 09:19, Bernhard Froehlich wrote: > On Fri, 15 Oct 2010 08:08:39 -0400, Michael Butler > wrote: >> kBuild: iasl DevicesR3 - >> /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.10_OSE/src/VBox/Devices/PC/vbox.dsl >> /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.10_OSE/src/VBox/Devices/PC/vbox.dsl >> 736: Name (_CID, "smc-napa") >> Error 4001 - >> String must be entirely alphanumeric ^ >> (smc-napa) >> *** Error code 1 [ .. ] > I don't know enough about acpi to properly fix this but how about > trying to follow the error message? So replace "smc-napa" with "smcnapa" > and see if it works. Probably jkim@ has some time to look into that. After removing the hyphen, it compiles, installs and runs as expected, imb