Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 772020 - app-emulation/xen-tools won't emerge with iasl in tree
Summary: app-emulation/xen-tools won't emerge with iasl in tree
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-22 08:11 UTC by Terry Wrist
Modified: 2021-02-22 17:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Terry Wrist 2021-02-22 08:11:44 UTC
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)
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-02-22 08:14:19 UTC
Can you share the full build.log and emerge --info please? Also, clean language.
Comment 2 Tomáš Mózes 2021-02-22 17:46:36 UTC
Just built xen-tools-4.14.1 with iasl-20200717 on ~amd64. Please provide more information.