OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4d58984Zhzz3NmR for ; Tue, 11 Nov 2025 01:30:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1762824604; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eNv3yWHN3m6N5SyzzuvEOZqywDqRXjHmry5lIf+qFFs=; b=X/qTvsBG4SOmWUnkbn4jCojfgOdaL5kE5d4j+DTVwpY7T/lQ/nm/mrKF6j/WZXYMaZUFKk zf2Cxp2PHboJ6RuTOuT1caVZD5pRYpYs+xA7bynFucKCOcinUsJ43Dgf28ocJPEuoaRoAc uWBJDRMExc4LJ4pyN1xf1bMh0TBqSjKpMJ+ua+vs+PANw+yG6GsJvU7UT0D3cbCisPHh7d eX9tMcd9U6DmEYy/be2ZXb4k4BzQ6glkJXmZIAw61b06ncQxfusAnFXyayS2xqlbT2dWaw vQFNdat7YUyDEG/Jqm3BoD9I0X1p0CKnkQWt3K38G9WkJMw1F65qOgRQwmxToQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1762824604; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eNv3yWHN3m6N5SyzzuvEOZqywDqRXjHmry5lIf+qFFs=; b=AbjZJgaLoaqGafUQIodpCHNkpZN7gE1okl+AhH73vl6ieDXV87O+AtdOvycf0YfQKn3/IL MR/8tn96C81kDiGZkdVocCF87S+oIdOmyhFCLGX7lNLGi06pmCyMpqj52yaKuPef5rUBRE 8eXRS5ABqTPzWYo1LrpRL8O7PXIsWzDOH0yN0eObKfKDJfjQo716rZ80Rs3POuz1AxCAo5 558EQv/BVR85hfUfGxp7TFNnfKhqW/qOsxCXYWffzgk4BfWlLLrPIVfKBAA/FB8iz6iVWD drQ1M3ItxqBTPaUNpyfdkiipDS2ypHMuemGH13PTPyj24+P4ElNMCHR9xZBA3g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1762824604; a=rsa-sha256; cv=none; b=IRYGj0uf9+j6dxYclWA54rsiLUEvajVVPFkHzZHhIH4XaFjnhGnui9EBKX5vAS7LL19Dd9 6Sxk7TZZBAThrdkRrtozS5PcuQUMMaIv8ow4OPZoF0m2C8w0LSUH90qb4vYuSJvsr0uNyi o2B8x1WSPN4gcyAN4i47F8qpiPLRjg6E9ZvVhXRX67pxHyITvjnbXFDH6gqLKFKAFmFlIV mHKv9vSTkVK+Jyn6LyS+zRhHMJugZQr9jaCWoEbqPl1T9oSWD8cPMwczRFnzJVlGc15EL0 Wu4jPPngYh3rCQ78EWFcn6kZbtTShcx2cQj0nBFWX3uIeJA71nKN/cpvuLVHag== ARC-Authentication-Results: i=1; mx1.freebsd.org; none Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4d58984Bjnzk7v for ; Tue, 11 Nov 2025 01:30:04 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 5AB1U4E9059547 for ; Tue, 11 Nov 2025 01:30:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 5AB1U4tq059546 for bugs@FreeBSD.org; Tue, 11 Nov 2025 01:30:04 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 275030] buildworld fails if obj dir is NFS-mounted Date: Tue, 11 Nov 2025 01:30:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 14.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rmacklem@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275030 --- Comment #22 from Rick Macklem --- (In reply to Martin Birgmeier from comment #0) This problem might be caused by an older NFSv4 server, although I have no idea why the file has uarch set. Let me explain... Commit 3b6d4c6 added support for the NFSv4 Archive attribute (uarch) to the NFSv4 client/server. This implies that the NFSv4 client now checks to see if the NFSv4 server supports the Archive attribute. However, if the NFSv4 server is an older one (prior to the above commit done to main on Oct. 21), the server will say that Archive is not supported. Is your NFS mount using NFSv4 and is your NFSv4 server a FreeBSD one that isn't completely up to date? If so, I think I have to come up with a better way to handle an NFSv4 server that does not support Archive (uarch). (I'm away from home for a couple of weeks, so I won't be able to come up with any patch for a while.) --=20 You are receiving this mail because: You are the assignee for the bug.=