From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Binutils build failure on MIPS Date: Wed, 14 Sep 2016 00:02:34 +0200 Message-ID: <87wpifpif9.fsf@gnu.org> References: <87h9dxukjm.fsf@gnu.org> <20160526165952.GA6576@solar> <87zirajjbk.fsf@gnu.org> <20160531193337.GA22008@solar> <87h9ddksi4.fsf_-_@gnu.org> <87ziqy3c4j.fsf@gnu.org> <87y43qu8yw.fsf@netris.org> <87r39hc1kz.fsf@netris.org> <87bn0b1two.fsf@gnu.org> <8760q3opyl.fsf@gnu.org> <878tuwyg13.fsf@gnu.org> <874m5k9pev.fsf_-_@gnu.org> <87zinc3r4b.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjvmq-0003B3-Q6 for guix-devel@gnu.org; Tue, 13 Sep 2016 18:02:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjvmo-0002Aq-7B for guix-devel@gnu.org; Tue, 13 Sep 2016 18:02:40 -0400 In-Reply-To: (Vincent Legoll's message of "Tue, 13 Sep 2016 16:19:54 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Vincent Legoll Cc: Guix-devel Vincent Legoll skribis: > Hello, > > On Tue, Sep 13, 2016 at 4:05 PM, David Craven wrote: >>> Could that explain the failure ? >> >> It's matched here: >>> mips64*el-*-linux-*) targ_emul=3Delf32ltsmipn32 > > I'm not sure I understand what your saying: > > $ python >>>> import fnmatch >>>> fnmatch.fnmatch('mips64el-linux', 'mips64*el-*-linux-*') Note that here we pass the triplet =E2=80=9Cmips64el-guix-linux-gnu=E2=80= =9D (this can be seen at the beginning of the configure phase in the build log.) Ludo=E2=80=99.