Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

menuconfig: fix crash caused by unsupported locales #107

Closed
wants to merge 1 commit into from

Conversation

Iksas
Copy link

@Iksas Iksas commented May 30, 2021

When run on a system with an unsupported locale setting (e.g. LC_TIME=en_DE.UTF-8), menuconfig.py crashes with the following message:

locale.Error: unsupported locale setting

This fixes it by using the default locale if an unsupported locale is encountered.

@Iksas Iksas changed the title fix crash caused by unsupported locales menuconfig: fix crash caused by unsupported locales Jun 3, 2021
@jackrosenthal
Copy link

Rather unfortunately, it appears the original author of Kconfiglib disappeared. The Zephyr project has been granted ownership of the PyPI package via PEP-541 request, and I'm going to do a release based on a new repository in the zephyrproject-rtos organization here: https://github.com/zephyrproject-rtos/Kconfiglib

➡️ Action required: @Iksas Are you able to re-open your pull request on the new repository?

@Iksas
Copy link
Author

Iksas commented Aug 14, 2024

@jackrosenthal Will do, thanks for the info!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants