+ -
当前位置:首页 → 问答吧 → 编译openssl时md5部分出问题

编译openssl时md5部分出问题

时间:2009-10-23

来源:互联网

按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时出错了。


代码:
if [ -n "" ]; then \
 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 ; \
 ARX='/usr/bin/perl ${TOP}/util/arx.pl ar r' ; \
        else \
 ARX='ar r' ; \
        fi ; export ARX ; \
 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
making all in crypto...
make[1]: Entering directory `/home/openssh/openssl-0.9.8k/crypto'
making all in crypto/objects...
make[2]: Entering directory `/home/openssh/openssl-0.9.8k/crypto/objects'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/openssh/openssl-0.9.8k/crypto/objects'
making all in crypto/md2...
make[2]: Entering directory `/home/openssh/openssl-0.9.8k/crypto/md2'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/openssh/openssl-0.9.8k/crypto/md2'
making all in crypto/md4...
make[2]: Entering directory `/home/openssh/openssl-0.9.8k/crypto/md4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/openssh/openssl-0.9.8k/crypto/md4'
making all in crypto/md5...
make[2]: Entering directory `/home/openssh/openssl-0.9.8k/crypto/md5'
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
make[2]: Leaving directory `/home/openssh/openssl-0.9.8k/crypto/md5'
make[1]: Leaving directory `/home/openssh/openssl-0.9.8k/crypto'

代码:
md5-x86_64.s: Assembler messages:
md5-x86_64.s:41: Error: 0xd76aa478 out range of signed 32bit displacement
md5-x86_64.s:50: Error: 0xe8c7b756 out range of signed 32bit displacement
md5-x86_64.s:68: Error: 0xc1bdceee out range of signed 32bit displacement
md5-x86_64.s:77: Error: 0xf57c0faf out range of signed 32bit displacement
md5-x86_64.s:95: Error: 0xa8304613 out range of signed 32bit displacement
md5-x86_64.s:104: Error: 0xfd469501 out range of signed 32bit displacement
md5-x86_64.s:122: Error: 0x8b44f7af out range of signed 32bit displacement
md5-x86_64.s:131: Error: 0xffff5bb1 out range of signed 32bit displacement
md5-x86_64.s:140: Error: 0x895cd7be out range of signed 32bit displacement
md5-x86_64.s:158: Error: 0xfd987193 out range of signed 32bit displacement
md5-x86_64.s:167: Error: 0xa679438e out range of signed 32bit displacement
md5-x86_64.s:187: Error: 0xf61e2562 out range of signed 32bit displacement
md5-x86_64.s:196: Error: 0xc040b340 out range of signed 32bit displacement
md5-x86_64.s:214: Error: 0xe9b6c7aa out range of signed 32bit displacement
md5-x86_64.s:223: Error: 0xd62f105d out range of signed 32bit displacement
md5-x86_64.s:241: Error: 0xd8a1e681 out range of signed 32bit displacement
md5-x86_64.s:250: Error: 0xe7d3fbc8 out range of signed 32bit displacement
md5-x86_64.s:268: Error: 0xc33707d6 out range of signed 32bit displacement
md5-x86_64.s:277: Error: 0xf4d50d87 out range of signed 32bit displacement
md5-x86_64.s:295: Error: 0xa9e3e905 out range of signed 32bit displacement
md5-x86_64.s:304: Error: 0xfcefa3f8 out range of signed 32bit displacement
md5-x86_64.s:322: Error: 0x8d2a4c8a out range of signed 32bit displacement
md5-x86_64.s:332: Error: 0xfffa3942 out range of signed 32bit displacement
md5-x86_64.s:340: Error: 0x8771f681 out range of signed 32bit displacement
md5-x86_64.s:356: Error: 0xfde5380c out range of signed 32bit displacement
md5-x86_64.s:364: Error: 0xa4beea44 out range of signed 32bit displacement
md5-x86_64.s:380: Error: 0xf6bb4b60 out range of signed 32bit displacement
md5-x86_64.s:388: Error: 0xbebfbc70 out range of signed 32bit displacement
md5-x86_64.s:404: Error: 0xeaa127fa out range of signed 32bit displacement
md5-x86_64.s:412: Error: 0xd4ef3085 out range of signed 32bit displacement
md5-x86_64.s:428: Error: 0xd9d4d039 out range of signed 32bit displacement
md5-x86_64.s:436: Error: 0xe6db99e5 out range of signed 32bit displacement
md5-x86_64.s:452: Error: 0xc4ac5665 out range of signed 32bit displacement
md5-x86_64.s:463: Error: 0xf4292244 out range of signed 32bit displacement
md5-x86_64.s:481: Error: 0xab9423a7 out range of signed 32bit displacement
md5-x86_64.s:490: Error: 0xfc93a039 out range of signed 32bit displacement
md5-x86_64.s:508: Error: 0x8f0ccc92 out range of signed 32bit displacement
md5-x86_64.s:517: Error: 0xffeff47d out range of signed 32bit displacement
md5-x86_64.s:526: Error: 0x85845dd1 out range of signed 32bit displacement
md5-x86_64.s:544: Error: 0xfe2ce6e0 out range of signed 32bit displacement
md5-x86_64.s:553: Error: 0xa3014314 out range of signed 32bit displacement
md5-x86_64.s:571: Error: 0xf7537e82 out range of signed 32bit displacement
md5-x86_64.s:580: Error: 0xbd3af235 out range of signed 32bit displacement
md5-x86_64.s:598: Error: 0xeb86d391 out range of signed 32bit displacement
make[2]: *** [md5-x86_64.o] 错误 1
make[1]: *** [subdirs] 错误 1
make: *** [build_crypto] 错误 1

作者: echo   发布时间: 2009-10-23

在做clfs时没有安装syslog包,GCC编译时没有做过测试,其它的都是按手册做完。难道是因为GCC的问题?

作者: echo   发布时间: 2009-10-23

syslog 跟 md5 无关,gcc 有问题的话相信你的系统也装不起来,md5 会否是 coreutils 的问题?

作者: d00m3d   发布时间: 2009-10-25

确实是coreutils的问题,不过很奇怪,我在编译时做过make NON_ROOT_USERNAME=dummy check-root当时没有问题的,我进后系统后再做测试问题就来了。不知道是为什么。

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

Written by Paul Rubin, David MacKenzie, Ian Lance Taylor,
and Jim Meyering.
+ . ./test-lib.sh
++ unset function_test
++ eval 'function_test() { return 11; }; function_test'
+++ function_test
+++ return 11
++ test 11 '!=' 11
+++ pwd
++ test_dir_=/sources/coreutils-7.6/tests
+++ this_test_
+++ echo ././tail-2/append-only
+++ sed 's,.*/,,'
++ this_test=append-only
+++ /sources/coreutils-7.6/src/mktemp -d --tmp=/sources/coreutils-7.6/tests cu-append-only.XXXXXXXXXX
++ t_=/sources/coreutils-7.6/tests/cu-append-only.aBpASglJJc
++ trap remove_tmp_ 0
++ trap 'Exit $?' 1 2 13 15
++ cd /sources/coreutils-7.6/tests/cu-append-only.aBpASglJJc
++ diff --version
++ grep GNU
+ require_root_
+ uid_is_privileged_
++ id -u
+ my_uid=0
+ case $my_uid in
+ NON_ROOT_USERNAME=dummy
++ id -g dummy
id: dummy: No such user
+ NON_ROOT_GROUP=
+ chattr_a_works=1
+ touch f
+ chattr +a f
+ chattr_a_works=0
+ chattr_a_works=0
+ echo x
+ test 0 = 0
+ skip_test_ 'chattr +a doesn'\''t work on this file system'
+ echo './tail-2/append-only: skipping test: chattr +a doesn'\''t work on this file system'
+ head -1
+ echo './tail-2/append-only: skipping test: chattr +a doesn'\''t work on this file system'
./tail-2/append-only: skipping test: chattr +a doesn't work on this file system
+ Exit 77
+ set +e
+ exit 77
+ exit 77
+ remove_tmp_
+ __st=77
+ cleanup_
+ :
+ cd /sources/coreutils-7.6/tests
+ chmod -R u+rwx /sources/coreutils-7.6/tests/cu-append-only.aBpASglJJc
+ rm -rf /sources/coreutils-7.6/tests/cu-append-only.aBpASglJJc
+ exit 77

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

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

Written by Paul Rubin, Arnold Robbins, Jim Kingdon,
David MacKenzie, and Randy Smith.
+ . ./test-lib.sh
++ unset function_test
++ eval 'function_test() { return 11; }; function_test'
+++ function_test
+++ return 11
++ test 11 '!=' 11
+++ pwd
++ test_dir_=/sources/coreutils-7.6/tests
+++ this_test_
+++ echo ././touch/now-owned-by-other
+++ sed 's,.*/,,'
++ this_test=now-owned-by-other
+++ /sources/coreutils-7.6/src/mktemp -d --tmp=/sources/coreutils-7.6/tests cu-now-owned-by-other.XXXXXXXXXX
++ t_=/sources/coreutils-7.6/tests/cu-now-owned-by-other.xGRfPWbVWf
++ trap remove_tmp_ 0
++ trap 'Exit $?' 1 2 13 15
++ cd /sources/coreutils-7.6/tests/cu-now-owned-by-other.xGRfPWbVWf
++ diff --version
++ grep GNU
+ require_root_
+ uid_is_privileged_
++ id -u
+ my_uid=0
+ case $my_uid in
+ NON_ROOT_USERNAME=dummy
++ id -g dummy
id: dummy: No such user
+ NON_ROOT_GROUP=
++ id -g dummy
id: dummy: No such user
+ group_num=
+ echo
+ chgrp + . root-owned
chgrp: invalid group: `+'
+ framework_failure
+ error_ 'failure in testing framework'
+ echo './touch/now-owned-by-other: failure in testing framework'
./touch/now-owned-by-other: failure in testing framework
+ Exit 1
+ set +e
+ exit 1
+ exit 1
+ remove_tmp_
+ __st=1
+ cleanup_
+ :
+ cd /sources/coreutils-7.6/tests
+ chmod -R u+rwx /sources/coreutils-7.6/tests/cu-now-owned-by-other.xGRfPWbVWf
+ rm -rf /sources/coreutils-7.6/tests/cu-now-owned-by-other.xGRfPWbVWf
+ exit 1
======================================
6 of 11 tests failed
(9 tests were not run)
See tests/test-suite.log
Please report to [email protected]
======================================
make[4]: Leaving directory `/sources/coreutils-7.6/tests'
make[3]: Leaving directory `/sources/coreutils-7.6/tests'
make[2]: Leaving directory `/sources/coreutils-7.6/tests'
make[1]: Leaving directory `/sources/coreutils-7.6/tests'


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

作者: echo   发布时间: 2009-10-25

附上做CLFS时测试的记录:
代码:
Sun Oct 25 07:50:41 Local time zone must be set--see zic manual page 2009
make[1]: Entering directory `/sources/coreutils-7.6'
cd tests && make check-root SUBDIRS=
make[2]: Entering directory `/sources/coreutils-7.6/tests'
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'
make[3]: Entering directory `/sources/coreutils-7.6/tests'
make check-TESTS
make[4]: Entering directory `/sources/coreutils-7.6/tests'
make[5]: Entering directory `/sources/coreutils-7.6/tests'
./cp/cp-a-selinux: skipping test: this system (or maybe just the current file system) lacks SELinux support
PASS: chown/basic
PASS: cp/special-bits
SKIP: cp/cp-a-selinux
./dd/skip-seek-past-dev: skipping test: failed to determine size of -
SKIP: dd/skip-seek-past-dev
PASS: cp/preserve-gid
./ls/capability: skipping test: configured without libcap support
SKIP: ls/capability
PASS: ls/nameless-uid
./cp/cp-mv-enotsup-xattr: skipping test: failed to get xattr of file
SKIP: cp/cp-mv-enotsup-xattr
PASS: chroot/credentials
./misc/selinux: skipping test: this system (or maybe just the current file system) lacks SELinux support
SKIP: misc/selinux
./misc/chcon: skipping test: this system (or maybe just the current file system) lacks SELinux support
SKIP: misc/chcon
PASS: install/install-C-root
PASS: misc/truncate-owned-by-other
./mkdir/writable-under-readonly: skipping test: temporarily disabled
SKIP: mkdir/writable-under-readonly
PASS: rm/fail-2eperm
PASS: mv/sticky-to-xpart
PASS: rm/no-give-up
./tail-2/append-only: skipping test: chattr +a doesn't work on this file system
SKIP: tail-2/append-only
PASS: touch/now-owned-by-other
PASS: rm/one-file-system
======================
All 12 tests passed
(8 tests were not run)
======================
make[5]: Leaving directory `/sources/coreutils-7.6/tests'
make[4]: Leaving directory `/sources/coreutils-7.6/tests'
make[3]: Leaving directory `/sources/coreutils-7.6/tests'
make[2]: Leaving directory `/sources/coreutils-7.6/tests'
make[1]: Leaving directory `/sources/coreutils-7.6'
make[1]: Entering directory `/sources/coreutils-7.6'
make check-recursive
make[2]: Entering directory `/sources/coreutils-7.6'
Making check in lib
make[3]: Entering directory `/sources/coreutils-7.6/lib'
make check-recursive
make[4]: Entering directory `/sources/coreutils-7.6/lib'
make[5]: Entering directory `/sources/coreutils-7.6/lib'
make[5]: Nothing to be done for `check-am'.
make[5]: Leaving directory `/sources/coreutils-7.6/lib'
make[4]: Leaving directory `/sources/coreutils-7.6/lib'
make[3]: Leaving directory `/sources/coreutils-7.6/lib'
Making check in src
make[3]: Entering directory `/sources/coreutils-7.6/src'
 GEN check-README
 GEN check-duplicate-no-install
make check-am
make[4]: Entering directory `/sources/coreutils-7.6/src'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/sources/coreutils-7.6/src'
make[3]: Leaving directory `/sources/coreutils-7.6/src'
Making check in doc
make[3]: Entering directory `/sources/coreutils-7.6/doc'
 GEN sc-avoid-io
 GEN sc-avoid-non-zero
 GEN sc-avoid-timezone
 GEN sc-avoid-zeroes
 GEN sc-exponent-grouping
 GEN sc-lower-case-var
 GEN sc-use-small-caps-NUL
 GEN check-texinfo
make[3]: Leaving directory `/sources/coreutils-7.6/doc'
Making check in man
make[3]: Entering directory `/sources/coreutils-7.6/man'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/sources/coreutils-7.6/man'
Making check in po
make[3]: Entering directory `/sources/coreutils-7.6/po'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/sources/coreutils-7.6/po'
Making check in tests
make[3]: Entering directory `/sources/coreutils-7.6/tests'
make check-TESTS
make[4]: Entering directory `/sources/coreutils-7.6/tests'
make[5]: Entering directory `/sources/coreutils-7.6/tests'
./rm/ext3-perf: skipping test: very expensive: disabled by default
SKIP: rm/ext3-perf
PASS: rm/cycle
PASS: chmod/no-x
PASS: chgrp/basic
PASS: misc/invalid-opt
PASS: rm/dangling-symlink
PASS: rm/deep-1
PASS: rm/dir-no-w
PASS: rm/deep-2
PASS: rm/dot-rel
PASS: rm/dir-nonrecur
PASS: rm/empty-inacc
PASS: rm/empty-name
PASS: rm/f-1
PASS: rm/fail-eacces
PASS: rm/isatty
PASS: rm/fail-eperm
./tail-2/assert: skipping test: very expensive: disabled by default
SKIP: tail-2/assert
PASS: rm/i-1
PASS: rm/i-never
PASS: rm/i-no-r
PASS: tail-2/infloop-1
PASS: rm/ignorable
PASS: rm/inaccessible
PASS: rm/interactive-always
PASS: misc/ls-time
PASS: rm/interactive-once
PASS: rm/ir-1
PASS: rm/r-1
PASS: rm/r-2
PASS: rm/hash
PASS: rm/r-4
PASS: rm/r-3
PASS: rm/rm1
PASS: rm/rm2
PASS: rm/rm3
PASS: rm/rm4
PASS: rm/rm5
PASS: rm/readdir-bug
PASS: misc/help-version
PASS: rm/unread2
PASS: rm/unread3
PASS: rm/sunos-1
PASS: rm/v-slash
PASS: chgrp/deref
PASS: rm/unreadable
PASS: chgrp/no-x
PASS: chgrp/default-no-deref
PASS: chgrp/posix-H
PASS: misc/ptx
PASS: chgrp/recurse
PASS: misc/seq-long-double
PASS: misc/seq
PASS: touch/empty-file
PASS: misc/head
PASS: misc/ls-misc
PASS: misc/test
PASS: misc/date-next-dow
PASS: misc/ptx-overrun
PASS: tail-2/tail-n0f
PASS: misc/xstrtol
PASS: misc/od
PASS: misc/mktemp
./misc/arch: skipping test: not building arch
SKIP: misc/arch
PASS: misc/pr
PASS: cp/link-heap
PASS: misc/date
PASS: misc/df-P
PASS: misc/pwd-option
PASS: misc/join
./misc/pwd-unreadable-parent: skipping test: can't use buggy system getcwd
SKIP: misc/pwd-unreadable-parent
PASS: misc/chcon-fail
PASS: misc/wc
PASS: misc/wc-files0-from
PASS: misc/wc-files0
PASS: misc/cat-proc
PASS: tail-2/pid
PASS: misc/cut
PASS: misc/cat-buf
PASS: misc/close-stdout
PASS: misc/basename
PASS: misc/csplit
PASS: misc/date-sec
PASS: misc/comm
PASS: misc/df
PASS: misc/dircolors
PASS: misc/dirname
PASS: misc/expand
PASS: misc/base64
PASS: misc/false-status
PASS: misc/factor
PASS: misc/fmt
PASS: misc/fmt-long-line
PASS: misc/fold
PASS: misc/expr
PASS: misc/groups-dash
PASS: misc/groups-version
PASS: misc/head-pos
PASS: misc/head-c
./misc/id-context: skipping test: this system (or maybe just the current file system) lacks SELinux support
SKIP: misc/id-context
PASS: misc/id-groups
PASS: misc/md5sum-newline
PASS: misc/mknod
PASS: misc/md5sum
./misc/nice: skipping test: this test must be run at nice level 0
SKIP: misc/nice
PASS: misc/nl
PASS: misc/od-N
PASS: misc/nohup
PASS: misc/od-x8
PASS: misc/paste
PASS: misc/pathchk1
PASS: misc/printf
PASS: misc/printf-hex
PASS: misc/printf-surprise
PASS: misc/pwd-long
PASS: misc/printf-cov
PASS: misc/readlink-fp-loop
PASS: misc/runcon-no-reorder
PASS: pr/pr-tests
PASS: misc/sha1sum
PASS: misc/sha224sum
PASS: misc/sha256sum
PASS: misc/sha384sum
PASS: misc/sha512sum
PASS: misc/sha1sum-vec
PASS: misc/shred-remove
PASS: misc/shuf
PASS: misc/head-elide-tail
PASS: misc/shred-passes
PASS: misc/sort-continue
PASS: misc/sort-files0-from
PASS: misc/sort-merge
PASS: misc/od-multiple-t
PASS: misc/sort-merge-fdlimit
PASS: misc/shred-exact
PASS: misc/sort-version
PASS: misc/sort-rand
PASS: misc/sort-compress
PASS: misc/split-l
PASS: misc/stat-fmt
PASS: misc/split-fail
PASS: misc/split-a
./misc/stty: skipping test: requires controlling input terminal
SKIP: misc/stty
./misc/stty-invalid: skipping test: requires controlling input terminal
SKIP: misc/stty-invalid
./misc/stty-row-col: skipping test: requires controlling input terminal
SKIP: misc/stty-row-col
PASS: misc/sort
PASS: misc/stat-printf
PASS: misc/stdbuf
PASS: misc/sum-sysv
PASS: misc/sum
./misc/tac-continue: skipping test: FULL_PARTITION_TMPDIR not defined
SKIP: misc/tac-continue
PASS: misc/tee-dash
PASS: misc/test-diag
PASS: misc/tee
PASS: misc/tac
PASS: misc/timeout-parameters
PASS: misc/truncate-dangling-symlink
PASS: misc/truncate-dir-fail
PASS: misc/truncate-fail-diag
PASS: misc/truncate-fifo
PASS: misc/truncate-no-create-missing
PASS: misc/truncate-overflow
PASS: misc/truncate-parameters
PASS: misc/truncate-relative
PASS: misc/tsort
SKIP: misc/tty-eof
PASS: misc/tail
PASS: misc/timeout
./misc/xattr: skipping test: coreutils built without xattr support
SKIP: misc/xattr
PASS: misc/tr
PASS: misc/unexpand
PASS: chmod/equal-x
PASS: chmod/equals
PASS: chmod/inaccessible
PASS: chmod/octal
PASS: chmod/setgid
PASS: chmod/c-option
PASS: chmod/silent
PASS: chmod/thru-dangling
PASS: chmod/umask-x
PASS: chown/deref
PASS: chown/preserve-root
PASS: chmod/usage
PASS: chown/separator
PASS: cp/backup-1
./cp/acl: skipping test: This test requires getfacl and setfacl.
SKIP: cp/acl
PASS: cp/backup-dir
PASS: cp/abuse
PASS: cp/cp-HL
PASS: cp/cp-deref
PASS: cp/backup-is-src
PASS: cp/cp-i
PASS: cp/deref-slink
PASS: cp/cp-parents
PASS: cp/dir-rm-dest
PASS: cp/dir-slash
PASS: cp/dir-vs-file
PASS: cp/existing-perm-race
PASS: cp/fail-perm
PASS: cp/cp-mv-backup
PASS: cp/into-self
PASS: cp/file-perm-race
PASS: cp/link
PASS: cp/link-preserve
PASS: cp/link-no-deref
PASS: cp/no-deref-link1
PASS: cp/no-deref-link3
PASS: cp/no-deref-link2
PASS: cp/parent-perm
./cp/perm: skipping test: very expensive: disabled by default
SKIP: cp/perm
PASS: cp/preserve-2
PASS: cp/parent-perm-race
PASS: cp/proc-short-read
PASS: cp/preserve-slink-time
PASS: cp/proc-zero-len
PASS: cp/reflink-perm
PASS: cp/reflink-auto
PASS: cp/r-vs-symlink
PASS: cp/slink-2-slink
PASS: cp/sparse
PASS: cp/special-f
PASS: cp/symlink-slash
PASS: cp/src-base-dot
PASS: df/unreadable
PASS: cp/thru-dangling
PASS: misc/uniq
PASS: dd/not-rewound
PASS: cp/same-file
PASS: dd/direct
PASS: dd/skip-seek
PASS: dd/skip-seek2
PASS: dd/reblock
PASS: dd/stderr
PASS: dd/unblock-sync
PASS: dd/misc
PASS: dd/skip-seek-past-file
PASS: dd/unblock
PASS: df/total-verify
./du/2g: skipping test: very expensive: disabled by default
SKIP: du/2g
PASS: du/8gb
PASS: du/basic
PASS: du/deref
PASS: du/deref-args
PASS: du/fd-leak
PASS: du/hard-link
PASS: du/inacc-dir
PASS: du/exclude
PASS: du/inacc-dest
PASS: du/files0-from
PASS: du/inaccessible-cwd
PASS: du/long-from-unreadable
PASS: du/no-x
PASS: du/one-file-system
PASS: du/no-deref
PASS: du/restore-wd
PASS: du/trailing-slash
./du/slink: skipping test: `.' is on an XFS file system
SKIP: du/slink
PASS: du/two-args
PASS: install/basic-1
PASS: install/create-leading
PASS: du/slash
PASS: install/d-slashdot
PASS: install/install-C
./install/install-C-selinux: skipping test: this system (or maybe just the current file system) lacks SELinux support
SKIP: install/install-C-selinux
PASS: install/strip-program
PASS: install/trap
PASS: ln/hard-backup
PASS: ln/backup-1
PASS: ln/sf-1
PASS: ln/slash-decorated-nonexistent-dest
PASS: ln/target-1
PASS: ln/misc
PASS: ls/color-clear-to-eol
PASS: ls/color-dtype-dir
PASS: ls/dangle
PASS: ls/dired
PASS: ls/file-type
PASS: du/long-sloop
PASS: ls/follow-slink
PASS: ls/infloop
PASS: ls/inode
PASS: ls/no-arg
PASS: ls/m-option
./ls/no-cap: skipping test: no strace program
PASS: ls/multihardlink
SKIP: ls/no-cap
PASS: ls/proc-selinux-segfault
PASS: ls/recursive
PASS: ls/rt-1
PASS: ls/readdir-mountpoint-inode
./ls/stat-dtype: skipping test: '.' is not on a suitable file system for this test
SKIP: ls/stat-dtype
./ls/stat-free-symlinks: skipping test: no strace program
SKIP: ls/stat-free-symlinks
PASS: ls/symlink-slash
PASS: ls/stat-failed
PASS: ls/stat-vs-dirent
PASS: ls/x-option
PASS: mkdir/p-2
PASS: mkdir/p-3
PASS: mkdir/p-1
PASS: mkdir/p-slashdot
PASS: mkdir/p-thru-slink
PASS: mkdir/p-v
PASS: mkdir/parents
./mkdir/selinux: skipping test: This test is useful only with SELinux in Enforcing mode.
SKIP: mkdir/selinux
PASS: mkdir/perm
PASS: mkdir/special-1
PASS: mkdir/t-slash
./mv/acl: skipping test: This test requires getfacl and setfacl.
SKIP: mv/acl
PASS: mv/backup-dir
./mv/atomic2: skipping test: no strace program
./mv/atomic: skipping test: no strace program
SKIP: mv/atomic2
SKIP: mv/atomic
PASS: mv/diag
PASS: mv/childproof
PASS: mv/dir-file
PASS: mv/backup-is-src
PASS: mv/dir2dir
PASS: mv/dup-source
PASS: mv/force
PASS: ls/abmon-align
PASS: mv/hard-link-1
PASS: mv/hard-2
PASS: mv/hard-4
PASS: mv/hard-3
PASS: mv/i-2
PASS: mv/i-1
PASS: mv/hard-verbose
PASS: mv/i-4
PASS: mv/i-link-no
./mv/i-3: skipping test: requires controlling input terminal
SKIP: mv/i-3
PASS: mv/i-5
PASS: mv/into-self-4
PASS: mv/into-self
PASS: mv/into-self-2
PASS: mv/into-self-3
PASS: mv/mv-n
PASS: mv/part-fail
PASS: mv/mv-special-1
PASS: mv/no-target-dir
PASS: mv/part-rename
PASS: mv/partition-perm
PASS: tail-2/wait
PASS: mv/part-hardlink
PASS: mv/to-symlink
PASS: mv/perm-1
PASS: mv/trailing-slash
PASS: readlink/can-e
PASS: mv/leak-fd
PASS: mv/update
PASS: readlink/rl-1
PASS: rmdir/fail-perm
PASS: readlink/can-f
PASS: rmdir/t-slash
PASS: rmdir/ignore
./tail-2/assert-2: skipping test: very expensive: disabled by default
PASS: tail-2/big-4gb
SKIP: tail-2/assert-2
PASS: readlink/can-m
PASS: tail-2/flush-initial
PASS: tail-2/proc-ksyms
PASS: tail-2/pipe-f
PASS: tail-2/start-middle
PASS: touch/dangling-symlink
PASS: touch/dir-1
PASS: touch/fail-diag
PASS: touch/fifo
PASS: touch/no-create-missing
PASS: touch/no-rights
./touch/not-owner: skipping test: you have write access to /.
SKIP: touch/not-owner
PASS: touch/obsolescent
PASS: touch/read-only
./chown/basic: skipping test: must be run as root
SKIP: chown/basic
PASS: mv/part-symlink
PASS: touch/relative
PASS: tail-2/follow-stdin
./cp/preserve-gid: skipping test: must be run as root
SKIP: cp/preserve-gid
./cp/special-bits: skipping test: must be run as root
SKIP: cp/special-bits
./cp/cp-a-selinux: skipping test: must be run as root
SKIP: cp/cp-a-selinux
./chroot/credentials: skipping test: must be run as root
SKIP: chroot/credentials
PASS: tail-2/pipe-f2
./ls/nameless-uid: skipping test: must be run as root
SKIP: ls/nameless-uid
./dd/skip-seek-past-dev: skipping test: must be run as root
./install/install-C-root: skipping test: must be run as root
SKIP: dd/skip-seek-past-dev
./ls/capability: skipping test: must be run as root
SKIP: ls/capability
SKIP: install/install-C-root
./cp/cp-mv-enotsup-xattr: skipping test: must be run as root
SKIP: cp/cp-mv-enotsup-xattr
./misc/chcon: skipping test: must be run as root
SKIP: misc/chcon
./rm/fail-2eperm: skipping test: must be run as root
SKIP: rm/fail-2eperm
./misc/truncate-owned-by-other: skipping test: must be run as root
SKIP: misc/truncate-owned-by-other
./misc/selinux: skipping test: must be run as root
SKIP: misc/selinux
./mkdir/writable-under-readonly: skipping test: must be run as root
SKIP: mkdir/writable-under-readonly
./mv/sticky-to-xpart: skipping test: must be run as root
SKIP: mv/sticky-to-xpart
./tail-2/append-only: skipping test: must be run as root
SKIP: tail-2/append-only
./rm/one-file-system: skipping test: must be run as root
SKIP: rm/one-file-system
./rm/no-give-up: skipping test: must be run as root
SKIP: rm/no-give-up
./touch/now-owned-by-other: skipping test: must be run as root
SKIP: touch/now-owned-by-other
=======================
All 345 tests passed
(47 tests were not run)
=======================
make[5]: Leaving directory `/sources/coreutils-7.6/tests'
make[4]: Leaving directory `/sources/coreutils-7.6/tests'
make[3]: Leaving directory `/sources/coreutils-7.6/tests'
Making check in gnulib-tests
make[3]: Entering directory `/sources/coreutils-7.6/gnulib-tests'
make check-recursive
make[4]: Entering directory `/sources/coreutils-7.6/gnulib-tests'
make[5]: Entering directory `/sources/coreutils-7.6/gnulib-tests'
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
make[6]: Entering directory `/sources/coreutils-7.6/gnulib-tests'
 CC test-file-has-acl.o
 CC read-file.o
 CC test-set-mode-acl.o
 CC test-copy-acl.o
 CC test-sameacls.o
 CC test-alignof.o
 CC test-alloca-opt.o
 CC test-argmatch.o
 CC test-argv-iter.o
 CC test-arpa_inet.o
 CC test-atexit.o
 CC test-base64.o
 CC test-binary-io.o
 CC test-bitrotate.o
 CC test-btowc.o
 CC test-c-ctype.o
 CC test-c-strcasecmp.o
 CC test-c-strncasecmp.o
 CC test-canonicalize.o
 CC test-closein.o
 CC test-md5.o
 CC test-sha1.o
 CC test-dirent-safer.o
 CC test-dirname.o
 CC test-dup2.o
 CC test-environ.o
 CC test-errno.o
 CC test-exclude.o
 CC test-fchdir.o
 CC test-fcntl-h.o
 CC test-fcntl-safer.o
 CC test-fdopendir.o
 CC test-fflush.o
 CC test-fflush2.o
 CC test-filenamecat.o
 CC test-filevercmp.o
 CC test-fnmatch.o
 CC test-fopen-safer.o
 CC test-fopen.o
 CC test-fpending.o
 CC test-fpurge.o
 CC test-freadahead.o
 CC test-freading.o
 CC test-freadptr.o
 CC test-freadptr2.o
 CC test-freadseek.o
 CC test-frexp.o
 CC test-frexpl.o
 CC test-fseeko.o
 CC test-fseterr.o
 CC test-ftello.o
 CC test-getaddrinfo.o
 CC test-getcwd.o
 CC test-getdate.o
 CC test-getdelim.o
 CC test-gethostname.o
 CC test-getline.o
 CC test-getndelim2.o
 CC test-getopt.o
 CC test-gettimeofday.o
 CC test-hash.o
 CC test-i-ring.o
 CC test-iconv.o
 CC test-inttypes.o
 CC test-isnand-nolibm.o
 CC test-isnanf-nolibm.o
 CC test-isnanl-nolibm.o
 CC test-link.o
 CC test-lseek.o
 CC test-lstat.o
 CC test-malloca.o
 CC test-math.o
 CC test-mbrtowc.o
 CC test-mbscasecmp.o
 CC test-mbsinit.o
 CC test-mbsrtowcs.o
 CC test-mbsstr1.o
 CC test-mbsstr2.o
 CC test-mbsstr3.o
 CC test-memchr.o
 CC test-memchr2.o
 CC test-memcmp.o
 CC test-memrchr.o
 CC test-netdb.o
 CC test-netinet_in.o
 CC test-open.o
 CC test-openat-safer.o
 CC test-perror.o
 CC test-printf-frexp.o
 CC test-printf-frexpl.o
 CC test-priv-set.o
 CC test-quotearg.o
 CC test-read-file.o
 CC test-select.o
 CC test-select-fd.o
 CC test-select-stdin.o
 CC test-sigaction.o
 CC test-signal.o
 CC test-signbit.o
 CC test-sleep.o
 CC test-snprintf.o
 CC test-sockets.o
 CC test-stat-time.o
 CC test-stdbool.o
 CC test-stddef.o
 CC test-stdint.o
 CC test-stdio.o
 CC test-stdlib.o
 CC test-strerror.o
 CC test-striconv.o
 CC test-string.o
 CC test-strtod.o
 CC test-strverscmp.o
 CC test-sys_select.o
 CC test-sys_socket.o
 CC test-sys_stat.o
 CC test-sys_time.o
 CC test-time.o
 CC test-u64.o
 CC test-unistd.o
 CC test-uc_width.o
 CC test-uc_width2.o
 CC test-vasnprintf.o
 CC test-vasprintf-posix.o
 CC test-vasprintf.o
 CC test-version-etc.o
 CC test-vfprintf-posix.o
 CC test-vprintf-posix.o
 CC test-wchar.o
 CC test-wcrtomb.o
 CC test-wctype.o
 CC test-wcwidth.o
 CC test-xfprintf-posix.o
 CC test-xprintf-posix.o
 CC test-xstrtoimax.o
 CC test-xstrtol.o
 CC test-xstrtoul.o
 CC test-xstrtoumax.o
 CC test-xvasprintf.o
 CC test-yesno.o
 AR libtests.a
 CCLD test-file-has-acl
 CCLD test-set-mode-acl
 CCLD test-copy-acl
 CCLD test-sameacls
 CCLD test-alignof
 CCLD test-alloca-opt
 CCLD test-argmatch
 CCLD test-argv-iter
 CCLD test-arpa_inet
 CCLD test-atexit
 CCLD test-base64
 CCLD test-binary-io
 CCLD test-bitrotate
 CCLD test-btowc
 CCLD test-c-ctype
 CCLD test-c-strcasecmp
 CCLD test-c-strncasecmp
 CCLD test-canonicalize
 CCLD test-closein
 CCLD test-md5
 CCLD test-sha1
 CCLD test-dirent-safer
 CCLD test-dirname
 CCLD test-dup2
 CCLD test-environ
 CCLD test-errno
 CCLD test-exclude
 CCLD test-fchdir
 CCLD test-fcntl-h
 CCLD test-fcntl-safer
 CCLD test-fdopendir
 CCLD test-fflush
 CCLD test-fflush2
 CCLD test-filenamecat
 CCLD test-filevercmp
 CCLD test-fnmatch
 CCLD test-fopen-safer
 CCLD test-fopen
 CCLD test-fpending
 CCLD test-fpurge
 CCLD test-freadahead
 CCLD test-freading
 CCLD test-freadptr
 CCLD test-freadptr2
 CCLD test-freadseek
 CCLD test-frexp-nolibm
 CCLD test-frexpl-nolibm
 CCLD test-fseeko
 CCLD test-fseterr
 CCLD test-ftello
 CCLD test-getaddrinfo
 CCLD test-getcwd
 CCLD test-getdate
 CCLD test-getdelim
 CCLD test-gethostname
 CCLD test-getline
 CCLD test-getndelim2
 CCLD test-getopt
 CCLD test-gettimeofday
 CCLD test-hash
 CCLD test-i-ring
 CCLD test-iconv
 CCLD test-inttypes
 CCLD test-isnand-nolibm
 CCLD test-isnanf-nolibm
 CCLD test-isnanl-nolibm
 CCLD test-link
 CCLD test-lseek
 CCLD test-lstat
 CCLD test-malloca
 CCLD test-math
 CCLD test-mbrtowc
 CCLD test-mbscasecmp
 CCLD test-mbsinit
 CCLD test-mbsrtowcs
 CCLD test-mbsstr1
 CCLD test-mbsstr2
 CCLD test-mbsstr3
 CCLD test-memchr
 CCLD test-memchr2
 CCLD test-memcmp
 CCLD test-memrchr
 CCLD test-netdb
 CCLD test-netinet_in
 CCLD test-open
 CCLD test-openat-safer
 CCLD test-perror
 CCLD test-printf-frexp
 CCLD test-printf-frexpl
 CCLD test-priv-set
 CCLD test-quotearg
 CCLD test-read-file
 CCLD test-select
 CCLD test-select-fd
 CCLD test-select-stdin
 CCLD test-sigaction
 CCLD test-signal
 CCLD test-signbit
 CCLD test-sleep
 CCLD test-snprintf
 CCLD test-stat-time
 CCLD test-sockets
 CCLD test-stdbool
 CCLD test-stddef
 CCLD test-stdint
 CCLD test-stdio
 CCLD test-stdlib
 CCLD test-strerror
 CCLD test-striconv
 CCLD test-string
 CCLD test-strtod
 CCLD test-strverscmp
 CCLD test-sys_select
 CCLD test-sys_socket
 CCLD test-sys_stat
 CCLD test-sys_time
 CCLD test-time
 CCLD test-unistd
 CCLD test-uc_width
 CCLD test-u64
 CCLD test-uc_width2
 CCLD test-vasnprintf
 CCLD test-vasprintf
 CCLD test-version-etc
 CCLD test-vfprintf-posix
 CCLD test-vprintf-posix
 CCLD test-wchar
 CCLD test-wcrtomb
 CCLD test-wctype
 CCLD test-wcwidth
 CCLD test-xfprintf-posix
 CCLD test-xprintf-posix
 CCLD test-xstrtoimax
 CCLD test-xstrtol
 CCLD test-xstrtoul
 CCLD test-xstrtoumax
 CCLD test-xvasprintf
 CCLD test-yesno
 CCLD test-vasprintf-posix
make[6]: Leaving directory `/sources/coreutils-7.6/gnulib-tests'
make check-TESTS
make[6]: Entering directory `/sources/coreutils-7.6/gnulib-tests'
make[7]: Entering directory `/sources/coreutils-7.6/gnulib-tests'
SKIP: test-file-has-acl.sh
PASS: test-alloca-opt
PASS: test-alignof
SKIP: test-copy-acl.sh
PASS: test-argmatch
PASS: test-argv-iter
PASS: test-atexit.sh
PASS: test-arpa_inet
PASS: test-base64
PASS: test-binary-io.sh
PASS: test-bitrotate
PASS: test-c-ctype
PASS: test-btowc1.sh
PASS: test-btowc2.sh
PASS: test-c-strcase.sh
PASS: test-md5
PASS: test-sha1
PASS: test-closein.sh
PASS: test-canonicalize.sh
PASS: test-dirent-safer
PASS: test-environ
PASS: test-dup2
PASS: test-dirname
PASS: test-errno
PASS: test-set-mode-acl.sh
PASS: test-exclude4.sh
PASS: test-exclude2.sh
PASS: test-exclude3.sh
PASS: test-fchdir
PASS: test-exclude6.sh
PASS: test-exclude1.sh
PASS: test-exclude5.sh
PASS: test-fcntl-safer
PASS: test-fdopendir
PASS: test-fcntl-h
PASS: test-fflush
PASS: test-exclude7.sh
PASS: test-fflush2.sh
PASS: test-filevercmp
PASS: test-filenamecat
PASS: test-fnmatch
PASS: test-fopen
PASS: test-fopen-safer
PASS: test-fpending.sh
PASS: test-fpurge
PASS: test-freadahead.sh
PASS: test-freadptr.sh
PASS: test-freadptr2.sh
PASS: test-freading
PASS: test-freadseek.sh
PASS: test-frexp-nolibm
PASS: test-frexpl-nolibm
PASS: test-fseeko.sh
PASS: test-fseeko2.sh
PASS: test-ftello2.sh
PASS: test-getaddrinfo
PASS: test-fseterr
PASS: test-getdate
PASS: test-ftello.sh
PASS: test-getdelim
PASS: test-getcwd
PASS: test-getline
PASS: test-getopt
PASS: test-gethostname
PASS: test-getndelim2
PASS: test-gettimeofday
PASS: test-i-ring
PASS: test-iconv
PASS: test-isnanf-nolibm
PASS: test-isnanl-nolibm
PASS: test-link
PASS: test-lseek.sh
PASS: test-inttypes
PASS: test-malloca
PASS: test-math
PASS: test-mbrtowc1.sh
PASS: test-isnand-nolibm
PASS: test-lstat
PASS: test-mbrtowc2.sh
PASS: test-mbrtowc4.sh
PASS: test-mbsinit.sh
PASS: test-mbrtowc3.sh
PASS: test-mbsrtowcs2.sh
PASS: test-mbsrtowcs1.sh
PASS: test-mbsrtowcs3.sh
PASS: test-mbsrtowcs4.sh
PASS: test-mbscasecmp.sh
PASS: test-mbsstr1
PASS: test-memchr
PASS: test-mbsstr3.sh
PASS: test-hash
PASS: test-memrchr
PASS: test-memcmp
PASS: test-netdb
PASS: test-open
PASS: test-netinet_in
PASS: test-printf-frexp
PASS: test-memchr2
PASS: test-openat-safer
PASS: test-printf-frexpl
PASS: test-priv-set
PASS: test-quotearg.sh
PASS: test-read-file
PASS: test-perror.sh
PASS: test-select
PASS: test-sigaction
PASS: test-signal
PASS: test-signbit
PASS: test-snprintf
PASS: test-sockets
PASS: test-mbsstr2.sh
PASS: test-stdbool
PASS: test-stddef
PASS: test-stdint
PASS: test-stdio
PASS: test-stdlib
PASS: test-strerror
PASS: test-striconv
PASS: test-string
PASS: test-strtod
PASS: test-strverscmp
PASS: test-sys_select
PASS: test-sys_socket
PASS: test-sys_stat
PASS: test-sys_time
PASS: test-time
PASS: test-u64
PASS: test-unistd
PASS: test-uc_width
PASS: uniwidth/test-uc_width2.sh
PASS: test-update-copyright.sh
PASS: test-vasnprintf
PASS: test-vasprintf-posix
PASS: test-vasprintf
SKIP: test-vc-list-files-git.sh
SKIP: test-vc-list-files-cvs.sh
PASS: test-version-etc.sh
PASS: test-vfprintf-posix.sh
PASS: test-vprintf-posix.sh
PASS: test-wchar
PASS: test-wcrtomb.sh
PASS: test-wctype
PASS: test-wcwidth
PASS: test-xprintf-posix.sh
PASS: test-xstrtoimax.sh
PASS: test-xstrtol.sh
PASS: test-xstrtoumax.sh
PASS: test-xvasprintf
PASS: test-yesno.sh
PASS: test-select-out.sh
PASS: test-sleep
PASS: test-select-in.sh
PASS: test-stat-time
======================
All 149 tests passed
(4 tests were not run)
======================
make[7]: Leaving directory `/sources/coreutils-7.6/gnulib-tests'
make[6]: Leaving directory `/sources/coreutils-7.6/gnulib-tests'
make[5]: Leaving directory `/sources/coreutils-7.6/gnulib-tests'
make[4]: Leaving directory `/sources/coreutils-7.6/gnulib-tests'
make[3]: Leaving directory `/sources/coreutils-7.6/gnulib-tests'
make[3]: Entering directory `/sources/coreutils-7.6'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/sources/coreutils-7.6'
make[2]: Leaving directory `/sources/coreutils-7.6'
make[1]: Leaving directory `/sources/coreutils-7.6'

作者: echo   发布时间: 2009-10-25

現在問題是否已解決了?

作者: d00m3d   发布时间: 2009-10-26

没有,还不知道是为什么。只是解决了没有设置时间的问题的错误其它的关于selinux还不知道是怎么回事,我的系统是刚装的然后装了bc再就是装opensll,selinux在内核中也没有启用。

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

作者: echo   发布时间: 2009-10-26