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, 28 Sep 2016 22:48:34 +0200 Message-ID: <87fuoj3g4d.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> 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]:38950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bpLmV-00088v-Fb for guix-devel@gnu.org; Wed, 28 Sep 2016 16:48:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bpLmR-0003X3-It for guix-devel@gnu.org; Wed, 28 Sep 2016 16:48:43 -0400 In-Reply-To: (Vincent Legoll's message of "Tue, 13 Sep 2016 11:05:32 +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 Hello! Vincent Legoll skribis: > On Tue, Sep 13, 2016 at 10:26 AM, Ludovic Court=C3=A8s wro= te: >> ludo@gnu.org (Ludovic Court=C3=A8s) skribis: [...] >> And now for MIPS! I was so joyful that I almost forgot that >> binutils-cross-boot0-2.27 fails to build on MIPS: >> >> https://hydra.gnu.org/build/1470440/nixlog/3/raw >> >> I cannot find any error message in the build log, so I don=E2=80=99t kno= w what=E2=80=99s >> going on. >> >> Could someone take a look? > > I found this: > > /tmp/nix-build-binutils-cross-boot0-2.27.drv-0/binutils-2.27/ld/configure: > unhandled emulation > [...] > make[1]: *** [Makefile:7125: configure-ld] Error 1 > make[1]: *** Waiting for unfinished jobs.... > > Something similar was discussed in comp.gnu.binutils, it was also about m= ips... > > http://webcache.googleusercontent.com/search?q=3Dcache:waWLFBpEIPQJ:perma= link.gmane.org/gmane.comp.gnu.binutils/69283+&cd=3D1&hl=3Den&ct=3Dclnk&gl= =3Dus&lr=3Dlang_de%7Clang_en%7Clang_fr This is fixed in 789f09a073a7239aee2e551d52b5b5ea9f41bb90! \o/ It was a silly Bash 4.2 bug described in: http://ftp.gnu.org/gnu/bash/bash-4.2-patches/bash42-007 Ludo=E2=80=99.