❦ 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
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
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
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,
4 matches
Mail list logo