GNU bug report logs - #37387
reconfigure does not recreate ~/.guix-profile

Previous Next

Package: guix;

Reported by: Joshua Branson <jbranso <at> dismail.de>

Date: Wed, 11 Sep 2019 23:44:01 UTC

Severity: normal

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Joshua Branson <jbranso <at> dismail.de>
Subject: bug#37387: closed (Re: bug#37387: reconfigure does not recreate
 ~/.guix-profile)
Date: Thu, 12 Sep 2019 09:06:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#37387: reconfigure does not recreate ~/.guix-profile

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 37387 <at> debbugs.gnu.org.

-- 
37387: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37387
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: Joshua Branson <jbranso <at> dismail.de>
Cc: 37387-done <at> debbugs.gnu.org
Subject: Re: bug#37387: reconfigure does not recreate ~/.guix-profile
Date: Thu, 12 Sep 2019 11:05:10 +0200
Hi Joshua,

> ;tldr guix system reconfigure does not create a ~/.guix-profile

This is not a bug.

“guix system reconfigure” will never create .guix-profile.  That’s not
what it’s supposed to do.

~/.guix-profile is created when a profile is generated and installed,
i.e. when a user installs their first package.

-- 
Ricardo


[Message part 3 (message/rfc822, inline)]
From: Joshua Branson <jbranso <at> dismail.de>
To: bug-guix <at> gnu.org
Subject: reconfigure does not recreate ~/.guix-profile
Date: Wed, 11 Sep 2019 19:43:12 -0400
Hey guix,

;tldr guix system reconfigure does not create a ~/.guix-profile, if
 the file was deleted, nor does it change the symlink if the username
 changed.

This seems like 2 tiny bugs.  I recently installed guix on my Thinkpad
T400.  (Thanks by the way!  Sway works wonderfully!)  When I first
created my user my user line looked like

#+BEGIN_SRC scheme
         (user-account
          (name "Joshua Branson")
          (comment "Joshua Branson")
          (group "users")
          (home-directory "/home/joshua")
          (supplementary-groups
           '("wheel" "netdev" "audio" "video")))
#+END_SRC scheme

Later I changed the user name to '(name "joshua")' and reconfigured.
Guix was smart enough to create a new profile for me, but
.guix-profile still pointed to user account "Joshua Branson" not
"joshua".


$ cd ~/; ls -lha .guix-profile
.guix-profile -> /var/guix/profiles/per-user/Joshua Branson/guix-profile

So I removed .guix-profile and reconfigured.

$ rm ~/.guix-profile

# sudo guix system reconfigure sway.scm

I thought that guix is declarative, so it will recreate .guix-profile,
but it did not.

Thanks,

Joshua




This bug report was last modified 5 years and 248 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.