LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1359|回复: 6

编译openssl时md5部分出问题

[复制链接]
发表于 2009-10-23 17:47:14 | 显示全部楼层 |阅读模式
按CBLFS的方法来做的,
patch -Np1 -i ../openssl-0.9.8k-fix_manpages-1.patch &&
patch -Np1 -i ../openssl-0.9.8k-build_fix-1.patch
patch -Np1 -i ../openssl-0.9.8k-allow_lib64-1.patch
./Configure linux-x86_64 --openssldir=/etc/ssl --prefix=/usr shared
USE_ARCH=64 make CC="gcc ${BUILD64}" PERL=/usr/bin/perl LIBDIR=lib64
做到这里make时出错了。


  1. if [ -n "" ]; then \
  2.                 EXCL_OBJ='aes-x86_64.o x86_64-gcc.o x86_64-mont.o des_enc.o fcrypt_b.o x86_64cpuid.o sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o ../crypto/aes/aes_cfb.o ../crypto/aes/aes_ecb.o ../crypto/aes/aes_ofb.o ../crypto/bn/bn_add.o ../crypto/bn/bn_blind.o ../crypto/bn/bn_ctx.o ../crypto/bn/bn_div.o ../crypto/bn/bn_exp2.o ../crypto/bn/bn_exp.o ../crypto/bn/bn_***.o ../crypto/bn/bn_lib.o ../crypto/bn/bn_mod.o ../crypto/bn/bn_mont.o ../crypto/bn/bn_mul.o ../crypto/bn/bn_prime.o ../crypto/bn/bn_rand.o ../crypto/bn/bn_recp.o ../crypto/bn/bn_shift.o ../crypto/bn/bn_sqr.o ../crypto/bn/bn_word.o ../crypto/bn/bn_x931p.o ../crypto/buffer/buf_str.o ../crypto/cryptlib.o ../crypto/des/cfb64ede.o ../crypto/des/cfb64enc.o ../crypto/des/cfb_enc.o ../crypto/des/ecb3_enc.o ../crypto/des/ecb_enc.o ../crypto/des/ofb64ede.o ../crypto/des/ofb64enc.o ../crypto/des/fcrypt.o ../crypto/des/set_key.o ../crypto/dsa/dsa_utl.o ../crypto/dsa/dsa_sign.o ../crypto/dsa/dsa_vrf.o ../crypto/err/err.o ../crypto/evp/digest.o ../crypto/evp/enc_min.o ../crypto/evp/e_aes.o ../crypto/evp/e_des3.o ../crypto/evp/p_sign.o ../crypto/evp/p_verify.o ../crypto/mem_clr.o ../crypto/mem.o ../crypto/rand/md_rand.o ../crypto/rand/rand_egd.o ../crypto/rand/randfile.o ../crypto/rand/rand_lib.o ../crypto/rand/rand_os2.o ../crypto/rand/rand_unix.o ../crypto/rand/rand_win.o ../crypto/rsa/rsa_lib.o ../crypto/rsa/rsa_none.o ../crypto/rsa/rsa_oaep.o ../crypto/rsa/rsa_pk1.o ../crypto/rsa/rsa_pss.o ../crypto/rsa/rsa_ssl.o ../crypto/rsa/rsa_x931.o ../crypto/sha/sha1dgst.o ../crypto/sha/sha256.o ../crypto/sha/sha512.o ../crypto/uid.o' ; export EXCL_OBJ ; \
  3.                 ARX='/usr/bin/perl ${TOP}/util/arx.pl ar  r' ; \
  4.         else \
  5.                 ARX='ar  r' ; \
  6.         fi ; export ARX ; \
  7.                 dir=crypto; target=all; if echo " crypto ssl engines apps test tools " | grep " $dir " >/dev/null 2>/dev/null; then if [ -d "$dir" ]; then (        [ $target != all -a -z "" ] && FIPSCANLIB=/dev/null; cd $dir && echo "making $target in $dir..." && TOP= && unset TOP ${LIB+LIB} ${LIBS+LIBS} ${INCLUDE+INCLUDE} ${INCLUDES+INCLUDES} ${DIR+DIR} ${DIRS+DIRS} ${SRC+SRC} ${LIBSRC+LIBSRC} ${LIBOBJ+LIBOBJ} ${ALL+ALL} ${EXHEADER+EXHEADER} ${HEADER+HEADER} ${GENERAL+GENERAL} ${CFLAGS+CFLAGS} ${ASFLAGS+ASFLAGS} ${AFLAGS+AFLAGS} ${LDCMD+LDCMD} ${LDFLAGS+LDFLAGS} ${SHAREDCMD+SHAREDCMD} ${SHAREDFLAGS+SHAREDFLAGS} ${SHARED_LIB+SHARED_LIB} ${LIBEXTRAS+LIBEXTRAS} && make -e PLATFORM='linux-x86_64' PROCESSOR='' CC='gcc' CFLAG='-fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM' AS='gcc' ASFLAG='-fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -c' AR='ar  r' PERL='/usr/bin/perl' RANLIB='/usr/bin/ranlib' SDIRS='objects md2 md4 md5 sha hmac ripemd des aes rc2 rc4 idea bf cast bn ec rsa dsa ecdsa dh ecdh dso engine buffer bio stack lhash rand err evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 store pqueue' LIBRPATH='/usr/lib' INSTALL_PREFIX='' INSTALLTOP='/usr' OPENSSLDIR='/etc/ssl' MAKEDEPEND='$${TOP}/util/domd $${TOP} -MD gcc' DEPFLAG='-DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_CAPIENG -DOPENSSL_NO_CMS -DOPENSSL_NO_GMP -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SEED' MAKEDEPPROG='gcc' SHARED_LDFLAGS='-m64' KRB5_INCLUDES='' LIBKRB5='' EXE_EXT='' SHARED_LIBS=' libcrypto.so.0.9.8 libssl.so.0.9.8' SHLIB_EXT='.so.0.9.8' SHLIB_TARGET='linux-shared' PEX_LIBS='' EX_LIBS='-ldl' CPUID_OBJ='x86_64cpuid.o' BN_ASM='x86_64-gcc.o x86_64-mont.o' DES_ENC='des_enc.o fcrypt_b.o' AES_ASM_OBJ='aes-x86_64.o' BF_ENC='bf_enc.o' CAST_ENC='c_enc.o' RC4_ENC='rc4-x86_64.o' RC5_ENC='rc5_enc.o' SHA1_ASM_OBJ='sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o' MD5_ASM_OBJ='md5-x86_64.o' RMD160_ASM_OBJ='' FIPSLIBDIR='/usr/local/ssl/fips-1.0/lib/' FIPSCANLIB="${FIPSCANLIB:-}" FIPSCANISTERINTERNAL='n' FIPS_EX_OBJ='../crypto/aes/aes_cfb.o ../crypto/aes/aes_ecb.o ../crypto/aes/aes_ofb.o ../crypto/bn/bn_add.o ../crypto/bn/bn_blind.o ../crypto/bn/bn_ctx.o ../crypto/bn/bn_div.o ../crypto/bn/bn_exp2.o ../crypto/bn/bn_exp.o ../crypto/bn/bn_***.o ../crypto/bn/bn_lib.o ../crypto/bn/bn_mod.o ../crypto/bn/bn_mont.o ../crypto/bn/bn_mul.o ../crypto/bn/bn_prime.o ../crypto/bn/bn_rand.o ../crypto/bn/bn_recp.o ../crypto/bn/bn_shift.o ../crypto/bn/bn_sqr.o ../crypto/bn/bn_word.o ../crypto/bn/bn_x931p.o ../crypto/buffer/buf_str.o ../crypto/cryptlib.o ../crypto/des/cfb64ede.o ../crypto/des/cfb64enc.o ../crypto/des/cfb_enc.o ../crypto/des/ecb3_enc.o ../crypto/des/ecb_enc.o ../crypto/des/ofb64ede.o ../crypto/des/ofb64enc.o ../crypto/des/fcrypt.o ../crypto/des/set_key.o ../crypto/dsa/dsa_utl.o ../crypto/dsa/dsa_sign.o ../crypto/dsa/dsa_vrf.o ../crypto/err/err.o ../crypto/evp/digest.o ../crypto/evp/enc_min.o ../crypto/evp/e_aes.o ../crypto/evp/e_des3.o ../crypto/evp/p_sign.o ../crypto/evp/p_verify.o ../crypto/mem_clr.o ../crypto/mem.o ../crypto/rand/md_rand.o ../crypto/rand/rand_egd.o ../crypto/rand/randfile.o ../crypto/rand/rand_lib.o ../crypto/rand/rand_os2.o ../crypto/rand/rand_unix.o ../crypto/rand/rand_win.o ../crypto/rsa/rsa_lib.o ../crypto/rsa/rsa_none.o ../crypto/rsa/rsa_oaep.o ../crypto/rsa/rsa_pk1.o ../crypto/rsa/rsa_pss.o ../crypto/rsa/rsa_ssl.o ../crypto/rsa/rsa_x931.o ../crypto/sha/sha1dgst.o ../crypto/sha/sha256.o ../crypto/sha/sha512.o ../crypto/uid.o' THIS=${THIS:-build_crypto} MAKEFILE=Makefile MAKEOVERRIDES= TOP=.. DIR=$dir $target ) || exit 1; fi; fi
  8. making all in crypto...
  9. make[1]: Entering directory `/home/openssh/openssl-0.9.8k/crypto'
  10. making all in crypto/objects...
  11. make[2]: Entering directory `/home/openssh/openssl-0.9.8k/crypto/objects'
  12. make[2]: Nothing to be done for `all'.
  13. make[2]: Leaving directory `/home/openssh/openssl-0.9.8k/crypto/objects'
  14. making all in crypto/md2...
  15. make[2]: Entering directory `/home/openssh/openssl-0.9.8k/crypto/md2'
  16. make[2]: Nothing to be done for `all'.
  17. make[2]: Leaving directory `/home/openssh/openssl-0.9.8k/crypto/md2'
  18. making all in crypto/md4...
  19. make[2]: Entering directory `/home/openssh/openssl-0.9.8k/crypto/md4'
  20. make[2]: Nothing to be done for `all'.
  21. make[2]: Leaving directory `/home/openssh/openssl-0.9.8k/crypto/md4'
  22. making all in crypto/md5...
  23. make[2]: Entering directory `/home/openssh/openssl-0.9.8k/crypto/md5'
  24. gcc -I.. -I../.. -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -c  -o md5-x86_64.o md5-x86_64.s
  25. make[2]: Leaving directory `/home/openssh/openssl-0.9.8k/crypto/md5'
  26. make[1]: Leaving directory `/home/openssh/openssl-0.9.8k/crypto'
复制代码


  1. md5-x86_64.s: Assembler messages:
  2. md5-x86_64.s:41: Error: 0xd76aa478 out range of signed 32bit displacement
  3. md5-x86_64.s:50: Error: 0xe8c7b756 out range of signed 32bit displacement
  4. md5-x86_64.s:68: Error: 0xc1bdceee out range of signed 32bit displacement
  5. md5-x86_64.s:77: Error: 0xf57c0faf out range of signed 32bit displacement
  6. md5-x86_64.s:95: Error: 0xa8304613 out range of signed 32bit displacement
  7. md5-x86_64.s:104: Error: 0xfd469501 out range of signed 32bit displacement
  8. md5-x86_64.s:122: Error: 0x8b44f7af out range of signed 32bit displacement
  9. md5-x86_64.s:131: Error: 0xffff5bb1 out range of signed 32bit displacement
  10. md5-x86_64.s:140: Error: 0x895cd7be out range of signed 32bit displacement
  11. md5-x86_64.s:158: Error: 0xfd987193 out range of signed 32bit displacement
  12. md5-x86_64.s:167: Error: 0xa679438e out range of signed 32bit displacement
  13. md5-x86_64.s:187: Error: 0xf61e2562 out range of signed 32bit displacement
  14. md5-x86_64.s:196: Error: 0xc040b340 out range of signed 32bit displacement
  15. md5-x86_64.s:214: Error: 0xe9b6c7aa out range of signed 32bit displacement
  16. md5-x86_64.s:223: Error: 0xd62f105d out range of signed 32bit displacement
  17. md5-x86_64.s:241: Error: 0xd8a1e681 out range of signed 32bit displacement
  18. md5-x86_64.s:250: Error: 0xe7d3fbc8 out range of signed 32bit displacement
  19. md5-x86_64.s:268: Error: 0xc33707d6 out range of signed 32bit displacement
  20. md5-x86_64.s:277: Error: 0xf4d50d87 out range of signed 32bit displacement
  21. md5-x86_64.s:295: Error: 0xa9e3e905 out range of signed 32bit displacement
  22. md5-x86_64.s:304: Error: 0xfcefa3f8 out range of signed 32bit displacement
  23. md5-x86_64.s:322: Error: 0x8d2a4c8a out range of signed 32bit displacement
  24. md5-x86_64.s:332: Error: 0xfffa3942 out range of signed 32bit displacement
  25. md5-x86_64.s:340: Error: 0x8771f681 out range of signed 32bit displacement
  26. md5-x86_64.s:356: Error: 0xfde5380c out range of signed 32bit displacement
  27. md5-x86_64.s:364: Error: 0xa4beea44 out range of signed 32bit displacement
  28. md5-x86_64.s:380: Error: 0xf6bb4b60 out range of signed 32bit displacement
  29. md5-x86_64.s:388: Error: 0xbebfbc70 out range of signed 32bit displacement
  30. md5-x86_64.s:404: Error: 0xeaa127fa out range of signed 32bit displacement
  31. md5-x86_64.s:412: Error: 0xd4ef3085 out range of signed 32bit displacement
  32. md5-x86_64.s:428: Error: 0xd9d4d039 out range of signed 32bit displacement
  33. md5-x86_64.s:436: Error: 0xe6db99e5 out range of signed 32bit displacement
  34. md5-x86_64.s:452: Error: 0xc4ac5665 out range of signed 32bit displacement
  35. md5-x86_64.s:463: Error: 0xf4292244 out range of signed 32bit displacement
  36. md5-x86_64.s:481: Error: 0xab9423a7 out range of signed 32bit displacement
  37. md5-x86_64.s:490: Error: 0xfc93a039 out range of signed 32bit displacement
  38. md5-x86_64.s:508: Error: 0x8f0ccc92 out range of signed 32bit displacement
  39. md5-x86_64.s:517: Error: 0xffeff47d out range of signed 32bit displacement
  40. md5-x86_64.s:526: Error: 0x85845dd1 out range of signed 32bit displacement
  41. md5-x86_64.s:544: Error: 0xfe2ce6e0 out range of signed 32bit displacement
  42. md5-x86_64.s:553: Error: 0xa3014314 out range of signed 32bit displacement
  43. md5-x86_64.s:571: Error: 0xf7537e82 out range of signed 32bit displacement
  44. md5-x86_64.s:580: Error: 0xbd3af235 out range of signed 32bit displacement
  45. md5-x86_64.s:598: Error: 0xeb86d391 out range of signed 32bit displacement
  46. make[2]: *** [md5-x86_64.o] 错误 1
  47. make[1]: *** [subdirs] 错误 1
  48. make: *** [build_crypto] 错误 1
复制代码
 楼主| 发表于 2009-10-23 17:49:02 | 显示全部楼层
在做clfs时没有安装syslog包,GCC编译时没有做过测试,其它的都是按手册做完。难道是因为GCC的问题?
回复 支持 反对

使用道具 举报

发表于 2009-10-25 06:17:16 | 显示全部楼层
syslog 跟 md5 无关,gcc 有问题的话相信你的系统也装不起来,md5 会否是 coreutils 的问题?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-25 18:37:45 | 显示全部楼层
确实是coreutils的问题,不过很奇怪,我在编译时做过make NON_ROOT_USERNAME=dummy check-root当时没有问题的,我进后系统后再做测试问题就来了。不知道是为什么。


  1. + tail --version
  2. tail (GNU coreutils) 7.6
  3. Copyright (C) 2009 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.

  7. Written by Paul Rubin, David MacKenzie, Ian Lance Taylor,
  8. and Jim Meyering.
  9. + . ./test-lib.sh
  10. ++ unset function_test
  11. ++ eval 'function_test() { return 11; }; function_test'
  12. +++ function_test
  13. +++ return 11
  14. ++ test 11 '!=' 11
  15. +++ pwd
  16. ++ test_dir_=/sources/coreutils-7.6/tests
  17. +++ this_test_
  18. +++ echo ././tail-2/append-only
  19. +++ sed 's,.*/,,'
  20. ++ this_test=append-only
  21. +++ /sources/coreutils-7.6/src/mktemp -d --tmp=/sources/coreutils-7.6/tests cu-append-only.XXXXXXXXXX
  22. ++ t_=/sources/coreutils-7.6/tests/cu-append-only.aBpASglJJc
  23. ++ trap remove_tmp_ 0
  24. ++ trap 'Exit $?' 1 2 13 15
  25. ++ cd /sources/coreutils-7.6/tests/cu-append-only.aBpASglJJc
  26. ++ diff --version
  27. ++ grep GNU
  28. + require_root_
  29. + uid_is_privileged_
  30. ++ id -u
  31. + my_uid=0
  32. + case $my_uid in
  33. + NON_ROOT_USERNAME=dummy
  34. ++ id -g dummy
  35. id: dummy: No such user
  36. + NON_ROOT_GROUP=
  37. + chattr_a_works=1
  38. + touch f
  39. + chattr +a f
  40. + chattr_a_works=0
  41. + chattr_a_works=0
  42. + echo x
  43. + test 0 = 0
  44. + skip_test_ 'chattr +a doesn'\''t work on this file system'
  45. + echo './tail-2/append-only: skipping test: chattr +a doesn'\''t work on this file system'
  46. + head -1
  47. + echo './tail-2/append-only: skipping test: chattr +a doesn'\''t work on this file system'
  48. ./tail-2/append-only: skipping test: chattr +a doesn't work on this file system
  49. + Exit 77
  50. + set +e
  51. + exit 77
  52. + exit 77
  53. + remove_tmp_
  54. + __st=77
  55. + cleanup_
  56. + :
  57. + cd /sources/coreutils-7.6/tests
  58. + chmod -R u+rwx /sources/coreutils-7.6/tests/cu-append-only.aBpASglJJc
  59. + rm -rf /sources/coreutils-7.6/tests/cu-append-only.aBpASglJJc
  60. + exit 77

  61. FAIL: touch/now-owned-by-other (exit: 1)
  62. ========================================

  63. + touch --version
  64. touch (GNU coreutils) 7.6
  65. Copyright (C) 2009 Free Software Foundation, Inc.
  66. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
  67. This is free software: you are free to change and redistribute it.
  68. There is NO WARRANTY, to the extent permitted by law.

  69. Written by Paul Rubin, Arnold Robbins, Jim Kingdon,
  70. David MacKenzie, and Randy Smith.
  71. + . ./test-lib.sh
  72. ++ unset function_test
  73. ++ eval 'function_test() { return 11; }; function_test'
  74. +++ function_test
  75. +++ return 11
  76. ++ test 11 '!=' 11
  77. +++ pwd
  78. ++ test_dir_=/sources/coreutils-7.6/tests
  79. +++ this_test_
  80. +++ echo ././touch/now-owned-by-other
  81. +++ sed 's,.*/,,'
  82. ++ this_test=now-owned-by-other
  83. +++ /sources/coreutils-7.6/src/mktemp -d --tmp=/sources/coreutils-7.6/tests cu-now-owned-by-other.XXXXXXXXXX
  84. ++ t_=/sources/coreutils-7.6/tests/cu-now-owned-by-other.xGRfPWbVWf
  85. ++ trap remove_tmp_ 0
  86. ++ trap 'Exit $?' 1 2 13 15
  87. ++ cd /sources/coreutils-7.6/tests/cu-now-owned-by-other.xGRfPWbVWf
  88. ++ diff --version
  89. ++ grep GNU
  90. + require_root_
  91. + uid_is_privileged_
  92. ++ id -u
  93. + my_uid=0
  94. + case $my_uid in
  95. + NON_ROOT_USERNAME=dummy
  96. ++ id -g dummy
  97. id: dummy: No such user
  98. + NON_ROOT_GROUP=
  99. ++ id -g dummy
  100. id: dummy: No such user
  101. + group_num=
  102. + echo
  103. + chgrp + . root-owned
  104. chgrp: invalid group: `+'
  105. + framework_failure
  106. + error_ 'failure in testing framework'
  107. + echo './touch/now-owned-by-other: failure in testing framework'
  108. ./touch/now-owned-by-other: failure in testing framework
  109. + Exit 1
  110. + set +e
  111. + exit 1
  112. + exit 1
  113. + remove_tmp_
  114. + __st=1
  115. + cleanup_
  116. + :
  117. + cd /sources/coreutils-7.6/tests
  118. + chmod -R u+rwx /sources/coreutils-7.6/tests/cu-now-owned-by-other.xGRfPWbVWf
  119. + rm -rf /sources/coreutils-7.6/tests/cu-now-owned-by-other.xGRfPWbVWf
  120. + exit 1
  121. ======================================
  122. 6 of 11 tests failed
  123. (9 tests were not run)
  124. See tests/test-suite.log
  125. Please report to bug-coreutils@gnu.org
  126. ======================================
  127. make[4]: Leaving directory `/sources/coreutils-7.6/tests'
  128. make[3]: Leaving directory `/sources/coreutils-7.6/tests'
  129. make[2]: Leaving directory `/sources/coreutils-7.6/tests'
  130. make[1]: Leaving directory `/sources/coreutils-7.6/tests'
复制代码



  1. ./cp/cp-a-selinux: skipping test: this system (or maybe just the current file system) lacks SELinux support
  2. ./cp/cp-mv-enotsup-xattr: skipping test: insufficient mount/ext2 support
  3. ./dd/skip-seek-past-dev: skipping test: failed to determine size of /dev/**EDITME[xxx]EDITME**
  4. ./ls/capability: skipping test: configured without libcap support
  5. ./misc/chcon: skipping test: this system (or maybe just the current file system) lacks SELinux support
  6. ./misc/selinux: skipping test: this system (or maybe just the current file system) lacks SELinux support
  7. ./mkdir/writable-under-readonly: skipping test: temporarily disabled
  8. ./rm/fail-2eperm: skipping test: cannot access just-built rm as user dummy
  9. ./tail-2/append-only: skipping test: chattr +a doesn't work on this file system
  10. make[4]: *** [test-suite.log] Error 1
  11. make[3]: *** [check-TESTS] Error 2
  12. make[2]: *** [check-am] Error 2
  13. make[1]: *** [check-root] Error 2
  14. make: *** [check-root] Error 2
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-25 18:40:53 | 显示全部楼层
附上做CLFS时测试的记录:

  1. Sun Oct 25 07:50:41 Local time zone must be set--see zic manual page 2009
  2. make[1]: Entering directory `/sources/coreutils-7.6'
  3. cd tests && make check-root SUBDIRS=
  4. make[2]: Entering directory `/sources/coreutils-7.6/tests'
  5. make check TESTS='chown/basic cp/cp-a-selinux cp/preserve-gid cp/special-bits cp/cp-mv-enotsup-xattr chroot/credentials dd/skip-seek-past-dev install/install-C-root ls/capability ls/nameless-uid misc/chcon misc/selinux misc/truncate-owned-by-other mkdir/writable-under-readonly mv/sticky-to-xpart rm/fail-2eperm rm/no-give-up rm/one-file-system tail-2/append-only touch/now-owned-by-other'
  6. make[3]: Entering directory `/sources/coreutils-7.6/tests'
  7. make  check-TESTS
  8. make[4]: Entering directory `/sources/coreutils-7.6/tests'
  9. make[5]: Entering directory `/sources/coreutils-7.6/tests'
  10. ./cp/cp-a-selinux: skipping test: this system (or maybe just the current file system) lacks SELinux support
  11. PASS: chown/basic
  12. PASS: cp/special-bits
  13. SKIP: cp/cp-a-selinux
  14. ./dd/skip-seek-past-dev: skipping test: failed to determine size of -
  15. SKIP: dd/skip-seek-past-dev
  16. PASS: cp/preserve-gid
  17. ./ls/capability: skipping test: configured without libcap support
  18. SKIP: ls/capability
  19. PASS: ls/nameless-uid
  20. ./cp/cp-mv-enotsup-xattr: skipping test: failed to get xattr of file
  21. SKIP: cp/cp-mv-enotsup-xattr
  22. PASS: chroot/credentials
  23. ./misc/selinux: skipping test: this system (or maybe just the current file system) lacks SELinux support
  24. SKIP: misc/selinux
  25. ./misc/chcon: skipping test: this system (or maybe just the current file system) lacks SELinux support
  26. SKIP: misc/chcon
  27. PASS: install/install-C-root
  28. PASS: misc/truncate-owned-by-other
  29. ./mkdir/writable-under-readonly: skipping test: temporarily disabled
  30. SKIP: mkdir/writable-under-readonly
  31. PASS: rm/fail-2eperm
  32. PASS: mv/sticky-to-xpart
  33. PASS: rm/no-give-up
  34. ./tail-2/append-only: skipping test: chattr +a doesn't work on this file system
  35. SKIP: tail-2/append-only
  36. PASS: touch/now-owned-by-other
  37. PASS: rm/one-file-system
  38. ======================
  39. All 12 tests passed
  40. (8 tests were not run)
  41. ======================
  42. make[5]: Leaving directory `/sources/coreutils-7.6/tests'
  43. make[4]: Leaving directory `/sources/coreutils-7.6/tests'
  44. make[3]: Leaving directory `/sources/coreutils-7.6/tests'
  45. make[2]: Leaving directory `/sources/coreutils-7.6/tests'
  46. make[1]: Leaving directory `/sources/coreutils-7.6'
  47. make[1]: Entering directory `/sources/coreutils-7.6'
  48. make  check-recursive
  49. make[2]: Entering directory `/sources/coreutils-7.6'
  50. Making check in lib
  51. make[3]: Entering directory `/sources/coreutils-7.6/lib'
  52. make  check-recursive
  53. make[4]: Entering directory `/sources/coreutils-7.6/lib'
  54. make[5]: Entering directory `/sources/coreutils-7.6/lib'
  55. make[5]: Nothing to be done for `check-am'.
  56. make[5]: Leaving directory `/sources/coreutils-7.6/lib'
  57. make[4]: Leaving directory `/sources/coreutils-7.6/lib'
  58. make[3]: Leaving directory `/sources/coreutils-7.6/lib'
  59. Making check in src
  60. make[3]: Entering directory `/sources/coreutils-7.6/src'
  61.   GEN    check-README
  62.   GEN    check-duplicate-no-install
  63. make  check-am
  64. make[4]: Entering directory `/sources/coreutils-7.6/src'
  65. make[4]: Nothing to be done for `check-am'.
  66. make[4]: Leaving directory `/sources/coreutils-7.6/src'
  67. make[3]: Leaving directory `/sources/coreutils-7.6/src'
  68. Making check in doc
  69. make[3]: Entering directory `/sources/coreutils-7.6/doc'
  70.   GEN    sc-avoid-io
  71.   GEN    sc-avoid-non-zero
  72.   GEN    sc-avoid-timezone
  73.   GEN    sc-avoid-zeroes
  74.   GEN    sc-exponent-grouping
  75.   GEN    sc-lower-case-var
  76.   GEN    sc-use-small-caps-NUL
  77.   GEN    check-texinfo
  78. make[3]: Leaving directory `/sources/coreutils-7.6/doc'
  79. Making check in man
  80. make[3]: Entering directory `/sources/coreutils-7.6/man'
  81. make[3]: Nothing to be done for `check'.
  82. make[3]: Leaving directory `/sources/coreutils-7.6/man'
  83. Making check in po
  84. make[3]: Entering directory `/sources/coreutils-7.6/po'
  85. make[3]: Nothing to be done for `check'.
  86. make[3]: Leaving directory `/sources/coreutils-7.6/po'
  87. Making check in tests
  88. make[3]: Entering directory `/sources/coreutils-7.6/tests'
  89. make  check-TESTS
  90. make[4]: Entering directory `/sources/coreutils-7.6/tests'
  91. make[5]: Entering directory `/sources/coreutils-7.6/tests'
  92. ./rm/ext3-perf: skipping test: very expensive: disabled by default
  93. SKIP: rm/ext3-perf
  94. PASS: rm/cycle
  95. PASS: chmod/no-x
  96. PASS: chgrp/basic
  97. PASS: misc/invalid-opt
  98. PASS: rm/dangling-symlink
  99. PASS: rm/deep-1
  100. PASS: rm/dir-no-w
  101. PASS: rm/deep-2
  102. PASS: rm/dot-rel
  103. PASS: rm/dir-nonrecur
  104. PASS: rm/empty-inacc
  105. PASS: rm/empty-name
  106. PASS: rm/f-1
  107. PASS: rm/fail-eacces
  108. PASS: rm/isatty
  109. PASS: rm/fail-eperm
  110. ./tail-2/assert: skipping test: very expensive: disabled by default
  111. SKIP: tail-2/assert
  112. PASS: rm/i-1
  113. PASS: rm/i-never
  114. PASS: rm/i-no-r
  115. PASS: tail-2/infloop-1
  116. PASS: rm/ignorable
  117. PASS: rm/inaccessible
  118. PASS: rm/interactive-always
  119. PASS: misc/ls-time
  120. PASS: rm/interactive-once
  121. PASS: rm/ir-1
  122. PASS: rm/r-1
  123. PASS: rm/r-2
  124. PASS: rm/hash
  125. PASS: rm/r-4
  126. PASS: rm/r-3
  127. PASS: rm/rm1
  128. PASS: rm/rm2
  129. PASS: rm/rm3
  130. PASS: rm/rm4
  131. PASS: rm/rm5
  132. PASS: rm/readdir-bug
  133. PASS: misc/help-version
  134. PASS: rm/unread2
  135. PASS: rm/unread3
  136. PASS: rm/sunos-1
  137. PASS: rm/v-slash
  138. PASS: chgrp/deref
  139. PASS: rm/unreadable
  140. PASS: chgrp/no-x
  141. PASS: chgrp/default-no-deref
  142. PASS: chgrp/posix-H
  143. PASS: misc/ptx
  144. PASS: chgrp/recurse
  145. PASS: misc/seq-long-double
  146. PASS: misc/seq
  147. PASS: touch/empty-file
  148. PASS: misc/head
  149. PASS: misc/ls-misc
  150. PASS: misc/test
  151. PASS: misc/date-next-dow
  152. PASS: misc/ptx-overrun
  153. PASS: tail-2/tail-n0f
  154. PASS: misc/xstrtol
  155. PASS: misc/od
  156. PASS: misc/mktemp
  157. ./misc/arch: skipping test: not building arch
  158. SKIP: misc/arch
  159. PASS: misc/pr
  160. PASS: cp/link-heap
  161. PASS: misc/date
  162. PASS: misc/df-P
  163. PASS: misc/pwd-option
  164. PASS: misc/join
  165. ./misc/pwd-unreadable-parent: skipping test: can't use buggy system getcwd
  166. SKIP: misc/pwd-unreadable-parent
  167. PASS: misc/chcon-fail
  168. PASS: misc/wc
  169. PASS: misc/wc-files0-from
  170. PASS: misc/wc-files0
  171. PASS: misc/cat-proc
  172. PASS: tail-2/pid
  173. PASS: misc/cut
  174. PASS: misc/cat-buf
  175. PASS: misc/close-stdout
  176. PASS: misc/basename
  177. PASS: misc/csplit
  178. PASS: misc/date-sec
  179. PASS: misc/comm
  180. PASS: misc/df
  181. PASS: misc/dircolors
  182. PASS: misc/dirname
  183. PASS: misc/expand
  184. PASS: misc/base64
  185. PASS: misc/false-status
  186. PASS: misc/factor
  187. PASS: misc/fmt
  188. PASS: misc/fmt-long-line
  189. PASS: misc/fold
  190. PASS: misc/expr
  191. PASS: misc/groups-dash
  192. PASS: misc/groups-version
  193. PASS: misc/head-pos
  194. PASS: misc/head-c
  195. ./misc/id-context: skipping test: this system (or maybe just the current file system) lacks SELinux support
  196. SKIP: misc/id-context
  197. PASS: misc/id-groups
  198. PASS: misc/md5sum-newline
  199. PASS: misc/mknod
  200. PASS: misc/md5sum
  201. ./misc/nice: skipping test: this test must be run at nice level 0
  202. SKIP: misc/nice
  203. PASS: misc/nl
  204. PASS: misc/od-N
  205. PASS: misc/nohup
  206. PASS: misc/od-x8
  207. PASS: misc/paste
  208. PASS: misc/pathchk1
  209. PASS: misc/printf
  210. PASS: misc/printf-hex
  211. PASS: misc/printf-surprise
  212. PASS: misc/pwd-long
  213. PASS: misc/printf-cov
  214. PASS: misc/readlink-fp-loop
  215. PASS: misc/runcon-no-reorder
  216. PASS: pr/pr-tests
  217. PASS: misc/sha1sum
  218. PASS: misc/sha224sum
  219. PASS: misc/sha256sum
  220. PASS: misc/sha384sum
  221. PASS: misc/sha512sum
  222. PASS: misc/sha1sum-vec
  223. PASS: misc/shred-remove
  224. PASS: misc/shuf
  225. PASS: misc/head-elide-tail
  226. PASS: misc/shred-passes
  227. PASS: misc/sort-continue
  228. PASS: misc/sort-files0-from
  229. PASS: misc/sort-merge
  230. PASS: misc/od-multiple-t
  231. PASS: misc/sort-merge-fdlimit
  232. PASS: misc/shred-exact
  233. PASS: misc/sort-version
  234. PASS: misc/sort-rand
  235. PASS: misc/sort-compress
  236. PASS: misc/split-l
  237. PASS: misc/stat-fmt
  238. PASS: misc/split-fail
  239. PASS: misc/split-a
  240. ./misc/stty: skipping test: requires controlling input terminal
  241. SKIP: misc/stty
  242. ./misc/stty-invalid: skipping test: requires controlling input terminal
  243. SKIP: misc/stty-invalid
  244. ./misc/stty-row-col: skipping test: requires controlling input terminal
  245. SKIP: misc/stty-row-col
  246. PASS: misc/sort
  247. PASS: misc/stat-printf
  248. PASS: misc/stdbuf
  249. PASS: misc/sum-sysv
  250. PASS: misc/sum
  251. ./misc/tac-continue: skipping test: FULL_PARTITION_TMPDIR not defined
  252. SKIP: misc/tac-continue
  253. PASS: misc/tee-dash
  254. PASS: misc/test-diag
  255. PASS: misc/tee
  256. PASS: misc/tac
  257. PASS: misc/timeout-parameters
  258. PASS: misc/truncate-dangling-symlink
  259. PASS: misc/truncate-dir-fail
  260. PASS: misc/truncate-fail-diag
  261. PASS: misc/truncate-fifo
  262. PASS: misc/truncate-no-create-missing
  263. PASS: misc/truncate-overflow
  264. PASS: misc/truncate-parameters
  265. PASS: misc/truncate-relative
  266. PASS: misc/tsort
  267. SKIP: misc/tty-eof
  268. PASS: misc/tail
  269. PASS: misc/timeout
  270. ./misc/xattr: skipping test: coreutils built without xattr support
  271. SKIP: misc/xattr
  272. PASS: misc/tr
  273. PASS: misc/unexpand
  274. PASS: chmod/equal-x
  275. PASS: chmod/equals
  276. PASS: chmod/inaccessible
  277. PASS: chmod/octal
  278. PASS: chmod/setgid
  279. PASS: chmod/c-option
  280. PASS: chmod/silent
  281. PASS: chmod/thru-dangling
  282. PASS: chmod/umask-x
  283. PASS: chown/deref
  284. PASS: chown/preserve-root
  285. PASS: chmod/usage
  286. PASS: chown/separator
  287. PASS: cp/backup-1
  288. ./cp/acl: skipping test: This test requires getfacl and setfacl.
  289. SKIP: cp/acl
  290. PASS: cp/backup-dir
  291. PASS: cp/abuse
  292. PASS: cp/cp-HL
  293. PASS: cp/cp-deref
  294. PASS: cp/backup-is-src
  295. PASS: cp/cp-i
  296. PASS: cp/deref-slink
  297. PASS: cp/cp-parents
  298. PASS: cp/dir-rm-dest
  299. PASS: cp/dir-slash
  300. PASS: cp/dir-vs-file
  301. PASS: cp/existing-perm-race
  302. PASS: cp/fail-perm
  303. PASS: cp/cp-mv-backup
  304. PASS: cp/into-self
  305. PASS: cp/file-perm-race
  306. PASS: cp/link
  307. PASS: cp/link-preserve
  308. PASS: cp/link-no-deref
  309. PASS: cp/no-deref-link1
  310. PASS: cp/no-deref-link3
  311. PASS: cp/no-deref-link2
  312. PASS: cp/parent-perm
  313. ./cp/perm: skipping test: very expensive: disabled by default
  314. SKIP: cp/perm
  315. PASS: cp/preserve-2
  316. PASS: cp/parent-perm-race
  317. PASS: cp/proc-short-read
  318. PASS: cp/preserve-slink-time
  319. PASS: cp/proc-zero-len
  320. PASS: cp/reflink-perm
  321. PASS: cp/reflink-auto
  322. PASS: cp/r-vs-symlink
  323. PASS: cp/slink-2-slink
  324. PASS: cp/sparse
  325. PASS: cp/special-f
  326. PASS: cp/symlink-slash
  327. PASS: cp/src-base-dot
  328. PASS: df/unreadable
  329. PASS: cp/thru-dangling
  330. PASS: misc/uniq
  331. PASS: dd/not-rewound
  332. PASS: cp/same-file
  333. PASS: dd/direct
  334. PASS: dd/skip-seek
  335. PASS: dd/skip-seek2
  336. PASS: dd/reblock
  337. PASS: dd/stderr
  338. PASS: dd/unblock-sync
  339. PASS: dd/misc
  340. PASS: dd/skip-seek-past-file
  341. PASS: dd/unblock
  342. PASS: df/total-verify
  343. ./du/2g: skipping test: very expensive: disabled by default
  344. SKIP: du/2g
  345. PASS: du/8gb
  346. PASS: du/basic
  347. PASS: du/deref
  348. PASS: du/deref-args
  349. PASS: du/fd-leak
  350. PASS: du/hard-link
  351. PASS: du/inacc-dir
  352. PASS: du/exclude
  353. PASS: du/inacc-dest
  354. PASS: du/files0-from
  355. PASS: du/inaccessible-cwd
  356. PASS: du/long-from-unreadable
  357. PASS: du/no-x
  358. PASS: du/one-file-system
  359. PASS: du/no-deref
  360. PASS: du/restore-wd
  361. PASS: du/trailing-slash
  362. ./du/slink: skipping test: `.' is on an XFS file system
  363. SKIP: du/slink
  364. PASS: du/two-args
  365. PASS: install/basic-1
  366. PASS: install/create-leading
  367. PASS: du/slash
  368. PASS: install/d-slashdot
  369. PASS: install/install-C
  370. ./install/install-C-selinux: skipping test: this system (or maybe just the current file system) lacks SELinux support
  371. SKIP: install/install-C-selinux
  372. PASS: install/strip-program
  373. PASS: install/trap
  374. PASS: ln/hard-backup
  375. PASS: ln/backup-1
  376. PASS: ln/sf-1
  377. PASS: ln/slash-decorated-nonexistent-dest
  378. PASS: ln/target-1
  379. PASS: ln/misc
  380. PASS: ls/color-clear-to-eol
  381. PASS: ls/color-dtype-dir
  382. PASS: ls/dangle
  383. PASS: ls/dired
  384. PASS: ls/file-type
  385. PASS: du/long-sloop
  386. PASS: ls/follow-slink
  387. PASS: ls/infloop
  388. PASS: ls/inode
  389. PASS: ls/no-arg
  390. PASS: ls/m-option
  391. ./ls/no-cap: skipping test: no strace program
  392. PASS: ls/multihardlink
  393. SKIP: ls/no-cap
  394. PASS: ls/proc-selinux-segfault
  395. PASS: ls/recursive
  396. PASS: ls/rt-1
  397. PASS: ls/readdir-mountpoint-inode
  398. ./ls/stat-dtype: skipping test: '.' is not on a suitable file system for this test
  399. SKIP: ls/stat-dtype
  400. ./ls/stat-free-symlinks: skipping test: no strace program
  401. SKIP: ls/stat-free-symlinks
  402. PASS: ls/symlink-slash
  403. PASS: ls/stat-failed
  404. PASS: ls/stat-vs-dirent
  405. PASS: ls/x-option
  406. PASS: mkdir/p-2
  407. PASS: mkdir/p-3
  408. PASS: mkdir/p-1
  409. PASS: mkdir/p-slashdot
  410. PASS: mkdir/p-thru-slink
  411. PASS: mkdir/p-v
  412. PASS: mkdir/parents
  413. ./mkdir/selinux: skipping test: This test is useful only with SELinux in Enforcing mode.
  414. SKIP: mkdir/selinux
  415. PASS: mkdir/perm
  416. PASS: mkdir/special-1
  417. PASS: mkdir/t-slash
  418. ./mv/acl: skipping test: This test requires getfacl and setfacl.
  419. SKIP: mv/acl
  420. PASS: mv/backup-dir
  421. ./mv/atomic2: skipping test: no strace program
  422. ./mv/atomic: skipping test: no strace program
  423. SKIP: mv/atomic2
  424. SKIP: mv/atomic
  425. PASS: mv/diag
  426. PASS: mv/childproof
  427. PASS: mv/dir-file
  428. PASS: mv/backup-is-src
  429. PASS: mv/dir2dir
  430. PASS: mv/dup-source
  431. PASS: mv/force
  432. PASS: ls/abmon-align
  433. PASS: mv/hard-link-1
  434. PASS: mv/hard-2
  435. PASS: mv/hard-4
  436. PASS: mv/hard-3
  437. PASS: mv/i-2
  438. PASS: mv/i-1
  439. PASS: mv/hard-verbose
  440. PASS: mv/i-4
  441. PASS: mv/i-link-no
  442. ./mv/i-3: skipping test: requires controlling input terminal
  443. SKIP: mv/i-3
  444. PASS: mv/i-5
  445. PASS: mv/into-self-4
  446. PASS: mv/into-self
  447. PASS: mv/into-self-2
  448. PASS: mv/into-self-3
  449. PASS: mv/mv-n
  450. PASS: mv/part-fail
  451. PASS: mv/mv-special-1
  452. PASS: mv/no-target-dir
  453. PASS: mv/part-rename
  454. PASS: mv/partition-perm
  455. PASS: tail-2/wait
  456. PASS: mv/part-hardlink
  457. PASS: mv/to-symlink
  458. PASS: mv/perm-1
  459. PASS: mv/trailing-slash
  460. PASS: readlink/can-e
  461. PASS: mv/leak-fd
  462. PASS: mv/update
  463. PASS: readlink/rl-1
  464. PASS: rmdir/fail-perm
  465. PASS: readlink/can-f
  466. PASS: rmdir/t-slash
  467. PASS: rmdir/ignore
  468. ./tail-2/assert-2: skipping test: very expensive: disabled by default
  469. PASS: tail-2/big-4gb
  470. SKIP: tail-2/assert-2
  471. PASS: readlink/can-m
  472. PASS: tail-2/flush-initial
  473. PASS: tail-2/proc-ksyms
  474. PASS: tail-2/pipe-f
  475. PASS: tail-2/start-middle
  476. PASS: touch/dangling-symlink
  477. PASS: touch/dir-1
  478. PASS: touch/fail-diag
  479. PASS: touch/fifo
  480. PASS: touch/no-create-missing
  481. PASS: touch/no-rights
  482. ./touch/not-owner: skipping test: you have write access to /.
  483. SKIP: touch/not-owner
  484. PASS: touch/obsolescent
  485. PASS: touch/read-only
  486. ./chown/basic: skipping test: must be run as root
  487. SKIP: chown/basic
  488. PASS: mv/part-symlink
  489. PASS: touch/relative
  490. PASS: tail-2/follow-stdin
  491. ./cp/preserve-gid: skipping test: must be run as root
  492. SKIP: cp/preserve-gid
  493. ./cp/special-bits: skipping test: must be run as root
  494. SKIP: cp/special-bits
  495. ./cp/cp-a-selinux: skipping test: must be run as root
  496. SKIP: cp/cp-a-selinux
  497. ./chroot/credentials: skipping test: must be run as root
  498. SKIP: chroot/credentials
  499. PASS: tail-2/pipe-f2
  500. ./ls/nameless-uid: skipping test: must be run as root
  501. SKIP: ls/nameless-uid
  502. ./dd/skip-seek-past-dev: skipping test: must be run as root
  503. ./install/install-C-root: skipping test: must be run as root
  504. SKIP: dd/skip-seek-past-dev
  505. ./ls/capability: skipping test: must be run as root
  506. SKIP: ls/capability
  507. SKIP: install/install-C-root
  508. ./cp/cp-mv-enotsup-xattr: skipping test: must be run as root
  509. SKIP: cp/cp-mv-enotsup-xattr
  510. ./misc/chcon: skipping test: must be run as root
  511. SKIP: misc/chcon
  512. ./rm/fail-2eperm: skipping test: must be run as root
  513. SKIP: rm/fail-2eperm
  514. ./misc/truncate-owned-by-other: skipping test: must be run as root
  515. SKIP: misc/truncate-owned-by-other
  516. ./misc/selinux: skipping test: must be run as root
  517. SKIP: misc/selinux
  518. ./mkdir/writable-under-readonly: skipping test: must be run as root
  519. SKIP: mkdir/writable-under-readonly
  520. ./mv/sticky-to-xpart: skipping test: must be run as root
  521. SKIP: mv/sticky-to-xpart
  522. ./tail-2/append-only: skipping test: must be run as root
  523. SKIP: tail-2/append-only
  524. ./rm/one-file-system: skipping test: must be run as root
  525. SKIP: rm/one-file-system
  526. ./rm/no-give-up: skipping test: must be run as root
  527. SKIP: rm/no-give-up
  528. ./touch/now-owned-by-other: skipping test: must be run as root
  529. SKIP: touch/now-owned-by-other
  530. =======================
  531. All 345 tests passed
  532. (47 tests were not run)
  533. =======================
  534. make[5]: Leaving directory `/sources/coreutils-7.6/tests'
  535. make[4]: Leaving directory `/sources/coreutils-7.6/tests'
  536. make[3]: Leaving directory `/sources/coreutils-7.6/tests'
  537. Making check in gnulib-tests
  538. make[3]: Entering directory `/sources/coreutils-7.6/gnulib-tests'
  539. make  check-recursive
  540. make[4]: Entering directory `/sources/coreutils-7.6/gnulib-tests'
  541. make[5]: Entering directory `/sources/coreutils-7.6/gnulib-tests'
  542. make  libtests.a test-file-has-acl test-set-mode-acl test-copy-acl test-sameacls test-alignof test-alloca-opt test-argmatch test-argv-iter test-arpa_inet test-atexit test-base64 test-binary-io test-bitrotate test-btowc test-c-ctype test-c-strcasecmp test-c-strncasecmp test-canonicalize test-closein test-md5 test-sha1 test-dirent-safer test-dirname test-dup2 test-environ test-errno test-exclude test-fchdir test-fcntl-h test-fcntl-safer test-fdopendir test-fflush test-fflush2 test-filenamecat test-filevercmp test-fnmatch test-fopen-safer test-fopen test-fpending test-fpurge test-freadahead test-freading test-freadptr test-freadptr2 test-freadseek test-frexp-nolibm test-frexpl-nolibm test-fseeko test-fseterr test-ftello test-getaddrinfo test-getcwd test-getdate test-getdelim test-gethostname test-getline test-getndelim2 test-getopt test-gettimeofday test-hash test-i-ring test-iconv test-inttypes test-isnand-nolibm test-isnanf-nolibm test-isnanl-nolibm test-link test-lseek test-lstat test-malloca test-math test-mbrtowc test-mbscasecmp test-mbsinit test-mbsrtowcs test-mbsstr1 test-mbsstr2 test-mbsstr3 test-memchr test-memchr2 test-memcmp test-memrchr test-netdb test-netinet_in test-open test-openat-safer test-perror test-printf-frexp test-printf-frexpl test-priv-set test-quotearg test-read-file test-select test-select-fd test-select-stdin test-sigaction test-signal test-signbit test-sleep test-snprintf test-sockets test-stat-time test-stdbool test-stddef test-stdint test-stdio test-stdlib test-strerror test-striconv test-string test-strtod test-strverscmp test-sys_select test-sys_socket test-sys_stat test-sys_time test-time test-u64 test-unistd test-uc_width test-uc_width2 test-vasnprintf test-vasprintf-posix test-vasprintf test-version-etc test-vfprintf-posix test-vprintf-posix test-wchar test-wcrtomb test-wctype test-wcwidth test-xfprintf-posix test-xprintf-posix test-xstrtoimax test-xstrtol test-xstrtoul test-xstrtoumax test-xvasprintf test-yesno
  543. make[6]: Entering directory `/sources/coreutils-7.6/gnulib-tests'
  544.   CC     test-file-has-acl.o
  545.   CC     read-file.o
  546.   CC     test-set-mode-acl.o
  547.   CC     test-copy-acl.o
  548.   CC     test-sameacls.o
  549.   CC     test-alignof.o
  550.   CC     test-alloca-opt.o
  551.   CC     test-argmatch.o
  552.   CC     test-argv-iter.o
  553.   CC     test-arpa_inet.o
  554.   CC     test-atexit.o
  555.   CC     test-base64.o
  556.   CC     test-binary-io.o
  557.   CC     test-bitrotate.o
  558.   CC     test-btowc.o
  559.   CC     test-c-ctype.o
  560.   CC     test-c-strcasecmp.o
  561.   CC     test-c-strncasecmp.o
  562.   CC     test-canonicalize.o
  563.   CC     test-closein.o
  564.   CC     test-md5.o
  565.   CC     test-sha1.o
  566.   CC     test-dirent-safer.o
  567.   CC     test-dirname.o
  568.   CC     test-dup2.o
  569.   CC     test-environ.o
  570.   CC     test-errno.o
  571.   CC     test-exclude.o
  572.   CC     test-fchdir.o
  573.   CC     test-fcntl-h.o
  574.   CC     test-fcntl-safer.o
  575.   CC     test-fdopendir.o
  576.   CC     test-fflush.o
  577.   CC     test-fflush2.o
  578.   CC     test-filenamecat.o
  579.   CC     test-filevercmp.o
  580.   CC     test-fnmatch.o
  581.   CC     test-fopen-safer.o
  582.   CC     test-fopen.o
  583.   CC     test-fpending.o
  584.   CC     test-fpurge.o
  585.   CC     test-freadahead.o
  586.   CC     test-freading.o
  587.   CC     test-freadptr.o
  588.   CC     test-freadptr2.o
  589.   CC     test-freadseek.o
  590.   CC     test-frexp.o
  591.   CC     test-frexpl.o
  592.   CC     test-fseeko.o
  593.   CC     test-fseterr.o
  594.   CC     test-ftello.o
  595.   CC     test-getaddrinfo.o
  596.   CC     test-getcwd.o
  597.   CC     test-getdate.o
  598.   CC     test-getdelim.o
  599.   CC     test-gethostname.o
  600.   CC     test-getline.o
  601.   CC     test-getndelim2.o
  602.   CC     test-getopt.o
  603.   CC     test-gettimeofday.o
  604.   CC     test-hash.o
  605.   CC     test-i-ring.o
  606.   CC     test-iconv.o
  607.   CC     test-inttypes.o
  608.   CC     test-isnand-nolibm.o
  609.   CC     test-isnanf-nolibm.o
  610.   CC     test-isnanl-nolibm.o
  611.   CC     test-link.o
  612.   CC     test-lseek.o
  613.   CC     test-lstat.o
  614.   CC     test-malloca.o
  615.   CC     test-math.o
  616.   CC     test-mbrtowc.o
  617.   CC     test-mbscasecmp.o
  618.   CC     test-mbsinit.o
  619.   CC     test-mbsrtowcs.o
  620.   CC     test-mbsstr1.o
  621.   CC     test-mbsstr2.o
  622.   CC     test-mbsstr3.o
  623.   CC     test-memchr.o
  624.   CC     test-memchr2.o
  625.   CC     test-memcmp.o
  626.   CC     test-memrchr.o
  627.   CC     test-netdb.o
  628.   CC     test-netinet_in.o
  629.   CC     test-open.o
  630.   CC     test-openat-safer.o
  631.   CC     test-perror.o
  632.   CC     test-printf-frexp.o
  633.   CC     test-printf-frexpl.o
  634.   CC     test-priv-set.o
  635.   CC     test-quotearg.o
  636.   CC     test-read-file.o
  637.   CC     test-select.o
  638.   CC     test-select-fd.o
  639.   CC     test-select-stdin.o
  640.   CC     test-sigaction.o
  641.   CC     test-signal.o
  642.   CC     test-signbit.o
  643.   CC     test-sleep.o
  644.   CC     test-snprintf.o
  645.   CC     test-sockets.o
  646.   CC     test-stat-time.o
  647.   CC     test-stdbool.o
  648.   CC     test-stddef.o
  649.   CC     test-stdint.o
  650.   CC     test-stdio.o
  651.   CC     test-stdlib.o
  652.   CC     test-strerror.o
  653.   CC     test-striconv.o
  654.   CC     test-string.o
  655.   CC     test-strtod.o
  656.   CC     test-strverscmp.o
  657.   CC     test-sys_select.o
  658.   CC     test-sys_socket.o
  659.   CC     test-sys_stat.o
  660.   CC     test-sys_time.o
  661.   CC     test-time.o
  662.   CC     test-u64.o
  663.   CC     test-unistd.o
  664.   CC     test-uc_width.o
  665.   CC     test-uc_width2.o
  666.   CC     test-vasnprintf.o
  667.   CC     test-vasprintf-posix.o
  668.   CC     test-vasprintf.o
  669.   CC     test-version-etc.o
  670.   CC     test-vfprintf-posix.o
  671.   CC     test-vprintf-posix.o
  672.   CC     test-wchar.o
  673.   CC     test-wcrtomb.o
  674.   CC     test-wctype.o
  675.   CC     test-wcwidth.o
  676.   CC     test-xfprintf-posix.o
  677.   CC     test-xprintf-posix.o
  678.   CC     test-xstrtoimax.o
  679.   CC     test-xstrtol.o
  680.   CC     test-xstrtoul.o
  681.   CC     test-xstrtoumax.o
  682.   CC     test-xvasprintf.o
  683.   CC     test-yesno.o
  684.   AR     libtests.a
  685.   CCLD   test-file-has-acl
  686.   CCLD   test-set-mode-acl
  687.   CCLD   test-copy-acl
  688.   CCLD   test-sameacls
  689.   CCLD   test-alignof
  690.   CCLD   test-alloca-opt
  691.   CCLD   test-argmatch
  692.   CCLD   test-argv-iter
  693.   CCLD   test-arpa_inet
  694.   CCLD   test-atexit
  695.   CCLD   test-base64
  696.   CCLD   test-binary-io
  697.   CCLD   test-bitrotate
  698.   CCLD   test-btowc
  699.   CCLD   test-c-ctype
  700.   CCLD   test-c-strcasecmp
  701.   CCLD   test-c-strncasecmp
  702.   CCLD   test-canonicalize
  703.   CCLD   test-closein
  704.   CCLD   test-md5
  705.   CCLD   test-sha1
  706.   CCLD   test-dirent-safer
  707.   CCLD   test-dirname
  708.   CCLD   test-dup2
  709.   CCLD   test-environ
  710.   CCLD   test-errno
  711.   CCLD   test-exclude
  712.   CCLD   test-fchdir
  713.   CCLD   test-fcntl-h
  714.   CCLD   test-fcntl-safer
  715.   CCLD   test-fdopendir
  716.   CCLD   test-fflush
  717.   CCLD   test-fflush2
  718.   CCLD   test-filenamecat
  719.   CCLD   test-filevercmp
  720.   CCLD   test-fnmatch
  721.   CCLD   test-fopen-safer
  722.   CCLD   test-fopen
  723.   CCLD   test-fpending
  724.   CCLD   test-fpurge
  725.   CCLD   test-freadahead
  726.   CCLD   test-freading
  727.   CCLD   test-freadptr
  728.   CCLD   test-freadptr2
  729.   CCLD   test-freadseek
  730.   CCLD   test-frexp-nolibm
  731.   CCLD   test-frexpl-nolibm
  732.   CCLD   test-fseeko
  733.   CCLD   test-fseterr
  734.   CCLD   test-ftello
  735.   CCLD   test-getaddrinfo
  736.   CCLD   test-getcwd
  737.   CCLD   test-getdate
  738.   CCLD   test-getdelim
  739.   CCLD   test-gethostname
  740.   CCLD   test-getline
  741.   CCLD   test-getndelim2
  742.   CCLD   test-getopt
  743.   CCLD   test-gettimeofday
  744.   CCLD   test-hash
  745.   CCLD   test-i-ring
  746.   CCLD   test-iconv
  747.   CCLD   test-inttypes
  748.   CCLD   test-isnand-nolibm
  749.   CCLD   test-isnanf-nolibm
  750.   CCLD   test-isnanl-nolibm
  751.   CCLD   test-link
  752.   CCLD   test-lseek
  753.   CCLD   test-lstat
  754.   CCLD   test-malloca
  755.   CCLD   test-math
  756.   CCLD   test-mbrtowc
  757.   CCLD   test-mbscasecmp
  758.   CCLD   test-mbsinit
  759.   CCLD   test-mbsrtowcs
  760.   CCLD   test-mbsstr1
  761.   CCLD   test-mbsstr2
  762.   CCLD   test-mbsstr3
  763.   CCLD   test-memchr
  764.   CCLD   test-memchr2
  765.   CCLD   test-memcmp
  766.   CCLD   test-memrchr
  767.   CCLD   test-netdb
  768.   CCLD   test-netinet_in
  769.   CCLD   test-open
  770.   CCLD   test-openat-safer
  771.   CCLD   test-perror
  772.   CCLD   test-printf-frexp
  773.   CCLD   test-printf-frexpl
  774.   CCLD   test-priv-set
  775.   CCLD   test-quotearg
  776.   CCLD   test-read-file
  777.   CCLD   test-select
  778.   CCLD   test-select-fd
  779.   CCLD   test-select-stdin
  780.   CCLD   test-sigaction
  781.   CCLD   test-signal
  782.   CCLD   test-signbit
  783.   CCLD   test-sleep
  784.   CCLD   test-snprintf
  785.   CCLD   test-stat-time
  786.   CCLD   test-sockets
  787.   CCLD   test-stdbool
  788.   CCLD   test-stddef
  789.   CCLD   test-stdint
  790.   CCLD   test-stdio
  791.   CCLD   test-stdlib
  792.   CCLD   test-strerror
  793.   CCLD   test-striconv
  794.   CCLD   test-string
  795.   CCLD   test-strtod
  796.   CCLD   test-strverscmp
  797.   CCLD   test-sys_select
  798.   CCLD   test-sys_socket
  799.   CCLD   test-sys_stat
  800.   CCLD   test-sys_time
  801.   CCLD   test-time
  802.   CCLD   test-unistd
  803.   CCLD   test-uc_width
  804.   CCLD   test-u64
  805.   CCLD   test-uc_width2
  806.   CCLD   test-vasnprintf
  807.   CCLD   test-vasprintf
  808.   CCLD   test-version-etc
  809.   CCLD   test-vfprintf-posix
  810.   CCLD   test-vprintf-posix
  811.   CCLD   test-wchar
  812.   CCLD   test-wcrtomb
  813.   CCLD   test-wctype
  814.   CCLD   test-wcwidth
  815.   CCLD   test-xfprintf-posix
  816.   CCLD   test-xprintf-posix
  817.   CCLD   test-xstrtoimax
  818.   CCLD   test-xstrtol
  819.   CCLD   test-xstrtoul
  820.   CCLD   test-xstrtoumax
  821.   CCLD   test-xvasprintf
  822.   CCLD   test-yesno
  823.   CCLD   test-vasprintf-posix
  824. make[6]: Leaving directory `/sources/coreutils-7.6/gnulib-tests'
  825. make  check-TESTS
  826. make[6]: Entering directory `/sources/coreutils-7.6/gnulib-tests'
  827. make[7]: Entering directory `/sources/coreutils-7.6/gnulib-tests'
  828. SKIP: test-file-has-acl.sh
  829. PASS: test-alloca-opt
  830. PASS: test-alignof
  831. SKIP: test-copy-acl.sh
  832. PASS: test-argmatch
  833. PASS: test-argv-iter
  834. PASS: test-atexit.sh
  835. PASS: test-arpa_inet
  836. PASS: test-base64
  837. PASS: test-binary-io.sh
  838. PASS: test-bitrotate
  839. PASS: test-c-ctype
  840. PASS: test-btowc1.sh
  841. PASS: test-btowc2.sh
  842. PASS: test-c-strcase.sh
  843. PASS: test-md5
  844. PASS: test-sha1
  845. PASS: test-closein.sh
  846. PASS: test-canonicalize.sh
  847. PASS: test-dirent-safer
  848. PASS: test-environ
  849. PASS: test-dup2
  850. PASS: test-dirname
  851. PASS: test-errno
  852. PASS: test-set-mode-acl.sh
  853. PASS: test-exclude4.sh
  854. PASS: test-exclude2.sh
  855. PASS: test-exclude3.sh
  856. PASS: test-fchdir
  857. PASS: test-exclude6.sh
  858. PASS: test-exclude1.sh
  859. PASS: test-exclude5.sh
  860. PASS: test-fcntl-safer
  861. PASS: test-fdopendir
  862. PASS: test-fcntl-h
  863. PASS: test-fflush
  864. PASS: test-exclude7.sh
  865. PASS: test-fflush2.sh
  866. PASS: test-filevercmp
  867. PASS: test-filenamecat
  868. PASS: test-fnmatch
  869. PASS: test-fopen
  870. PASS: test-fopen-safer
  871. PASS: test-fpending.sh
  872. PASS: test-fpurge
  873. PASS: test-freadahead.sh
  874. PASS: test-freadptr.sh
  875. PASS: test-freadptr2.sh
  876. PASS: test-freading
  877. PASS: test-freadseek.sh
  878. PASS: test-frexp-nolibm
  879. PASS: test-frexpl-nolibm
  880. PASS: test-fseeko.sh
  881. PASS: test-fseeko2.sh
  882. PASS: test-ftello2.sh
  883. PASS: test-getaddrinfo
  884. PASS: test-fseterr
  885. PASS: test-getdate
  886. PASS: test-ftello.sh
  887. PASS: test-getdelim
  888. PASS: test-getcwd
  889. PASS: test-getline
  890. PASS: test-getopt
  891. PASS: test-gethostname
  892. PASS: test-getndelim2
  893. PASS: test-gettimeofday
  894. PASS: test-i-ring
  895. PASS: test-iconv
  896. PASS: test-isnanf-nolibm
  897. PASS: test-isnanl-nolibm
  898. PASS: test-link
  899. PASS: test-lseek.sh
  900. PASS: test-inttypes
  901. PASS: test-malloca
  902. PASS: test-math
  903. PASS: test-mbrtowc1.sh
  904. PASS: test-isnand-nolibm
  905. PASS: test-lstat
  906. PASS: test-mbrtowc2.sh
  907. PASS: test-mbrtowc4.sh
  908. PASS: test-mbsinit.sh
  909. PASS: test-mbrtowc3.sh
  910. PASS: test-mbsrtowcs2.sh
  911. PASS: test-mbsrtowcs1.sh
  912. PASS: test-mbsrtowcs3.sh
  913. PASS: test-mbsrtowcs4.sh
  914. PASS: test-mbscasecmp.sh
  915. PASS: test-mbsstr1
  916. PASS: test-memchr
  917. PASS: test-mbsstr3.sh
  918. PASS: test-hash
  919. PASS: test-memrchr
  920. PASS: test-memcmp
  921. PASS: test-netdb
  922. PASS: test-open
  923. PASS: test-netinet_in
  924. PASS: test-printf-frexp
  925. PASS: test-memchr2
  926. PASS: test-openat-safer
  927. PASS: test-printf-frexpl
  928. PASS: test-priv-set
  929. PASS: test-quotearg.sh
  930. PASS: test-read-file
  931. PASS: test-perror.sh
  932. PASS: test-select
  933. PASS: test-sigaction
  934. PASS: test-signal
  935. PASS: test-signbit
  936. PASS: test-snprintf
  937. PASS: test-sockets
  938. PASS: test-mbsstr2.sh
  939. PASS: test-stdbool
  940. PASS: test-stddef
  941. PASS: test-stdint
  942. PASS: test-stdio
  943. PASS: test-stdlib
  944. PASS: test-strerror
  945. PASS: test-striconv
  946. PASS: test-string
  947. PASS: test-strtod
  948. PASS: test-strverscmp
  949. PASS: test-sys_select
  950. PASS: test-sys_socket
  951. PASS: test-sys_stat
  952. PASS: test-sys_time
  953. PASS: test-time
  954. PASS: test-u64
  955. PASS: test-unistd
  956. PASS: test-uc_width
  957. PASS: uniwidth/test-uc_width2.sh
  958. PASS: test-update-copyright.sh
  959. PASS: test-vasnprintf
  960. PASS: test-vasprintf-posix
  961. PASS: test-vasprintf
  962. SKIP: test-vc-list-files-git.sh
  963. SKIP: test-vc-list-files-cvs.sh
  964. PASS: test-version-etc.sh
  965. PASS: test-vfprintf-posix.sh
  966. PASS: test-vprintf-posix.sh
  967. PASS: test-wchar
  968. PASS: test-wcrtomb.sh
  969. PASS: test-wctype
  970. PASS: test-wcwidth
  971. PASS: test-xprintf-posix.sh
  972. PASS: test-xstrtoimax.sh
  973. PASS: test-xstrtol.sh
  974. PASS: test-xstrtoumax.sh
  975. PASS: test-xvasprintf
  976. PASS: test-yesno.sh
  977. PASS: test-select-out.sh
  978. PASS: test-sleep
  979. PASS: test-select-in.sh
  980. PASS: test-stat-time
  981. ======================
  982. All 149 tests passed
  983. (4 tests were not run)
  984. ======================
  985. make[7]: Leaving directory `/sources/coreutils-7.6/gnulib-tests'
  986. make[6]: Leaving directory `/sources/coreutils-7.6/gnulib-tests'
  987. make[5]: Leaving directory `/sources/coreutils-7.6/gnulib-tests'
  988. make[4]: Leaving directory `/sources/coreutils-7.6/gnulib-tests'
  989. make[3]: Leaving directory `/sources/coreutils-7.6/gnulib-tests'
  990. make[3]: Entering directory `/sources/coreutils-7.6'
  991. make[3]: Nothing to be done for `check-am'.
  992. make[3]: Leaving directory `/sources/coreutils-7.6'
  993. make[2]: Leaving directory `/sources/coreutils-7.6'
  994. make[1]: Leaving directory `/sources/coreutils-7.6'
复制代码
回复 支持 反对

使用道具 举报

发表于 2009-10-25 19:45:59 | 显示全部楼层
現在問題是否已解決了?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-25 21:19:31 | 显示全部楼层
没有,还不知道是为什么。只是解决了没有设置时间的问题的错误其它的关于selinux还不知道是怎么回事,我的系统是刚装的然后装了bc再就是装opensll,selinux在内核中也没有启用。

这个解决了,其它的问题还是存在
./dd/skip-seek-past-dev: skipping test: failed to determine size of /dev/**EDITME[xxx]EDITME**
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表