Hello again, Martin Pitt [2016-04-06 14:55 +0200]: > norwegian still FTBFS in current sid: > > | sed -e 's/stringchar *� *�//' -e 's/[��]//g' nb.aff.in > nb.aff.new && \ > | mv nb.aff.new nb.aff > | cat forkort-nb.txt munched.B munched.A munched.N munched.M munched.K > munched.D munched.O munched.C \ > | | tr -d '\-0-9 ' \ > | | grep "\/.*[z\\_\`]" \ > | > comp1.tmp > | Makefile:517: recipe for target 'nb.mch' failed > | make[2]: *** [nb.mch] Error 1 > | make[2]: Leaving directory '/<<PKGBUILDDIR>>' > > So it's not exactly the same error any more, but still an FTBFS RC bug.
This is yet another fallout of the changed grep behaviour in 2.23. The package builds fine with "GREP_OPTIONS=-a", but this is only a bandaid as $GREP_OPTIONS is deprecated. So it'd be better to fix the Makefile to use "grep -a" everywhere, or rework it to not use grep, or run it under an appropriate locale. Thanks, Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)