all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Onch Oncheuh <etpafcaafaitdeschocapics@gmail.com>, 57310@debbugs.gnu.org
Subject: bug#57310: Graft SBCL do not copy files with accents in /gnu/store/...
Date: Sun, 21 Aug 2022 12:26:25 +0200	[thread overview]
Message-ID: <a02f6e39-da54-dde4-c226-cd3f927033a0@telenet.be> (raw)
In-Reply-To: <CAC35XXJV8RG53jTSmMeDfbytN9TAw3rnuJN7Nh6YivTbfdTCzw@mail.gmail.com>


[-- 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 --]

      reply	other threads:[~2022-08-21 10:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a02f6e39-da54-dde4-c226-cd3f927033a0@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=57310@debbugs.gnu.org \
    --cc=etpafcaafaitdeschocapics@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.