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

Can not run 2d test because of "language" #66

Open
MarkJeronimus opened this issue Dec 4, 2019 · 2 comments
Open

Can not run 2d test because of "language" #66

MarkJeronimus opened this issue Dec 4, 2019 · 2 comments

Comments

@MarkJeronimus
Copy link

MarkJeronimus commented Dec 4, 2019

On this particular embedded computer with ARM processor and outdated Debian (Lilliput PC-701), all default tests run. But when selecting a 2D test, after letting it complete it's graphical show, it quits with:

Run: "2D graphics: aa polygons": perl: warning: Setting locale failed.
perl: warning Please that your locale settings:
LANGUAGE=en_US.UTF-8,
LC_ALL=en_US.UTF-8,
LANG=en_US.UTF-8
are all supported and installed on your system.
perl: warning: falling back to the standard locale ("C").; aborting

After sudo apt install locales (which I didn't have) and running locale-gen en_US.UTF-8, it still fails in the same way.

@843723683
Copy link

On this particular embedded computer with ARM processor and outdated Debian (Lilliput PC-701), all default tests run. But when selecting a 2D test, after letting it complete it's graphical show, it quits with:

Run: "2D graphics: aa polygons": perl: warning: Setting locale failed.
perl: warning Please that your locale settings:
LANGUAGE=en_US.UTF-8,
LC_ALL=en_US.UTF-8,
LANG=en_US.UTF-8
are all supported and installed on your system.
perl: warning: falling back to the standard locale ("C").; aborting

After sudo apt install locales (which I didn't have) and running locale-gen en_US.UTF-8, it still fails in the same way.

Hi
What is the command you run?

@MarkJeronimus
Copy link
Author

Turns out uxterm had the same issue (i used xterm before).

I had to edit /etc/locale.gen and uncomment the line with en_US.UTF-8 in it, and run locale-gen. Then it worked.

It's still weird why a graphical test relies on a locale. Anyway to solve that?

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

No branches or pull requests

2 participants