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

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

--- Comment #35 from void@f-m.fm ---
Is it normal for the build process to set uarch in for example, here in armv7

# ls -lo /usr/obj/usr/src/arm.armv7/tmp/legacy/bin/awk
-r-xr-xr-x  1 root wheel uarch 218196 Nov  3 09:20
/usr/obj/usr/src/arm.armv7/tmp/legacy/bin/awk

it doesn't happen in amd64:

% ls -lo /usr/obj/usr/src/amd64.amd64/tmp/legacy/bin/awk
-r-xr-xr-x  1 root wheel - 233184 Nov  3 05:35
/usr/obj/usr/src/amd64.amd64/tmp/legacy/bin/awk

same 16:current no nfs involved

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