[issue23767] Library and include paths not added when cross compiling on localized sytem

2015-05-29 Thread Thomas Petazzoni
Thomas Petazzoni added the comment: I confirm seeing the same issue. This patch fixes it. -- nosy: +thomas-petazzoni ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23767 ___

[issue23767] Library and include paths not added when cross compiling on localized sytem

2015-03-25 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +doko stage: - patch review versions: +Python 2.7, Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23767 ___

[issue23767] Library and include paths not added when cross compiling on localized sytem

2015-03-24 Thread Samuel Cabrero
New submission from Samuel Cabrero: When cross compiling on a localized system (eg. LANG=es_ES.utf8) the add_gcc_paths is called. This function parses the output of gcc -v -E and fails because the output is localized which results in no paths added and detect_modules not able to find any