https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275030
Bug ID: 275030
Summary: buildworld fails if obj dir is NFS-mounted [patch]
Product: Base System
Version: 14.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: misc
Assignee: [email protected]
Reporter: [email protected]
Created attachment 246245
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246245&action=edit
patch to enable building with NFS-mounted /usr/src and /usr/obj
Scenario:
- FreeBSD stable/14 latest (e4fb49e8)
- /usr/src and /usr/obj on another machine via NFS
- "cd /usr/src ; make buildworld buildkernel KERNCONF=..."
Result:
- Build fails with "cp: chflags:
.../stable/14/amd64.amd64/tmp/legacy/bin/basename: Operation not supported"
Expected result:
- Building was possible using this setup until not too long ago and should
continue to work with NFS-mounted src and obj directories
Patch attached.
-- Martin
--
You are receiving this mail because:
You are the assignee for the bug.