[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: testsuite.log
From: |
Akim Demaille |
Subject: |
Re: testsuite.log |
Date: |
15 Aug 2001 12:09:24 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
| 6. ./tools.at:232: testing autoconf: forbidden tokens, exceptions...
| ./tools.at:256: autoconf --autoconf-dir .. -l $at_srcdir
| stderr:
| configure.ac:7: error: possibly undefined macro: AC_ALLOWED_NOT
| configure.ac:7: error: possibly undefined macro: NOT_AC_ALLOWED
| configure.ac:10: error: possibly undefined macro: FORBIDDEN
| configure.ac:14: error: possibly undefined macro: _AC_THIS_IS_INVALID_TOO
| configure.ac:14: error: possibly undefined macro: AC_THIS_IS_INVALID
| configure.ac:15: error: possibly undefined macro: ALTHOUGH_AC_THIS_IS
| configure:20: error: possibly undefined macro: AC_OUTPUT
| ./tools.at:267: sort stderr
| --- - Fri Aug 10 16:19:00 2001
| +++ at-stdout Fri Aug 10 16:19:00 2001
| @@ -4,5 +4,5 @@
| configure.ac:15: error: possibly undefined macro: ALTHOUGH_AC_THIS_IS
| configure.ac:7: error: possibly undefined macro: AC_ALLOWED_NOT
| configure.ac:7: error: possibly undefined macro: NOT_AC_ALLOWED
| -configure:18: error: possibly undefined macro: AC_OUTPUT
| +configure:20: error: possibly undefined macro: AC_OUTPUT
This is extremely weird! Could you try to track this down by
yourself? Run ./debug-6.sh, and look at the actual location of
AC_OUTPUT in configure (not configure.in).
Your bug report seems to demonstrate we have bad problems with
end-of-lines. I would even bet we have mixed end-of-line style in
configure. Please, try to make them visible, maybe using `cat -A -n
configure'.
| 9. ./tools.at:413: testing autoupdate...
| ./tools.at:434: autoupdate --version || exit 77
| stderr:
| stdout:
| autoupdate (GNU Autoconf) 2.52
| Written by David J. MacKenzie and Akim Demaille.
|
| Copyright 1994, 1999, 2000, 2001 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.
| ./tools.at:434: autoupdate --autoconf-dir $at_top_srcdir
| ./tools.at:435: cat configure.ac
| --- expout Fri Aug 10 16:19:01 2001
| +++ at-stdout Fri Aug 10 16:19:09 2001
| @@ -2,6 +2,6 @@
| AC_CANONICAL_TARGET([])
| dnl The doc says 27 is a valid fubar.
| fubar=27
| -AC_CONFIG_FILES([Makefile])
| -AC_CONFIG_COMMANDS([default],[[echo $fubar]],[[fubar=$fubar]])
| +AC_CONFIG_FILES([Makefile])
| +AC_CONFIG_COMMANDS([default],[[echo $fubar]],[[fubar=$fubar]])
| AC_OUTPUT
| 9. ./tools.at:413: FAILED near `tools.at:435'
Seems to be another sign of end-of-line difference.
- testsuite.log, Chris Gardner, 2001/08/10
- Re: testsuite.log,
Akim Demaille <=