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_"

Attachment: signature.asc
Description: Digital signature

-- 
AppArmor mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to