emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#33111: closed ([PATCH 0/3] Have the binary tarball


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33111: closed ([PATCH 0/3] Have the binary tarball populate ~root/.config/guix/current)
Date: Fri, 23 Nov 2018 14:44:03 +0000

Your message dated Fri, 23 Nov 2018 15:43:31 +0100
with message-id <address@hidden>
and subject line Re: [bug#33111] [PATCH 0/3] Have the binary tarball populate 
~root/.config/guix/current
has caused the debbugs.gnu.org bug report #33111,
regarding [PATCH 0/3] Have the binary tarball populate 
~root/.config/guix/current
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33111: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33111
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/3] Have the binary tarball populate ~root/.config/guix/current Date: Sun, 21 Oct 2018 22:45:06 +0200
Hello Guix!

Currently the binary tarball populates ~root/.guix-profile.  This creates
confusion when people realize that ‘guix pull’, instead, updates
~root/.config/guix; it’s also inconvenient because it forces root to do
“guix pull && guix package -u guix” or similar if they want to update
the default Guix revision on the distro.

These patches address this by having the binary tarball populate
~root/.config/guix/current like ‘guix pull’ does.

There’s one downside though: with the last patch, the ‘glibc-utf8-locales’
is no longer included because ~root/.config/guix/current would be the
wrong place for it.  Consequently, users have to explicitly install it
in ~root/.guix-profile and set GUIX_LOCPATH accordingly.

A possible fix would be to modify ‘guix pack’ so that it can create not
just two profiles, where ~root/.guix-profile would contain
‘glibc-utf8-locales’.  That’d be a non-trivial change, though.

Thoughts?

Thanks,
Ludo’.

Ludovic Courtès (3):
  install: Parameterize the profile name for
    'populate-single-profile-directory'.
  pack: Add '--profile-name'.
  build: Binary tarball now populates the "current-guix" profile.

 Makefile.am                 |  6 ++----
 doc/guix.texi               | 37 +++++++++++++++++++++++--------------
 etc/guix-daemon.conf.in     |  2 +-
 etc/guix-daemon.service.in  |  4 ++--
 etc/guix-install.sh         | 21 +++++++++++----------
 etc/guix-publish.conf.in    |  2 +-
 etc/guix-publish.service.in |  4 ++--
 gnu/build/install.scm       | 24 ++++++++++++++++++------
 guix/scripts/pack.scm       | 20 +++++++++++++++++++-
 tests/guix-pack.sh          | 17 +++++++++++++++--
 10 files changed, 94 insertions(+), 43 deletions(-)

-- 
2.19.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#33111] [PATCH 0/3] Have the binary tarball populate ~root/.config/guix/current Date: Fri, 23 Nov 2018 15:43:31 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
address@hidden (Ludovic Courtès) skribis:

> address@hidden (Ludovic Courtès) skribis:
>
>> I share your concern but I can’t think of a good solution.
>
> [...]
>
>> Also, we could have the install script run ‘guix package -i
>> glibc-utf8-locales’ automatically.
>
> Since I don’t have a better idea, I’d like to go with this patch set,
> and then possibly augment the install script as noted above.

I went ahead and pushed it as e9926f80c6553fde50ce1fcfd38d6370f841efd2.

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]