From unknown Mon Aug 18 11:26:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#42665: New tests failures with autoconf-2.69b (beta) Resent-From: Ken Moffat Original-Sender: "Debbugs-submit" Resent-CC: bug-automake@gnu.org Resent-Date: Sun, 02 Aug 2020 06:07:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42665 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: 42665@debbugs.gnu.org X-Debbugs-Original-To: bug-automake@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159634841826240 (code B ref -1); Sun, 02 Aug 2020 06:07:03 +0000 Received: (at submit) by debbugs.gnu.org; 2 Aug 2020 06:06:58 +0000 Received: from localhost ([127.0.0.1]:41471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k2796-0006p9-Va for submit@debbugs.gnu.org; Sun, 02 Aug 2020 02:06:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:45740) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k22DT-0000vY-CI for submit@debbugs.gnu.org; Sat, 01 Aug 2020 20:51:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47846) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k22DT-0001ma-4H for bug-automake@gnu.org; Sat, 01 Aug 2020 20:51:07 -0400 Received: from cpc83559-brig19-2-0-cust229.3-3.cable.virginm.net ([81.97.232.230]:35904 helo=llamedos.mydomain) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k22DQ-0000WT-Pq for bug-automake@gnu.org; Sat, 01 Aug 2020 20:51:06 -0400 Received: by llamedos.mydomain (Postfix, from userid 1000) id AC76F4A18E; Sun, 2 Aug 2020 01:50:57 +0100 (BST) Date: Sun, 2 Aug 2020 01:50:57 +0100 From: Ken Moffat Message-ID: <20200802005057.GA29338@llamedos.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Clacks-Overhead: GNU Terry Pratchett Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.14.6 (2020-07-11) Received-SPF: softfail client-ip=81.97.232.230; envelope-from=zarniwhoop@ntlworld.com; helo=llamedos.mydomain X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/01 20:50:58 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: 8 X-Spam_score: 0.8 X-Spam_bar: / X-Spam_report: (0.8 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=1, RCVD_IN_SORBS_DUL=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665, URIBL_BLOCKED=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Mailman-Approved-At: Sun, 02 Aug 2020 02:06:56 -0400 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: -2.3 (--) I tested automake-1.16.2 in a fresh build on top of autoconf-2.69b (latest beta). Instead of all automakes tests passing or skipping, as happened with autoconf-2.69, I now have 2 new failures (but autoconf now has zero failures, which is a big improvement). Already reported to autoconf (with typo in subject), but copying you on the new errors in case you care. ĸen =========================================== GNU Automake 1.16.2: ./test-suite.log =========================================== # TOTAL: 2915 # PASS: 2718 # SKIP: 156 # XFAIL: 39 # FAIL: 2 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 [ cutting down to only the failures ] FAIL: t/autohdr4 ================ Running from installcheck: no Test Protocol: none PATH = /building/automake-1.16.2/bin:/building/automake-1.16.2/t/ax:/bin:/usr/bin:/sbin:/usr/sbin ++ pwd /building/automake-1.16.2/t/autohdr4.dir + cat + mkdir sub1 sub2 sub3 + : + echo '#define NAME "grepme1"' + cat + cat + cat + aclocal-1.16 -Werror + autoconf + autoheader autoheader: cannot open sub2/config.${BOT}: No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /building/automake-1.16.2 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x FAIL t/autohdr4.sh (exit status: 1) FAIL: t/autohdr-subdir-pr12495 ============================== Running from installcheck: no Test Protocol: none PATH = /building/automake-1.16.2/bin:/building/automake-1.16.2/t/ax:/bin:/usr/bin:/sbin:/usr/sbin ++ pwd /building/automake-1.16.2/t/autohdr-subdir-pr12495.dir + cat + mkdir sub + echo SUBDIRS = sub + : + aclocal-1.16 -Werror + autoconf + autoheader autoheader: cannot open b.h.in: No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /building/automake-1.16.2 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x FAIL t/autohdr-subdir-pr12495.sh (exit status: 1) -- Juliet's version of cleanliness was next to godliness, which was to say it was erratic, past all understanding and was seldom seen. -- Unseen Academicals From unknown Mon Aug 18 11:26:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#42665: New tests failures with autoconf-2.69b (beta) References: <20200802005057.GA29338@llamedos.localdomain> Resent-From: Karl Berry Original-Sender: "Debbugs-submit" Resent-CC: bug-automake@gnu.org Resent-Date: Sat, 21 Nov 2020 02:21:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42665 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: zarniwhoop@ntlworld.com Cc: 42665@debbugs.gnu.org Received: via spool by 42665-submit@debbugs.gnu.org id=B42665.16059252215677 (code B ref 42665); Sat, 21 Nov 2020 02:21:03 +0000 Received: (at 42665) by debbugs.gnu.org; 21 Nov 2020 02:20:21 +0000 Received: from localhost ([127.0.0.1]:44658 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kgIVh-0001TQ-6s for submit@debbugs.gnu.org; Fri, 20 Nov 2020 21:20:21 -0500 Received: from freefriends.org ([96.88.95.60]:47824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kgIVU-0001SW-68; Fri, 20 Nov 2020 21:20:08 -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 0AL2K6NY031764 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 20 Nov 2020 19:20:07 -0700 Received: (from apache@localhost) by freefriends.org (8.14.7/8.14.7/Submit) id 0AL2K61j031763; Fri, 20 Nov 2020 19:20:06 -0700 Date: Fri, 20 Nov 2020 19:20:06 -0700 Message-Id: <202011210220.0AL2K61j031763@freefriends.org> From: Karl Berry In-Reply-To: <20200802005057.GA29338@llamedos.localdomain> X-Spam-Score: -2.3 (--) 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 (---) I think these issues have been resolved (by Zack) in the latest pretest autoconf. Closing here ... --thanks, karl. From unknown Mon Aug 18 11:26:09 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Ken Moffat Subject: bug#42665: closed (Re: bug#42665: New tests failures with autoconf-2.69b (beta)) Message-ID: References: <202011210220.0AL2K61j031763@freefriends.org> <20200802005057.GA29338@llamedos.localdomain> X-Gnu-PR-Message: they-closed 42665 X-Gnu-PR-Package: automake Reply-To: 42665@debbugs.gnu.org Date: Sat, 21 Nov 2020 02:21:05 +0000 Content-Type: multipart/mixed; boundary="----------=_1605925265-5824-1" This is a multi-part message in MIME format... ------------=_1605925265-5824-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42665: New tests failures with autoconf-2.69b (beta) which was filed against the automake package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 42665@debbugs.gnu.org. --=20 42665: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42665 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1605925265-5824-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42665-done) by debbugs.gnu.org; 21 Nov 2020 02:20:21 +0000 Received: from localhost ([127.0.0.1]:44656 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kgIVg-0001TO-U7 for submit@debbugs.gnu.org; Fri, 20 Nov 2020 21:20:21 -0500 Received: from freefriends.org ([96.88.95.60]:47824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kgIVU-0001SW-68; Fri, 20 Nov 2020 21:20:08 -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 0AL2K6NY031764 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 20 Nov 2020 19:20:07 -0700 Received: (from apache@localhost) by freefriends.org (8.14.7/8.14.7/Submit) id 0AL2K61j031763; Fri, 20 Nov 2020 19:20:06 -0700 Date: Fri, 20 Nov 2020 19:20:06 -0700 Message-Id: <202011210220.0AL2K61j031763@freefriends.org> From: Karl Berry To: zarniwhoop@ntlworld.com Subject: Re: bug#42665: New tests failures with autoconf-2.69b (beta) In-Reply-To: <20200802005057.GA29338@llamedos.localdomain> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42665-done Cc: 42665@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 (---) I think these issues have been resolved (by Zack) in the latest pretest autoconf. Closing here ... --thanks, karl. ------------=_1605925265-5824-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Aug 2020 06:06:58 +0000 Received: from localhost ([127.0.0.1]:41471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k2796-0006p9-Va for submit@debbugs.gnu.org; Sun, 02 Aug 2020 02:06:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:45740) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k22DT-0000vY-CI for submit@debbugs.gnu.org; Sat, 01 Aug 2020 20:51:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47846) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k22DT-0001ma-4H for bug-automake@gnu.org; Sat, 01 Aug 2020 20:51:07 -0400 Received: from cpc83559-brig19-2-0-cust229.3-3.cable.virginm.net ([81.97.232.230]:35904 helo=llamedos.mydomain) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k22DQ-0000WT-Pq for bug-automake@gnu.org; Sat, 01 Aug 2020 20:51:06 -0400 Received: by llamedos.mydomain (Postfix, from userid 1000) id AC76F4A18E; Sun, 2 Aug 2020 01:50:57 +0100 (BST) Date: Sun, 2 Aug 2020 01:50:57 +0100 From: Ken Moffat To: bug-automake@gnu.org Subject: New tests failures with autoconf-2.69b (beta) Message-ID: <20200802005057.GA29338@llamedos.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Clacks-Overhead: GNU Terry Pratchett Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.14.6 (2020-07-11) Received-SPF: softfail client-ip=81.97.232.230; envelope-from=zarniwhoop@ntlworld.com; helo=llamedos.mydomain X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/01 20:50:58 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: 8 X-Spam_score: 0.8 X-Spam_bar: / X-Spam_report: (0.8 / 5.0 requ) BAYES_00=-1.9, KHOP_HELO_FCRDNS=1, RCVD_IN_SORBS_DUL=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665, URIBL_BLOCKED=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 02 Aug 2020 02:06:56 -0400 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: -2.3 (--) I tested automake-1.16.2 in a fresh build on top of autoconf-2.69b (latest beta). Instead of all automakes tests passing or skipping, as happened with autoconf-2.69, I now have 2 new failures (but autoconf now has zero failures, which is a big improvement). Already reported to autoconf (with typo in subject), but copying you on the new errors in case you care. ĸen =========================================== GNU Automake 1.16.2: ./test-suite.log =========================================== # TOTAL: 2915 # PASS: 2718 # SKIP: 156 # XFAIL: 39 # FAIL: 2 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 [ cutting down to only the failures ] FAIL: t/autohdr4 ================ Running from installcheck: no Test Protocol: none PATH = /building/automake-1.16.2/bin:/building/automake-1.16.2/t/ax:/bin:/usr/bin:/sbin:/usr/sbin ++ pwd /building/automake-1.16.2/t/autohdr4.dir + cat + mkdir sub1 sub2 sub3 + : + echo '#define NAME "grepme1"' + cat + cat + cat + aclocal-1.16 -Werror + autoconf + autoheader autoheader: cannot open sub2/config.${BOT}: No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /building/automake-1.16.2 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x FAIL t/autohdr4.sh (exit status: 1) FAIL: t/autohdr-subdir-pr12495 ============================== Running from installcheck: no Test Protocol: none PATH = /building/automake-1.16.2/bin:/building/automake-1.16.2/t/ax:/bin:/usr/bin:/sbin:/usr/sbin ++ pwd /building/automake-1.16.2/t/autohdr-subdir-pr12495.dir + cat + mkdir sub + echo SUBDIRS = sub + : + aclocal-1.16 -Werror + autoconf + autoheader autoheader: cannot open b.h.in: No such file or directory + am_exit_trap 1 + exit_status=1 + set +e + cd /building/automake-1.16.2 + test none = tap + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x FAIL t/autohdr-subdir-pr12495.sh (exit status: 1) -- Juliet's version of cleanliness was next to godliness, which was to say it was erratic, past all understanding and was seldom seen. -- Unseen Academicals ------------=_1605925265-5824-1--