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