[Bug 275030] buildworld fails if obj dir is NFS-mounted

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 13 Nov 2025 13:53:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275030

--- Comment #37 from void@f-m.fm ---
(In reply to void from comment #34)

OK the freebsd nfs server thing is a red herring
The problem also happens with openbsd 7.8 nfs server. Specifically:

1. freebsd 16:current armv7 rpi2+ nfs client nfs mounted /usr/obj
2. any nfs v3 server

problem does not happen if:

building world with amd64 with nfs mounted obj
building kernel (either armv7 or amd64) with nfs mounted obj, 

chflags -R 0 /usr/src or /usr/obj doesn't fix it
make cleanworld && make cleandir && make clean doesn't fix it
neither does deleting /usr/obj and starting again

-- 
You are receiving this mail because:
You are the assignee for the bug.