+ -
当前位置:首页 → 问答吧 → glibc 6.9 make check这么多错误,可以继续吗?

glibc 6.9 make check这么多错误,可以继续吗?

时间:2008-11-07

来源:互联网

make -k check 2>&1 | tee glibc-check-log
grep Error glibc-check-log

:/sources/glibc-build# grep Error glibc-check-log
make[1]: *** [csu/tests] Error 2
make[1]: *** [iconv/tests] Error 2
make[1]: *** [iconvdata/tests] Error 2
make[1]: *** [locale/tests] Error 2
make[1]: *** [localedata/tests] Error 2
make[1]: *** [assert/tests] Error 2
make[1]: *** [ctype/tests] Error 2
make[1]: *** [intl/tests] Error 2
make[1]: *** [catgets/tests] Error 2
make[1]: *** [math/tests] Error 2
make[1]: *** [setjmp/tests] Error 2
make[1]: *** [signal/tests] Error 2
make[2]: *** [/sources/glibc-build/stdlib/tst-putenvmod.so] Error 1
make[1]: *** [stdlib/tests] Error 2
make[1]: *** [stdio-common/tests] Error 2
make[1]: *** [libio/tests] Error 2
make[1]: *** [dlfcn/tests] Error 2
make[1]: *** [malloc/tests] Error 2
make[1]: *** [string/tests] Error 2
make[1]: *** [wcsmbs/tests] Error 2
make[1]: *** [timezone/tests] Error 2
make[1]: *** [time/tests] Error 2
make[1]: *** [dirent/tests] Error 2
make[1]: *** [grp/tests] Error 2
make[1]: *** [pwd/tests] Error 2
make[2]: [/sources/glibc-build/posix/annexc.out] Error 1 (ignored)
make[1]: *** [posix/tests] Error 2
make[1]: *** [io/tests] Error 2
make[1]: *** [resource/tests] Error 2
make[1]: *** [misc/tests] Error 2
make[1]: *** [gmon/tests] Error 2
make[1]: *** [gnulib/tests] Error 2
make[1]: *** [wctype/tests] Error 2
make[1]: *** [argp/tests] Error 2
make[1]: *** [crypt/tests] Error 2
make[1]: *** [nptl/tests] Error 2
make[1]: *** [resolv/tests] Error 2
make[1]: *** [nss/tests] Error 2
make[1]: *** [rt/tests] Error 2
make[1]: *** [debug/tests] Error 2
make[1]: *** [inet/tests] Error 2
make[1]: *** [sunrpc/tests] Error 2
make[1]: *** [login/tests] Error 2
make[2]: *** [/sources/glibc-build/elf/check-textrel.out] Error 1
make[1]: *** [elf/tests] Error 2
make: *** [check] Error 2

作者: think365   发布时间: 2008-11-07

我这里也有很多错误,后面就继续不下去了。

作者: kikumail   发布时间: 2008-11-07

glibc 的 make check 错误可以跳过,继续吧。

作者: d00m3d   发布时间: 2008-11-07

引用:
作者: d00m3d
glibc 的 make check 错误可以跳过,继续吧。
后面的make也出错了。。。

作者: think365   发布时间: 2008-11-07

引用:
作者: think365
后面的make也出错了。。。
make check 後面还要 make?

作者: d00m3d   发布时间: 2008-11-07

重新启动后,继续编译,通过了

作者: think365   发布时间: 2008-11-07

引用:
作者: d00m3d
make check 後面还要 make?
make check后才make那是必定出错的,哈哈。

作者: ti8er   发布时间: 2008-11-07