This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make tests process failures using /c


On Wed, 10 Feb 2016, Steve Ellcey wrote:

> It looks like this function runs localedef on the target machine
> when using cross-test-ssh.sh but then it runs touch on the
> host machine to make sure the file exists and that the timestamp
> is good.  That touch is failing because the host machine does
> not see the file that was created.  The file is there, I can see
> if after looking for it after the make fails and the path to it
> is the same on the host and target machines.  I have also verified
> that both the host and target machines are running nntp and that
> the times are in sync (to some level of accuracy).

Try making the mounts use acdirmax=0,acdirmin=0 (I'm not sure why that 
should help with the precise symptoms you mention, but I've known it to 
help with some NFS coherency issues in testing in the past).  (I'm 
assuming that the NFS file server is the system on which you're running 
"make check"; both systems using NFS from a third system may have other 
problems.)

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]