Vincent Legoll <vincent.leg...@gmail.com> skribis: > Hello, > > On Tue, Sep 13, 2016 at 4:05 PM, David Craven <da...@craven.ch> wrote: >>> Could that explain the failure ? >> >> It's matched here: >>> mips64*el-*-linux-*) targ_emul=elf32ltsmipn32 > > 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 “mips64el-guix-linux-gnu” (this can be seen at the beginning of the configure phase in the build log.) Ludo’.