Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Locale Broken #653

@DomT4

Description

@DomT4

This commit seems to have broken building the extensions from the Master branch for me.

It worked fine prior to that change. Now I get:

➜  https-everywhere git:(master) bash ./makexpi.sh
Generating sqlite DB
Traceback (most recent call last):
  File "./utils/make-sqlite.py", line 19, in <module>
    locale.setlocale(locale.LC_ALL, 'en_US.UTF8')
  File "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 579, in setlocale
    return _setlocale(category, locale)
locale.Error: unsupported locale setting

My locale setting is pretty standard:

➜  https-everywhere git:(master) locale
LANG="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL="en_US.UTF-8"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions