[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
'make check' test 6 fail, native hppa2.0w-hp-hpux11.00, autoconf 2.50 an
From: |
Michael Elizabeth Chastain |
Subject: |
'make check' test 6 fail, native hppa2.0w-hp-hpux11.00, autoconf 2.50 and autoconf 2.50b |
Date: |
Sun, 1 Jul 2001 11:02:47 -0700 |
My configuration is native hppa2.0w-hp-hpux11.00.
I'm building autoconf 2.50 because I need it to build CVS libtool,
so I can work on a libtool problem.
I'm getting this failure:
Failed tests:
6: tools.at:232 autoconf: forbidden tokens, exceptions
This happens with both autoconf 2.50 and autoconf 2.50b.
My baseline software is:
gnu make 3.79.1
binutils 2.11.2
gcc 3.0
m4 1.4
I've appended the testsuite.log files from both 2.50 and 2.50b.
I got these from:
wget -q ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.50.tar.gz
wget -q ftp://alpha.gnu.org/gnu/autoconf/autoconf-2.50b.tar.gz
I hope this is useful to you. I don't have the cycles to contribute
much more than these testsuite.log files. I can build and test more
versions of autoconf, either from tarballs or from a CVS repository.
Michael Elizabath Chastain
<address@hidden>
"love without fear"
=== testsuite.log, autoconf 2.50, native hppa2.0w-hp-hpux11.00
====================================
Test suite log for GNU Autoconf 2.50
====================================
/horton/chastain/baseline/autoconf-2.50/ChangeLog :
| 2001-05-21 Akim Demaille <address@hidden>
|
| Version 2.50.
|
| 2001-05-19 Akim Demaille <address@hidden>
|
| * tests/tools.at: s/undefined macro/possibly undefined macro/.
|
| 2001-05-19 Akim Demaille <address@hidden>
|
Failed tests:
6: tools.at:232 autoconf: forbidden tokens, exceptions
Skipped tests:
2: tools.at:76 AWK portability
9: tools.at:413 autoupdate
10: tools.at:447 autoupdating AC_LINK_FILES
11: tools.at:474 autoupdating AC_PREREQ
40: compile.at:277 GNU Fortran 77
61: acgeneral.at:15 AC_CHECKING
62: acgeneral.at:16 AC_CHECK_TOOL_PREFIX
63: acgeneral.at:17 AC_COMPILE_CHECK
64: acgeneral.at:18 AC_ENABLE
65: acgeneral.at:19 AC_HAVE_LIBRARY
66: acgeneral.at:20 AC_OUTPUT_COMMANDS
67: acgeneral.at:21 AC_VALIDATE_CACHED_SYSTEM_TUPLE
68: acgeneral.at:22 AC_WITH
84: acspecific.at:23 AC_ARG_ARRAY
85: acspecific.at:24 AC_DECL_YYTEXT
86: acspecific.at:25 AC_DYNIX_SEQ
87: acspecific.at:26 AC_HAVE_POUNDBANG
88: acspecific.at:27 AC_IRIX_SUN
89: acspecific.at:28 AC_RSH
90: acspecific.at:29 AC_SCO_INTL
91: acspecific.at:30 AC_XENIX_DIR
97: aclang.at:11 AC_F77_WRAPPERS
100: aclang.at:14 AC_PROG_F77_C_O
103: aclang.at:19 AC_C_CROSS
104: aclang.at:20 AC_LANG_C
105: aclang.at:21 AC_LANG_CPLUSPLUS
106: aclang.at:22 AC_LANG_FORTRAN77
107: aclang.at:23 AC_LANG_SAVE
111: acheaders.at:11 AC_DIR_HEADER
112: acheaders.at:12 AC_MEMORY_H
113: acheaders.at:13 AC_UNISTD_H
114: acheaders.at:14 AC_USG
120: actypes.at:13 AC_INT_16_BITS
121: actypes.at:14 AC_LONG_64_BITS
122: actypes.at:15 AC_STRUCT_ST_BLKSIZE
123: actypes.at:16 AC_STRUCT_ST_RDEV
124: actypes.at:17 AM_TYPE_PTRDIFF_T
152: foreign.at:9 Libtool
## ---------- ##
## Platform. ##
## ---------- ##
hostname = behemoth.cygnus.com
uname -m = 9000/800
uname -r = B.11.00
uname -s = HP-UX
uname -v = U
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH =
/horton/chastain/localdisk/behemoth/baseline/autoconf-2.50/native/build/tests:/horton/chastain/localdisk/behemoth/baseline/autoconf-2.50/native/build:/horton/chastain/localdisk/behemoth/baseline/m4-1.4/native/install/bin:/horton/chastain/localdisk/behemoth/baseline/gcc-3.0/native/install/bin:/horton/chastain/localdisk/behemoth/baseline/make-3.79.1/native/install/bin:/opt/ansic/bin:/usr/ccs/bin:/bin:/usr/bin
================================
Test suite for GNU Autoconf 2.50
================================
6. /horton/chastain/baseline/autoconf-2.50/tests/tools.at:232: testing
autoconf: forbidden tokens, exceptions...
/horton/chastain/baseline/autoconf-2.50/tests/tools.at:256: autoconf
--autoconf-dir .. -l $at_srcdir
stderr:
configure.ac:7: error: possibly undefined macro: AC_ALLOWED_NOT
configure.ac:10: error: possibly undefined macro: FORBIDDEN
configure.ac:14: error: possibly undefined macro: AC_THIS_IS_INVALID
configure.ac:14: error: possibly undefined macro: _AC_THIS_IS_INVALID_TOO
configure:18: error: possibly undefined macro: AC_OUTPUT
/horton/chastain/baseline/autoconf-2.50/tests/tools.at:267: sort stderr
4d3
< configure.ac:15: error: possibly undefined macro: ALTHOUGH_AC_THIS_IS
6d4
< configure.ac:7: error: possibly undefined macro: NOT_AC_ALLOWED
6. /horton/chastain/baseline/autoconf-2.50/tests/tools.at:232: FAILED near
`tools.at:267'
=== testsuite log, autoconf 2.50b, native hppa2.0w-hp-hpux11.00
=====================================
Test suite log for GNU Autoconf 2.50b
=====================================
/horton/chastain/baseline/autoconf-2.50b/ChangeLog :
| 2001-06-26 Akim Demaille <address@hidden>
|
| Version 2.50b.
|
| 2001-06-26 Akim Demaille <address@hidden>
|
| Version 2.50a.
|
| 2001-06-25 Pavel Roskin <address@hidden>
|
Failed tests:
6: tools.at:232 autoconf: forbidden tokens, exceptions
Skipped tests:
2: tools.at:76 AWK portability
9: tools.at:413 autoupdate
10: tools.at:447 autoupdating AC_LINK_FILES
11: tools.at:474 autoupdating AC_PREREQ
42: compile.at:277 GNU Fortran 77
65: acgeneral.at:15 AC_CHECKING
66: acgeneral.at:16 AC_CHECK_TOOL_PREFIX
67: acgeneral.at:17 AC_COMPILE_CHECK
68: acgeneral.at:18 AC_ENABLE
69: acgeneral.at:19 AC_HAVE_LIBRARY
70: acgeneral.at:20 AC_OUTPUT_COMMANDS
71: acgeneral.at:21 AC_VALIDATE_CACHED_SYSTEM_TUPLE
72: acgeneral.at:22 AC_WITH
87: acspecific.at:22 AC_ARG_ARRAY
88: acspecific.at:23 AC_DECL_YYTEXT
89: acspecific.at:24 AC_DYNIX_SEQ
90: acspecific.at:25 AC_HAVE_POUNDBANG
91: acspecific.at:26 AC_IRIX_SUN
92: acspecific.at:27 AC_RSH
93: acspecific.at:28 AC_SCO_INTL
94: acspecific.at:29 AC_XENIX_DIR
100: aclang.at:11 AC_F77_WRAPPERS
103: aclang.at:14 AC_PROG_F77_C_O
106: aclang.at:19 AC_C_CROSS
107: aclang.at:20 AC_LANG_C
108: aclang.at:21 AC_LANG_CPLUSPLUS
109: aclang.at:22 AC_LANG_FORTRAN77
110: aclang.at:23 AC_LANG_SAVE
114: acheaders.at:11 AC_DIR_HEADER
115: acheaders.at:12 AC_MEMORY_H
116: acheaders.at:13 AC_UNISTD_H
117: acheaders.at:14 AC_USG
123: actypes.at:13 AC_INT_16_BITS
124: actypes.at:14 AC_LONG_64_BITS
125: actypes.at:15 AC_STRUCT_ST_BLKSIZE
126: actypes.at:16 AC_STRUCT_ST_RDEV
127: actypes.at:17 AM_TYPE_PTRDIFF_T
154: foreign.at:9 Libtool
## ---------- ##
## Platform. ##
## ---------- ##
hostname = behemoth.cygnus.com
uname -m = 9000/800
uname -r = B.11.00
uname -s = HP-UX
uname -v = U
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH =
/horton/chastain/localdisk/behemoth/baseline/autoconf-2.50b/native/build/tests:/horton/chastain/localdisk/behemoth/baseline/autoconf-2.50b/native/build:/horton/chastain/localdisk/behemoth/baseline/m4-1.4/native/install/bin:/horton/chastain/localdisk/behemoth/baseline/gcc-3.0/native/install/bin:/horton/chastain/localdisk/behemoth/baseline/make-3.79.1/native/install/bin:/opt/ansic/bin:/usr/ccs/bin:/bin:/usr/bin
=================================
Test suite for GNU Autoconf 2.50b
=================================
6. /horton/chastain/baseline/autoconf-2.50b/tests/tools.at:232: testing
autoconf: forbidden tokens, exceptions...
/horton/chastain/baseline/autoconf-2.50b/tests/tools.at:256: autoconf
--autoconf-dir .. -l $at_srcdir
stderr:
configure.ac:7: error: possibly undefined macro: AC_ALLOWED_NOT
configure.ac:10: error: possibly undefined macro: FORBIDDEN
configure.ac:14: error: possibly undefined macro: AC_THIS_IS_INVALID
configure.ac:14: error: possibly undefined macro: _AC_THIS_IS_INVALID_TOO
configure:18: error: possibly undefined macro: AC_OUTPUT
/horton/chastain/baseline/autoconf-2.50b/tests/tools.at:267: sort stderr
4d3
< configure.ac:15: error: possibly undefined macro: ALTHOUGH_AC_THIS_IS
6d4
< configure.ac:7: error: possibly undefined macro: NOT_AC_ALLOWED
6. /horton/chastain/baseline/autoconf-2.50b/tests/tools.at:232: FAILED near
`tools.at:267'
- 'make check' test 6 fail, native hppa2.0w-hp-hpux11.00, autoconf 2.50 and autoconf 2.50b,
Michael Elizabeth Chastain <=
- Re: 'make check' test 6 fail, native hppa2.0w-hp-hpux11.00, autoconf 2.50 and autoconf 2.50b, Michael Elizabeth Chastain, 2001/07/05
- Re: 'make check' test 6 fail, native hppa2.0w-hp-hpux11.00, autoconf 2.50 and autoconf 2.50b, Michael Elizabeth Chastain, 2001/07/05
- Re: 'make check' test 6 fail, native hppa2.0w-hp-hpux11.00, autoconf 2.50 and autoconf 2.50b, Michael Elizabeth Chastain, 2001/07/06
- Re: 'make check' test 6 fail, native hppa2.0w-hp-hpux11.00, autoconf 2.50 and autoconf 2.50b, Akim Demaille, 2001/07/06
- Re: 'make check' test 6 fail, native hppa2.0w-hp-hpux11.00, autoconf 2.50 and autoconf 2.50b, Akim Demaille, 2001/07/06
- Re: 'make check' test 6 fail, native hppa2.0w-hp-hpux11.00, autoconf 2.50 and autoconf 2.50b, Akim Demaille, 2001/07/06