From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 10 22:00:43 2012 Received: (at submit) by debbugs.gnu.org; 11 Aug 2012 02:00:43 +0000 Received: from localhost ([127.0.0.1]:47849 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T010M-0007FL-Ja for submit@debbugs.gnu.org; Fri, 10 Aug 2012 22:00:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52858) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T010I-0007F9-Vr for submit@debbugs.gnu.org; Fri, 10 Aug 2012 22:00:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T00sF-0008Vh-08 for submit@debbugs.gnu.org; Fri, 10 Aug 2012 21:52:20 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00,MANY_HDRS_LCASE, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:47170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T00sE-0008Vc-SY for submit@debbugs.gnu.org; Fri, 10 Aug 2012 21:52:18 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T00sC-0002ek-A8 for bug-automake@gnu.org; Fri, 10 Aug 2012 21:52:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T00sA-0008Uu-KE for bug-automake@gnu.org; Fri, 10 Aug 2012 21:52:16 -0400 Received: from comm.purplecow.org ([210.87.62.131]:43508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T00sA-0008Uc-0i for bug-automake@gnu.org; Fri, 10 Aug 2012 21:52:14 -0400 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii Received: from comm.purplecow.org ([127.0.0.1]) by comm.purplecow.org (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTP id <0M8K0070KIIW4T00@comm.purplecow.org> for bug-automake@gnu.org; Sat, 11 Aug 2012 11:52:08 +1000 (EST) Received: from comm.purplecow.org ([127.0.0.1] helo=comm.purplecow.org) with IPv4:25 by ASSP.nospam; Sat, 11 Aug 2012 11:52:08 +1000 Received: from [66.225.151.253] by comm.purplecow.org (mshttpd); Fri, 10 Aug 2012 21:52:08 -0400 From: Dennis Clarke To: bug-automake@gnu.org Message-id: Date: Fri, 10 Aug 2012 21:52:08 -0400 X-Mailer: Sun Java(tm) System Messenger Express 6.3-6.03 (built Mar 14 2008; 32bit) Content-language: en Subject: GNU Automake 1.12.2 - FAIL: 1 X-Accept-Language: en Priority: normal X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) . . . PASS: t/depcomp-dashmstdout.tap 28 - [absolute VPATH] make distclean gmake[3]: Entering directory `/build/other/automake-1.12.2_001' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/build/other/automake-1.12.2_001' ============================================================================ Testsuite summary for GNU Automake 1.12.2 ============================================================================ # TOTAL: 2852 # PASS: 2688 # SKIP: 123 # XFAIL: 40 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log Please report to bug-automake@gnu.org ============================================================================ gmake[2]: *** [test-suite.log] Error 1 gmake[2]: Leaving directory `/build/other/automake-1.12.2_001' gmake[1]: *** [check-TESTS] Error 2 gmake[1]: Leaving directory `/build/other/automake-1.12.2_001' gmake: *** [check-am] Error 2 So here we are on Debian linux 6.0.4 with gcc and nothing dramatic. Let me know what info is needed. dclarke@testy:/build/other/automake-1.12.2_001$ find . -type f -name test-suite.log ./test-suite.log ./t/tap-bad-prog.dir/test-suite.log ./t/tap-bad-prog-w.dir/test-suite.log ./t/parallel-tests-many.dir/test-suite.log dclarke@testy:/build/other/automake-1.12.2_001$ dclarke@testy:/build/other/automake-1.12.2_001$ wc -l ./test-suite.log 19213 ./test-suite.log dclarke@testy:/build/other/automake-1.12.2_001$ wc -l ./t/tap-bad-prog.dir/test-suite.log 35 ./t/tap-bad-prog.dir/test-suite.log dclarke@testy:/build/other/automake-1.12.2_001$ wc -l ./t/tap-bad-prog-w.dir/test-suite.log 32 ./t/tap-bad-prog-w.dir/test-suite.log dclarke@testy:/build/other/automake-1.12.2_001$ wc -l ./t/parallel-tests-many.dir/test-suite.log 14 ./t/parallel-tests-many.dir/test-suite.log dclarke@testy:/build/other/automake-1.12.2_001$ Looks like one of those is large. Can't email here. I'll dig into it and find the FAIL : FAIL: t/aclocal7 ================ Running from installcheck: no Using TAP: no PATH = /build/other/automake-1.12.2_001/t/ax:/build/other/automake-1.12.2_001/t/wrap:/usr/local/mm/sbin:/usr/local/mm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/schily/bin +++ pwd /build/other/automake-1.12.2_001/t/aclocal7.dir + cat + mkdir sub + : + cat + : + mkdir m4 + echo 'AC_DEFUN([SOME_DEFS], [])' + aclocal-1.12 -Werror -I m4 + AUTOMAKE_after_aclocal + sleep 2 + automake-1.12 --foreign -Werror -Wall --no-force + touch foo + sleep 2 + aclocal-1.12 -Werror -I m4 + AUTOMAKE_after_aclocal + sleep 2 + automake-1.12 --foreign -Werror -Wall --no-force + is_newest foo aclocal.m4 Makefile.in sub/Makefile.in is_newest: these files are newer than 'foo': * aclocal.m4 * Makefile.in * sub/Makefile.in + exit_status=1 + set +e + cd /build/other/automake-1.12.2_001 + test no = yes + case $am_explicit_skips in + test 1 -eq 0 + keep_testdirs=yes + am_keeping_testdirs + case $keep_testdirs in + return 0 + set +x aclocal7: exit 1 Let's see what else we have : dclarke@testy:/build/other/automake-1.12.2_001$ cat ./t/tap-bad-prog.dir/test-suite.log ======================================== tap-bad-prog 1.0: ./test-suite.log ======================================== # TOTAL: 6 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 6 .. contents:: :depth: 2 ERROR: none =========== ./tap-driver: line 143: ./none.test: No such file or directory ERROR: none.test - missing test plan ERROR: none.test - exited with status 127 (command not found?) ERROR: noread ============= ./tap-driver: line 143: ./noread.test: Permission denied ERROR: noread.test - missing test plan ERROR: noread.test - exited with status 126 ERROR: noexec ============= ./tap-driver: line 143: ./noexec.test: Permission denied ERROR: noexec.test - missing test plan ERROR: noexec.test - exited with status 126 dclarke@testy:/build/other/automake-1.12.2_001$ dclarke@testy:/build/other/automake-1.12.2_001$ dclarke@testy:/build/other/automake-1.12.2_001$ cat ./t/tap-bad-prog-w.dir/test-suite.log ========================================== tap-bad-prog-w 1.0: ./test-suite.log ========================================== # TOTAL: 3 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 3 .. contents:: :depth: 2 ERROR: none =========== ERROR: none.test - couldn't execute test script ERROR: none.test - missing test plan ERROR: noread ============= ERROR: noread.test - couldn't execute test script ERROR: noread.test - missing test plan ERROR: noexec ============= ERROR: noexec.test - couldn't execute test script ERROR: noexec.test - missing test plan dclarke@testy:/build/other/automake-1.12.2_001$ dclarke@testy:/build/other/automake-1.12.2_001$ dclarke@testy:/build/other/automake-1.12.2_001$ dclarke@testy:/build/other/automake-1.12.2_001$ dclarke@testy:/build/other/automake-1.12.2_001$ cat ./t/parallel-tests-many.dir/test-suite.log =============================================== parallel-tests-many 1.0: ./test-suite.log =============================================== # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 dclarke@testy:/build/other/automake-1.12.2_001$ dclarke@testy:/build/other/automake-1.12.2_001$ dclarke@testy:/build/other/automake-1.12.2_001$ uname -a Linux testy 2.6.32-5-amd64 #1 SMP Thu Mar 22 17:26:33 UTC 2012 x86_64 GNU/Linux dclarke@testy:/build/other/automake-1.12.2_001$ cat /etc/debian_version 6.0.4 dclarke@testy:/build/other/automake-1.12.2_001$ env | sort CFLAGS=-g -malign-double -mpreferred-stack-boundary=8 -m64 CPPFLAGS=-I/usr/local/include CXXFLAGS=-g -malign-double -mpreferred-stack-boundary=8 -m64 HOME=/home/dclarke LANG=C LANGUAGE=en_CA:en LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LD_OPTIONS=-L/usr/local/lib --emit-relocs -rpath=/usr/local/lib -rpath=/usr/local/mm/lib LD_RUN_PATH=/usr/local/lib LOGNAME=dclarke M4=/usr/local/bin/gm4 MAIL=/var/mail/dclarke OLDPWD=/build/other PATH=/usr/local/mm/sbin:/usr/local/mm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/schily/bin PWD=/build/other/automake-1.12.2_001 SHELL=/bin/bash SHLVL=1 SRC=/build/src SSH_CLIENT=204.225.61.1 49975 22 SSH_CONNECTION=204.225.61.1 49975 10.210.28.93 22 SSH_TTY=/dev/pts/0 TERM=vt100 USER=dclarke _=/usr/bin/env dclarke@testy:/build/other/automake-1.12.2_001$ So someone can let me know what info is needed and we can track this down. Dennis From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 11 04:09:02 2012 Received: (at 12178) by debbugs.gnu.org; 11 Aug 2012 08:09:02 +0000 Received: from localhost ([127.0.0.1]:48129 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T06ko-00075I-5l for submit@debbugs.gnu.org; Sat, 11 Aug 2012 04:09:02 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:37427) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T06km-00074q-4c; Sat, 11 Aug 2012 04:09:01 -0400 Received: by wibhm6 with SMTP id hm6so1597222wib.15 for ; Sat, 11 Aug 2012 01:00:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=2KNWDI1tny0rIVXiRwWxL2phhvnrjhrRy0kn7/6/qK0=; b=b3jF/MJ5VrRgB2zChwymdfhQ428Sz7MFcExBojGVRHAZbvMqm/kgDzWIfktxB8MwUp Qc4jFH6yaajy7R57dZn4APE7Y7u+ZuTq+7oNETxMFXIgDq8goHuO2pHHys91FZXoroko zQabWWx+WhsZDnRoMUsVRwkWkuZ3/Zw4KgWnqhzd3Hz46j+HMxSwstRJGD4B/AkjGeSR YGQg71NaTvmc3hfMTK8lnUJlwK0x71QIQhn3aAhlxFsPfBnD69uiWuNuNms9Req/wIEw r68eNrcU7PJeOS9cdHkAMSfBNCQQp0Qo+kLChEX24E+/svnGEobUIB8tzE+33QCuf1Py I3cQ== Received: by 10.180.103.4 with SMTP id fs4mr2289813wib.16.1344672039429; Sat, 11 Aug 2012 01:00:39 -0700 (PDT) Received: from [192.168.178.21] (host152-95-dynamic.2-87-r.retail.telecomitalia.it. [87.2.95.152]) by mx.google.com with ESMTPS id t8sm2476296wiy.3.2012.08.11.01.00.38 (version=SSLv3 cipher=OTHER); Sat, 11 Aug 2012 01:00:38 -0700 (PDT) Message-ID: <5026111E.5050308@gmail.com> Date: Sat, 11 Aug 2012 10:00:30 +0200 From: Stefano Lattarini MIME-Version: 1.0 To: Dennis Clarke Subject: Re: bug#12178: GNU Automake 1.12.2 - FAIL: 1 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 12178 Cc: 12178@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) forcemerge 11896 12178 close 12178 thanks Hi Dennis, thanks for the report. On 08/11/2012 03:52 AM, Dennis Clarke wrote: > . > . > I'll dig into it and find the FAIL : > > FAIL: t/aclocal7 > ================ > > Running from installcheck: no > Using TAP: no > PATH = /build/other/automake-1.12.2_001/t/ax:/build/other/automake-1.12.2_001/t/wrap:/usr/local/mm/sbin:/usr/local/mm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/schily/bin > +++ pwd > /build/other/automake-1.12.2_001/t/aclocal7.dir > + cat > + mkdir sub > + : > + cat > + : > + mkdir m4 > + echo 'AC_DEFUN([SOME_DEFS], [])' > + aclocal-1.12 -Werror -I m4 > + AUTOMAKE_after_aclocal > + sleep 2 > + automake-1.12 --foreign -Werror -Wall --no-force > + touch foo > + sleep 2 > + aclocal-1.12 -Werror -I m4 > + AUTOMAKE_after_aclocal > + sleep 2 > + automake-1.12 --foreign -Werror -Wall --no-force > + is_newest foo aclocal.m4 Makefile.in sub/Makefile.in > is_newest: these files are newer than 'foo': > * aclocal.m4 > * Makefile.in > * sub/Makefile.in > + exit_status=1 > + set +e > + cd /build/other/automake-1.12.2_001 > + test no = yes > + case $am_explicit_skips in > + test 1 -eq 0 > + keep_testdirs=yes > + am_keeping_testdirs > + case $keep_testdirs in > + return 0 > + set +x > aclocal7: exit 1 > This is a spurious failure due to a weakness in the Automake testsuite. It is already known, and has already been fixed by Adam Sampson: So I'm closing this report. Regards, Stefano From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 12 02:37:49 2012 Received: (at 12178) by debbugs.gnu.org; 12 Aug 2012 06:37:49 +0000 Received: from localhost ([127.0.0.1]:50493 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T0Ro4-0008Ev-QN for submit@debbugs.gnu.org; Sun, 12 Aug 2012 02:37:49 -0400 Received: from comm.purplecow.org ([210.87.62.131]:52588) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T0Ro1-0008Ek-4P for 12178@debbugs.gnu.org; Sun, 12 Aug 2012 02:37:47 -0400 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii Received: from comm.purplecow.org ([127.0.0.1]) by comm.purplecow.org (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTP id <0M8M00IDKQ0P3Z00@comm.purplecow.org> for 12178@debbugs.gnu.org; Sun, 12 Aug 2012 16:29:13 +1000 (EST) Received: from comm.purplecow.org ([127.0.0.1] helo=comm.purplecow.org) with IPv4:25 by ASSP.nospam; Sun, 12 Aug 2012 16:29:13 +1000 Received: from [66.103.61.128] by comm.purplecow.org (mshttpd); Sun, 12 Aug 2012 06:29:13 +0000 (GMT) From: Dennis Clarke To: Stefano Lattarini Message-id: Date: Sun, 12 Aug 2012 06:29:13 +0000 (GMT) X-Mailer: Sun Java(tm) System Messenger Express 6.3-6.03 (built Mar 14 2008; 32bit) Content-language: en Subject: Re: bug#12178: GNU Automake 1.12.2 - FAIL: 1 X-Accept-Language: en Priority: normal In-reply-to: <5026111E.5050308@gmail.com> References: <5026111E.5050308@gmail.com> X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 12178 Cc: 12178@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) Thanks Stefano. I have had to make the switch over from a Debian Linux box on x86_64 to Solaris 10 on a production Sparc server. This means you may see the odd bug report from me, because, what a surprise, things from the GNU world often "just don't work" when they land on Solaris. Dennis ----- Original Message ----- From: Stefano Lattarini Date: Saturday, August 11, 2012 8:00 am Subject: Re: bug#12178: GNU Automake 1.12.2 - FAIL: 1 To: Dennis Clarke Cc: 12178@debbugs.gnu.org > forcemerge 11896 12178 > close 12178 > thanks > > Hi Dennis, thanks for the report. > > On 08/11/2012 03:52 AM, Dennis Clarke wrote: > > . > > . > > I'll dig into it and find the FAIL : > > > > FAIL: t/aclocal7 > > ================ > > > > Running from installcheck: no > > Using TAP: no > > PATH = /build/other/automake-1.12.2_001/t/ax:/build/other/automake-1.12.2_001/t/wrap:/usr/local/mm/sbin:/usr/local/mm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/schily/bin > > +++ pwd > > /build/other/automake-1.12.2_001/t/aclocal7.dir > > + cat > > + mkdir sub > > + : > > + cat > > + : > > + mkdir m4 > > + echo 'AC_DEFUN([SOME_DEFS], [])' > > + aclocal-1.12 -Werror -I m4 > > + AUTOMAKE_after_aclocal > > + sleep 2 > > + automake-1.12 --foreign -Werror -Wall --no-force > > + touch foo > > + sleep 2 > > + aclocal-1.12 -Werror -I m4 > > + AUTOMAKE_after_aclocal > > + sleep 2 > > + automake-1.12 --foreign -Werror -Wall --no-force > > + is_newest foo aclocal.m4 Makefile.in sub/Makefile.in > > is_newest: these files are newer than 'foo': > > * aclocal.m4 > > * Makefile.in > > * sub/Makefile.in > > + exit_status=1 > > + set +e > > + cd /build/other/automake-1.12.2_001 > > + test no = yes > > + case $am_explicit_skips in > > + test 1 -eq 0 > > + keep_testdirs=yes > > + am_keeping_testdirs > > + case $keep_testdirs in > > + return 0 > > + set +x > > aclocal7: exit 1 > > > This is a spurious failure due to a weakness in the Automake testsuite. > It is already known, and has already been fixed by Adam Sampson: > > < > > So I'm closing this report. > > Regards, > Stefano From unknown Sat Jun 21 05:16:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 09 Sep 2012 11:24:02 +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