From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Core-updates: Downloads do not work Date: Tue, 08 Jan 2013 23:51:28 +0100 Message-ID: <87bocz8f0v.fsf@gnu.org> References: <201301030955.07667.andreas@enge.fr> <201301072245.53296.andreas@enge.fr> <87pq1gwscq.fsf@gnu.org> <201301080954.48213.andreas@enge.fr> 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]:53120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsi15-00027f-SV for bug-guix@gnu.org; Tue, 08 Jan 2013 17:51:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tsi14-00037n-PK for bug-guix@gnu.org; Tue, 08 Jan 2013 17:51:31 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:3653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsi14-00037f-JY for bug-guix@gnu.org; Tue, 08 Jan 2013 17:51:30 -0500 In-Reply-To: <201301080954.48213.andreas@enge.fr> (Andreas Enge's message of "Tue, 8 Jan 2013 09:54:47 +0100") 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: Andreas Enge Cc: bug-guix@gnu.org Hi! Andreas Enge skribis: > Thanks, it clarifies a lot. To check whether things work, can I simply=20 > delete the "hello" tarball in the nix store? I once deleted a compiled=20 > package in the nix store, and that caused an inconsistency with the packa= ge=20 > database in guix-installation-directory/var/... . Anything you delete must be deleted with =E2=80=98guix-gc --delete=E2=80=99= (or =E2=80=98nix-store --delete=E2=80=99), which also updates the database that= =E2=80=99s under /nix/var/nix/db/. Thanks, Ludo=E2=80=99.