Leo Famulari (2016-08-23 18:38 +0300) wrote: > On Tue, Aug 23, 2016 at 04:52:12PM +0530, Arun Isaac wrote: >> >> > What is the output of: >> > >> > $ file ~/.guix-profile >> >> /home/arunisaac/.guix-profile: symbolic link to >> /home/arunisaac/.guix-profile-2-link > > That looks unusual to me.
I would replace "unusual" with "wrong" :-) > For me, it's like this, both on GuixSD and > Guix on another distro: > > $ file ~/.guix-profile > /home/leo/.guix-profile: symbolic link to > /var/guix/profiles/per-user/leo/guix-profile Right, this is what it should be. Arun, somehow ~/.guix-profile link becomes broken for you. I don't know how it could happen, maybe you did "guix package -p ~/.guix-profile ...", not sure if it could lead to this. Anyway you can relink "~/.guix-profile" to "/var/guix/profiles/per-user/arunisaac/guix-profile" to fix the problem you faced. Also note that "~/.guix-profile-N-link" shouldn't exist, you can remove these links. -- Alex