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

[C++] unittest failure for language environment #17763

Closed
asfimport opened this issue Nov 2, 2017 · 2 comments
Closed

[C++] unittest failure for language environment #17763

asfimport opened this issue Nov 2, 2017 · 2 comments
Assignees
Milestone

Comments

@asfimport
Copy link

After clone the project and run "make unittest" ,the "io-file-test" has error:

locale::facet::_S_create_c_locale name not valid

need to add LC_ALL="en_US.UTF-8" to pass this test

Environment: ubuntu14.04 gcc4.8.4
Reporter: Lu Qi / @luchy0120
Assignee: Wes McKinney / @wesm

PRs and other links:

Note: This issue was originally created as ARROW-1762. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Uwe Korn / @xhochy:
See the SO answer to this problem: https://stackoverflow.com/a/19905162/1689261 This is probably due to missing locales on the system. I'm not sure if we can do anything here, this might be a requirement of the external functions we're calling.

@asfimport
Copy link
Author

Uwe Korn / @xhochy:
Issue resolved by pull request 1284
#1284

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

No branches or pull requests

2 participants