Source: libprelude Version: 4.1.0-4.2 Severity: serious Tags: ftbfs libprelude recently started to FTBFS in unstable.
E.g. local sbuild: | LANG="" gawk -f ./mkheader.awk \ | ./err-sources.h.in \ | ./err-codes.h.in \ | ./errnos.in \ | ./prelude-error.h.in > prelude-error.h | gawk: ./mkstrtable.awk:113: warning: regexp escape sequence `\#' is not a known regexp operator | gawk: ./mkstrtable.awk:113: warning: regexp escape sequence `\#' is not a known regexp operator | gawk: gawk: ./mkerrcodes1.awk:81: warning: regexp escape sequence `\#' is not a known regexp operator | fatal: cannot use gawk builtin `namespace' as variable name | gawk: gawk: ./mkstrtable.awk:./mkerrnos.awk:113: 83: warning: warning: regexp escape sequence `\#' is not a known regexp operatorregexp escape sequence `\#' is not a known regexp operator | | gawk: ./mkstrtable.awk:113: warning: regexp escape sequence `\#' is not a known regexp operator | make[6]: *** [Makefile:1845: errnos-sym.h] Error 2 | make[6]: *** Waiting for unfinished jobs.... | gcc -E -P _mkerrcodes.h | grep PRELUDE_ERROR_ | LANG="" gawk -f ./mkerrcodes.awk >mkerrcodes.h | gawk: ./mkheader.awk:85: warning: regexp escape sequence `\#' is not a known regexp operator | gawk: ./mkerrcodes.awk:81: warning: regexp escape sequence `\#' is not a known regexp operator | rm _mkerrcodes.h | make[6]: Leaving directory '/<<PKGBUILDDIR>>/src/libprelude-error' | make[5]: *** [Makefile:1829: all-recursive] Error 1 | make[5]: Leaving directory '/<<PKGBUILDDIR>>/src' | make[4]: *** [Makefile:1633: all] Error 2 | make[4]: Leaving directory '/<<PKGBUILDDIR>>/src' | make[3]: *** [Makefile:1658: all-recursive] Error 1 | make[3]: Leaving directory '/<<PKGBUILDDIR>>' | make[2]: *** [Makefile:1524: all] Error 2 | make[2]: Leaving directory '/<<PKGBUILDDIR>>' | dh_auto_build: make -j8 returned exit code 2 | make[1]: *** [debian/rules:40: build-core] Error 255 | make[1]: Leaving directory '/<<PKGBUILDDIR>>' | make: *** [debian/rules:64: build] Error 2 | dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 Also reproduced by reproducible builds: https://tests.reproducible-builds.org/debian/rbuild/unstable/amd64/libprelude_4.1.0-4.2.rbuild.log.gz Likely this is related to the recent gawk upload that also makes other packages ftbfs (e.g. libgpg-error #944511). Adrian Bunk Cced. Helmut