This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: stdio-common/bug14 fails


Roland McGrath writes:

> That test uses a locale built by the "make check" phase in localedata.
> Make sure it's been built and that the test is finding it.

Yup the strace shows that setlocale was looking for "de_DE.utf8" in the
toolchain directories and not in my build/localedata director. Need to
set the LOCPATH enviroment variable for bug14.

2003-01-27  Steven Munroe  <sjmunroe@us.ibm.com>

        * stdio-common/Makefile: Add bug14-ENV to set LOCPATH for make
check.

-- 
Steven Munroe
sjmunroe@us.ibm.com
Linux on PowerPC-64 Development
GLIBC for PowerPC-64 Development
diff -urN libc23-cvstip-20030127/stdio-common/Makefile libc23/stdio-common/Makefile
--- libc23-cvstip-20030127/stdio-common/Makefile	Wed Jan 15 18:04:33 2003
+++ libc23/stdio-common/Makefile	Mon Jan 27 17:00:54 2003
@@ -86,6 +86,7 @@
 tst-sscanf-ENV = LOCPATH=$(common-objpfx)localedata
 tst-swprintf-ENV = LOCPATH=$(common-objpfx)localedata
 test-vfprintf-ENV = LOCPATH=$(common-objpfx)localedata
+bug14-ENV = LOCPATH=$(common-objpfx)localedata
 
 ifneq (,$(filter %REENTRANT, $(defines)))
 CPPFLAGS += -D_IO_MTSAFE_IO

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