To emerge xen-tools I needed to get the iasl from http://archive.ubuntu.com/ubuntu/pool/universe/a/acpica-unix/acpica-tools_20160108-2_amd64.deb otherwise you get an error as below. Perhaps someone can file this upstream as xen is quite retarded when it comes to what systems it builds on. Error below when using iasl 2020xxxx app-emulation/xen-tools-4.14.1/work/xen-4.14.1/tools/firmware/hvmloader/ssdt_tpm.tmp -tc ssdt_tpm.asl Compiler aborting due to parser-detected syntax error(s) ssdt_pm.asl 337: Device (BAT0) Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope) ssdt_pm.asl 339: Name (_HID, EisaId ("PNP0C0A")) Error 6126 - syntax error ^ ssdt_pm.asl 382: Device (BAT1) Warning 3141 - Missing dependency ^ (Device object requires a _HID or _ADR in same scope) ssdt_pm.asl 384: Name (_HID, EisaId ("PNP0C0A")) Error 6126 - syntax error ^ ssdt_pm.asl 397: Store (\_SB.PB2, Local0) Warning 3144 - Method Local is set but never used ^ (Local0) Input file: ssdt_pm.asl - Compilation aborted due to parser-detected syntax error(s)
Can you share the full build.log and emerge --info please? Also, clean language.
Just built xen-tools-4.14.1 with iasl-20200717 on ~amd64. Please provide more information.