Re: Error during 'make installworld' over NFS
Date: Sat, 30 Mar 2024 17:33:58 UTC
On 3/29/2024 3:23 PM, freebsd-questions@umpquanet.com wrote: > For years I've been doing upgrades by mounting /usr/src and /usr/obj via > read-only NFS shares, and doing an installkernel/installworld/ > mergemaster sequence. > > Lately I've built stable/14-n267062-77205dbc1397 but I'm hitting an > error that appears to be because the NFS mounts are read-only. I havent tried RELENG_14 in a few weeks, but does setting setenv MAKE_OBJDIR_CHECK_WRITABLE 0 before you do the installkernel/installworld help at all ? ---Mike