From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 22 22:06:36 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 886901065675 for ; Fri, 22 Oct 2010 22:06:36 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 1B3E68FC19 for ; Fri, 22 Oct 2010 22:06:35 +0000 (UTC) Received: by wwb24 with SMTP id 24so1354301wwb.31 for ; Fri, 22 Oct 2010 15:06:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=wCHxRBy4m83sSDAXpE5IADduTZRuR4CqHgQaTWMHijE=; b=RIPIfh8zsZoiKFpJLeBlk0aYYxfcjp6GOaCuNOCwThW4a6FRgytKM1vK0xFBcLk5iV /ixLOIF09OTXebu3jV2lCq4g+7FOiUAv6ET8ERmGuEFo863/P8TI0gCFfOsyrFLHsqmL bD8/TN1k0xWAIaczoj3MjdJQzxRupG/WQA0vI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=lizivHmQLumA70yvRcgybbSPRSkW7MklY7X1G1msEsH+KN7EctqsPAMXPtCkTYNcuz 23QSk7T0SnAlhqoTpO3lznH9JRqdgV/AWupnIS6dFqBhN22U+2qwNzu1CXUujfw6oC1f kK4JZjjO02J1Ig0nIq3g0qnKunn2wSam8ur7s= MIME-Version: 1.0 Received: by 10.216.56.18 with SMTP id l18mr31326wec.36.1287785194781; Fri, 22 Oct 2010 15:06:34 -0700 (PDT) Received: by 10.216.55.135 with HTTP; Fri, 22 Oct 2010 15:06:34 -0700 (PDT) In-Reply-To: <4CB8572B.4060908@protected-networks.net> References: <4CB84447.6020200@protected-networks.net> <4CB8572B.4060908@protected-networks.net> Date: Fri, 22 Oct 2010 17:06:34 -0500 Message-ID: From: Brandon Gooch To: Michael Butler Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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, 22 Oct 2010 22:06:36 -0000 On Fri, Oct 15, 2010 at 8:29 AM, Michael Butler wrote: > 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 >>> =A0 =A0736: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Name (_CID, "smc-na= pa") >>> Error =A0 =A04001 - >>> =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 String = must be entirely alphanumeric ^ >>> (smc-napa) >>> *** Error code 1 > > =A0[ .. ] > >> 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, > > =A0 =A0 =A0 =A0imb Same situation here. What are the implications of this change? Is the 'smc-napa' some sort of label? -Brandon