GNU bug report logs -
#37662
substitution failure of nss-certs
Previous Next
Reported by: Josh Holland <josh <at> inv.alid.pw>
Date: Tue, 8 Oct 2019 14:19:02 UTC
Severity: normal
Tags: fixed
Merged with 37688
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #37 received at 37662 <at> debbugs.gnu.org (full text, mbox):
Hi,
Ben Sturmfels <ben <at> stumbles.id.au> skribis:
> On 16/10/19 06:50, Arun Isaac wrote:
>>
>> Josh Holland <josh <at> inv.alid.pw> writes:
>>
>>> Ludovic Courtès <ludo <at> gnu.org> writes:
>>>> I suppose the error here is because you’re daemon is missing its UTF-8
>>>> locales.
>>>>
>>>> This could be because you upgraded the daemon but did not upgrade the
>>>> ‘glibc-utf8-locales’ or ‘glibc-locales’ you installed as root, no?
>>>
>>> It's possible - I rarely do anything with the root profile, and wasn't
>>> even aware that I had to keep it up to date. Should I have to `guix
>>> pull` and `guix upgrade` it regularly, as well as my user profile?
>>
>> I install glibc-locales as a system-wide package in my operating-system
>> configuration. Perhaps that's what Ludo meant to say.
>
> Hi Ludo, is it best to install glibc-locales or glibc-utf8-locales in
> the operating system configuration as Arun suggests?
It’s best to install none of these. :-)
On Guix System, the mechanism is more fine-grained: the admin declares
precisely the locales they want in the ‘locale’ and ‘locale-definitions’
fields, and only those get installed. See
<https://guix.gnu.org/manual/devel/en/html_node/Locales.html>.
> I hit the same issue doing a reconfigure on Guix System after not having
> these locales either in user, root or system profiles (though I'm unsure
> whether root and system are the same thing).
This is probably due to the switch to glibc 2.29: your system now
provides locales for glibc 2.29 only, but if you have binaries linked
against 2.28, they need 2.28 locale data.
To do that, add ‘glibc-2.28’ to the ‘locale-libcs’ field:
<https://guix.gnu.org/manual/devel/en/html_node/Locales.html#Locale-Data-Compatibility-Considerations>.
(Normally ‘guix pull --news’ mentioned it when you upgraded.)
Perhaps on we should just add the current and previous glibc to
‘locale-libcs’ by default.
HTH!
Ludo’.
This bug report was last modified 5 years and 214 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.