b=QF1D+BsjwyqCQEDqggNAWOzXp3UH1IxLyz2MaBCbztZRf28ODhi9tyq/WF4qjwZVnjTi05 WxQfMykrp/RBnTr5QvQyE9ahONsyfRp47yFi/6q4fDKLeqAPqKVByW8/TlNrou1sac0ztH ek8imby8/cFfZkyvliRw+U/0c1I0lbrck3ZnxR8WyCD99+ZlSYaSoej9tDW+AnVpX7jbs0 CtmKzMOWgFBaqnlLAjWBMbCned2LnqqgIMfSxCdRdG9ExE2rpv/821KvWi8F/mM6WeKM1K MB7xNOHVTkHTW8haQ0nYLxbNUJFLNL7s3ilfqPY/oFLM1i6ExYglnp7HotRztw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777317730; 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=iXYlQFvdpn2jHJ6/73aWCXynAWN9JZ65zYZRVxY26UM=; b=ign0XPbXjOK12MPwGSDE5ALGMFRDT/jopkFfCPaMPa2zF8fKv83qyW2ZIkDZ9OyAIUh9AY 73C+MiOxj8fiZALdvCdglOKmgfs6R/T7KO7f1X9GUaAD2mQtioJq+pH+qUHgO9ZCwnKweR 9DmShi9WQ/suaCBObV6Ze2gYG5Df6sHgUVz3KglH6k5AyVn1Sfxe0KIo59gogiPEzPzpKO QEGL9mxaUgsm5dqNdC/abPGPFDjXZSC+jWSBKfYL+gT+c6hmTtzE3fJAkR9KLRYVrh3s1e CXNP8YKqA7TFkt464CLUbLljZgYGsavz4iCvXaajKiMP7WfK2gOpyYMNc+KI6w== 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 4g4D364zHlz56G for ; Mon, 27 Apr 2026 19:22:10 +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 63RJMAVV067032 for ; Mon, 27 Apr 2026 19:22:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 63RJMAUW067031 for bugs@FreeBSD.org; Mon, 27 Apr 2026 19:22:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 294822] makeman.lua lacking diagnostics for failure case Date: Mon, 27 Apr 2026 19:22:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 16.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@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=3D294822 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dea27ec183d0ff26e1273202841a02041b= 6d93955 commit ea27ec183d0ff26e1273202841a02041b6d93955 Author: Ed Maste AuthorDate: 2026-04-26 19:30:17 +0000 Commit: Ed Maste CommitDate: 2026-04-27 19:21:12 +0000 makeman.lua: Downgrade `make showconfig` error to warning The sh-based makeman silently ignored errors from `make showconfig`. Ignore errors also from makeman.lua (but emit a warning). We may want to revisit this in the future, but want makeman.lua to behave identically for now. PR: 294822 Reviewed by: kevans Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D56663 tools/build/options/makeman.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.=