From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 20 18:29:58 2025 Received: (at submit) by debbugs.gnu.org; 20 Feb 2025 23:29:58 +0000 Received: from localhost ([127.0.0.1]:44838 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tlFzR-00076e-Bl for submit@debbugs.gnu.org; Thu, 20 Feb 2025 18:29:57 -0500 Received: from lists.gnu.org ([2001:470:142::17]:44498) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tlFzO-00075T-BI for submit@debbugs.gnu.org; Thu, 20 Feb 2025 18:29:55 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tlFzF-0005HD-BC for automake-patches@gnu.org; Thu, 20 Feb 2025 18:29:47 -0500 Received: from spork.scientician.org ([2600:3c03:e000:66::1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tlFzD-0003iY-0E for automake-patches@gnu.org; Thu, 20 Feb 2025 18:29:44 -0500 Received: from spork.scientician.org (localhost [127.0.0.1]) by spork.scientician.org (Postfix) with ESMTP id 2A1344A748 for ; Thu, 20 Feb 2025 18:29:40 -0500 (EST) Received: from redacted.invalid by spork.scientician.org (Postfix) with ESMTPSA id 1EFE647F4B for ; Thu, 20 Feb 2025 18:29:40 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rhansen.org; s=20130902-spork; t=1740094180; bh=X49weRtoJokBo7ZgYKvaknVVw+00VmcRv+4Tfz5o6h8=; h=From:To:Subject:Date:From; b=amWenshhRe8c87gntzg/JYb4DP3GKwtckDDo2qIKFhecmIHUsK3UBX6Lg/bD1K1V2 VMnGJNM/PKM5rfLn23SIB4HsjyFZVJHjXPgxeMiqACN3tX3wyaDfRYM0/C6GnvWqFW p8pPp7O7g9WvaYtldVRrqLU+6lz7gylTnZFOLoos= Received: from redacted.invalid by mail.scientician.org (Postfix) with ESMTPSA id BB02E20044; Thu, 20 Feb 2025 18:29:36 -0500 (EST) From: Richard Hansen To: automake-patches@gnu.org Subject: [PATCH] automake: add missing AC_MSG_RESULT calls to AM_SANITY_CHECK Date: Thu, 20 Feb 2025 18:27:02 -0500 Message-ID: <20250220232900.2521096-1-rhansen@rhansen.org> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2600:3c03:e000:66::1; envelope-from=rhansen@rhansen.org; helo=spork.scientician.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * m4/sanity.m4 (AM_SANITY_CHECK): Call AC_MSG_RESULT before erroring out so that a complete line is printed to stdout before the error message is written to stderr. --- m4/sanity.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/m4/sanity.m4 b/m4/sanity.m4 index 53538a873..be4b16113 100644 --- a/m4/sanity.m4 +++ b/m4/sanity.m4 @@ -169,10 +169,12 @@ am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_RESULT([no]) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_RESULT([no]) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 20 18:44:46 2025 Received: (at 76448) by debbugs.gnu.org; 20 Feb 2025 23:44:47 +0000 Received: from localhost ([127.0.0.1]:45029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tlGDm-0000mm-Cf for submit@debbugs.gnu.org; Thu, 20 Feb 2025 18:44:46 -0500 Received: from frenzy.freefriends.org ([198.99.81.75]:39200 helo=freefriends.org) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tlGDj-0000lo-DP; Thu, 20 Feb 2025 18:44:43 -0500 X-Envelope-From: karl@freefriends.org Received: from freefriends.org (localhost [127.0.0.1]) by freefriends.org (8.16.1/8.16.1) with ESMTPS id 51KNi657706104 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Thu, 20 Feb 2025 16:44:07 -0700 Received: (from apache@localhost) by freefriends.org (8.16.1/8.14.7/Submit) id 51KNi62J706103; Thu, 20 Feb 2025 16:44:06 -0700 Date: Thu, 20 Feb 2025 16:44:06 -0700 Message-Id: <202502202344.51KNi62J706103@freefriends.org> From: Karl Berry To: rhansen@rhansen.org Subject: Re: [bug#76448] [PATCH] automake: add missing AC_MSG_RESULT calls to AM_SANITY_CHECK In-Reply-To: <20250220232900.2521096-1-rhansen@rhansen.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76448 Cc: 76448@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * m4/sanity.m4 (AM_SANITY_CHECK): Call AC_MSG_RESULT before erroring out so that a complete line is printed to stdout before the error message is written to stderr. I pushed this. (surprisingly, no tests failed for me. :) Thanks Richard. From unknown Fri Jun 20 07:15:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 21 Mar 2025 11:24:16 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator