This is the mail archive of the libc-alpha@sourceware.cygnus.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]

Re: [50 character or so descriptive subject here (for reference)]


>>>>> Adam J Richter writes:


 > 	"make check" in glibc-2.1.91 fails with the following error:

 > gcc -nostdlib -nostartfiles -o tst_iswalnum  -Wl,-dynamic-linker=/lib/ld-linux.so.2   ../csu/crt1.o ../csu/crti.o `gcc --print-file-name=crtbegin.o` tst_iswalnum.o  -Wl,-rpath-link=..:../math:../elf:../dlfcn:../nss:../nis:../rt:../resolv:../crypt:../linuxthreads ../libc.so.6 ../libc_nonshared.a -lgcc `gcc --print-file-name=crtend.o` ../csu/crtn.o
 > Generating locale de_DE.ISO-8859-1/LC_CTYPE.de_DE.ISO-8859-1/LC_CTYPE: this might take a while...
 > default character map file `POSIX' not found: No such file or directory
 > make[1]: *** [de_DE.ISO-8859-1/LC_CTYPE] Error 4
 > make[1]: Leaving directory `/usr/src/lib/glibc/localedata'
 > make: *** [localedata/tests] Error 2

Which sed version?  Are you running a parallel make?  This line:

Generating locale de_DE.ISO-8859-1/LC_CTYPE.de_DE.ISO-8859-1/LC_CTYPE: this might take a while...

is totally broken, it should just be:
Generating locale de_DE.ISO-8859-1: this might take a while...

gen-locale.sh contains sed expression to remove the LC_CTYPE etc.  Can
you investigate what breaks?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de

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