GNU bug report logs - #13436
3 fails in make check

Previous Next

Package: automake;

Reported by: Johannes.Bieser <at> hzg.de

Date: Mon, 14 Jan 2013 16:59:01 UTC

Severity: minor

Tags: moreinfo

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 13436 in the body.
You can then email your comments to 13436 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-automake <at> gnu.org:
bug#13436; Package automake. (Mon, 14 Jan 2013 16:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Johannes.Bieser <at> hzg.de:
New bug report received and forwarded. Copy sent to bug-automake <at> gnu.org. (Mon, 14 Jan 2013 16:59:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Johannes.Bieser <at> hzg.de
To: bug-automake <at> gnu.org
Subject: 3 fails in make check
Date: Mon, 14 Jan 2013 17:08:34 +0100
[Message part 1 (text/plain, inline)]
Hi,

I compiled automake 1.12.6 and got 3 fails when doing make check.
I tried it with v1.13.1 and got the same results.

echo $MACHTYPE
x86_64-suse-linux

I tried to use gcc + ifort
and gcc + gfortran

=========================
=========================
=========================
=
Testsuite summary for GNU Automake 1.12.6
=========================
=========================
=========================
=
# TOTAL: 2632
# PASS:  2387
# SKIP:  201
# XFAIL: 41
# FAIL:  3
# XPASS: 0
# ERROR: 0
=========================
=========================
=========================
=
See ./test-suite.log
Please report to bug-automake <at> gnu.org
=========================
=========================
=========================
=

grep FAIL test-suite.log
17052:FAIL: t/lex-clean-cxx
17125:FAIL: t/lex-depend-cxx
18935:FAIL: t/yacc-bison-skeleton-cxx

I searched for existing bugs and saw that the first two test sections have been the source of problems before. But I could not find a solution.
Here is an excerpt from my test-suite.log:

FAIL: t/lex-clean-cxx
=====================

Running from installcheck: no
Test Protocol: none
PATH = /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/wrap:/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/ax:/local/home/bieser/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/local/home/bieser
/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/bin/X11:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/lib/qt3/bin:/usr/local/bin:/opt/pgi/linux86-64/2012/bin:/opt/intel/Compiler/11.1/072/bin/intel64:/opt
/matlab/bin:/opt/vni/wave/bin:/usr/local/scilab-4.1/bin:/opt/gcc-4.5.0/bin:/opt/g95di32/bin:/usr/local/texlive/2010/bin/x86_64-linux:/usr/local/globus-5.0.3/bin
+++ pwd
/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/lex-clean-cxx.dir
+ cat
+ cat
+ cat
+ cp parsefoo.lxx parsebar.ll
+ cat
+ cp mainfoo.cc mainbar.cpp
+ cp mainfoo.cc mainbaz.c++
+ cp mainfoo.cc mainqux.cxx
+ aclocal-1.12 -Werror
+ autoconf
+ automake-1.12 --foreign -Werror -Wall -a
configure.ac: installing './ylwrap'
+ ./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... gawk
checking whether make sets $(MAKE)... yes
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 c++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of c++... gcc3
checking for gcc... gcc
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 dependency style of gcc... gcc3
checking for flex... lex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ cp config.status config.sav
+ make
c++ -DPACKAGE_NAME=\"lex-clean-cxx\" -DPACKAGE_TARNAME=\"lex-clean-cxx\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"lex-clean-cxx\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lex-clean-
cxx\" -DVERSION=\"1.0\" -I.     -g -O2 -MT mainfoo.o -MD -MP -MF .deps/mainfoo.Tpo -c -o mainfoo.o mainfoo.cc
mv -f .deps/mainfoo.Tpo .deps/mainfoo.Po
/bin/sh ./ylwrap parsefoo.lxx lex.yy.c parsefoo.cxx -- lex  
c++ -DPACKAGE_NAME=\"lex-clean-cxx\" -DPACKAGE_TARNAME=\"lex-clean-cxx\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"lex-clean-cxx\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lex-clean-
cxx\" -DVERSION=\"1.0\" -I.     -g -O2 -MT parsefoo.o -MD -MP -MF .deps/parsefoo.Tpo -c -o parsefoo.o parsefoo.cxx
parsefoo.lxx:3: error: previous declaration of &#8216;int isatty(int)&#8217; with &#8216;C++&#8217; linkage
/usr/include/unistd.h:743: error: conflicts with new declaration with &#8216;C&#8217; linkage
/usr/include/unistd.h:743: error: declaration of &#8216;int isatty(int) throw ()&#8217; throws different exceptions
parsefoo.lxx:3: error: from previous declaration &#8216;int isatty(int)&#8217;
make: *** [parsefoo.o] Error 1
+ am_exit_trap 2
+ exit_status=2
+ set +e
+ cd /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6
+ test none = tap
+ case $am_explicit_skips in
+ test 2 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
lex-clean-cxx: exit 2

FAIL: t/lex-depend-cxx
======================

Running from installcheck: no
Test Protocol: none
PATH = /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/wrap:/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/ax:/local/home/bieser/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/local/home/bieser/bin:/
usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/bin/X11:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/lib/qt3/bin:/usr/local/bin:/opt/pgi/linux86-64/2012/bin:/opt/intel/Compiler/11.1/072/bin/intel64:/opt/matlab/bin:
/opt/vni/wave/bin:/usr/local/scilab-4.1/bin:/opt/gcc-4.5.0/bin:/opt/g95di32/bin:/usr/local/texlive/2010/bin/x86_64-linux:/usr/local/globus-5.0.3/bin
+++ pwd
/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/lex-depend-cxx.dir
+ cat
+ cat
+ cat
+ cp joe.ll moe.l++
+ cat
+ aclocal-1.12 -Werror
+ automake-1.12 --foreign -Werror -Wall -a
configure.ac: installing './ylwrap'
+ /usr/bin/grep -F joe.Po Makefile.in
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/joe.Po <at> am__quote@
ÿÿÿÿÿÿÿ test -f $(DEPDIR)/joe.Po
+ /usr/bin/grep -F moe.Po Makefile.in
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moe.Po <at> am__quote@
ÿÿÿÿÿÿÿ test -f $(DEPDIR)/moe.Po
+ autoconf
+ ./configure --enable-dependency-tracking
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... gawk
checking whether make sets $(MAKE)... yes
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 c++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of c++... gcc3
checking for gcc... gcc
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 dependency style of gcc... gcc3
checking for flex... lex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make test-deps-exist
ls -l .deps ;: For debugging.
total 8
-rw-r--r-- 1 bieser KBC 8 2013-01-11 12:05 joe.Po
-rw-r--r-- 1 bieser KBC 8 2013-01-11 12:05 moe.Po
test -f .deps/joe.Po
test -f .deps/moe.Po
+ make
/bin/sh ./ylwrap joe.ll lex.yy.c joe.cc -- lexÿ 
c++ -DPACKAGE_NAME=\"lex-depend-cxx\" -DPACKAGE_TARNAME=\"lex-depend-cxx\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"lex-depend-cxx\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lex-dep
end-cxx\" -DVERSION=\"1.0\" -I.ÿÿÿÿ -g -O2 -MT joe.o -MD -MP -MF .deps/joe.Tpo -c -o joe.o joe.cc
joe.ll:3: error: previous declaration of &#8216;int isatty(int)&#8217; with &#8216;C++&#8217; linkage
/usr/include/unistd.h:743: error: conflicts with new declaration with &#8216;C&#8217; linkage
/usr/include/unistd.h:743: error: declaration of &#8216;int isatty(int) throw ()&#8217; throws different exceptions
joe.ll:3: error: from previous declaration &#8216;int isatty(int)&#8217;
make: *** [joe.o] Error 1
+ am_exit_trap 2
+ exit_status=2
+ set +e
+ cd /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6
+ test none = tap
+ case $am_explicit_skips in
+ test 2 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
lex-depend-cxx: exit 2



[...]


FAIL: t/yacc-bison-skeleton-cxx
=========================
======

yacc-bison-skeleton-cxx: running bison --version
bison (GNU Bison) 2.1
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.ÿ There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Running from installcheck: no
Test Protocol: none
PATH = /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/wrap:/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/ax:/local/home/bieser/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/local/home/bieser/bin:/
usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/bin/X11:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/lib/qt3/bin:/usr/local/bin:/opt/pgi/linux86-64/2012/bin:/opt/intel/Compiler/11.1/072/bin/intel64:/opt/matlab/bin:
/opt/vni/wave/bin:/usr/local/scilab-4.1/bin:/opt/gcc-4.5.0/bin:/opt/g95di32/bin:/usr/local/texlive/2010/bin/x86_64-linux:/usr/local/globus-5.0.3/bin
+++ pwd
/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/yacc-bison-skeleton-cxx.dir
+ cat
+ cat
+ cat
+ cat
+ aclocal-1.12 -Werror
+ autoconf
+ automake-1.12 --foreign -Werror -Wall -a
configure.ac: installing './ylwrap'
+ mkdir build
+ cd build
+ ../configure 'YACC=bison -y'
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... gawk
checking whether make sets $(MAKE)... yes
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 c++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of c++... gcc3
checking for bison... bison -y
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ make
/bin/sh ../ylwrap ../zardoz.yy y.tab.c zardoz.cc y.tab.h `echo zardoz.cc | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output zardoz.output -- bison -y -d 
updating location.hh
updating position.hh
updating stack.hh
updating zardoz.hh
makeÿ all-am
make[1]: Entering directory `/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/yacc-bison-skeleton-cxx.dir/build'
c++ -DPACKAGE_NAME=\"yacc-bison-skeleton-cxx\" -DPACKAGE_TARNAME=\"yacc-bison-skeleton-cxx\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING
=\"yacc-bison-skeleton-cxx\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE
_U
RL=\"\" -DPACKAGE=\"yacc-bison-skeleton-cxx\" -DVERSION=\"1.0\" -I. -I..ÿÿÿÿ -g -O2 -MT zardoz.o -MD -MP -MF .deps/zardoz.Tpo -c -o zardoz.o zardoz.cc
../zardoz.yy:10: error: &#8216;yy::parser&#8217; has not been declared
../zardoz.yy:10: error: &#8216;yylval&#8217; was not declared in this scope
../zardoz.yy:11: error: &#8216;yy::parser&#8217; has not been declared
../zardoz.yy:11: error: &#8216;yylloc&#8217; was not declared in this scope
../zardoz.yy:11: error: initializer expression list treated as compound expression
zardoz.cc: In member function &#8216;virtual int yy::parser::parse()&#8217;:
zardoz.cc:259: error: &#8216;yylex&#8217; cannot be used as a function
../zardoz.yy: In function &#8216;int yylex(YYSTYPE*, yy::location*)&#8217;:
../zardoz.yy:20: error: &#8216;int yylex(YYSTYPE*, yy::location*)&#8217; redeclared as different kind of symbol
../zardoz.yy:10: error: previous declaration of &#8216;int yylex&#8217;
zardoz.hh:138: error: &#8216;typedef union YYSTYPE yy::parser::semantic
_type&#8217; is private
../zardoz.yy:20: error: within this context
zardoz.hh:140: error: &#8216;typedef class yy::location yy::parser::location_type&#8217; is private
../zardoz.yy:20: error: within this context
make[1]: *** [zardoz.o] Error 1
make[1]: Leaving directory `/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/yacc-bison-skeleton-cxx.dir/build'
make: *** [all] Error 2
+ am_exit_trap 2
+ exit_status=2
+ set +e
+ cd /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6
+ test none = tap
+ case $am_explicit_skips in
+ test 2 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
yacc-bison-skeleton-cxx: exit 2



Helmholtz-Zentrum Geesthacht 
Zentrum für Material- und Küstenforschung GmbH 
Max-Planck-Straße 1 I 21502 Geesthacht I Deutschland/Germany 

Geschäftsführer/Board of Management: Prof. Dr. Wolfgang Kaysser, Dipl.-Ing. Michael Ganß 
Vorsitzender des Aufsichtsrates/Chairman of the Supervisory Board: MinDirig Wilfried Kraus 
Amtsgericht Lübeck HRB 285 GE (Register Court) 
Internet: http://www.hzg.de  
[Message part 2 (text/html, inline)]

Information forwarded to bug-automake <at> gnu.org:
bug#13436; Package automake. (Mon, 21 Jan 2013 13:03:01 GMT) Full text and rfc822 format available.

Message #8 received at 13436 <at> debbugs.gnu.org (full text, mbox):

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: Johannes.Bieser <at> hzg.de
Cc: 13436 <at> debbugs.gnu.org
Subject: Re: bug#13436: 3 fails in make check
Date: Mon, 21 Jan 2013 14:01:28 +0100
tags 13436 + moreinfo
severity 13436 minor
thanks

On 01/14/2013 05:08 PM, Johannes.Bieser <at> hzg.de wrote:
> Hi,
>
Hello Johannes.  Thanks for the report, and sorry for the delay.

> I compiled automake 1.12.6 and got 3 fails when doing make check.
> I tried it with v1.13.1 and got the same results.
> 
> echo $MACHTYPE
> x86_64-suse-linux
> 
> I tried to use gcc + ifort
> and gcc + gfortran
> 
Even more usefule info on your system should have been saved in the
file 't/get-sysconf.log'.  Could you post it here?  That might help
the debugging.

> ==================================================
> Testsuite summary for GNU Automake 1.12.6
> ==================================================
> # TOTAL: 2632
> # PASS:  2387
> # SKIP:  201
> # XFAIL: 41
> # FAIL:  3
> # XPASS: 0
> # ERROR: 0
> ==================================================
> See ./test-suite.log
> Please report to bug-automake <at> gnu.org
> ==================================================

> grep FAIL test-suite.log
> 17052:FAIL: t/lex-clean-cxx
> 17125:FAIL: t/lex-depend-cxx
> 18935:FAIL: t/yacc-bison-skeleton-cxx
> 
> I searched for existing bugs and saw that the first two test
> sections have been the source of problems before. But I could
> not find a solution.
>
> Here is an excerpt from my test-suite.log:
> 

> FAIL: t/lex-depend-cxx
> ======================
> 
> Running from installcheck: no
> Test Protocol: none
> PATH = /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/wrap:/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/ax:/local/home/bieser/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/local/home/bieser/bin:/
> usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/bin/X11:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/lib/qt3/bin:/usr/local/bin:/opt/pgi/linux86-64/2012/bin:/opt/intel/Compiler/11.1/072/bin/intel64:/opt/matlab/bin:
> /opt/vni/wave/bin:/usr/local/scilab-4.1/bin:/opt/gcc-4.5.0/bin:/opt/g95di32/bin:/usr/local/texlive/2010/bin/x86_64-linux:/usr/local/globus-5.0.3/bin
> +++ pwd
> /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/lex-depend-cxx.dir
> + cat
> + cat
> + cat
> + cp joe.ll moe.l++
> + cat
> + aclocal-1.12 -Werror
> + automake-1.12 --foreign -Werror -Wall -a
> configure.ac: installing './ylwrap'
> + /usr/bin/grep -F joe.Po Makefile.in
> @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/joe.Po <at> am__quote@
> ÿÿÿÿÿÿÿ test -f $(DEPDIR)/joe.Po
> + /usr/bin/grep -F moe.Po Makefile.in
> @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moe.Po <at> am__quote@
> ÿÿÿÿÿÿÿ test -f $(DEPDIR)/moe.Po
> + autoconf
> + ./configure --enable-dependency-tracking
> 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... gawk
> checking whether make sets $(MAKE)... yes
> 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 c++ accepts -g... yes
> checking for style of include used by make... GNU
> checking dependency style of c++... gcc3
> checking for gcc... gcc
> 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 dependency style of gcc... gcc3
> checking for flex... lex
> checking lex output file root... lex.yy
> checking lex library... -lfl
> checking whether yytext is a pointer... no
> checking that generated files are newer than configure... done
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: executing depfiles commands
> + make test-deps-exist
> ls -l .deps ;: For debugging.
> total 8
> -rw-r--r-- 1 bieser KBC 8 2013-01-11 12:05 joe.Po
> -rw-r--r-- 1 bieser KBC 8 2013-01-11 12:05 moe.Po
> test -f .deps/joe.Po
> test -f .deps/moe.Po
> + make
> /bin/sh ./ylwrap joe.ll lex.yy.c joe.cc -- lexÿ 
> c++ -DPACKAGE_NAME=\"lex-depend-cxx\" -DPACKAGE_TARNAME=\"lex-depend-cxx\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"lex-depend-cxx\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lex-dep
> end-cxx\" -DVERSION=\"1.0\" -I.ÿÿÿÿ -g -O2 -MT joe.o -MD -MP -MF .deps/joe.Tpo -c -o joe.o joe.cc
> joe.ll:3: error: previous declaration of &#8216;int isatty(int)&#8217; with &#8216;C++&#8217; linkage
> /usr/include/unistd.h:743: error: conflicts with new declaration with &#8216;C&#8217; linkage
> /usr/include/unistd.h:743: error: declaration of &#8216;int isatty(int) throw ()&#8217; throws different exceptions
> joe.ll:3: error: from previous declaration &#8216;int isatty(int)&#8217;
>
Weird, it seems Flex is not respecting the "YY_NO_UNISTD_H" #define
given in 'parsefoo.lxx'.  Which version of Flex are you using?

> make: *** [joe.o] Error 1
> + am_exit_trap 2
> + exit_status=2
> + set +e
> + cd /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6
> + test none = tap
> + case $am_explicit_skips in
> + test 2 -eq 0
> + keep_testdirs=yes
> + am_keeping_testdirs
> + case $keep_testdirs in
> + return 0
> + set +x
> lex-depend-cxx: exit 2
> 
> 

> FAIL: t/lex-clean-cxx
> =====================
>
> [SNIP] since it has the same root of the other Lex failure.
>

> 
> [...]
> 
> 
> FAIL: t/yacc-bison-skeleton-cxx
> ===============================
> 
> yacc-bison-skeleton-cxx: running bison --version
> bison (GNU Bison) 2.1
>
> Written by Robert Corbett and Richard Stallman.
>
> Copyright (C) 2005 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.ÿ There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
This version of Bison is quite old, and that is likely causing a spurious
failure.  What happens if you update your Bison installation to a reasonably
modern one?  Let's say, at least Bison 2.4.

> [SNIP] rest of log

Thanks,
  Stefano




Added tag(s) moreinfo. Request was from Stefano Lattarini <stefano.lattarini <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 21 Jan 2013 13:03:02 GMT) Full text and rfc822 format available.

Severity set to 'minor' from 'normal' Request was from Stefano Lattarini <stefano.lattarini <at> gmail.com> to control <at> debbugs.gnu.org. (Mon, 21 Jan 2013 13:03:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-automake <at> gnu.org:
bug#13436; Package automake. (Mon, 21 Jan 2013 14:27:01 GMT) Full text and rfc822 format available.

Message #15 received at 13436 <at> debbugs.gnu.org (full text, mbox):

From: Johannes.Bieser <at> hzg.de
To: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Cc: 13436 <at> debbugs.gnu.org
Subject: Re: bug#13436: 3 fails in make check
Date: Mon, 21 Jan 2013 15:24:29 +0100
[Message part 1 (text/plain, inline)]
get-sysconf.log:

Running from installcheck: no
Test Protocol: none
PATH = /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/wrap:/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/ax:/local/home/bieser/bin/:/usr/bin:/bin:/usr/sbin:/sbin:/local/home/bieser/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/bin/X11:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/lib/qt3/bin:/usr/local/bin:/opt/pgi/linux86-64/2012/bin:/opt/intel/Compiler/11.1/072/bin/intel64:/opt/matlab/bin:/opt/vni/wave/bin:/usr/local/scilab-4.1/bin:/opt/gcc-4.5.0/bin:/opt/g95di32/bin:/usr/local/texlive/2010/bin/x86_64-linux:/usr/local/globus-5.0.3/bin
+++ pwd
/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/get-sysconf.dir
+ st=0
+ test -d /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/.git
+ test -f /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/ChangeLog
+ awk '
    BEGIN { first = 1 }
    (first == 1) { print; first = 0; next; }
    /^[^\t]/ { exit(0); }
    { print }
  ' /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/ChangeLog
2012-12-15  Stefano Lattarini  <stefano.lattarini <at> gmail.com>

    release: stable release 1.12.5

    * configure.ac (AC_INIT): Bump version number to 1.12.5.
    * m4/amversion.m4: Likewise (auto-updated by "make bootstrap").

+ /usr/bin/perl -V
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=linux, osvers=2.6.16, archname=x86_64-linux-thread-multi
    uname='linux weill 2.6.16 #1 smp thu may 17 14:00:09 utc 2007 x86_64 x86_64 x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/usr -Dvendorprefix=/usr -Dinstallusrbinperl -Dusethreads -Di_db -Di_dbm -Di_ndbm -Di_gdbm -Duseshrplib=true -Doptimize=-O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -Wall -pipe'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS
_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE
=2 -g -Wall -pipe',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement'
    ccversion='', gccversion='4.1.2 20070115 (prerelease) (SUSE Linux)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder
=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib64'
    libpth=/lib64 /usr/lib64 /usr/local/lib64
    libs=-lm -ldl -lcrypt -lpthread
    perllibs=-lm -ldl -lcrypt -lpthread
    libc=/lib64/libc-2.4.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.4'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.8.8/x86_64-linux-thread-multi/CORE'
    cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib64'


Characteristics of this binary (from libperl): 
  Compile-time options: DEBUGGING MULTIPLICITY PERL_IMPLICIT_CONTEXT
                        PERL
_MALLOC_WRAP THREADS_HAVE_PIDS USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_PERLIO USE_REENTRANT_API
  Built under linux
  Compiled at Nov  9 2007 13:36:18
  @INC:
    /usr/lib/perl5/5.8.8/x86_64-linux-thread-multi
    /usr/lib/perl5/5.8.8
    /usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi
    /usr/lib/perl5/site_perl/5.8.8
    /usr/lib/perl5/site_perl
    /usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi
    /usr/lib/perl5/vendor_perl/5.8.8
    /usr/lib/perl5/vendor_perl
    .
+ /usr/bin/perl -e 'use TAP::Parser; print $TAP::Parser::VERSION, "\n"'
Can't locate TAP/Parser.pm in @INC (@INC contains: /usr/lib/perl5/5.8.8/x86
_64-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
+ :
+ cat /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU Automake configure 1.12.6, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/local/home/bieser/CMAQ5.0.1/lib/automake

## --------- ##
## Platform. ##
## --------- ##

hostname = grpsrv06
uname -m = x86_64
uname -r = 2.6.16.60-0.37_f594963d_lustre.1.8.0.1-smp
uname -s = Linux
uname -v = #1 SMP Thu Jun 18 17:35:33 MDT 2009

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /local/home/bieser/bin/
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /local/home/bieser/bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/bin/X11
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin
PATH: /usr/lib/qt3/bin
PATH: /usr/local/bin
PATH: /opt/pgi/linux86-64/2012/bin
PATH: /opt/intel/Compiler/11.1/072/bin/intel64
PATH: /opt/matlab/bin
PATH: /opt/vni/wave/bin
PATH: /usr/local/scilab-4.1/bin
PATH: /opt/gcc-4.5.0/bin
PATH: /opt/g95di32/bin
PATH: /usr/local/texlive/2010/bin/x86_64-linux
PATH: /usr/local/globus-5.0.3/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2031: checking whether make supports nested variables
configure:2048: result: yes
configure:2064: checking build system type
configure:2078: result: x86_64-unknown-linux-gnu
configure:2098: checking host system type
configure:2111: result: x86_64-unknown-linux-gnu
configure:2164: checking for a BSD-compatible install
configure:2232: result: /usr/bin/install -c
configure:2243: checking whether build environment is sane
configure:2298: result: yes
configure:2449: checking for a thread-safe mkdir -p
configure:2488: result: /bin/mkdir -p
configure:2495: checking for gawk
configure:2511: found /usr/bin/gawk
configure:2522: result: gawk
configure:2533: checking whether make sets $(MAKE)
configure:2555: result: yes
configure:2666: checking whether ln -s works
configure:2670: result: yes
configure:2680: checking for perl
configure:2698: found /usr/bin/perl
configure:2710: result: /usr/bin/perl
configure:2722: /usr/bin/perl --version

This is perl, v5.8.8 built for x86_64-linux-thread-multi

Copyright 1987-2006, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".ÿ If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

configure:2725: $? = 0
configure:2735: checking whether /usr/bin/perl supports ithreads
configure:2758: result: yes
configure:2770: checking for tex
configure:2786: found /usr/local/texlive/2010/bin/x86_64-linux/tex
configure:2797: result: tex
configure:2808: tex --version </dev/null
TeX 3.1415926 (TeX Live 2010)
kpathsea version 6.0.0
Copyright 2010 D.E. Knuth.
There is NO warranty.ÿ Redistribution of this software is
covered by the terms of both the TeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the TeX source.
Primary author of TeX: D.E. Knuth.
configure:2811: $? = 0
configure:2829: checking for yacc
configure:2845: found /usr/bin/yacc
configure:2856: result: yacc
configure:2872: checking for lex
configure:2888: found /usr/bin/lex
configure:2899: result: lex
configure:2919: checking whether autoconf is installed
configure:2924: autoconf --version
autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
configure:2927: $? = 0
configure:2935: result: yes
configure:2942: checking whether autoconf works
configure:2949: cd conftest && autoconf -o /dev/null conftest.ac
configure:2952: $? = 0
configure:2961: result: yes
configure:2968: checking whether autoconf is recent enough
configure:2975: cd conftest && autoconf -o /dev/null conftest.ac
configure:2978: $? = 0
configure:2987: result: yes
configure:2994: checking whether ln works
configure:3014: result: yes
configure:3032: checking for grep that handles long lines and -e
configure:3090: result: /usr/bin/grep
configure:3095: checking for egrep
configure:3157: result: /usr/bin/grep -E
configure:3162: checking for fgrep
configure:3224: result: /usr/bin/grep -F
configure:3270: will now look for a sturdy POSIX shell, for our testsuite
configure:3306: checking for sh
configure:3324: found /bin/sh
configure:3336: result: /bin/sh
configure:3306: checking for sh5
configure:3339: result: no
configure:3306: checking for dash
configure:3339: result: no
configure:3306: checking for ash
configure:3324: found /bin/ash
configure:3336: result: /bin/ash
configure:3306: checking for bash
configure:3324: found /bin/bash
configure:3336: result: /bin/bash
configure:3306: checking for zsh
configure:3324: found /usr/bin/zsh
configure:3336: result: /usr/bin/zsh
configure:3306: checking for ksh
configure:3324: found /usr/bin/ksh
configure:3336: result: /usr/bin/ksh
configure:3306: checking for pdksh
configure:3339: result: no
configure:3360: checking whether /bin/sh supports $(cmd)
configure:3370: result: yes
configure:3380: checking whether /bin/sh supports $((expr))
configure:3390: result: yes
configure:3400: checking whether /bin/sh supports ${#var}
configure:3413: result: yes
configure:3423: checking whether /bin/sh supports ${var#glob} and ${var%glob}
configure:3437: result: yes
configure:3447: checking whether /bin/sh preserves exit traps with "set -e"
configure:3457: result: yes
configure:3467: checking whether /bin/sh can define exit traps in a shell function
configure:3477: result: yes
configure:3487: checking whether /bin/sh corrupts stderr with "set -x"
configure:3501: result: no
configure:3509: checking whether /bin/sh can return early from "dot-sourced" files
configure:3519: result: yes
configure:3531: checking whether /bin/sh supports alias named like shell builtins

configure:3541: result: yes
configure:3551: checking whether /bin/sh supports "test -e"
configure:3561: result: yes
configure:3579: shell /bin/sh is good enough, stop looking
configure:3596: will use /bin/sh as the testsuite shell
configure:3620: will now look for generic compilers
configure:3743: checking for C compiler version
configure:3752: gcc --version >&5
gcc (GCC) 4.1.2 20070115 (SUSE Linux)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.ÿ There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3763: $? = 0
configure:3752: gcc -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages
=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --program-suffix
= --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.1.2 20070115 (SUSE Linux)
configure:3763: $? = 0
configure:3752: gcc -V >&5
gcc: '-V' option must have argument
configure:3763: $? = 1
configure:3752: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3763: $? = 1
configure:3783: checking whether the C compiler works
configure:3805: gccÿÿÿ conftest.cÿ >&5
configure:3809: $? = 0
configure:3859: result: yes
configure:3862: checking for C compiler default output file name
configure:3864: result: a.out
configure:3870: checking for suffix of executables
configure:3877: gcc -o conftestÿÿÿ conftest.cÿ >&5
configure:3881: $? = 0
configure:3905: result: 
configure:3927: checking whether we are cross compiling
configure:3935: gcc -o conftestÿÿÿ conftest.cÿ >&5
configure:3939: $? = 0
configure:3946: ./conftest
configure:3950: $? = 0
configure:3968: result: no
configure:3973: checking for suffix of object files
configure:3995: gcc -cÿÿ conftest.c >&5
configure:3999: $? = 0
configure:4022: result: o
configure:4026: checking whether we are using the GNU C compiler
configure:4045: gcc -cÿÿ conftest.c >&5
configure:4045: $? = 0
configure:4054: result: yes
configure:4063: checking whether gcc accepts -g
configure:4083: gcc -c -gÿ conftest.c >&5
configure:4083: $? = 0
configure:4124: result: yes
configure:4141: checking for gcc option to accept ISO C89
configure:4204: gccÿ -c -g -O2ÿ conftest.c >&5
configure:4204: $? = 0
configure:4217: result: none needed
configure:4340: checking for aCC
configure:4370: result: no
configure:4340: checking for CC
configure:4370: result: no
configure:4340: checking for FCC
configure:4370: result: no
configure:4340: checking for KCC
configure:4370: result: no
configure:4340: checking for RCC
configure:4370: result: no
configure:4340: checking for xlC_r
configure:4370: result: no
configure:4340: checking for xlC
configure:4370: result: no
configure:4340: checking for c++
configure:4356: found /usr/bin/c++
configure:4367: result: c++
configure:4394: checking for C++ compiler version
configure:4403: c++ --version >&5
c++ (GCC) 4.1.2 20070115 (SUSE Linux)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.ÿ There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4414: $? = 0
configure:4403: c++ -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages
=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --program-suffix
= --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.1.2 20070115 (SUSE Linux)
configure:4414: $? = 0
configure:4403: c++ -V >&5
c++: '-V' option must have argument
configure:4414: $? = 1
configure:4403: c++ -qversion >&5
c++: unrecognized option '-qversion'
c++: no input files
configure:4414: $? = 1
configure:4434: checking whether the C++ compiler works
configure:4456: c++ÿÿÿ conftest.cppÿ >&5
configure:4460: $? = 0
configure:4510: result: yes
configure:4513: checking for C++ compiler default output file name
configure:4515: result: a.out
configure:4521: checking for suffix of executables
configure:4528: c++ -o conftestÿÿÿ conftest.cppÿ >&5
configure:4532: $? = 0
configure:4556: result: 
configure:4578: checking whether we are cross compiling
configure:4586: c++ -o conftestÿÿÿ conftest.cppÿ >&5
configure:4590: $? = 0
configure:4597: ./conftest
configure:4601: $? = 0
configure:4619: result: no
configure:4624: checking for suffix of object files
configure:4646: c++ -cÿÿ conftest.cpp >&5
configure:4650: $? = 0
configure:4673: result: o
configure:4677: checking whether we are using the GNU C++ compiler
configure:4696: c++ -cÿÿ conftest.cpp >&5
configure:4696: $? = 0
configure:4705: result: yes
configure:4714: checking whether c++ accepts -g
configure:4734: c++ -c -gÿ conftest.cpp >&5
configure:4734: $? = 0
configure:4775: result: yes
configure:4939: checking for Fortran compiler version
configure:4948: ifort --version >&5
ifort (IFORT) 11.1 20100414
Copyright (C) 1985-2010 Intel Corporation.ÿ All rights reserved.

configure:4959: $? = 0
configure:4948: ifort -v >&5
Version 11.1 
configure:4959: $? = 0
configure:4948: ifort -V >&5
Intel(R) Fortran Intel(R) 64 Compiler Professional for applications running on Intel(R) 64, Version 11.1ÿÿÿ Build 20100414 Package ID: l_cprof
_p_11.1.072
Copyright (C) 1985-2010 Intel Corporation.ÿ All rights reserved.

configure:4959: $? = 0
configure:4948: ifort -qversion >&5
ifort: command line warning #10006: ignoring unknown option '-qversion'
ifort: command line error: no files specified; for help type "ifort -help"
configure:4959: $? = 1
configure:4974: checking whether the Fortran compiler works
configure:4996: ifortÿÿÿ conftest.fÿ >&5
configure:5000: $? = 0
configure:5050: result: yes
configure:5053: checking for Fortran compiler default output file name
configure:5055: result: a.out
configure:5061: checking for suffix of executables
configure:5068: ifort -o conftestÿÿÿ conftest.fÿ >&5
configure:5072: $? = 0
configure:5096: result: 
configure:5112: checking whether we are cross compiling
configure:5120: ifort -o conftestÿÿÿ conftest.fÿ >&5
configure:5124: $? = 0
configure:5131: ./conftest
configure:5135: $? = 0
configure:5153: result: no
configure:5158: checking for suffix of object files
configure:5174: ifort -cÿÿ conftest.f >&5
configure:5178: $? = 0
configure:5201: result: o
configure:5209: checking whether we are using the GNU Fortran compiler
configure:5222: ifort -cÿÿ conftest.F >&5
conftest.F(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( % : . = =>
ÿÿÿÿÿÿ choke me
---------------^
conftest.F(3): error #6218: This statement is positioned incorrectly and/or has syntax errors.
ÿÿÿÿÿÿ choke me
---------------^
compilation aborted for conftest.F (code 1)
configure:5222: $? = 1
configure: failed program was:
|ÿÿÿÿÿÿ program main
| #ifndef __GNUC__
|ÿÿÿÿÿÿÿ choke me
| #endif
| 
|ÿÿÿÿÿÿ end
configure:5231: result: no
configure:5237: checking whether ifort accepts -g
configure:5248: ifort -c -gÿ conftest.f >&5
configure:5248: $? = 0
configure:5256: result: yes
configure:5368: checking for xlf
configure:5398: result: no
configure:5368: checking for f77
configure:5398: result: no
configure:5368: checking for frt
configure:5398: result: no
configure:5368: checking for ifort
configure:5384: found /opt/intel/Compiler/11.1/072/bin/intel64/ifort
configure:5395: result: ifort
configure:5421: checking for Fortran 77 compiler version
configure:5430: ifort --version >&5
ifort (IFORT) 11.1 20100414
Copyright (C) 1985-2010 Intel Corporation.ÿ All rights reserved.

configure:5441: $? = 0
configure:5430: ifort -v >&5
Version 11.1 
configure:5441: $? = 0
configure:5430: ifort -V >&5
Intel(R) Fortran Intel(R) 64 Compiler Professional for applications running on Intel(R) 64, Version 11.1ÿÿÿ Build 20100414 Package ID: l_cprof
_p_11.1.072
Copyright (C) 1985-2010 Intel Corporation.ÿ All rights reserved.

configure:5441: $? = 0
configure:5430: ifort -qversion >&5
ifort: command line warning #10006: ignoring unknown option '-qversion'
ifort: command line error: no files specified; for help type "ifort -help"
configure:5441: $? = 1
configure:5456: checking whether the Fortran 77 compiler works
configure:5478: ifortÿÿ conftest.fÿ >&5
configure:5482: $? = 0
configure:5532: result: yes
configure:5535: checking for Fortran 77 compiler default output file name
configure:5537: result: a.out
configure:5543: checking for suffix of executables
configure:5550: ifort -o conftestÿÿ conftest.fÿ >&5
configure:5554: $? = 0
configure:5578: result: 
configure:5594: checking whether we are cross compiling
configure:5602: ifort -o conftestÿÿ conftest.fÿ >&5
configure:5606: $? = 0
configure:5613: ./conftest
configure:5617: $? = 0
configure:5635: result: no
configure:5640: checking for suffix of object files
configure:5656: ifort -cÿ conftest.f >&5
configure:5660: $? = 0
configure:5683: result: o
configure:5691: checking whether we are using the GNU Fortran 77 compiler
configure:5704: ifort -cÿ conftest.F >&5
conftest.F(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( % : . = =>
ÿÿÿÿÿÿ choke me
---------------^
conftest.F(3): error #6218: This statement is positioned incorrectly and/or has syntax errors.
ÿÿÿÿÿÿ choke me
---------------^
compilation aborted for conftest.F (code 1)
configure:5704: $? = 1
configure: failed program was:
|ÿÿÿÿÿÿ program main
| #ifndef __GNUC__
|ÿÿÿÿÿÿÿ choke me
| #endif
| 
|ÿÿÿÿÿÿ end
configure:5713: result: no
configure:5719: checking whether ifort accepts -g
configure:5730: ifort -c -g conftest.f >&5
configure:5730: $? = 0
configure:5738: result: yes
configure:5802: will now look for GNU compilers
configure:5809: gcc is already a GNU C compiler
configure:5915: gcc --version && gcc -v
gcc (GCC) 4.1.2 20070115 (SUSE Linux)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.ÿ There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages
=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --program-suffix
= --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.1.2 20070115 (SUSE Linux)
configure:5918: $? = 0
configure:5933: c++ is already a GNU C++ compiler
configure:6040: c++ --version && c++ -v
c++ (GCC) 4.1.2 20070115 (SUSE Linux)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.ÿ There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages
=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --program-suffix
= --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.1.2 20070115 (SUSE Linux)
configure:6043: $? = 0
configure:6112: checking for gfortran
configure:6128: found /usr/bin/gfortran
configure:6139: result: gfortran
configure:6165: gfortran --version && gfortran -v
GNU Fortran 95 (GCC) 4.1.2 20070115 (SUSE Linux)
Copyright (C) 2006 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages
=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --program-suffix
= --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.1.2 20070115 (SUSE Linux)
configure:6168: $? = 0
configure:6237: checking for g77
configure:6267: result: no
configure:6237: checking for gfortran
configure:6253: found /usr/bin/gfortran
configure:6264: result: gfortran
configure:6290: gfortran --version && gfortran -v
GNU Fortran 95 (GCC) 4.1.2 20070115 (SUSE Linux)
Copyright (C) 2006 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages
=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --program-suffix
= --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.1.2 20070115 (SUSE Linux)
configure:6293: $? = 0
configure:6356: checking for gcj
configure:6372: found /opt/gcc-4.5.0/bin/gcj
configure:6383: result: gcj
configure:6408: gcj --version && gcj -v
gcj (GCC) 4.5.0
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.ÿ There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Using built-in specs.
Reading specs from /opt/gcc-4.5.0/lib/gcc/x86_64-unknown-linux-gnu/4.5.0/../../../libgcj.spec
rename spec startfile to startfileorig
rename spec lib to liborig
COLLECT_GCC=gcj
COLLECT_LTO_WRAPPER=/opt/gcc-4.5.0/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ./configure --prefix=/opt/gcc-4.5.0 --with-gmp-lib=/usr/local/lib --with-mpfr-lib=/usr/local/lib --with-mpc-lib=/usr/local/lib
Thread model: posix
gcc version 4.5.0 (GCC) 
configure:6411: $? = 0
configure:6593: checking that generated files are newer than configure
configure:6599: result: done
configure:6614: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.12.6, which was
generated by GNU Autoconf 2.69.ÿ Invocation command line was

ÿ CONFIG_FILESÿÿÿ = 
ÿ CONFIG_HEADERSÿ = 
ÿ CONFIG_LINKSÿÿÿ = 
ÿ CONFIG_COMMANDS = 
ÿ $ ./config.status 

on grpsrv06

config.status:825: creating Makefile
config.status:825: creating t/wrap/aclocal-1.12
config.status:825: creating t/wrap/automake-1.12

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_AM_TEST_RUNNER_SHELL=/bin/sh
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AM_TEST_RUNNER_SHELL_set=
ac_cv_env_AM_TEST_RUNNER_SHELL_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=set
ac_cv_env_FC_value=ifort
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GNU_CC_set=
ac_cv_env_GNU_CC_value=
ac_cv_env_GNU_CFLAGS_set=
ac_cv_env_GNU_CFLAGS_value=
ac_cv_env_GNU_CXXFLAGS_set=
ac_cv_env_GNU_CXXFLAGS_value=
ac_cv_env_GNU_CXX_set=
ac_cv_env_GNU_CXX_value=
ac_cv_env_GNU_F77_set=
ac_cv_env_GNU_F77_value=
ac_cv_env_GNU_FCFLAGS_set=
ac_cv_env_GNU_FCFLAGS_value=
ac_cv_env_GNU_FC_set=
ac_cv_env_GNU_FC_value=
ac_cv_env_GNU_FFLAGS_set=
ac_cv_env_GNU_FFLAGS_value=
ac_cv_env_GNU_GCJFLAGS_set=
ac_cv_env_GNU_GCJFLAGS_value=
ac_cv_env_GNU_GCJ_set=
ac_cv_env_GNU_GCJ_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_fc_compiler_gnu=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_LEX=lex
ac_cv_prog_TEX=tex
ac_cv_prog_YACC=yacc
ac_cv_prog_ac_ct_CXX=c++
ac_cv_prog_ac_ct_F77=ifort
ac_cv_prog_ac_ct_GNU_F77=gfortran
ac_cv_prog_ac_ct_GNU_FC=gfortran
ac_cv_prog_ac_ct_GNU_GCJ=gcj
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_fc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_autoconf_installed=yes
am_cv_autoconf_version=yes
am_cv_autoconf_works=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_PERL_ithreads=yes
am_cv_prog_ln=ln

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='"/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/wrap/aclocal-1.12"'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_TEST_RUNNER_SHELL='/bin/sh'
AM_V='$(V)'
APIVERSION='1.12'
AUTOCONF='${SHELL} /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/lib/missing --run autoconf'
AUTOHEADER='${SHELL} /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/lib/missing --run autoheader'
AUTOMAKE='"/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/wrap/automake-1.12"'
AWK='gawk'
CC='gcc'
CFLAGS='-g -O2'
CPPFLAGS=''
CXX='c++'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"GNU\ Automake\" -DPACKAGE_TARNAME=\"automake\" -DPACKAGE_VERSION=\"1.12.6\" -DPACKAGE_STRING=\"GNU\ Automake\ 1.12.6\" -DPACKAGE_BUGREPORT=\"bug-automake <at> gnu.org\" -DPACKAGE_URL
=\"http://www.gnu.org/software/automake/\"'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT='UNKNOWN'
F77='ifort'
FC='ifort'
FCFLAGS='-g'
FFLAGS='-g'
FGREP='/usr/bin/grep -F'
GNU_CC='gcc'
GNU_CFLAGS='-g -O2'
GNU_CXX='c++'
GNU_CXXFLAGS='-g -O2'
GNU_F77='gfortran'
GNU_FC='gfortran'
GNU_FCFLAGS=''
GNU_FFLAGS=''
GNU_GCJ='gcj'
GNU_GCJFLAGS=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LEX='lex'
LIBOBJS=''
LIBS=''
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/lib/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MODIFICATION_DELAY='2'
OBJEXT='UNKNOWN'
PACKAGE='automake'
PACKAGE_BUGREPORT='bug-automake <at> gnu.org'
PACKAGE_NAME='GNU Automake'
PACKAGE_STRING='GNU Automake 1.12.6'
PACKAGE_TARNAME='automake'
PACKAGE_URL='http://www.gnu.org/software/automake/'
PACKAGE_VERSION='1.12.6'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PERL_THREADS='1'
RELEASE_YEAR='2012'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TEX='tex'
VERSION='1.12.6'
YACC='yacc'
ac_ct_CC=''
ac_ct_CXX='c++'
ac_ct_F77='ifort'
ac_ct_FC=''
ac_ct_GNU_CC=''
ac_ct_GNU_CXX=''
ac_ct_GNU_F77='gfortran'
ac_ct_GNU_FC='gfortran'
ac_ct_GNU_GCJ='gcj'
am_AUTOCONF='autoconf'
am_AUTOHEADER='autoheader'
am_AUTOM4TE='autom4te'
am_AUTORECONF='autoreconf'
am_AUTOUPDATE='autoupdate'
am__EXEEXT_FALSE='#'
am__EXEEXT_TRUE=''
am__isrc=''
am__leading_dot='.'
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
am_candidate_sh=''
amdir='${pkgvdatadir}/am'
automake_acdir='${datadir}/aclocal-1.12'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/lib/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgvdatadir='${datadir}/automake-1.12'
prefix='/local/home/bieser/CMAQ5.0.1/lib/automake'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
scriptdir='${pkgvdatadir}'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
system_acdir='${datadir}/aclocal'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "GNU Automake"
#define PACKAGE_TARNAME "automake"
#define PACKAGE_VERSION "1.12.6"
#define PACKAGE_STRING "GNU Automake 1.12.6"
#define PACKAGE_BUGREPORT "bug-automake <at> gnu.org"
#define PACKAGE_URL "http://www.gnu.org/software/automake/"

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.12.6, which was
generated by GNU Autoconf 2.69.ÿ Invocation command line was

ÿ CONFIG_FILESÿÿÿ = 
ÿ CONFIG_HEADERSÿ = 
ÿ CONFIG_LINKSÿÿÿ = 
ÿ CONFIG_COMMANDS = 
ÿ $ ./config.status --file=-

on grpsrv06


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.12.6, which was
generated by GNU Autoconf 2.69.ÿ Invocation command line was

ÿ CONFIG_FILESÿÿÿ = 
ÿ CONFIG_HEADERSÿ = 
ÿ CONFIG_LINKSÿÿÿ = 
ÿ CONFIG_COMMANDS = 
ÿ $ ./config.status --file=-

on grpsrv06


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.12.6, which was
generated by GNU Autoconf 2.69.ÿ Invocation command line was

ÿ CONFIG_FILESÿÿÿ = 
ÿ CONFIG_HEADERSÿ = 
ÿ CONFIG_LINKSÿÿÿ = 
ÿ CONFIG_COMMANDS = 
ÿ $ ./config.status --file=-

on grpsrv06


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.12.6, which was
generated by GNU Autoconf 2.69.ÿ Invocation command line was

ÿ CONFIG_FILESÿÿÿ = 
ÿ CONFIG_HEADERSÿ = 
ÿ CONFIG_LINKSÿÿÿ = 
ÿ CONFIG_COMMANDS = 
ÿ $ ./config.status --file=-

on grpsrv06


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.12.6, which was
generated by GNU Autoconf 2.69.ÿ Invocation command line was

ÿ CONFIG_FILESÿÿÿ = 
ÿ CONFIG_HEADERSÿ = 
ÿ CONFIG_LINKSÿÿÿ = 
ÿ CONFIG_COMMANDS = 
ÿ $ ./config.status --file=-

on grpsrv06


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.12.6, which was
generated by GNU Autoconf 2.69.ÿ Invocation command line was

ÿ CONFIG_FILESÿÿÿ = 
ÿ CONFIG_HEADERSÿ = 
ÿ CONFIG_LINKSÿÿÿ = 
ÿ CONFIG_COMMANDS = 
ÿ $ ./config.status --file=-

on grpsrv06

+ cat /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/wrap/aclocal-1.12
#!/usr/bin/perl -w
# t/wrap/aclocal-1.12.ÿ Generated from aclocal.in by configure.

# Copyright (C) 2012 Free Software Foundation, Inc.

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.ÿ See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program.ÿ If not, see <http://www.gnu.org/licenses/>.

BEGIN
{
ÿ use strict;
ÿ @Aclocal::perl_libdirs = ('/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/lib');
ÿ unshift @Aclocal::perl_libdirs, '/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/lib'
ÿÿÿ if '.' ne '.';
ÿ unshift @ARGV,
ÿÿÿ '--automake-acdir=/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/m4',
ÿÿÿ '--system-acdir=/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/m4/acdir';
}
require '/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/aclocal';
+ cat /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/t/wrap/automake-1.12
#!/usr/bin/perl -w
# t/wrap/automake-1.12.ÿ Generated from automake.in by configure.

# Copyright (C) 2012 Free Software Foundation, Inc.

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.ÿ See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program.ÿ If not, see <http://www.gnu.org/licenses/>.

BEGIN
{
ÿ use strict;
ÿ @Automake::perl_libdirs = ('/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/lib');
ÿ unshift @Automake::perl_libdirs, '/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/lib'
ÿÿÿ if '.' ne '.';
ÿ unshift @ARGV, '--libdir=/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/lib';
}
require '/local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6/automake';
+ test 0 -eq 0
+ _am_exit 77
+ set +e
+ test 77 = 77
+ am__test_skipped=yes
+ exit 77
+ exit 77
+ am_exit_trap 77
+ exit_status=77
+ set +e
+ cd /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6
+ test none = tap
+ case $am_explicit_skips in
+ test 77 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
get-sysconf: exit 77
Helmholtz-Zentrum Geesthacht 
Zentrum für Material- und Küstenforschung GmbH 
Max-Planck-Straße 1 I 21502 Geesthacht I Deutschland/Germany 

Geschäftsführer/Board of Management: Prof. Dr. Wolfgang Kaysser, Dipl.-Ing. Michael Ganß 
Vorsitzender des Aufsichtsrates/Chairman of the Supervisory Board: MinDirig Wilfried Kraus 
Amtsgericht Lübeck HRB 285 GE (Register Court) 
Internet: http://www.hzg.de  
[Message part 2 (text/html, inline)]

Information forwarded to bug-automake <at> gnu.org:
bug#13436; Package automake. (Mon, 21 Jan 2013 14:30:02 GMT) Full text and rfc822 format available.

Message #18 received at 13436 <at> debbugs.gnu.org (full text, mbox):

From: Johannes.Bieser <at> hzg.de
To: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Cc: 13436 <at> debbugs.gnu.org
Subject: Re: bug#13436: 3 fails in make check
Date: Mon, 21 Jan 2013 15:27:42 +0100
[Message part 1 (text/plain, inline)]
>Weird, it seems Flex is not respecting the "YY_NO_UNISTD_H" #define
>given in 'parsefoo.lxx'.  Which version of Flex are you using?

flex --version
flex 2.5.31
Helmholtz-Zentrum Geesthacht 
Zentrum für Material- und Küstenforschung GmbH 
Max-Planck-Straße 1 I 21502 Geesthacht I Deutschland/Germany 

Geschäftsführer/Board of Management: Prof. Dr. Wolfgang Kaysser, Dipl.-Ing. Michael Ganß 
Vorsitzender des Aufsichtsrates/Chairman of the Supervisory Board: MinDirig Wilfried Kraus 
Amtsgericht Lübeck HRB 285 GE (Register Court) 
Internet: http://www.hzg.de  
[Message part 2 (text/html, inline)]

Information forwarded to bug-automake <at> gnu.org:
bug#13436; Package automake. (Mon, 21 Jan 2013 14:34:02 GMT) Full text and rfc822 format available.

Message #21 received at 13436 <at> debbugs.gnu.org (full text, mbox):

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: Johannes.Bieser <at> hzg.de
Cc: 13436 <at> debbugs.gnu.org
Subject: Re: bug#13436: 3 fails in make check
Date: Mon, 21 Jan 2013 15:32:10 +0100
Thanks for getting back at me so quickly.

On 01/21/2013 03:27 PM, Johannes.Bieser <at> hzg.de wrote:
>> Weird, it seems Flex is not respecting the "YY_NO_UNISTD_H" #define
>> given in 'parsefoo.lxx'.  Which version of Flex are you using?
> 
> flex --version
> flex 2.5.31
>
Yep, that's old; according to <http://flex.sourceforge.net/>:

  March 3, 2003
    flex, version 2.5.31.
    Later releases have made this release obsolete.  Only use if you
    have a particular need to avoid later changes.  In particular, bug
    and security fixes of general interest happened after this release.

So my suggestion would be to update your flex installation, and see
whether the issue persist.

Thanks,
  Stefano




Information forwarded to bug-automake <at> gnu.org:
bug#13436; Package automake. (Mon, 21 Jan 2013 16:43:01 GMT) Full text and rfc822 format available.

Message #24 received at 13436 <at> debbugs.gnu.org (full text, mbox):

From: Johannes.Bieser <at> hzg.de
To: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Cc: 13436 <at> debbugs.gnu.org
Subject: Re: bug#13436: 3 fails in make check
Date: Mon, 21 Jan 2013 17:41:05 +0100
[Message part 1 (text/plain, inline)]
bison v2.4 solved the problem:
PASS: t/yacc-bison-skeleton-cxx.sh


However I still get 2 FAILS from lex-clean-cxx and lex-depend-cxx
(using flex 2.5.37 now)




+ cp config.status config.sav
+ make
c++ -DPACKAGE_NAME=\"lex-clean-cxx\" -DPACKAGE_TARNAME=\"lex-clean-cxx\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"lex-clean-c
xx\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lex-clean-cxx\" -DVERSION=\"1.0\" -I.     -g -O2 -MT mainfoo.o 
-MD -MP -MF .deps/mainfoo.Tpo -c -o mainfoo.o mainfoo.cc
mv -f .deps/mainfoo.Tpo .deps/mainfoo.Po
/bin/sh ./ylwrap parsefoo.lxx lex.yy.c parsefoo.cxx -- lex  
c++ -DPACKAGE_NAME=\"lex-clean-cxx\" -DPACKAGE_TARNAME=\"lex-clean-cxx\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"lex-clean-c
xx\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"lex-clean-cxx\" -DVERSION=\"1.0\" -I.     -g -O2 -MT parsefoo.o
 -MD -MP -MF .deps/parsefoo.Tpo -c -o parsefoo.o parsefoo.cxx
parsefoo.lxx:3: error: previous declaration of &#8216;int isatty(int)&#8217; with &#8216;C++&#8217; linkage
/usr/include/unistd.h:743: error: conflicts with new declaration with &#8216;C&#8217; linkage
/usr/include/unistd.h:743: error: declaration of &#8216;int isatty(int) throw ()&#8217; throws different exceptions
parsefoo.lxx:3: error: from previous declaration &#8216;int isatty(int)&#8217;
make: *** [parsefoo.o] Error 1
+ am_exit_trap 2
+ exit_status=2
+ set +e
+ cd /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6
+ test none = tap
+ case $am_explicit_skips in
+ test 2 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
lex-clean-cxx: exit 2






+ make
/bin/sh ./ylwrap joe.ll lex.yy.c joe.cc -- lex  
c++ -DPACKAGE_NAME=\"lex-depend-cxx\" -DPACKAGE_TARNAME=\"lex-depend-cxx\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"lex-depen
d-cxx\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE
=\"lex-depend-cxx\" -DVERSION=\"1.0\" -I.     -g -O2 -MT joe.o 

-MD -MP -MF .deps/joe.Tpo -c -o joe.o joe.cc
joe.ll:3: error: previous declaration of &#8216;int isatty(int)&#8217; with &#8216;C++&#8217; linkage
/usr/include/unistd.h:743: error: conflicts with new declaration with &#8216;C&#8217; linkage
/usr/include/unistd.h:743: error: declaration of &#8216;int isatty(int) throw ()&#8217; throws different exceptions
joe.ll:3: error: from previous declaration &#8216;int isatty(int)&#8217;
make: *** [joe.o] Error 1
+ am_exit_trap 2
+ exit_status=2
+ set +e
+ cd /local/home/bieser/CMAQ5.0.1/automake/automake-1.12.6
+ test none = tap
+ case $am_explicit_skips in
+ test 2 -eq 0
+ keep_testdirs=yes
+ am_keeping_testdirs
+ case $keep_testdirs in
+ return 0
+ set +x
lex-depend-cxx: exit 2


Helmholtz-Zentrum Geesthacht 
Zentrum für Material- und Küstenforschung GmbH 
Max-Planck-Straße 1 I 21502 Geesthacht I Deutschland/Germany 

Geschäftsführer/Board of Management: Prof. Dr. Wolfgang Kaysser, Dipl.-Ing. Michael Ganß 
Vorsitzender des Aufsichtsrates/Chairman of the Supervisory Board: MinDirig Wilfried Kraus 
Amtsgericht Lübeck HRB 285 GE (Register Court) 
Internet: http://www.hzg.de  
[Message part 2 (text/html, inline)]

Information forwarded to bug-automake <at> gnu.org:
bug#13436; Package automake. (Tue, 22 Jan 2013 10:24:02 GMT) Full text and rfc822 format available.

Message #27 received at 13436 <at> debbugs.gnu.org (full text, mbox):

From: Johannes.Bieser <at> hzg.de
To: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Cc: 13436 <at> debbugs.gnu.org
Subject: Re: bug#13436: 3 fails in make check
Date: Tue, 22 Jan 2013 11:21:32 +0100
[Message part 1 (text/plain, inline)]
Finally I solved the problem:

I had flex 2.5.37 installed locally (I have no admin rights)
but the command 'lex' was still linked to the old flex 2.5.31 version.

So I was using way too old versions of flex and bison and there is no bug in automake.
Although it would be helpful if configure would check the bison and flex version and give a warning for too old versions.


Thanks for the help,
Johannes






Helmholtz-Zentrum Geesthacht 
Zentrum für Material- und Küstenforschung GmbH 
Max-Planck-Straße 1 I 21502 Geesthacht I Deutschland/Germany 

Geschäftsführer/Board of Management: Prof. Dr. Wolfgang Kaysser, Dipl.-Ing. Michael Ganß 
Vorsitzender des Aufsichtsrates/Chairman of the Supervisory Board: MinDirig Wilfried Kraus 
Amtsgericht Lübeck HRB 285 GE (Register Court) 
Internet: http://www.hzg.de  
[Message part 2 (text/html, inline)]

Reply sent to Stefano Lattarini <stefano.lattarini <at> gmail.com>:
You have taken responsibility. (Tue, 22 Jan 2013 10:35:01 GMT) Full text and rfc822 format available.

Notification sent to Johannes.Bieser <at> hzg.de:
bug acknowledged by developer. (Tue, 22 Jan 2013 10:35:01 GMT) Full text and rfc822 format available.

Message #32 received at 13436-done <at> debbugs.gnu.org (full text, mbox):

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: Johannes.Bieser <at> hzg.de
Cc: 13436-done <at> debbugs.gnu.org
Subject: Re: bug#13436: 3 fails in make check
Date: Tue, 22 Jan 2013 11:33:07 +0100
On 01/22/2013 11:21 AM, Johannes.Bieser <at> hzg.de wrote:
> Finally I solved the problem:
> 
> I had flex 2.5.37 installed locally (I have no admin rights)
> but the command 'lex' was still linked to the old flex 2.5.31 version.
> 
> So I was using way too old versions of flex and bison and there is
> no bug in automake.
>
Thanks for confirming; I'm thus closing this report.

> Although it would be helpful if configure would check the bison
> and flex version and give a warning for too old versions.
>
Possibly yes, but since using bison or flex versions as old as yours
were in the testsuite is something very uncommon, I wouldn't worry too
deeply about it.  Maybe I can give a shot at making those tests more
portable to older versions if the issue comes up again in the future,
but I wouldn't worry about it now.

> Thanks for the help,
> Johannes
> 
Thanks for the report an the patience.

Best regards,
  Stefano




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 19 Feb 2013 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 121 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.