ASLTS: without the following patch, the test suite will build iasl and acpiexec as it needs to, but it will not run the test because it cannot build and install them. However, the suite will not run because it is looking for the wrong version string from iasl. So, fix the grep for the string. Signed-off-by: Al Stone <ahs3@xxxxxxxxxx> diff -Naur acpica-unix2-20170119.orig/tests/aslts/Makefile.def acpica-unix2-20170119/tests/aslts/Makefile.def --- acpica-unix2-20170119.orig/tests/aslts/Makefile.def 2017-01-27 17:36:03.736555369 -0700 +++ acpica-unix2-20170119/tests/aslts/Makefile.def 2017-01-27 17:36:46.171389519 -0700 @@ -123,7 +123,7 @@ if [ x$$base != xaslts ]; then \ echo "Bad base name of ASLTS Test Suite: <$$base> of <$$dd>"; exit 1; \ else \ - x=`"$(ASL)" -va xxx | grep "Compiler version"`; \ + x=`"$(ASL)" -va xxx | grep "Compiler/Disassembler version"`; \ echo "---- iASL version: $$x"; \ if [ -z "$$x" ]; then \ echo "Bad iASL 2: bad signon <$(ASL)>"; exit 1; \ -- ciao, al ----------------------------------- Al Stone Software Engineer Red Hat, Inc. ahs3@xxxxxxxxxx ----------------------------------- -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html