Bug#812672: mkdocs locale error building djangorestframework

2016-01-25 Thread Vincent Bernat
❦ 26 janvier 2016 11:57 +1100, Brian May  : > 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 This may not apply to your case, but there is a loca

Bug#812672: mkdocs locale error building djangorestframework

2016-01-25 Thread Adam Borowski
On Tue, Jan 26, 2016 at 11:57:17AM +1100, Brian May wrote: > Adam Borowski 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. > > I probably should change the line

Bug#812672: mkdocs locale error building djangorestframework

2016-01-25 Thread Brian May
Adam Borowski 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

Bug#812672: mkdocs locale error building djangorestframework

2016-01-25 Thread Adam Borowski
On Tue, Jan 26, 2016 at 11:29:07AM +1100, Brian May wrote: > python3-click has checks to ensure it is called with a non-ASCII > locale. Or if it is an ASCII locale, it raises a fatal error. Or at > least it tries to raise a fatal error. [...] > The problem is that when building djangorestframework,