I got this failure from "make check" with coreutils 7.0. It looks like a bug in the test, rather than in df itself. df is complaining about not being able to access a mount point which has a FUSE filesystem mounted on it.
============================================= GNU coreutils 7.0: tests/test-suite.log ============================================= 1 of 353 tests failed. (40 tests were not run). .. contents:: :depth: 2 FAIL: df/total.log (exit: 1) ============================ + ls --version ls (GNU coreutils) 7.0 Copyright (C) 2008 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 Richard M. Stallman and David MacKenzie. + . ./test-lib.sh ++ unset function_test ++ eval 'function_test() { return 11; }; function_test' +++ function_test +++ return 11 ++ test 11 '!=' 11 +++ pwd ++ test_dir_=/package/host/code.dogmap.org/foreign/coreutils-7.0+spf+0/compile/src/coreutils-7.0/tests +++ this_test_ +++ echo ././df/total +++ sed 's,.*/,,' ++ this_test=total +++ /package/host/code.dogmap.org/foreign/coreutils-7.0+spf+0/compile/src/coreutils-7.0/src/mktemp -d --tmp=/package/host/code.dogmap.org/foreign/coreutils-7.0+spf+0/compile/src/coreutils-7.0/tests cu-total.XXXXXXXXXX ++ t_=/package/host/code.dogmap.org/foreign/coreutils-7.0+spf+0/compile/src/coreutils-7.0/tests/cu-total.38ebh00h2k ++ trap remove_tmp_ 0 ++ trap 'Exit $?' 1 2 13 15 ++ cd /package/host/code.dogmap.org/foreign/coreutils-7.0+spf+0/compile/src/coreutils-7.0/tests/cu-total.38ebh00h2k ++ diff --version ++ grep GNU + fail=0 + umask 22 + RE_TOTAL='^total( +(-?[0-9]+|-)){3} +-?[0-9]+%$' + df df: `/fs/home/mount/home/prj/r': Permission denied + fail=1 + /command/grep -E '^total( +(-?[0-9]+|-)){3} +-?[0-9]+%$' tmp + df -i df: `/fs/home/mount/home/prj/r': Permission denied + fail=1 + /command/grep -E '^total( +(-?[0-9]+|-)){3} +-?[0-9]+%$' tmp + df --total df: `/fs/home/mount/home/prj/r': Permission denied + /command/grep -E '^total( +(-?[0-9]+|-)){3} +-?[0-9]+%$' total 76145756 68395640 7750116 90% + df -i --total df: `/fs/home/mount/home/prj/r': Permission denied + /command/grep -E '^total( +(-?[0-9]+|-)){3} +-?[0-9]+%$' total 47992 198 47794 1% + Exit 1 + set +e + exit 1 + exit 1 + remove_tmp_ + __st=1 + cleanup_ + : + cd /package/host/code.dogmap.org/foreign/coreutils-7.0+spf+0/compile/src/coreutils-7.0/tests + chmod -R u+rwx /package/host/code.dogmap.org/foreign/coreutils-7.0+spf+0/compile/src/coreutils-7.0/tests/cu-total.38ebh00h2k + rm -rf /package/host/code.dogmap.org/foreign/coreutils-7.0+spf+0/compile/src/coreutils-7.0/tests/cu-total.38ebh00h2k + exit 1 _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
