From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: =?utf-8?Q?=E2=80=98package-derivation=E2=80=99?= fails with =?utf-8?Q?=E2=80=9CNo?= such file or =?utf-8?Q?directory=E2=80=9D?= Date: Wed, 30 Apr 2014 15:07:20 +0200 Message-ID: <87siov55kn.fsf@gnu.org> References: <87zjj38znh.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]:36913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfUER-0007lM-C9 for guix-devel@gnu.org; Wed, 30 Apr 2014 09:07:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WfUEM-0006rU-4z for guix-devel@gnu.org; Wed, 30 Apr 2014 09:07:27 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:52507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WfUEL-0006rO-Ug for guix-devel@gnu.org; Wed, 30 Apr 2014 09:07:22 -0400 In-Reply-To: <87zjj38znh.fsf@karetnikov.org> (Nikita Karetnikov's message of "Wed, 30 Apr 2014 03:49:22 +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: > I=E2=80=99d like to test a patch with the empty store. I deleted =E2=80= =98/gnu=E2=80=99 and > reinstalled Guix. But whenever I call (package-derivation store hello), > I run into =E2=80=9CERROR: In procedure open-file: No such file or direct= ory: > "/gnu/store/=E2=80=A6-guile-bootstrap-2.0.drv".=E2=80=9D Did I forget to= delete any > cached files? Yes, probably /var/guix/db/db.sqlite (or similar) was left behind, leading to an inconsistency (this database contains info about what=E2=80= =99s in the store.) HTH, Ludo=E2=80=99.