* bug#57310: Graft SBCL do not copy files with accents in /gnu/store/...
@ 2022-08-20 18:06 Onch Oncheuh
2022-08-21 10:26 ` Maxime Devos
0 siblings, 1 reply; 2+ messages in thread
From: Onch Oncheuh @ 2022-08-20 18:06 UTC (permalink / raw)
To: 57310
[-- Attachment #1: Type: text/plain, Size: 272 bytes --]
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
I'm relatively new with guix, sorry if I did not provide enough
informations.
Best regards !
[-- Attachment #2: Type: text/html, Size: 458 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#57310: Graft SBCL do not copy files with accents in /gnu/store/...
2022-08-20 18:06 bug#57310: Graft SBCL do not copy files with accents in /gnu/store/ Onch Oncheuh
@ 2022-08-21 10:26 ` Maxime Devos
0 siblings, 0 replies; 2+ messages in thread
From: Maxime Devos @ 2022-08-21 10:26 UTC (permalink / raw)
To: Onch Oncheuh, 57310
[-- Attachment #1.1.1: Type: text/plain, Size: 690 bytes --]
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 #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-21 10:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-20 18:06 bug#57310: Graft SBCL do not copy files with accents in /gnu/store/ Onch Oncheuh
2022-08-21 10:26 ` Maxime Devos
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.