Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 318471 - Missing iasl dep for app-emulation/xen-tools-4.0.0
Summary: Missing iasl dep for app-emulation/xen-tools-4.0.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-04 18:11 UTC by Étienne Buira
Modified: 2010-06-09 16:50 UTC (History)
0 users

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 Étienne Buira 2010-05-04 18:11:12 UTC
While emerging app-emulation/xen-tools-4.0.0, the build failed because iasl is missing.

make[7]: Entering directory `/var/tmp/portage/app-emulation/xen-tools-4.0.0/work/xen-4.0.0/tools/firmware/hvmloader/acpi'

ACPI ASL compiler (iasl) is needed
gcc   -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .static_tables.o.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -DNDEBUG -Werror -fno-stack-protector -fno-builtin -msoft-float -I. -I.. -I../../../../tools/include -c -o static_tables.o static_tables.c
Download and install Intel ACPI CA from
http://acpica.org/downloads/

make[7]: *** [iasl] Error 1

Reproducible: Always

Actual Results:  
Build failure

Expected Results:  
Clean merge
Comment 1 Aleksander Balicki 2010-05-06 22:00:32 UTC
same problem here, works after manual emerge of iasl
Comment 2 Wormo (RETIRED) gentoo-dev 2010-05-08 02:30:57 UTC
Thanks for reporting this missing dependency, assigning to maintainers
Comment 3 Patrick Lauer gentoo-dev 2010-06-09 16:50:15 UTC
+  09 Jun 2010; Patrick Lauer <patrick@gentoo.org> xen-tools-4.0.0.ebuild:
+  Adding iasl dep for hvm useflag. Fixes #318471

Subtle breakage :) Thanks for reporting, next time please add emerge --info so we don't have to guess