On Mon, Apr 01, 2002 at 04:57:10PM -0500, Roland McGrath wrote:

> That definitely looks suspect.  Both the file name "." in the error
> messages and the errors themselves should not be happening.  That is
> running a script that runs localedef.  Take that dag burn @ off the
> command line using gen-locale.sh in localedata/Makefile, then repeat
> its command line with sh -x to see the script (gen-locale.sh) run
> localedef.  Then run localedef that same way under gdb and figure it
> out.

I haven't done much on it this evening, so I'm just posting this so my
notes are here.  It appears that there's a hardcoded path in the make
check.  I'll try and hack this so that it refers to the not-installed
copy.

Generating locale de_DE.ISO-8859-1: this might take a while...
++ echo ISO-8859-1
++ sed -e s/SJIS/SHIFT_JIS/
+ generate_locale ISO-8859-1 de_DE de_DE.ISO-8859-1
+ charmap=ISO-8859-1
+ input=de_DE
+ out=de_DE.ISO-8859-1
+ I18NPATH=.
+ GCONV_PATH=/src/build.glibc/iconvdata
+ /src/build.glibc/elf/ld.so.1 --library-path 
+/src/build.glibc:/src/build.glibc/math:/src/build.glibc/elf:/src/build.glibc/dlfcn:/src/build.glibc/nss:/src/build.glibc/nis:/src/build.glibc/rt:/src/build.glibc/resolv:/src/build.glibc/crypt:/src/build.glibc/mach:/src/build.glibc/hurd
+ /src/build.glibc/locale/localedef --quiet -c -f ISO-8859-1 -i de_DE 
+/src/build.glibc/localedata/de_DE.ISO-8859-1
cannot read character map directory `/share/i18n/charmaps': No such file or directory


-- 
"Frankly, trying to turn Windows into a decent educational software
development platform is about as fun as jumping naked into a pit of
rabid wolves."
 - As seen on slashdot

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to