[Buildroot] [PATCH 1/2] python: add patch to fix logic to get gcc paths

Peter Korsgaard peter at korsgaard.com
Sun May 31 20:02:01 UTC 2015


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 > The Python setup.py has a function called add_gcc_paths(), which
 > executes gcc -E -v to get the list of header paths searched by
 > gcc. However, the logic of setup.py is only valid with the normal
 > english output of gcc: it doesn't work if a non-english locale is
 > set. This causes setup.py to not find certain headers (such as zlib.h)
 > and therefore disabling the build of such extensions.

 > Reported-by: Bruno Coudoin <bruno.coudoin at gcompris.net>
 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>

Committed both, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list