unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: Binutils build failure on MIPS
Date: Tue, 13 Sep 2016 16:00:16 +0200	[thread overview]
Message-ID: <CAEwRq=qGweFRRjSUc2urmyre-soKr6ebLSMz-qx_J9VknCPnew@mail.gmail.com> (raw)
In-Reply-To: <87zinc3r4b.fsf@gnu.org>

> The fix at <https://sourceware.org/ml/binutils/2015-04/msg00137.html> is
> definitely in binutils-2.27.tar.bz2, yet we get an error that suggests
> $EMULATION_NAME is empty.  Dunno what’s going on.
>
>> How does one reproduce the failure ?
>
> You need a mips64el machine to run:

I don't have that...

Could it be that "mips64el-linux" is not matched by the switch/case from
binutils/ld/configure.tgt which only contains:

$ grep '^mips' configure.tgt
mips*-sgi-irix5*)    targ_emul=elf32bsmip ;;
mips*-sgi-irix6*)    targ_emul=elf32bmipn32
mips*el-*-netbsd*)    targ_emul=elf32ltsmip
mips*-*-netbsd*)    targ_emul=elf32btsmip
mips*vr4300el-*-elf*)    targ_emul=elf32l4300 ;;
mips*vr4300-*-elf*)    targ_emul=elf32b4300 ;;
mips*vr4100el-*-elf*)    targ_emul=elf32l4300 ;;
mips*vr4100-*-elf*)    targ_emul=elf32b4300 ;;
mips*vr5000el-*-elf*)    targ_emul=elf32l4300 ;;
mips*vr5000-*-elf*)    targ_emul=elf32b4300 ;;
mips*el-sde-elf* | mips*el-mti-elf* | mips*el-img-elf*)
mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
mips64*el-ps2-elf*)    targ_emul=elf32lr5900n32
mips*el-ps2-elf*)    targ_emul=elf32lr5900
mips*el-*-elf*)        targ_emul=elf32elmip ;;
mips*-*-elf*)        targ_emul=elf32ebmip ;;
mips*-*-rtems*)        targ_emul=elf32ebmip ;;
mips*el-*-vxworks*)    targ_emul=elf32elmipvxworks
mips*-*-vxworks*)    targ_emul=elf32ebmipvxworks
mips*-*-windiss)    targ_emul=elf32mipswindiss ;;
mips64*el-*-linux-*)    targ_emul=elf32ltsmipn32
mips64*-*-linux-*)    targ_emul=elf32btsmipn32
mips*el-*-linux-*)    targ_emul=elf32ltsmip
mips*-*-linux-*)    targ_emul=elf32btsmip
mips64*el-*-freebsd* | mips64*el-*-kfreebsd*-gnu)
mips64*-*-freebsd* | mips64*-*-kfreebsd*-gnu)
mips*el-*-freebsd* | mips*el-*-kfreebsd*-gnu)
mips*-*-freebsd* | mips*-*-kfreebsd*-gnu)
mips*-*-sysv4*)         targ_emul=elf32btsmip

Could that explain the failure ?

-- 
Vincent Legoll

  reply	other threads:[~2016-09-13 14:01 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-17  8:59 Freezing core-updates Ludovic Courtès
2016-05-17 11:29 ` Leo Famulari
2016-05-17 21:21   ` Ludovic Courtès
     [not found] ` <D79FF867-A6E4-480B-8D0C-FD597A836F6E@famulari.name>
2016-05-17 11:47   ` Leo Famulari
2016-05-17 12:03 ` Matthew Jordan
2016-05-17 12:11   ` Ben Woodcroft
2016-05-17 21:22   ` Ludovic Courtès
2016-05-26 16:59 ` Andreas Enge
2016-05-28 15:25   ` Ludovic Courtès
2016-05-31 19:33     ` Andreas Enge
2016-05-31 21:36       ` Ludovic Courtès
2016-06-01  9:41         ` Andreas Enge
2016-06-02  8:09           ` Ludovic Courtès
2016-06-04 15:33             ` Andreas Enge
2016-06-01 12:23       ` GCC bootstrap failure on ARM Ludovic Courtès
2016-06-01 18:45         ` Andreas Enge
2016-06-06  9:22         ` Ludovic Courtès
2016-06-07  9:58           ` Ludovic Courtès
2016-06-07 16:04             ` Leo Famulari
2016-06-08  0:55               ` Leo Famulari
2016-06-10  9:13             ` Andreas Enge
2016-06-10 12:16               ` Efraim Flashner
2016-06-10 12:22                 ` Efraim Flashner
2016-08-21  2:55           ` Mark H Weaver
2016-08-21 11:44             ` David Craven
2016-08-21 12:17               ` David Craven
2016-08-21 12:26                 ` Andreas Enge
2016-08-21 20:24               ` Mark H Weaver
2016-08-22  0:14                 ` David Craven
2016-08-29 15:23                 ` Ludovic Courtès
2016-09-10 13:16                   ` Ludovic Courtès
2016-09-10 13:22                     ` David Craven
2016-09-12 21:17                     ` Ludovic Courtès
     [not found]                       ` <CAL1_imniMsSJd+K=BTda+whFTKaErzwa+qSaUE0qeF=zA-Jv6A@mail.gmail.com>
     [not found]                         ` <CAL1_imnQFeTU52eWJt6kcwzuCFmP6Si-y0kdPm9SmZyprkm5NA@mail.gmail.com>
2016-09-13  6:11                           ` David Craven
2016-09-13  8:23                             ` Ludovic Courtès
2016-09-13  8:26                       ` Binutils build failure on MIPS Ludovic Courtès
2016-09-13  9:05                         ` Vincent Legoll
2016-09-13  9:14                           ` Vincent Legoll
2016-09-13 12:45                             ` Ludovic Courtès
2016-09-13 14:00                               ` Vincent Legoll [this message]
2016-09-13 14:05                                 ` David Craven
2016-09-13 14:19                                   ` Vincent Legoll
2016-09-13 14:27                                     ` David Craven
2016-09-13 14:36                                       ` Vincent Legoll
2016-09-13 22:02                                     ` Ludovic Courtès
2016-09-18 18:47                               ` Andreas Enge
2016-09-21 16:02                                 ` Ludovic Courtès
2016-09-28 20:48                           ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEwRq=qGweFRRjSUc2urmyre-soKr6ebLSMz-qx_J9VknCPnew@mail.gmail.com' \
    --to=vincent.legoll@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).