> I just wanted to note that this issue still exists on
> uwsgi-0.9.6.8.tar.gz - I've just tested it.
>
> After setting LANG from de_DE.UTF-8 to en_US.UTF-8 it works.

I have found the problem.

When on de_DE locale on arch the last line of 'gcc -v' is

gcc-Version 4.5.2 20110127 (prerelease) (GCC)

instead of

gcc Version 4.5.2 20110127 (prerelease) (GCC)

So there is a space less that clobber the split()


>
> 2010/12/15 Roberto De Ioris <[email protected]>:
>>
>>>> It looks to me as there are some trouble parsing my german located
>>>> env.
>>>> I don't know If this is an error on arch linux or uwsgi, but maybe it
>>>> helps to make uwsgi better.
>>>> You can make it compatible to this kind of output and add an unittest
>>>> or something for it would be great.
>>>
>>> ot it can just set LC_ALL=C before invoking external programs.
>>
>> I much prefer this solution, i will commit a patch in the next hours
>>
>>>
>>> ps.
>>> LC_ALL is the environment variable with the biggest priority, it'll
>>> override any other LC_* variables, which in turn override the LANG
>>> variable.
>>>
>>>
>>>
>>> --
>>> damjan
>>> _______________________________________________
>>> uWSGI mailing list
>>> [email protected]
>>> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>>>
>>
>>
>> --
>> Roberto De Ioris
>> http://unbit.it
>> _______________________________________________
>> uWSGI mailing list
>> [email protected]
>> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>>
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>


-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to