https://bugs.kde.org/show_bug.cgi?id=517466
Bug ID: 517466
Summary: Fail to build with locale other than en_US, pt_BR,
pt_PT and fr_FR
Classification: Applications
Product: gcompris
Version First unspecified
Reported In:
Platform: Debian testing
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
Fail to build from source with locale zh_CN
STEPS TO REPRODUCE
1. Download the source code
2. Compile it
OBSERVED RESULT
Fail to compile
EXPECTED RESULT
Compile successfully.
SOFTWARE/OS VERSIONS
Operating System: Debian GNU/Linux forky/sid
KDE Plasma Version: 6.5.4
KDE Frameworks Version: 6.23.0
Qt Version: 6.9.2
Kernel Version: 6.18.15+deb14-amd64 (64-bit)
Graphics Platform: Wayland
ADDITIONAL INFORMATION
Related to log:
AIL! : ApplicationInfoTest::getVoicesLocaleTest(default) Compared values are
not the same
Actual (appInfo.getVoicesLocale(actual)): "zh_CN"
Expected (expected) : "en_US"
This shouldn't be hard-coded, it should read actual value from system variable.
Related code:
QTest::newRow("default") << GC_DEFAULT_LOCALE
<< "en_US";
--
You are receiving this mail because:
You are watching all bug changes.