|
第六章Glib編譯成功了可是在make check的時候出現了意想不到的錯誤, 那位能幫在下看看是什麽問題. /lfs-compile/lfs-compile03/02-glibc-build/malloc/mtrace下面明明有文件的
......
Testing SHIFT_JISX0213
character map `SHIFT_JIS' is not ASCII compatible, locale not ISO C compliant
character map `BIG5' is not ASCII compatible, locale not ISO C compliant
character map `BIG5' is not ASCII compatible, locale not ISO C compliant
character map `BIG5' is not ASCII compatible, locale not ISO C compliant
character map `BIG5' is not ASCII compatible, locale not ISO C compliant
character map `test5' is not ASCII compatible, locale not ISO C compliant
character map `test6' is not ASCII compatible, locale not ISO C compliant
character map `UTF-8' is not ASCII compatible, locale not ISO C compliant
mkdir /lfs-compile/lfs-compile03/02-glibc-build/catgets/de
/lfs-compile/lfs-compile03/02-glibc-build/stdlib/test-canon2.o(.text+0x240): In function `do_prepare':
/lfs-compile/lfs-compile03/02-glibc-source/stdlib/test-canon2.c:52: warning: the use of `mktemp' is dangerous, better use `mkstemp'
/tmp/ccEdQcGw.o(.text+0x157): In function `get_null_defines':
isomac.c: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/lfs-compile/lfs-compile03/02-glibc-build/stdio-common/temptest.o(.text+0x5a): In function `main':
/lfs-compile/lfs-compile03/02-glibc-source/stdio-common/temptest.c:14: warning: the use of `tempnam' is dangerous, better use `mkstemp'
/lfs-compile/lfs-compile03/02-glibc-build/stdio-common/tst-ungetc.o(.text+0x13): In function `main':
/lfs-compile/lfs-compile03/02-glibc-source/stdio-common/tst-ungetc.c:24: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/lfs-compile/lfs-compile03/02-glibc-build/stdio-common/bug7.o(.text+0x12): In function `main':
/lfs-compile/lfs-compile03/02-glibc-source/stdio-common/bug7.c:12: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/lfs-compile/lfs-compile03/02-glibc-build/stdio-common/tst-tmpnam.o(.text+0x41): In function `main':
/lfs-compile/lfs-compile03/02-glibc-source/stdio-common/tst-tmpnam.c:32: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/lfs-compile/lfs-compile03/02-glibc-build/stdio-common/tst-gets.o(.text+0x11): In function `main':
/lfs-compile/lfs-compile03/02-glibc-source/stdio-common/tst-gets.c:30: warning: the `gets' function is dangerous and should not be used.
/lfs-compile/lfs-compile03/02-glibc-build/stdio-common/tst-fdopen.o(.text+0x13): In function `main':
/lfs-compile/lfs-compile03/02-glibc-source/stdio-common/tst-fdopen.c:26: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/bin/sh: /lfs-compile/lfs-compile03/02-glibc-build/malloc/mtrace: No such file or directory
make[2]: *** [/lfs-compile/lfs-compile03/02-glibc-build/libio/tst-fopenloc.check] Error 127
make[1]: *** [libio/tests] Error 2
make: *** [check] Error 2 |
|