NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/52825: cross-build failure on FreeBSD/amd64



The following reply was made to PR toolchain/52825; it has been noted by GNATS.

From: clare%csel.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc: Robert Elz <kre%munnari.OZ.AU@localhost>, toolchain-manager%netbsd.org@localhost,
 gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: toolchain/52825: cross-build failure on FreeBSD/amd64
Date: Sun, 17 Dec 2017 09:50:45 +0900

 On Sat, 16 Dec 2017 16:30:01 +0000 (UTC)
 Robert Elz <kre%munnari.OZ.AU@localhost> wrote:
 
 >    | 	>> /export/stage/destdir/amd64/METALOG
 >    | nbcat: stdout: Operation not supported
 >  
 >  What kind of filesystem is /export/stage/destdir/amd64 ?
 
 currently, the filesystem is just moutned over NFS.
 NFS server is FreeBSD and client is FreeBSD.
 lockd is not running.
 statd is not running.
 
 # grep export /etc/fstab
 hanako:/export          /export         nfs     rw,intr
 
 # nfsstat -m /export
 hanako:/export on /export
 nfsv3,tcp,resvport,hard,intr,cto,lockd,sec=sys,
 acdirmin=3,acdirmax=60,acregmin=5,acregmax=60,
 nametimeo=60,negnametimeo=60,rsize=65536,wsize=65536,readdirsize=65536,
 readahead=1,wcommitsize=8388608,timeout=120,retrans=2
 
 >  The "not supported" operation would be from:
 >  
 >  	if (fcntl(STDOUT_FILENO, F_SETLKW, &stdout_lock) == -1)
 >  		err(EXIT_FAILURE, "stdout");
 >  
 >  and is indicating that the file cannot be locked - which likely means
 >  that locks are not supported on the output filesystem.
 
 NFS locking is required?
 
 
 -- 
 Shinichi Doyashiki <clare%csel.org@localhost>
 


Home | Main Index | Thread Index | Old Index