> On 15.02.2011 10:50, Roberto De Ioris wrote: >>> 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() > > Maybe -dumpversion will be useful? (idea was stealed from [1])
Just committed a patch that uses gcc --version but -dumpversion is a lot better. I will update it, thanks -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
