From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: Unexpected results with Guix. Date: Thu, 7 Nov 2019 07:40:26 +0100 Message-ID: <20191107064026.zgmzgiiigi7pcbx6@pelzflorian.localdomain> References: <20191103063254.q2j5xq7nbnmyfhop@pelzflorian.localdomain> <5dc362db.1c69fb81.593bc.05d7@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39171) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSbT6-0006PG-L5 for help-guix@gnu.org; Thu, 07 Nov 2019 01:40:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSbT5-0006Fg-HR for help-guix@gnu.org; Thu, 07 Nov 2019 01:40:32 -0500 Received: from pelzflorian.de ([5.45.111.108]:52410 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iSbT3-0006DW-95 for help-guix@gnu.org; Thu, 07 Nov 2019 01:40:31 -0500 Content-Disposition: inline In-Reply-To: <5dc362db.1c69fb81.593bc.05d7@mx.google.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: Jone Cc: help-guix@gnu.org On Thu, Nov 07, 2019 at 03:18:52AM +0000, Jone wrote: > - Results for 'icecat': > ~/Desktop> guix-gc-refcount.sh icecat > =E2=97=8F /gnu/store/50530hgnzkxgkqciip68dn7v23cslw1c-icecat-60.8.0-gui= x1 > /gnu/store/8x0ipsgl2dhdi7n1psrh8dssv8dh39dd-xdg-desktop-database > /gnu/store/njwpq4ywz17rgvvbdds20cndrgwsrcxs-gtk-icon-themes > /gnu/store/zxqr8afp3rpd2r3g9x41sqg5mx525355-profile >=20 > =E2=97=8F /gnu/store/zxqr8afp3rpd2r3g9x41sqg5mx525355-profile > NO REFERRERS >=20 So you have to get rid of /gnu/store/zxqr8afp3rpd2r3g9x41sqg5mx525355-profile. This was not one of the listed generations of your user. Look at the output of for r in $(guix gc --list-roots); do ls -l $r; done to find out where it comes from. Regards, Florian