VirtualBox

Opened 6 years ago

Closed 3 years ago

#17770 closed defect (fixed)

VBox 5.2.12 doesn't compile: AmlCodeSsdtStandard not declared in this scope => fixed in SVN

Reported by: berolinux Owned by:
Component: other Version: VirtualBox 5.2.12
Keywords: Cc:
Guest type: all Host type: Linux

Description (last modified by janitor)

Building VBox 5.2.12 on OpenMandriva Lx 4 fails with:

/home/bero/abf/virtualbox/BUILD/VirtualBox-5.2.12/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp:428:30: error: ‘AmlCodeSsdtStandard’ was not declared in this scope
             pabAmlCode     = AmlCodeSsdtStandard;
                              ^~~~~~~~~~~~~~~~~~~
kmk: *** [/home/bero/abf/virtualbox/BUILD/VirtualBox-5.2.12/out/linux.amd64/release/obj/VBoxDD/PC/ACPI/VBoxAcpi.o] Error 1

Looks like FreeBSD is also affected by this: https://www.mail-archive.com/freebsd-emulation@freebsd.org/msg08354.html

Attachments (1)

iasl.patch (2.5 KB ) - added by aeichner 6 years ago.
Experimental patch to fix compilation with newer versions of IASL

Download all attachments as: .zip

Change History (5)

comment:1 by janitor, 6 years ago

Description: modified (diff)

by aeichner, 6 years ago

Attachment: iasl.patch added

Experimental patch to fix compilation with newer versions of IASL

comment:2 by aeichner, 6 years ago

Can you please try the attachd patch against the VBox source tree? Looks like newer versions of IASL don't replace a dash with an underscore in filenames anymore breaking the generated C header.

comment:3 by aeichner, 6 years ago

Summary: VBox 5.2.12 doesn't compile: AmlCodeSsdtStandard not declared in this scopeVBox 5.2.12 doesn't compile: AmlCodeSsdtStandard not declared in this scope => fixed in SVN

The patch is not quite complete, a complete fix was committed to the svn and backported to 5.2 and 5.1. They will be available with the next maintenance release.

comment:4 by aeichner, 3 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use