From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Porting to mips64el Date: Tue, 29 Jan 2013 22:00:36 +0100 Message-ID: <87vcafk8ln.fsf@gnu.org> References: <8738yvnslh.fsf@karetnikov.org> <87fw26tncy.fsf@karetnikov.org> <876232w1yg.fsf@gnu.org> <87txqmnkav.fsf@karetnikov.org> <87hamkst8o.fsf@gnu.org> <87y5fp2k37.fsf@karetnikov.org> <87k3r9ysl7.fsf@gnu.org> <87bockcnj8.fsf@karetnikov.org> <87bocjvs8m.fsf@gnu.org> <87libkygp3.fsf@karetnikov.org> <87libktruu.fsf@karetnikov.org> <877gn3zzcy.fsf@gnu.org> <87fw1rblhh.fsf@karetnikov.org> <87ham6o9rb.fsf@gnu.org> <87zjzwv9z9.fsf@karetnikov.org> <87fw1nd3s8.fsf@gnu.org> <87libf41oo.fsf@karetnikov.org> <877gmy2uqc.fsf@gnu.org> <87zjztdfdr.fsf@karetnikov.org> <87boc9ea4a.fsf@gnu.org> <87mwvr3m94.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0IIM-0000eh-T6 for bug-guix@gnu.org; Tue, 29 Jan 2013 16:00:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0IIJ-0008Js-JE for bug-guix@gnu.org; Tue, 29 Jan 2013 16:00:42 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:54611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0IIJ-0008IX-Cy for bug-guix@gnu.org; Tue, 29 Jan 2013 16:00:39 -0500 In-Reply-To: <87mwvr3m94.fsf@karetnikov.org> (Nikita Karetnikov's message of "Tue, 29 Jan 2013 12:57:22 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: > starting phase `build' > rm -f mksyntax > make: /nix/store/qn9m4cjncna9mcac98fynialsv2l28jm-glibc-intermediate-2.17= /bin/sh: Command not found > make: *** [mksyntax] Error 127 The obvious thing to do here is to check whether that binary works correctly. It=E2=80=99s supposed to be the statically-linked bootstrap Bas= h, see base.scm. Oh, but in your case you used a dynamically-linked binary in =E2=80=98%bootstrap-inputs=E2=80=99. This is tricky. You could try to restart the daemon with /bin and anything else needed added to the chroot, and keep building from there, hoping that there won=E2=80=99t be impurities again. HTH, Ludo=E2=80=99.