From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Olivert Riera Date: Tue, 5 Aug 2014 14:03:12 +0100 Subject: [Buildroot] [autobuild.buildroot.net] Build results for 2014-08-04 In-Reply-To: <20140805063010.EAA98100F1D@stock.ovh.net> References: <20140805063010.EAA98100F1D@stock.ovh.net> Message-ID: <53E0D610.3070603@imgtec.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On 08/05/2014 07:30 AM, Thomas Petazzoni wrote: > Build statistics for 2014-08-04 > =============================== > mips64el | python3-3.4.1 | NOK | http://autobuild.buildroot.net/results/31a9cf4152aca7ba7d5ab798eea3161a9e47e68d/ That build failure is caused because in that toolchain... http://autobuild.buildroot.org/toolchains/tarballs/mips64el-ctng_n64-linux-gnu.tar.x ...SYS_getdents64 is only defined for MIPS32 and MIPS64 n32, and NOT for MIPS64 n64. That has been fixed on newer versions of eglibc (which is the C library that toolchain is using). For instance, in the Buildroot's default eglibc version (2.18-svnr23787) it's already fixed. So, please, could be possible to upgrade that toolchain. Thanks. -- Vincent