help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unexpected results with Guix.


From: pelzflorian (Florian Pelz)
Subject: Re: Unexpected results with Guix.
Date: Thu, 7 Nov 2019 07:40:26 +0100
User-agent: NeoMutt/20180716

On Thu, Nov 07, 2019 at 03:18:52AM +0000, Jone wrote:
> - Results for 'icecat':
> ~/Desktop> guix-gc-refcount.sh icecat
> ● /gnu/store/50530hgnzkxgkqciip68dn7v23cslw1c-icecat-60.8.0-guix1
> /gnu/store/8x0ipsgl2dhdi7n1psrh8dssv8dh39dd-xdg-desktop-database
> /gnu/store/njwpq4ywz17rgvvbdds20cndrgwsrcxs-gtk-icon-themes
> /gnu/store/zxqr8afp3rpd2r3g9x41sqg5mx525355-profile
> 
> ● /gnu/store/zxqr8afp3rpd2r3g9x41sqg5mx525355-profile
> NO REFERRERS
> 

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]