The module that fails to build is /gnu/store/x3ss3v86nll4dixzb86wmlwdv63c3rrz-module-import-compiled.drv - the problem must be some dependency of that. Is there any trick to repair all the full dependency tree of that?
-- Christopher Howard my gemini capsule: gemini://gem.librehacker.com gemini browser: https://git.skyjake.fi/gemini/lagrange/releases On Fri, 2021-07-02 at 21:17 -0800, Christopher Howard wrote: > I'm trying to delete the things that guix gc cannot repair, but I get an > error that they are still alive: > > ``` > christopher@nightshade ~/Repos/guix-working$ sudo guix gc -D > /gnu/store/48bcdy815zcp007v0jpjrw9wnbs1cinh-guix-c19d29c > finding garbage collector roots... > guix gc: error: cannot delete path > `/gnu/store/48bcdy815zcp007v0jpjrw9wnbs1cinh-guix-c19d29c' since it is still > alive > christopher@nightshade ~/Repos/guix-working$ guix -D > /gnu/store/ihrrwlbf4gwi28wvwh70a5imqj122d7b-guix-d207207 > guix: unrecognized option '-D' > Try `guix --help' for more information. > christopher@nightshade ~/Repos/guix-working$ sudo guix gc -D > /gnu/store/ihrrwlbf4gwi28wvwh70a5imqj122d7b-guix-d207207 > finding garbage collector roots... > guix gc: error: cannot delete path > `/gnu/store/ihrrwlbf4gwi28wvwh70a5imqj122d7b-guix-d207207' since it is still > alive > christopher@nightshade ~/Repos/guix-working$ sudo guix gc -D > /gnu/store/xfy335fj7lwskqiazpvrifwdz1pc7ym4-module-import > finding garbage collector roots... > guix gc: error: cannot delete path > `/gnu/store/xfy335fj7lwskqiazpvrifwdz1pc7ym4-module-import' since it is still > alive > ``` > > Is there some way to see what is keeping them alive? > >
