This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kernevil
Recipients kernevil
Date 2015-03-24.20:03:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427227440.25.0.884604694697.issue23767@psf.upfronthosting.co.za>
In-reply-to
Content
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 system library (eg. libz, libssl, etc.)

The attached patch forces the use of the default locale in the function
add_gcc_paths.
History
Date User Action Args
2015-03-24 20:04:00kernevilsetrecipients: + kernevil
2015-03-24 20:04:00kernevilsetmessageid: <1427227440.25.0.884604694697.issue23767@psf.upfronthosting.co.za>
2015-03-24 20:04:00kernevillinkissue23767 messages
2015-03-24 20:04:00kernevilcreate