From unknown Thu Aug 14 21:46:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#11336 <11336@debbugs.gnu.org> To: bug#11336 <11336@debbugs.gnu.org> Subject: Status: automake-1.11 test fail Reply-To: bug#11336 <11336@debbugs.gnu.org> Date: Fri, 15 Aug 2025 04:46:40 +0000 retitle 11336 automake-1.11 test fail reassign 11336 automake submitter 11336 Fred severity 11336 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 25 02:15:55 2012 Received: (at submit) by debbugs.gnu.org; 25 Apr 2012 06:15:55 +0000 Received: from localhost ([127.0.0.1]:51348 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SMvW6-0004YK-CO for submit@debbugs.gnu.org; Wed, 25 Apr 2012 02:15:55 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60791) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SMlZ5-0005wn-H3 for submit@debbugs.gnu.org; Tue, 24 Apr 2012 15:38:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMlYC-0005sF-2M for submit@debbugs.gnu.org; Tue, 24 Apr 2012 15:37:25 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:40724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMlYB-0005sA-VG for submit@debbugs.gnu.org; Tue, 24 Apr 2012 15:37:23 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMlY9-0005tR-PD for bug-automake@gnu.org; Tue, 24 Apr 2012 15:37:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMlY7-0005rh-Mw for bug-automake@gnu.org; Tue, 24 Apr 2012 15:37:21 -0400 Received: from web55.getnet.net ([216.19.223.55]:60448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMlY7-0005rM-FQ for bug-automake@gnu.org; Tue, 24 Apr 2012 15:37:19 -0400 Received: (qmail 10204 invoked from network); 24 Apr 2012 12:02:57 -0700 Received: from 216-19-195-18.getnet.net (HELO ?192.168.0.2?) (216.19.195.18) by web55.getnet.net with SMTP; 24 Apr 2012 12:02:57 -0700 Message-ID: <4F96FF94.7030105@blakemfg.com> Date: Tue, 24 Apr 2012 12:31:32 -0700 From: Fred User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: bug-automake@gnu.org Subject: automake-1.11 test fail Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 25 Apr 2012 02:15:53 -0400 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 (------) Hello, I compiled automake-1.11 on Debian-6.0. When make test finished there was a message that one test had failed and should be reported to bug-automake. Here is part of the test/test-suite.log: FAIL: specflg10.test (exit: 2) ============================== /opt/automake-1.11/tests:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games === Running test ./specflg10.test + pwd /opt/automake-1.11/tests/specflg10.dir + set -e + cat + mkdir sub sub2 + cat + cat + cat + cat + cp foo.c sub/bar.cpp + cp foo.c sub/baz.cpp + cp foo.c sub2/bla.foo + aclocal-1.11 -Werror + autoconf + AUTOMAKE_fails --add-missing + AUTOMAKE_run 1 --add-missing + expected_exitcode=1 + shift + exitcode=0 + automake-1.11 --foreign -Werror -Wall --add-missing + exitcode=1 + cat stderr sub2/Makefile.am:3: automake does not support AM_DEFAULT_SOURCE_EXT being defined conditionally + cat stdout + test 1 = 1 + grep defined conditionally stderr sub2/Makefile.am:3: automake does not support AM_DEFAULT_SOURCE_EXT being defined conditionally + sed /^if/d; /^endif/d sub2/Makefile.am + mv -f t sub2/Makefile.am + AUTOMAKE_fails --add-missing + AUTOMAKE_run 1 --add-missing + expected_exitcode=1 + shift + exitcode=0 + automake-1.11 --foreign -Werror -Wall --add-missing + exitcode=1 + cat stderr sub2/Makefile.am:2: AM_DEFAULT_SOURCE_EXT can assume at most one value + cat stdout + test 1 = 1 + grep at most one value stderr sub2/Makefile.am:2: AM_DEFAULT_SOURCE_EXT can assume at most one value + sed s/ \.quux// sub2/Makefile.am + mv -f t sub2/Makefile.am + automake-1.11 --foreign -Werror -Wall --add-missing + ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking dependency style of g++... none configure: creating ./config.status config.status: creating Makefile config.status: creating sub/Makefile config.status: creating sub2/Makefile config.status: executing depfiles commands + make Making all in sub make[1]: Entering directory `/opt/automake-1.11/tests/specflg10.dir/sub' source='bar.cpp' object='bar.o' libtool=no \ DEPDIR=.deps depmode=none /bin/bash ../depcomp \ g++ -DPACKAGE_NAME=\"specflg10\" -DPACKAGE_TARNAME=\"specflg10\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"specflg10\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"specflg10\" -DVERSION=\"1.0\" -I. -c -o bar.o bar.cpp ../depcomp: line 611: exec: g++: not found make[1]: *** [bar.o] Error 127 make[1]: Leaving directory `/opt/automake-1.11/tests/specflg10.dir/sub' make: *** [all-recursive] Error 1 + exit_status=2 + cd /opt/automake-1.11/tests + test 0 != 0 + echo : exit 2 : exit 2 + exit 2 End part log. Best regards, Fred Boatwright From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 25 04:32:36 2012 Received: (at 11336-done) by debbugs.gnu.org; 25 Apr 2012 08:32:36 +0000 Received: from localhost ([127.0.0.1]:51438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SMxeM-0007kN-8H for submit@debbugs.gnu.org; Wed, 25 Apr 2012 04:32:35 -0400 Received: from mail-bk0-f44.google.com ([209.85.214.44]:36551) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SMxeJ-0007k6-DM for 11336-done@debbugs.gnu.org; Wed, 25 Apr 2012 04:32:32 -0400 Received: by bkuw5 with SMTP id w5so1170199bku.3 for <11336-done@debbugs.gnu.org>; Wed, 25 Apr 2012 01:31:33 -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=7JOfuj3F/avTOR7ba62u+tkQ8qY6v/9y2N1kciR0H80=; b=c03xDhjZ2/Qqp1mJeFKJ1Dp3wCL7VjsboGNhFJGT6vFnAhCn9/ntvK8dGoDxdlP1zI Cv/tV0pUjjxRZPLec344CNKybpwYTIy7QoGry3X6T3FZrvT9xMjiwcbAPfrfGxvwoi+y tnMfi9PF1wU1zKPoMyr3IuZAwl82OJC48YjJsN9b76Z8fmVnEDqIcTDIuSvACTOGP+WJ aoc3R0QwVT0PYBulFzbQ6MHH8hPimjGy3SYMBVaEFLHlIt3mRN1TT9S8FkZAA3cjo3tP UPvtc4SCHPqIhDxUfpSP1QqojfPptjkKlL9HSn2tG0v2v9RVKI4jrc2TNt1vGfWTugTS PqAQ== Received: by 10.204.155.83 with SMTP id r19mr569447bkw.32.1335342693521; Wed, 25 Apr 2012 01:31:33 -0700 (PDT) Received: from [87.4.92.16] (host16-92-dynamic.4-87-r.retail.telecomitalia.it. [87.4.92.16]) by mx.google.com with ESMTPS id f11sm36799665bkw.6.2012.04.25.01.31.30 (version=SSLv3 cipher=OTHER); Wed, 25 Apr 2012 01:31:32 -0700 (PDT) Message-ID: <4F97B65A.1010209@gmail.com> Date: Wed, 25 Apr 2012 10:31:22 +0200 From: Stefano Lattarini MIME-Version: 1.0 To: Fred Subject: Re: bug#11336: automake-1.11 test fail References: <4F96FF94.7030105@blakemfg.com> In-Reply-To: <4F96FF94.7030105@blakemfg.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 11336-done Cc: 11336-done@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 (--) On 04/24/2012 09:31 PM, Fred wrote: > Hello, > Hi Fred, thanks for the report. > I compiled automake-1.11 on Debian-6.0. > Consider that Automake 1.11 is pretty old, and suffers of a known security vulnerability; I suggest you install the latest maintenance release instead (1.11.5), or wait a couple of days and try out the new major 1.12 version that I'm about to release. > When make test finished there was a message that one test had failed > and should be reported to bug-automake. > > Here is part of the test/test-suite.log: > > FAIL: specflg10.test (exit: 2) > ============================== > > /opt/automake-1.11/tests:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games > === Running test ./specflg10.test > + pwd > /opt/automake-1.11/tests/specflg10.dir > + set -e > + cat > + mkdir sub sub2 > + cat > + cat > + cat > + cat > + cp foo.c sub/bar.cpp > + cp foo.c sub/baz.cpp > + cp foo.c sub2/bla.foo > + aclocal-1.11 -Werror > + autoconf > + AUTOMAKE_fails --add-missing > + AUTOMAKE_run 1 --add-missing > + expected_exitcode=1 > + shift > + exitcode=0 > + automake-1.11 --foreign -Werror -Wall --add-missing > + exitcode=1 > + cat stderr > sub2/Makefile.am:3: automake does not support AM_DEFAULT_SOURCE_EXT being defined conditionally > + cat stdout > + test 1 = 1 > + grep defined conditionally stderr > sub2/Makefile.am:3: automake does not support AM_DEFAULT_SOURCE_EXT being defined conditionally > + sed /^if/d; /^endif/d sub2/Makefile.am > + mv -f t sub2/Makefile.am > + AUTOMAKE_fails --add-missing > + AUTOMAKE_run 1 --add-missing > + expected_exitcode=1 > + shift > + exitcode=0 > + automake-1.11 --foreign -Werror -Wall --add-missing > + exitcode=1 > + cat stderr > sub2/Makefile.am:2: AM_DEFAULT_SOURCE_EXT can assume at most one value > + cat stdout > + test 1 = 1 > + grep at most one value stderr > sub2/Makefile.am:2: AM_DEFAULT_SOURCE_EXT can assume at most one value > + sed s/ \.quux// sub2/Makefile.am > + mv -f t sub2/Makefile.am > + automake-1.11 --foreign -Werror -Wall --add-missing > + ./configure > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... no > checking for mawk... mawk > checking whether make sets $(MAKE)... yes > checking for gcc... gcc > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suffix of executables... > checking whether we are cross compiling... no > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > checking for style of include used by make... GNU > checking dependency style of gcc... gcc3 > checking for g++... no > checking for c++... no > checking for gpp... no > checking for aCC... no > checking for CC... no > checking for cxx... no > checking for cc++... no > checking for cl.exe... no > checking for FCC... no > checking for KCC... no > checking for RCC... no > checking for xlC_r... no > checking for xlC... no > checking whether we are using the GNU C++ compiler... no > checking whether g++ accepts -g... no > checking dependency style of g++... none > configure: creating ./config.status > config.status: creating Makefile > config.status: creating sub/Makefile > config.status: creating sub2/Makefile > config.status: executing depfiles commands > + make > Making all in sub > make[1]: Entering directory `/opt/automake-1.11/tests/specflg10.dir/sub' > source='bar.cpp' object='bar.o' libtool=no \ > DEPDIR=.deps depmode=none /bin/bash ../depcomp \ > g++ -DPACKAGE_NAME=\"specflg10\" -DPACKAGE_TARNAME=\"specflg10\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"specflg10\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"specflg10\" -DVERSION=\"1.0\" -I. -c -o bar.o bar.cpp > ../depcomp: line 611: exec: g++: not found > make[1]: *** [bar.o] Error 127 > make[1]: Leaving directory `/opt/automake-1.11/tests/specflg10.dir/sub' > make: *** [all-recursive] Error 1 > + exit_status=2 > + cd /opt/automake-1.11/tests > + test 0 != 0 > + echo : exit 2 > : exit 2 > + exit 2 > This failure was already known, and has already is fixed in the more recent Automake releases: I'm thus closing this bug report. Thanks, Stefano From unknown Thu Aug 14 21:46:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 23 May 2012 11:24:03 +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