Bugzilla – Bug 1079630
glibc-locale: localized numbers use U+202F Narrow No-Break Space
Last modified: 2018-02-07 16:11:58 UTC
In glibc 2.27, the format of Czech-localized thousand separator has changed from U+00A0 No-Break Space to U+202F Narrow No-Break Space. -("1 024,09") +("1 024,09") We don't really care but it has broken one overly specific test case in yast2-core. Which I will remove.
Git: https://github.com/yast/yast-core/pull/124 RPM: yast2-core-4.0.2 In the build log, https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:C/yast2-core/standard/i586 the failure looks like this: [ 240s] Running ./libycp.test/ycp.exp ... [ 243s] ............................................ [ 243s] FAIL: Wrong stdout for builtin/Builtin_VIII [ 255s] ......................................................................................................................................................................................................................................................................................................................... [ 255s] === libycp Summary === [ 255s] [ 255s] # of expected passes 522 [ 255s] # of unexpected failures 1 [ 255s] make[4]: *** [Makefile:609: check-DEJAGNU] Error 1 [ 255s] make[4]: Leaving directory '/home/abuild/rpmbuild/BUILD/yast2-core-4.0.1/libycp/testsuite'
fix submitted: OBS: https://build.opensuse.org/request/show/573743