]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/package_build_fails_in_non-English_environment.mdwn
565672a674c0b47e5e0ef5c1a1201e76b872f004
[git.ikiwiki.info.git] / doc / bugs / package_build_fails_in_non-English_environment.mdwn
1 basewiki_brokenlinks.t fails when running dpkg-buildpackage in non-English environment : it greps for an (non-)error message that is i18n'd. This of course does not happen when building in a proper chroot environment... which happens to fail as well, for other reasons, but this will be for another bug.
3 The `LANG=` on line 9 does not seem to do what it's supposed to, go figure.
5 I've never had to understand the Unix locales, so I randomly tried to replace `LANG=` in basewiki_brokenlinks.t with :
7 - `LANG=C` : fails
8 - `LANGUAGE=` : fails
9 - `LANGUAGE=C` : works!