From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: MIPS64/N64 support Date: Mon, 09 Sep 2013 18:47:34 +0200 Message-ID: <87k3iqhrh5.fsf@gnu.org> References: <87vc2o4qwc.fsf@gnu.org> <87y57kljro.fsf@karetnikov.org> <87li3dd844.fsf_-_@karetnikov.org> <87d2opy6qa.fsf@gnu.org> <87r4d577ab.fsf@karetnikov.org> <87zjrswzin.fsf@gnu.org> <87hadygxe8.fsf@karetnikov.org> <87mwnq470w.fsf@gnu.org> <87y5791h9f.fsf@karetnikov.org> <87eh907psx.fsf@gnu.org> <87li37z967.fsf@karetnikov.org> <8761ub143g.fsf@gnu.org> <87k3iqa71l.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 ([2001:4830:134:3::10]:55595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJ4hj-0003a8-3e for guix-devel@gnu.org; Mon, 09 Sep 2013 12:52:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJ4ha-0006TH-S1 for guix-devel@gnu.org; Mon, 09 Sep 2013 12:52:47 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:45139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJ4ha-0006RC-MM for guix-devel@gnu.org; Mon, 09 Sep 2013 12:52:38 -0400 In-Reply-To: <87k3iqa71l.fsf@karetnikov.org> (Nikita Karetnikov's message of "Mon, 09 Sep 2013 09:38:30 +0400") List-Id: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: guix-devel@gnu.org Nikita Karetnikov skribis: >>> I=E2=80=99ve already tried that: >>> >>> $ ./pre-inst-env guix build -K -s mips64el-linux-gnuabi64 hello >>> >>> [=E2=80=A6] >>> >>> ERROR: bootstrap binary not found "tar" "mips64el-linux-gnuabi64" > >> As I wrote, call it =E2=80=98mips64el-linux=E2=80=99, and put the binari= es under the >> directory of that name. > > I did that but forgot to adjust =E2=80=98-s mips64el-linux-gnuabi64=E2=80= =99. So I=E2=80=99ve > just tried this command: > > $ ./pre-inst-env guix build -K -s mips64el-linux hello > > The bootstrap Guile binary that I fetched from Hydra [1] aborts when > =E2=80=98./guile --version=E2=80=99 is called. But this one works [2]. = What has > happened? What=E2=80=99s the URL of the hydra.gnu.org tarballs you=E2=80=99re using? Instead of a URL, you can also change bootstrap.scm to refer directly to a local file name, like this: (package ... (source "/home/nikita/my-guile-that-works.tar.gz") ...) > I=E2=80=99ve also tested =E2=80=98./tar --version=E2=80=99 (the one from = Hydra), and it works. > > Could you run the following command and paste the hashsums? > > $ ./pre-inst-env guix build bootstrap-tarballs -s x86_64-linux --target= =3Dmips64el-linux-gnuabi64 The output paths are: --8<---------------cut here---------------start------------->8--- $ ./pre-inst-env guix build bootstrap-tarballs -s x86_64-linux --target=3Dm= ips64el-linux-gnuabi64 -n The following files would be downloaded: /nix/store/m7vf579yxmif4fdp2qn1gcilfddp2m37-bootstrap-tarballs-0 /nix/store/dhr8d58y48nds7njgg5hzq9b1a8yaaq5-gcc-stripped-tarball-4.7.3 /nix/store/f995q3ypr3mwvl2bmwi6va7917rf7f22-guile-static-stripped-tarbal= l-2.0.9 /nix/store/hz7lk2xxfbm2s804nsw1ca1adin12dfn-static-binaries-tarball-0 /nix/store/pkf0dm7m815p6ckam8chvv7825g6lzim-glibc-stripped-tarball-2.17 /nix/store/wzwpq959jdg4p7ar775pwi8f4ph90jkp-binutils-static-stripped-tar= ball-2.23.2 --8<---------------cut here---------------end--------------->8--- > [1] https://lists.gnu.org/archive/html/guix-devel/2013-09/msg00046.html > [2] http://www.fdn.fr/~lcourtes/tmp/guile-static-stripped-2.0.9-mips64el-= linux-gnuabi64.tar.xz HTH, Ludo=E2=80=99.