Bug#1126329: filters: FTBFS on arm64,i386: make[2]: *** No rule to make target 'y.tab.h', needed by 'lex.yy.o'. Stop.
Sebastian Ramacher <[email protected]>
| Newsgroups | gmane.linux.debian.ports.arm |
|---|---|
| Message-ID | <aXSOorIDH0D-H3MC__49827.6658634254$1769246487$gmane$org@ramacher.at> |
Source: filters Version: 2.56-1 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past) X-Debbugs-Cc: [email protected], [email protected] User: [email protected] Usertags: arm64 User: [email protected] Usertags: i386 Dear maintainer, filters FTBFS on arm64, i386: cockney.l:122:6: warning: old-style function definition [-Wold-style-definition] 122 | char caseify(c) | ^~~~~~~ cockney.l: In function ‘set_did’: cockney.l:159:6: warning: old-style function definition [-Wold-style-definition] 159 | void set_did(val) | ^~~~~~~ nyc.l: In function ‘caseify’: nyc.l:82:6: warning: old-style function definition [-Wold-style-definition] 82 | char caseify(c) | ^~~~~~~ jive.l: In function ‘caseify’: jive.l:214:6: warning: old-style function definition [-Wold-style-definition] 214 | char caseify(c) | ^~~~~~~ jive.l: In function ‘thing’: jive.l:223:6: warning: old-style function definition [-Wold-style-definition] 223 | void thing(c) | ^~~~~ rm -f kraut.c cd ky00te.dir; make make[2]: Entering directory '/build/reproducible-path/filters-2.56/ky00te.dir' yacc -d ky00te.yacc rm -f nyc.c flex ky00te.lex make[2]: *** No rule to make target 'y.tab.h', needed by 'lex.yy.o'. Stop. make[2]: *** Waiting for unfinished jobs.... rm -f newspeak.c flex -t newspeak.l > newspeak.c make[2]: Leaving directory '/build/reproducible-path/filters-2.56/ky00te.dir' make[1]: *** [Makefile:38: ky00te] Error 2 make[1]: *** Waiting for unfinished jobs.... rm -f cockney.c rm -f jive.c rm -f ken.c cc -o newspeak newspeak.c -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/filters-2.56=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -lfl -Wl,-z,relro -Wl,-z,now newspeak.l: In function ‘capstring’: newspeak.l:660:6: warning: old-style function definition [-Wold-style-definition] 660 | char firstchar, *string; | ^~~~~~~~~ newspeak.l: In function ‘compstring’: newspeak.l:669:6: warning: old-style function definition [-Wold-style-definition] 669 | char firstchar, *string1, *string2; | ^~~~~~~~~~ newspeak.l: In function ‘_caseify’: newspeak.l:677:6: warning: old-style function definition [-Wold-style-definition] 677 | char c; | ^~~~~~ newspeak.l: In function ‘caseify’: newspeak.l:685:6: warning: old-style function definition [-Wold-style-definition] 685 | char c; | ^~~~~~ rm -f jethro.c rm -f newspeak.c make[1]: Leaving directory '/build/reproducible-path/filters-2.56' dh_auto_build: error: make -j6 INSTALL="install --strip-program=true" returned exit code 2 See https://buildd.debian.org/status/fetch.php?pkg=filters&arch=i386&ver=2.56-1&stamp=1768814912&raw=0 for details. Cheers