Fixed
Details
Details
Assignee
Sebastien Douheret
Sebastien DouheretReporter
Harunobu Kurokawa
Harunobu KurokawaFix versions
Labels
Contract ID
Components
Priority
Created June 27, 2017 at 1:06 PM
Updated October 1, 2018 at 9:44 PM
Resolved September 28, 2018 at 10:03 PM
In my case, bitbake does not work at first. If we don't set LC_ALL and LC_CTYPE, bitbake doesn't work.
-------------------
$ bitbake -s Please use a locale setting which supports utf-8. Python can't change the filesystem locale after loading so we need a utf-8 when python starts or things won't work.
I think it relay on my host PC environment. Because I can see the followings.
========
$ export [...] declare -x LC_COLLATE="ja_JP.UTF-8" declare -x LC_CTYPE="ja_JP.UTF-8" declare -x LC_MESSAGES="ja_JP.UTF-8"
========
When I set my environment to resolved
export LC_ALL="en_US.UTF-8" export LC_CTYPE="en_US.UTF-8"