From: Uwe Geuder <jrswdnan22@snkmail.com>
To: yocto@yoctoproject.org
Subject: Re: building recipe with buildtools, causes sanity error: Your system needs to support the en_US.UTF-8 locale.
Date: Wed, 25 Apr 2018 13:27:13 +0300 [thread overview]
Message-ID: <87wowvd1j2.fsf@linux.suse> (raw)
In-Reply-To: <87zi1rd96y.fsf@linux.suse>
Correcting myself...
On Wed, Apr 25, 2018 at 10:41 AM, Uwe Geuder <jrswdnan22@snkmail.com> wrote:
[...]
>
> Bitbake uses Python. To make things more confusing the locales in Python
> are not necessarily named the same way as in your underlying distro and
> there can be aliases.
>
> In the end this code needs to run without returning an error
>
> $ python
> >>> import locale
> >>> locale.setlocale(locale.LC_ALL, "en_US.UTF-8")
> 'en_US.UTF-8'
>
The command should have been python3.
Should not make a difference here, but that's what we have said before...
Regards,
Uwe Geuder
Neuro Event Labs Oy
Tampere, Finland
uwe.gexder at neuroeventlabs.com (Bot check: fix one obvious typo)
next prev parent reply other threads:[~2018-04-25 10:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-24 18:04 building recipe with buildtools, causes sanity error: Your system needs to support the en_US.UTF-8 locale John Smith
2018-04-25 7:41 ` Uwe Geuder
2018-04-25 10:27 ` Uwe Geuder [this message]
2018-04-25 10:48 ` Burton, Ross
2018-04-25 12:18 ` Uwe Geuder
2018-04-25 12:22 ` Burton, Ross
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=87wowvd1j2.fsf@linux.suse \
--to=jrswdnan22@snkmail.com \
--cc=yocto@yoctoproject.org \
/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.
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.