From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: how to fix the store after using rm to remove packages Date: Tue, 24 May 2016 08:22:54 -0400 Message-ID: References: <874m9nu8db.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54637) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5BMP-0003RW-10 for help-guix@gnu.org; Tue, 24 May 2016 08:23:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5BMN-0001es-6C for help-guix@gnu.org; Tue, 24 May 2016 08:22:55 -0400 Received: from mail-yw0-x22f.google.com ([2607:f8b0:4002:c05::22f]:33755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5BMM-0001eo-Vh for help-guix@gnu.org; Tue, 24 May 2016 08:22:55 -0400 Received: by mail-yw0-x22f.google.com with SMTP id h19so13711577ywc.0 for ; Tue, 24 May 2016 05:22:54 -0700 (PDT) In-Reply-To: <874m9nu8db.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Myles English Cc: help-guix On Tue, May 24, 2016 at 5:13 AM, Myles English wrote: > > Hello, I had a problem with a python application and deleted (with rm, > instead of 'guix package -r') the packages I wanted to rebuild. > > Now the store is broken. I have just started down the guix road so > don't mind starting again with a clean store. Or I could try and fix > the problem. I haven't found any information on how to start again, but > have tried fixing it and have got stuck on how to delete derivations. > Can anyone help please? Start over. The store is immutable for a good reason. - Dave