|
在做到glibc的make check时出现这个:
GCONV_PATH=/mnt/lfs/stage1/glibc-build/iconvdata LC_ALL=C /mnt/lfs/stage1/glibc-build/elf/ld-linux.so.2 --library-path /mnt/lfs/stage1/glibc-build:/mnt/lfs/stage1/glibc-build/math:/mnt/lfs/stage1/glibc-build/elf:/mnt/lfs/stage1/glibc-build/dlfcn:/mnt/lfs/stage1/glibc-build/nss:/mnt/lfs/stage1/glibc-build/nis:/mnt/lfs/stage1/glibc-build/rt:/mnt/lfs/stage1/glibc-build/resolv:/mnt/lfs/stage1/glibc-build/crypt:/mnt/lfs/stage1/glibc-build/linuxthreads /mnt/lfs/stage1/glibc-build/io/test-lfs > /mnt/lfs/stage1/glibc-build/io/test-lfs.out
Timed out: killed the child process but it exited 0
make[2]: *** [/mnt/lfs/stage1/glibc-build/io/test-lfs.out] Error 1
make[2]: Leaving directory `/mnt/lfs/stage1/glibc-2.3.1/io'
make[1]: *** [io/tests] Error 2
make[1]: Leaving directory `/mnt/lfs/stage1/glibc-2.3.1'
make: *** [check] Error 2
我看是time out,就再做了一遍make check ,这回却没有出现错误。
这样算不算通过test了呢。如果是,那么前面出现的错误是怎么回事呢? |
|