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
same problem here, works after manual emerge of iasl
Thanks for reporting this missing dependency, assigning to maintainers
+ 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