From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: mips64el: No such file or directory: "/nix/store/*-glibc-2.13.drv" Date: Sun, 30 Dec 2012 16:17:06 +0100 Message-ID: <87y5gfa7t9.fsf@gnu.org> References: <8738yvnslh.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]:39752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpKdR-0005Wn-Ac for bug-guix@gnu.org; Sun, 30 Dec 2012 10:17:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TpKdQ-0006cF-Bz for bug-guix@gnu.org; Sun, 30 Dec 2012 10:17:09 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:65173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpKdQ-0006cB-54 for bug-guix@gnu.org; Sun, 30 Dec 2012 10:17:08 -0500 In-Reply-To: <8738yvnslh.fsf@karetnikov.org> (Nikita Karetnikov's message of "Mon, 24 Dec 2012 14:43:32 -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 Hi, Nikita Karetnikov skribis: > ERROR: In procedure open-file: > ERROR: In procedure open-file: No such file or directory: "/nix/store/qc2= f73airw91j5hjq7dn7737wzbcygq9-glibc-2.13.drv" > > It's a bit strange because the mentioned '.drv' file was there. Here is > my previous attempt, which failed. It could be that it was GC=E2=80=99d in the meantime. Can you replace occurrences of =E2=80=98nixpkgs-derivation*=E2=80=99 by =E2=80=98nixpkgs-derivation=E2=80=99 in your bootstrap.scm? (The former ca= ptures the .drv paths at compile-time, which speeds things up afterward but can cause problems like this one.) Thanks, Ludo=E2=80=99.