This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/10196] New: tst-fgetwc is failing


When building glibc-2.10.1, `make check` flags tst-fgetwc as failing.  I was
able to get it to pass with the following two changes:

In libio/tst-fgetwc.c, change the line:
  if (setlocale (LC_ALL, "de_DE.utf8") == NULL)
to
  if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL)
                                ^^^^^
and in libio/Makefile, add the line
  tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata' libio/Makefile

-- 
           Summary: tst-fgetwc is failing
           Product: glibc
           Version: 2.10
            Status: NEW
          Severity: normal
          Priority: P3
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: bdubbs at linuxfromscratch dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=10196

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]