This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fail: pr300 (Was: Re: Automake 1.6 Release)


I got same FAIL messages for pr300-*.test.

OS: Linux 2.4.4
SHELL: GNU bash, version 2.04.26(1)-release (i586-redhat-linux-gnu)
PERL: This is perl, v5.6.0 built for i586-linux
autoconf (GNU Autoconf) 2.52

Do you need any other infomations?

Thanks

---
$ make check VERBOSE=x TESTS='pr300-lib.test pr300-ltlib.test pr300-prog.test'
Making check in .
make[1]: Entering directory `/home/futoshi/tmp/info/automake-1.6'
make[1]: Leaving directory `/home/futoshi/tmp/info/automake-1.6'
Making check in m4
make[1]: Entering directory `/home/futoshi/tmp/info/automake-1.6/m4'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/futoshi/tmp/info/automake-1.6/m4'
Making check in lib
make[1]: Entering directory `/home/futoshi/tmp/info/automake-1.6/lib'
Making check in Automake
make[2]: Entering directory `/home/futoshi/tmp/info/automake-1.6/lib/Automake'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/futoshi/tmp/info/automake-1.6/lib/Automake'
Making check in am
make[2]: Entering directory `/home/futoshi/tmp/info/automake-1.6/lib/am'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/futoshi/tmp/info/automake-1.6/lib/am'
make[2]: Entering directory `/home/futoshi/tmp/info/automake-1.6/lib'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/futoshi/tmp/info/automake-1.6/lib'
make[1]: Leaving directory `/home/futoshi/tmp/info/automake-1.6/lib'
Making check in tests
make[1]: Entering directory `/home/futoshi/tmp/info/automake-1.6/tests'
make  check-TESTS
make[2]: Entering directory `/home/futoshi/tmp/info/automake-1.6/tests'
=== Running test ./pr300-lib.test
+ set -e
+ cat
+ cat
+ cat
+ perl ../../aclocal -I /home/futoshi/tmp/info/automake-1.6/tests/testSubDir/../../m4 --acdir=/home/futoshi/tmp/info/automake-1.6/tests/../m4
+ autoconf
configure.in:8: error: `Makefile' is already registered with AC_CONFIG_FILES or AC_OUTPUT.
acgeneral.m4:3399: AC_CONFIG_FILES is expanded from...
configure.in:8: the top level
FAIL: pr300-lib.test
pr300-ltlib: running libtoolize --version
libtoolize (GNU libtool) 1.4.2
=== Running test ./pr300-ltlib.test
+ set -e
+ cat
+ cat
+ cat
+ libtoolize
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
+ perl ../../aclocal -I /home/futoshi/tmp/info/automake-1.6/tests/testSubDir/../../m4 --acdir=/home/futoshi/tmp/info/automake-1.6/tests/../m4 -I /home/futoshi/tmp/info/automake-1.6/tests/../m4 -I /usr/share/aclocal
+ autoconf
configure.in:8: error: `Makefile' is already registered with AC_CONFIG_FILES or AC_OUTPUT.
acgeneral.m4:3399: AC_CONFIG_FILES is expanded from...
configure.in:8: the top level
FAIL: pr300-ltlib.test
=== Running test ./pr300-prog.test
+ set -e
+ cat
+ cat
+ cat
+ perl ../../aclocal -I /home/futoshi/tmp/info/automake-1.6/tests/testSubDir/../../m4 --acdir=/home/futoshi/tmp/info/automake-1.6/tests/../m4
+ autoconf
configure.in:7: error: `Makefile' is already registered with AC_CONFIG_FILES or AC_OUTPUT.
acgeneral.m4:3399: AC_CONFIG_FILES is expanded from...
configure.in:7: the top level
FAIL: pr300-prog.test
===================
3 of 3 tests failed
===================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/home/futoshi/tmp/info/automake-1.6/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/futoshi/tmp/info/automake-1.6/tests'
make: *** [check-recursive] Error 1

-- 
Nishio Futoshi <fut_nis@d3.dion.ne.jp>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]