[PATCH] ACPICA: Update to version 20151124 (LP: #1519425)
Alex Hung
alex.hung at canonical.com
Wed Nov 25 04:06:16 UTC 2015
Hi Colin,
I got compilation errors after I applied this patch as below:
aslcodegen.c: In function 'CgWriteNode':
aslcodegen.c:714:10: error: 'PARSEOP_DEFINITION_BLOCK' undeclared (first
use in this function)
case PARSEOP_DEFINITION_BLOCK:
^
aslcodegen.c:714:10: note: each undeclared identifier is reported only
once for each function it appears in
Makefile:1408: recipe for target 'libfwtsiasl_la-aslcodegen.lo' failed
make[4]: *** [libfwtsiasl_la-aslcodegen.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
aslanalyze.c: In function 'AnIsResultUsed':
aslanalyze.c:481:10: error: 'PARSEOP_DEFINITION_BLOCK' undeclared (first
use in this function)
case PARSEOP_DEFINITION_BLOCK:
^
aslanalyze.c:481:10: note: each undeclared identifier is reported only
once for each function it appears in
Makefile:1401: recipe for target 'libfwtsiasl_la-aslanalyze.lo' failed
make[4]: *** [libfwtsiasl_la-aslanalyze.lo] Error 1
aslcompiler.l: In function 'AslCompilerlex':
aslcompiler.l:285:22: error: 'PARSEOP_DEFINITION_BLOCK' undeclared
(first use in this function)
"DefinitionBlock" { count (1); return
(PARSEOP_DEFINITION_BLOCK); }
This is done on Ubuntu Wily (15.10)
On 2015-11-25 01:15 AM, Colin King wrote:
> From: Colin Ian King<colin.king at canonical.com>
>
> Changes in this release of ACPICA are detailed at the following
> link on the ACPICA developer mailing list:
>
> https://lists.acpica.org/pipermail/devel/2015-November/000856.html
>
> Signed-off-by: Colin Ian King<colin.king at canonical.com>
More information about the fwts-devel
mailing list