[Python-modules-team] Bug#812672: mkdocs locale error building djangorestframework
Brian May
bam at debian.org
Tue Jan 26 00:57:17 UTC 2016
Adam Borowski <kilobyte at angband.pl> writes:
> My guess as to the cause of #812672 is that you have LC_CTYPE or LC_ALL set
> to an ancient locale. These variables override LANG, the order is
> LC_ALL>LC_CTYPE>LANG.
Interesting thought. Unfortunately, I can't tell from the supplied build
logs what these are set to.
I probably should change the line from:
LANG=C.UTF-8 mkdocs build && mv site docs.debian/html
To something like:
LANG=C.UTF-8 LC_CTYPE= LC_ALL= mkdocs build && mv site docs.debian/html
Just in case.
--
Brian May <bam at debian.org>
More information about the Python-modules-team
mailing list