[apparmor] AppArmor 2.8.0-{3, 0ubuntu35} fails to build from source on current Debian sid

Seth Arnold seth.arnold at canonical.com
Fri Dec 20 19:46:47 UTC 2013


On Fri, Dec 20, 2013 at 02:11:12PM +0100, intrigeri wrote:
> Hi,
> 
> I have reported this FTBFS against the AppArmor Debian package there:
> 
>    http://bugs.debian.org/732695
> 
> Dear upstream, any hint?
> 
> Cheers,

Hey intrigeri,

There were some backwards-incompatible changes with bison 3.x that
required a patch to AppArmor; I'd have expected it to make it everywhere
by now -- and I must admit I don't recall what the error looked like any
longer -- but perhaps see if this patch is in your packaging yet?

https://lists.ubuntu.com/archives/apparmor/2013-November/004649.html

Thanks


patch from: Arkadiusz Miśkiewicz <arekm at maven.pl>
Signed-off-by: John Johansen <john.johansen at canonical.com>

=== modified file 'parser/libapparmor_re/parse.y'
--- parser/libapparmor_re/parse.y	2012-02-24 12:20:46 +0000
+++ parser/libapparmor_re/parse.y	2013-11-05 13:45:07 +0000
@@ -57,6 +57,7 @@
 
 %pure-parser
 /* %error-verbose */
+%lex-param {YYLEX_PARAM}
 %parse-param {Node **root}
 %parse-param {const char *text}
 %name-prefix = "regex_"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/apparmor/attachments/20131220/a2c84f4c/attachment.pgp>


More information about the AppArmor mailing list