Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-709

Docker SDK requires LC_ALL and LC_CTYPE in some case.

XMLWordPrintable

      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"

       

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            SebD Sebastien Douheret
            harunobu.kurokawa Harunobu Kurokawa
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: