[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: install basic-1 test fails if source directory is nfs-mounted
From: |
Bob Proulx |
Subject: |
Re: install basic-1 test fails if source directory is nfs-mounted |
Date: |
Mon, 30 Oct 2006 09:16:57 -0700 |
User-agent: |
Mutt/1.5.9i |
Thank you for your report. Please run an additional test to get more
information on this failure.
Zube wrote:
> Two machines, both CentOS 4.4, one x86_64, one x86_32, fully patched and gcc
> 3.4.6 used to build coreutils 6.4.
x86_32? :-)
> Source is on an nfs-mounted file system coming from a Solaris 9 box.
> chmod: cannot access `.': Stale NFS file handle
> FAIL: basic-1
> gmake[3]: Leaving directory `/stat/src/coreutils/coreutils-6.4/tests/install'
> If the source is moved to a local partition, the tests succeed.
Please run the test with script tracing enabled so that we can get
more information. Then send the result back to the mailing list.
This should get us closer to the problem.
cd /stat/src/coreutils/coreutils-6.4/tests/install
env DEBUG=yes VERBOSE=yes make check TESTS=basic-1 > log 2>&1
Thanks
Bob