From unknown Fri Aug 15 19:20:38 2025 X-Loop: help-debbugs@gnu.org Subject: bug#11336: automake-1.11 test fail Resent-From: Fred Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-automake@gnu.org Resent-Date: Wed, 25 Apr 2012 06:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 11336 X-GNU-PR-Package: automake X-GNU-PR-Keywords: To: 11336@debbugs.gnu.org X-Debbugs-Original-To: bug-automake@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.133533455517510 (code B ref -1); Wed, 25 Apr 2012 06:16:02 +0000 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 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-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 unknown Fri Aug 15 19:20:38 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Fred Subject: bug#11336: closed (Re: bug#11336: automake-1.11 test fail) Message-ID: References: <4F97B65A.1010209@gmail.com> <4F96FF94.7030105@blakemfg.com> X-Gnu-PR-Message: they-closed 11336 X-Gnu-PR-Package: automake Reply-To: 11336@debbugs.gnu.org Date: Wed, 25 Apr 2012 08:33:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1335342782-29823-1" This is a multi-part message in MIME format... ------------=_1335342782-29823-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #11336: automake-1.11 test fail 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 11336@debbugs.gnu.org. --=20 11336: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D11336 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1335342782-29823-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1335342782-29823-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1335342782-29823-1--