GNU bug report logs -
#40985
building profile with 1 package
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 30 Apr 2020 14:15:40 -0400
with message-id <20200430181540.GA28119 <at> jasmine.lan>
and subject line Re: bug#40985: building profile with 1 package
has caused the debbugs.gnu.org bug report #40985,
regarding building profile with 1 package
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
40985: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40985
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
For more than a week now, whenever I do a guix pull, it tells me it's
building a profile with 1 package. If I do other operations, such as
removing a package, it displays the number of packages installed in my
profile correctly (180-ish).
Here's the bit that it's outputting at the end of guix pull:
building CA certificate bundle...
building fonts directory...
building directory of Info manuals...
building profile with 1 package...
building /gnu/store/1lbks2qii5fdwigln34yd4cpvg5gxk7i-inferior-script.scm.drv...
building package cache...
building profile with 1 package...
I'm confused by this behaviour. It has not changed in the last two
`guix system reconfigure`s I did.
[Message part 3 (message/rfc822, inline)]
On Thu, Apr 30, 2020 at 07:53:21PM +0300, Alexandru-Sergiu Marton wrote:
> For more than a week now, whenever I do a guix pull, it tells me it's
> building a profile with 1 package. If I do other operations, such as
> removing a package, it displays the number of packages installed in my
> profile correctly (180-ish).
>
> Here's the bit that it's outputting at the end of guix pull:
>
> building CA certificate bundle...
> building fonts directory...
> building directory of Info manuals...
> building profile with 1 package...
> building /gnu/store/1lbks2qii5fdwigln34yd4cpvg5gxk7i-inferior-script.scm.drv...
> building package cache...
> building profile with 1 package...
>
> I'm confused by this behaviour. It has not changed in the last two
> `guix system reconfigure`s I did.
Guix can manage multiple profiles, each with their own history, and that
is what's happening here. By default, there are two profiles: the one
that deals with Guix itself, and the one that contains your installed
packages.
`guix pull` uses the former, found at '~/.config/guix/current'.
You can interact with this profile using the '--profile' argument to
`guix package`. For example:
------
$ guix package --profile=$HOME/.config/guix/current --list-generations
Generation 115 Mar 27 2020 03:05:01
guix 260eae7 out /gnu/store/ynihdaa8ripvrw2mzxdslhl3av938jpp-guix-260eae789
[...]
$ guix package --profile=$HOME/.config/guix/current --switch-generation=115
switched from generation 121 to 115
------
On the other hand, when you install packages, Guix uses the default
profile, which is found at ~/.guix-profile.
This bug report was last modified 5 years and 82 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.