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

CheckSubmodules isn't locale-aware #3994

Closed
tresf opened this issue Nov 20, 2017 · 1 comment
Closed

CheckSubmodules isn't locale-aware #3994

tresf opened this issue Nov 20, 2017 · 1 comment

Comments

@tresf
Copy link
Member

tresf commented Nov 20, 2017

CheckSubmodules.cmake uses some fallback detection logic, but it uses English keywords to detect certain scenarios.

Here's an example of a non-English message:

-- Checking rpmalloc...
--   Fetching src/3rdparty/rpmalloc/rpmalloc
--   Fetching src/3rdparty/rpmalloc/rpmalloc @ --depth 100
Submodul 'src/3rdparty/rpmalloc/rpmalloc' (https://github.com/rampantpixels/rpmalloc.git) für Pfad 'src/3rdparty/rpmalloc/rpmalloc' in die Konfiguration eingetragen.
fatal: Referenz ist kein "Tree"-Objekt: 2e0479192b8dfb15e0084969fdf06208cffbfd09
Konnte '2e0479192b8dfb15e0084969fdf06208cffbfd09' in Submodul-Pfad 'src/3rdparty/rpmalloc/rpmalloc' nicht auschecken.

CheckSubmodules.cmake needs to be enhanced to work with non-English locales.

tresf added a commit to tresf/lmms that referenced this issue Nov 20, 2017
tresf added a commit that referenced this issue Nov 21, 2017
Various CheckSubmodules fixes
Closes #3992, #3993, #3994
@tresf
Copy link
Member Author

tresf commented Nov 21, 2017

Closed via d634ed3. Please ask to reopen if this patch does not work on your system.

@tresf tresf closed this as completed Nov 21, 2017
sdasda7777 pushed a commit to sdasda7777/lmms that referenced this issue Jun 28, 2022
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

1 participant