From owner-freebsd-emulation@freebsd.org Tue Oct 22 21:47:17 2019 Return-Path: Delivered-To: freebsd-emulation@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A3F2E1663C5 for ; Tue, 22 Oct 2019 21:47:17 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46yRtY3rM6z4K3b; Tue, 22 Oct 2019 21:47:17 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from freefall.freebsd.org (static-71-168-218-4.cmdnnj.fios.verizon.net [71.168.218.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jkim/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 5B43917D8F; Tue, 22 Oct 2019 21:47:17 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Subject: Re: [package - head-amd64-default][emulators/virtualbox-ose] Failed for virtualbox-ose-5.2.34 in build From: Jung-uk Kim To: Michael Butler , freebsd-emulation@freebsd.org References: <201910221733.x9MHX2po002857@beefy18.nyi.freebsd.org> <1a89a677-189b-e0ae-6b62-9b6da95897dc@FreeBSD.org> <282d5cb0-39f3-addf-ff09-8b3311e27457@FreeBSD.org> <90aad523-a160-412a-ba16-620507c9252e@FreeBSD.org> Message-ID: <69e76312-378e-18d7-bfec-4f0b7a0814ea@FreeBSD.org> Date: Tue, 22 Oct 2019 17:47:16 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.2.0 MIME-Version: 1.0 In-Reply-To: <90aad523-a160-412a-ba16-620507c9252e@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 22 Oct 2019 21:47:17 -0000 On 19. 10. 22., Jung-uk Kim wrote: > On 19. 10. 22., Jung-uk Kim wrote: >> On 19. 10. 22., Jung-uk Kim wrote: >>> On 19. 10. 22., Jung-uk Kim wrote: >>>> On 19. 10. 22., Michael Butler wrote: >>>>> On 10/22/19 1:33 PM, pkg-fallout@FreeBSD.org wrote: >>>>> >>>>> >>>>> >>>>>> /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/out/freebsd.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1 29: Processor (CPU1, 0x01, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK1-CPU0") Name (_PXM, 0x00) >>>>>> Warning 3168 - Legacy Processor() keyword detected. Use Device() keyword instead. ^ >>>>>> >>>>>> /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.2.34/out/freebsd.amd64/release/obj/VBoxDD/vboxssdt_cpuhotplug.hex.pre1 29: Processor (CPU1, 0x01, 0x0, 0x0 ) { Name (_HID, "ACPI0007") Name (_UID, "SCK1-CPU0") Name (_PXM, 0x00) >>>>>> Error 6167 - _UID inside processor declaration must be an integer ^ (found a string) >>>>> >>>>> It seems that SVN r514730 update to sysutils/acpica-tools has broken >>>>> iasl's compatibility with VBox dsl sources :-( >>>> >>>> Actually, we use iasl from base. Therefore, head after r353764 is affected. >>>> >>>> https://svnweb.freebsd.org/changeset/base/353764 >>>> >>>> It is a VirtualBox bug and I am working on it. >>> >>> Please try the attached patch. >> >> Sorry, really attaching the patch. > > Arg... The attachment was stripped. Trying again. I went ahead and committed it. Let me know if it still has issues. Jung-uk Kim