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: Sun, 29 Sep 2013 15:31:17 +0200 Message-ID: <87siwniwka.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> <87k3iqhrh5.fsf@gnu.org> <877ge3c8lf.fsf@karetnikov.org> <874n96qed3.fsf@gnu.org> <878uyfiwr1.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]:47303) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQHAk-0003dx-HA for guix-devel@gnu.org; Sun, 29 Sep 2013 09:36:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQHAa-0000d9-MM for guix-devel@gnu.org; Sun, 29 Sep 2013 09:36:30 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:45462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQHAa-0000cw-Fv for guix-devel@gnu.org; Sun, 29 Sep 2013 09:36:20 -0400 In-Reply-To: <878uyfiwr1.fsf@karetnikov.org> (Nikita Karetnikov's message of "Sun, 29 Sep 2013 17:27:14 +0400") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: guix-devel@gnu.org Nikita Karetnikov skribis: > So I changed =E2=80=98bootstrap.scm=E2=80=99 and got the attached error m= essage. Any > ideas? The diff for bootstrap.scm looks good. > @ build-started /nix/store/pl2prx6qj1cbcf8rxs874s6r5w0zhzhs-make-boot0-3.= 82.drv - mips64el-linux /nix/var/log/nix/drvs/pl//2prx6qj1cbcf8rxs874s6r5w0= zhzhs-make-boot0-3.82.drv.bz2 > starting phase `set-paths' > environment variable `PATH' set to `/nix/store/7dqvgffz0vdpgpn0sbf35ybik5= 1gjv8s-gcc-bootstrap-0/bin:/nix/store/8pkxhjsa7cwm79czls3g4n7p37dfgzg7-binu= tils-bootstrap-0/bin:/nix/store/g4rfxczhx2lcb40g0yyjnv5lwsg76y11-bootstrap-= binaries-0/bin:/nix/store/g4rfxczhx2lcb40g0yyjnv5lwsg76y11-bootstrap-binari= es-0/bin' > environment variable `CPATH' set to `/nix/store/gq5zyr455yci4sjl4pyzk3wms= g9bf6rz-glibc-bootstrap-0/include' > environment variable `LIBRARY_PATH' set to `/nix/store/gq5zyr455yci4sjl4p= yzk3wmsg9bf6rz-glibc-bootstrap-0/lib:/nix/store/7dqvgffz0vdpgpn0sbf35ybik51= gjv8s-gcc-bootstrap-0/lib' > phase `set-paths' succeeded after 0 seconds > starting phase `unpack' > tar (child): cannot run bzip2: No such file or directory Normally /nix/store/g4rfxczhx2lcb40g0yyjnv5lwsg76y11-bootstrap-binaries-0/bin should contain =E2=80=98bzip2=E2=80=99. Can you check whether this is the = case? If it=E2=80=99s missing, can you double-check what your static-binaries.tar= .xz tarball contains? Normally make-bootstrap.scm produces a tarball that does include bzip2. TIA, Ludo=E2=80=99.