From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 04 01:43:50 2023 Received: (at submit) by debbugs.gnu.org; 4 Jan 2023 06:43:50 +0000 Received: from localhost ([127.0.0.1]:47385 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCxV8-0002x2-9L for submit@debbugs.gnu.org; Wed, 04 Jan 2023 01:43:50 -0500 Received: from lists.gnu.org ([209.51.188.17]:34696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCxV4-0002wp-LL for submit@debbugs.gnu.org; Wed, 04 Jan 2023 01:43:49 -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 1pCxV4-0008Ny-6y for automake-patches@gnu.org; Wed, 04 Jan 2023 01:43:46 -0500 Received: from dev.gentoo.org ([2001:470:ea4a:1:5054:ff:fec7:86e4] helo=smtp.gentoo.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1pCxV0-0002qD-5D for automake-patches@gnu.org; Wed, 04 Jan 2023 01:43:44 -0500 Received: by smtp.gentoo.org (Postfix, from userid 559) id 5309733FEB6; Wed, 4 Jan 2023 06:43:31 +0000 (UTC) From: Mike Frysinger To: automake-patches@gnu.org Subject: [PATCH] check: drop unused trs_list variable Date: Wed, 4 Jan 2023 01:43:20 -0500 Message-Id: <20230104064320.22657-1-vapier@gentoo.org> X-Mailer: git-send-email 2.39.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:470:ea4a:1:5054:ff:fec7:86e4; envelope-from=vapier@gentoo.org; helo=smtp.gentoo.org X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) When the code that used this variable was removed, the variable itself was left behind. Clean that up now too. * lib/am/check.am: Delete trs_list. --- lib/am/check.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/am/check.am b/lib/am/check.am index 6648c011d721..890670d7a178 100644 --- a/lib/am/check.am +++ b/lib/am/check.am @@ -417,11 +417,10 @@ check-TESTS: %CHECK_DEPS% @$(am__rm_f) $(TEST_SUITE_LOG) @set +e; $(am__set_TESTS_bases); \ log_list=`for i in $$bases; do echo $$i.log; done`; \ - trs_list=`for i in $$bases; do echo $$i.trs; done`; \ ## Remove newlines and normalize whitespace. Trailing (and possibly ## leading) whitespace is known to cause segmentation faults on ## Solaris 10 XPG4 make. - log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ + log_list=`echo $$log_list`; \ $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ ## Be sure to exit with the proper exit status (automake bug#9245). See ## comments in the recipe of $(TEST_SUITE_LOG) above for more information. -- 2.39.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 04 18:54:34 2023 Received: (at 60541) by debbugs.gnu.org; 4 Jan 2023 23:54:34 +0000 Received: from localhost ([127.0.0.1]:49873 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pDDac-0000iX-LG for submit@debbugs.gnu.org; Wed, 04 Jan 2023 18:54:34 -0500 Received: from freefriends.org ([96.88.95.60]:55616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pDDaa-0000iG-Fz for 60541@debbugs.gnu.org; Wed, 04 Jan 2023 18:54:32 -0500 X-Envelope-From: karl@freefriends.org Received: from freefriends.org (freefriends.org [96.88.95.60]) by freefriends.org (8.14.7/8.14.7) with ESMTP id 304NsVdJ008635 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 4 Jan 2023 16:54:31 -0700 Received: (from apache@localhost) by freefriends.org (8.14.7/8.14.7/Submit) id 304NsUea008634; Wed, 4 Jan 2023 16:54:30 -0700 Date: Wed, 4 Jan 2023 16:54:30 -0700 Message-Id: <202301042354.304NsUea008634@freefriends.org> From: Karl Berry To: vapier@gentoo.org Subject: Re: [bug#60541] [PATCH] check: drop unused trs_list variable In-Reply-To: <20230104064320.22657-1-vapier@gentoo.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60541 Cc: 60541@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: -3.3 (---) When the code that used this variable was removed, the variable itself was left behind. Clean that up now too. * lib/am/check.am: Delete trs_list. I can't find when the code using trs_list was removed (no mention in any ChangeLog), but indeed, grepping the current sources, I don't find any references to it. So please go ahead and commit this one. --thanks, karl. From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 04 19:24:40 2023 Received: (at 60541) by debbugs.gnu.org; 5 Jan 2023 00:24:40 +0000 Received: from localhost ([127.0.0.1]:49899 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pDE3j-0001Yq-NJ for submit@debbugs.gnu.org; Wed, 04 Jan 2023 19:24:39 -0500 Received: from woodpecker.gentoo.org ([140.211.166.183]:53200 helo=smtp.gentoo.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pDE3h-0001YZ-Fg for 60541@debbugs.gnu.org; Wed, 04 Jan 2023 19:24:38 -0500 Received: by smtp.gentoo.org (Postfix, from userid 559) id 466E9340CEA; Thu, 5 Jan 2023 00:24:31 +0000 (UTC) Date: Wed, 4 Jan 2023 19:24:29 -0500 From: Mike Frysinger To: Karl Berry Subject: Re: [bug#60541] [PATCH] check: drop unused trs_list variable Message-ID: References: <20230104064320.22657-1-vapier@gentoo.org> <202301042354.304NsUea008634@freefriends.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="eu5WWDJJLyjxc4h7" Content-Disposition: inline In-Reply-To: <202301042354.304NsUea008634@freefriends.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60541 Cc: 60541@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: -3.3 (---) --eu5WWDJJLyjxc4h7 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 04 Jan 2023 16:54, Karl Berry wrote: > When the code that used this variable was removed, the variable > itself was left behind. Clean that up now too. > * lib/am/check.am: Delete trs_list. >=20 > I can't find when the code using trs_list was removed (no mention in any > ChangeLog), but indeed, grepping the current sources, I don't find any > references to it. So please go ahead and commit this one. --thanks, karl. `git log -p lib/am/check.am` then search for trs_list. looks like merge issues between commit 6c9b282b0a3d7adb3209f74655611e2fdfbf554e and commit d5443e4c3e6ca109be489bde2e1b4720d69f0029. this is why i try to avoid merges myself in general and stick to rebasing -- archaeology is messy. -mike --eu5WWDJJLyjxc4h7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAmO2GLgACgkQQWM7n+g3 9YHPjg//bEcFkkuQW1BS/50FAORvtaRWUEoKMK5sP94gaAxykfc+RX0lnwjTgU7Z HT0WNhHe+J1COH0DoqM5cL7R+aJNeYYc10rrabw4nItaKV20Sy6dFv6OLQPIRPr3 KqO3KIMhxen5dBhhrQ7rgH458qykopJqjXNBdSKb9v0qwAH/j8EJVcACuDfk1e4T RTCuZ0GaZ7llQlM97d/AUUeoJCiMCPNmWJXPr2Wd30gLqGtVzkMCQk2MzHk4eBPz MXs3ICflkeUD3K57EmojH4TnzdtST/ezKEVNFKfA3HmlvROEDs8o1hKF6iQL+bf5 fL50tpazuM1ZTSw1JSjzPFb3ndydIVnVPWwf1TQD9GkDotnsiCUkT4qKVC5VzV6z kgbQh+BebBcpJb2Kn1x9yjSIAymGlQsRsIJhHh6t2eJiFdXslbD9Bqx8MZym6r7t 3JX4D1/jO9EJmFtH34Q3PTnNcsA4on0kcAavawGgYbco83OZ4O3J+eI5s18THvFI jGyR14L8Jv5DrGUF6Ipd1YMSmQ1AukncP/t73TD+jBI+RFvVlbRHFdJ/8H7Btk1D HQcI5eQlQto/AMWecmphp/QPCISzA8DJfbXxFc6vO8/1cz9+zeUqHsZ/sXukPt6I 9WmPvaDamFcsvWLtpt4kVXiHQrG53MKYeuhhzPAUVfTP+YVR0uA= =GfG+ -----END PGP SIGNATURE----- --eu5WWDJJLyjxc4h7-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 04 19:25:49 2023 Received: (at control) by debbugs.gnu.org; 5 Jan 2023 00:25:49 +0000 Received: from localhost ([127.0.0.1]:49903 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pDE4r-0001b2-36 for submit@debbugs.gnu.org; Wed, 04 Jan 2023 19:25:49 -0500 Received: from woodpecker.gentoo.org ([140.211.166.183]:53384 helo=smtp.gentoo.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pDE4q-0001al-5C for control@debbugs.gnu.org; Wed, 04 Jan 2023 19:25:48 -0500 Received: by smtp.gentoo.org (Postfix, from userid 559) id AF973335DB2; Thu, 5 Jan 2023 00:25:42 +0000 (UTC) From: Mike Frysinger To: control@debbugs.gnu.org Subject: Control message Message-Id: <20230105002542.AF973335DB2@smtp.gentoo.org> Date: Thu, 5 Jan 2023 00:25:42 +0000 (UTC) X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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: -3.3 (---) close 60541 thankyou From unknown Sat Jun 21 05:15:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 02 Feb 2023 12:24:06 +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