bug-guix
[Top][All Lists]
Advanced

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

bug#57310: Graft SBCL do not copy files with accents in /gnu/store/...


From: Maxime Devos
Subject: bug#57310: Graft SBCL do not copy files with accents in /gnu/store/...
Date: Sun, 21 Aug 2022 12:26:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0


On 20-08-2022 20:06, Onch Oncheuh wrote:
Hello guix hackers

I've tried some hours to setup a minimal repository which reproduces the problem here, and have included the logs :
https://github.com/Jean-4k/bug-sbcl-guix

Looks like a locale issue.  (guix build graft) and (guix grafts) do not set the locale anywhere, which probably caused the C locale to be used, whose character encoding ASCII only assigns a meaning to bytes < 128.

I expect adding (setlocale LC_ALL "anything.ISO-8859-2") to the beginning of the procedure 'graft' to solve the issue, as proposed at <https://issues.guix.gnu.org/54893#11> in a different context.

Greetings,
Maxime.


Attachment: OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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