GNU bug report logs -
#37387
reconfigure does not recreate ~/.guix-profile
Previous Next
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
[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)]
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)]
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.