Bug#966894: faucc: FTBFS: parse.tab.c:108:10: fatal error: parse.tab.h: No such file or directory

2020-08-13 Thread Stefan Potyra
Hi, turns out that my patch was not yet working, attached is an even simpler fix. Cheers, Stefan. diff --git a/parse.y b/parse.y index 3e108e3..57df757 100644 --- a/parse.y +++ b/parse.y @@ -21,6 +21,8 @@ #include "expr.h" %} +%define api.header.include {"parse.h"} + %union { int nil;

Bug#966894: faucc: FTBFS: parse.tab.c:108:10: fatal error: parse.tab.h: No such file or directory

2020-08-12 Thread stefan
Hi, fix is quite simple, patch attached, and already forwarded to upstream. As always, feel free to NMU. Cheers, Stefan. diff --git a/Makefile.am b/Makefile.am index 0541256..c2f7c49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ cc1_SOURCES = parse.y \ cc1.c # Make sure

Bug#966894: faucc: FTBFS: parse.tab.c:108:10: fatal error: parse.tab.h: No such file or directory

2020-08-03 Thread Lucas Nussbaum
Source: faucc Version: 20180503-1 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200802 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > gcc -Wchar-subscripts -Wcomment