From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Question: purging a package from the store Date: Wed, 8 Jun 2016 11:29:23 +0200 Message-ID: <20160608092923.GA19390@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAZqQ-00006A-Ob for guix-devel@gnu.org; Wed, 08 Jun 2016 05:32:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAZqM-0005Bm-JQ for guix-devel@gnu.org; Wed, 08 Jun 2016 05:32:13 -0400 Received: from mail.thebird.nl ([95.154.246.10]:42224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAZqM-0005BL-DR for guix-devel@gnu.org; Wed, 08 Jun 2016 05:32:10 -0400 Content-Disposition: inline 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" To: guix-devel@gnu.org Our caching server gives a consistent failure for one package. It exists in the store and 'guix gc checks' pass. guix substitute: error: download from 'http://guix.genenetwork.org:8080/nar/sqd3q1xq5fsbga00bwhghi9shi7xdaac-gtk+-3.18.2' failed: 404, "Not Found" Now I want to purge it without running a full gc. Next reinstall it and see if it gets fixed. What is the suggested method for fully purging a package from the store? Pj.