public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/28400] New: [2.35 Regression] string/test-strncasecmp: cannot set locale "en_US.UTF-8"
@ 2021-09-30 17:49 hjl.tools at gmail dot com
  2021-09-30 17:54 ` [Bug libc/28400] " hjl.tools at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hjl.tools at gmail dot com @ 2021-09-30 17:49 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=28400

            Bug ID: 28400
           Summary: [2.35 Regression] string/test-strncasecmp: cannot set
                    locale "en_US.UTF-8"
           Product: glibc
           Version: 2.35
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

With

commit a725ff1de965f4cc4f36a7e8ae795d40ca0350d7
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed May 19 16:48:19 2021 +0100

    Suppress -Wcast-qual warnings in bsearch

    The first cast to (void *) is redundant but should be (const void *)
    anyway, because that's the type of the lvalue being assigned to.

    The second cast is necessary and intentionally not const-correct, so
    tell the compiler not to warn about it.

    Reviewed-by: Florian Weimer <fweimer@redhat.com>

I got

/export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-strcasecmp:
cannot set locale "en_US.ISO-8859-1"
/export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-strncasecmp:
cannot set locale "en_US.ISO-8859-1"
/export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-strcasecmp:
cannot set locale "en_US.UTF-8"
/export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-strncasecmp:
cannot set locale "en_US.UTF-8"
/export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-strcasecmp:
cannot set locale "tr_TR.ISO-8859-9"
/export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-strncasecmp:
cannot set locale "tr_TR.ISO-8859-9"
/export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-strcasecmp:
cannot set locale "tr_TR.UTF-8"
/export/build/gnu/tools-build/glibc-x32-cet/build-x86_64-linux/string/test-strncasecmp:
cannot set locale "tr_TR.UTF-8"

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-30 18:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30 17:49 [Bug libc/28400] New: [2.35 Regression] string/test-strncasecmp: cannot set locale "en_US.UTF-8" hjl.tools at gmail dot com
2021-09-30 17:54 ` [Bug libc/28400] " hjl.tools at gmail dot com
2021-09-30 18:16 ` fweimer at redhat dot com
2021-09-30 18:41 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).