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



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