Graft SBCL do not copy files with accents in /gnu/store/...

  • Open
  • quality assurance status badge
Details
2 participants
  • Onch Oncheuh
  • Maxime Devos
Owner
unassigned
Submitted by
Onch Oncheuh
Severity
normal
O
O
Onch Oncheuh wrote on 20 Aug 2022 20:06
(address . bug-guix@gnu.org)
CAC35XXJV8RG53jTSmMeDfbytN9TAw3rnuJN7Nh6YivTbfdTCzw@mail.gmail.com
Hello guix hackers

I've tried some hours to setup a minimal repository which reproduces the
problem here, and have included the logs :

I'm relatively new with guix, sorry if I did not provide enough
informations.

Best regards !
Attachment: file
M
M
Maxime Devos wrote on 21 Aug 2022 12:26
a02f6e39-da54-dde4-c226-cd3f927033a0@telenet.be
On 20-08-2022 20:06, Onch Oncheuh wrote:
Toggle quote (6 lines)
> 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_signature
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 57310@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57310
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch