diff options
author | Joey Hess <joey@kitenet.net> | 2008-07-12 17:40:25 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-07-12 17:40:25 -0400 |
commit | ce4c5142b05cb31876bf000ea728db9d56fa39ed (patch) | |
tree | 8d945384e063c12dbb0b4c252384b304041767f4 /doc/bugs | |
parent | 299fd7fa2e6e4b0bd30d1e1bfcca47854f7d5921 (diff) |
web commit by intrigeri: update, found a possible (random) fix
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/package_build_fails_in_non-English_environment.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/bugs/package_build_fails_in_non-English_environment.mdwn b/doc/bugs/package_build_fails_in_non-English_environment.mdwn index 1e5c72fd8..565672a67 100644 --- a/doc/bugs/package_build_fails_in_non-English_environment.mdwn +++ b/doc/bugs/package_build_fails_in_non-English_environment.mdwn @@ -1,3 +1,9 @@ -basewiki_brokenlinks.t fails when running dpkg-buildpackage in non-English environment : it greps for an (non-)error message that is i18n'd. +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. The `LANG=` on line 9 does not seem to do what it's supposed to, go figure. + +I've never had to understand the Unix locales, so I randomly tried to replace `LANG=` in basewiki_brokenlinks.t with : + +- `LANG=C` : fails +- `LANGUAGE=` : fails +- `LANGUAGE=C` : works! |