[Buildroot] [PATCH] autobuild-run: Do not build python3 with this external toolchain

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Oct 25 10:01:07 UTC 2014


Dear Vicente Olivert Riera,

On Tue, 21 Oct 2014 16:17:18 +0100, Vicente Olivert Riera wrote:
> It fails to build python3 with an error like this one:
> 
> Failed to build these modules:
> _posixsubprocess
> 
> Which comes from this previous error:
> 
> /br/output/build/python3-3.4.1/Modules/_posixsubprocess.c:246:33: error:
> 'SYS_getdents64' undeclared (first use in this function)
> 
> The failure is caused because this toolchain uses eglibc-2.18 which
> lacks the definition of the SYS_getdents64 macro for MIPS64 n64.
> 
> Fixes:
> 	http://autobuild.buildroot.net/results/8fd/8fd1fdf5f02365278a280d50adce98303fcc9a2a/
> 
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
> ---
>  scripts/autobuild-run |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list