bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU Autoconf 2.68] testsuite: 220 failed


From: Dennis Clarke
Subject: [GNU Autoconf 2.68] testsuite: 220 failed
Date: Wed, 18 Jan 2012 13:17:40 -0500 (EST)
User-agent: SquirrelMail/1.4.11

address@hidden:~/build/autoconf-2.68-001$ /usr/bin/arch
ppc64

address@hidden:~/build/autoconf-2.68-001$ cat /proc/version
Linux version 2.6.32-5-powerpc64 (Debian 2.6.32-39squeeze1) (address@hidden)
(gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 11 15:39:26 UTC 2012
address@hidden:~/build/autoconf-2.68-001$

address@hidden:~/build/autoconf-2.68-001$ gcc --version
gcc (Debian 4.4.5-8) 4.4.5
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.





address@hidden:~/build/autoconf-2.68-001$ cat tests/testsuite.log
## ----------------------------- ##
## GNU Autoconf 2.68 test suite. ##
## ----------------------------- ##

testsuite: command line was:
  $ ./testsuite

## ---------- ##
## ChangeLog. ##
## ---------- ##

| 2010-09-22  Eric Blake  <address@hidden>
|
|       Release Version 2.68.
|       * NEWS: Mention the release.
|
| 2010-09-22  Ralf Wildenhues  <address@hidden>
|
|       autom4te: add traces for likely future Automake macros
|       * lib/autom4te.in (Automake-preselections): Trace
|       AM_MAKEFILE_INCLUDE, AM_NLS, AM_POT_TOOLS, AM_PATH_GUILE,

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

hostname = charon
uname -m = ppc64
uname -r = 2.6.32-5-powerpc64
uname -s = Linux
uname -v = #1 SMP Wed Jan 11 15:39:26 UTC 2012

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

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

PATH: /home/dclarke/build/autoconf-2.68-001/tests
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/schily/bin

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2010 Free Software Foundation, Inc.
|
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/home/dclarke/build/autoconf-2.68-001/tests'
| at_srcdir='.'
| abs_srcdir='/home/dclarke/build/autoconf-2.68-001/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/home/dclarke/build/autoconf-2.68-001'
| at_top_build_prefix='../'
| abs_top_builddir='/home/dclarke/build/autoconf-2.68-001'
|
| # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
|
| AUTOTEST_PATH='tests'
|
| SHELL=${CONFIG_SHELL-'/bin/bash'}

testsuite: atlocal:
| # -*- shell-script -*-
| # tests/atlocal.  Generated from atlocal.in by configure.
| # Configurable variable values for Autoconf test suite.
|
| # Copyright (C) 2000, 2001, 2005, 2008, 2009, 2010 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 3 of the License, 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/>.
|
| PERL='/usr/bin/perl'
| GREP='/usr/local/bin/grep'
| EGREP='/usr/local/bin/grep -E'
| SED='/bin/sed'
|
| # We need to know if sh -n is ok.
| ac_cv_sh_n_works='no'
|
| # Check whether the underlying system can manage some unusual
| # symbols in file names.
| if test -z ''; then
|   func_sanitize_file_name () { echo "$@"; }
| else
|   func_sanitize_file_name () { echo "$@" | tr -d ''; }
| fi
|
| # Can we create directories with trailing whitespaces in their name?
| ac_cv_dir_trailing_space='yes'
| if test "$ac_cv_dir_trailing_space" = yes; then
|   func_sanitize_dir_name () { echo "$@"; }
| else
|   func_sanitize_dir_name () { echo "$@" | sed 's/  *$//'; }
| fi
|
| # AUTOM4TE might be set in the environment.  Override it here so that
| # direct aclocal invocations also use it.
| AUTOM4TE=autom4te
| export AUTOM4TE

## ---------------- ##
## Tested programs. ##
## ---------------- ##

./local.at:520: /home/dclarke/build/autoconf-2.68-001/tests/autom4te --version
autom4te (GNU Autoconf) 2.68
Copyright (C) 2010 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 Akim Demaille.

./local.at:520: /home/dclarke/build/autoconf-2.68-001/tests/autoconf --version
autoconf (GNU Autoconf) 2.68
Copyright (C) 2010 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.

./local.at:520: /home/dclarke/build/autoconf-2.68-001/tests/autoheader --version
autoheader (GNU Autoconf) 2.68
Copyright (C) 2010 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 Roland McGrath and Akim Demaille.

./local.at:520: /home/dclarke/build/autoconf-2.68-001/tests/autoupdate --version
autoupdate (GNU Autoconf) 2.68
Copyright (C) 2010 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.

./local.at:520: /home/dclarke/build/autoconf-2.68-001/tests/autoreconf --version
autoreconf (GNU Autoconf) 2.68
Copyright (C) 2010 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.

./local.at:520: /home/dclarke/build/autoconf-2.68-001/tests/ifnames --version
ifnames (GNU Autoconf) 2.68
Copyright (C) 2010 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 Paul Eggert.

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Tue Jan 17 16:45:28 GMT 2012
1. Syntax of the shell scripts (tools.at:46): skipped (tools.at:48)
2. Syntax of the Perl scripts (tools.at:70): ok     (0m0.683s 0m0.067s)
3. autom4te cache (tools.at:88): ok     (0m0.543s 0m0.143s)
4. autom4te --force (tools.at:119): ok     (0m0.343s 0m0.086s)
5. autom4te and whitespace in file names (tools.at:145): ok     (0m2.016s
0m0.521s)
6. autom4te --trace and unusual macro names (tools.at:217): ok     (0m0.179s
0m0.043s)
7. autom4te --trace and whitespace (tools.at:227): ok     (0m0.180s 0m0.047s)
8. autoconf --trace: user macros (tools.at:252): ok     (0m0.968s 0m0.319s)
9. autoconf --trace: builtins (tools.at:338): ok     (0m1.327s 0m0.166s)
10. autoconf: forbidden tokens, basic (tools.at:369): ok     (0m0.502s 0m0.139s)
11. autoconf: forbidden tokens, exceptions (tools.at:407): ok     (0m0.261s
0m0.079s)
12. autoconf: automatically allowed tokens (tools.at:446): ok     (0m0.481s
0m0.071s)
13. autoconf: the empty token (tools.at:463): ok     (0m0.244s 0m0.068s)
14. autoconf: subdirectories (tools.at:478): ok     (0m0.724s 0m0.411s)
15. autoconf: input from stdin (tools.at:504): ok     (0m0.758s 0m0.170s)
16. autoconf: AC_AUTOCONF_VERSION (tools.at:522): ok     (0m0.488s 0m0.094s)
17. autoconf: AC_PRESERVE_HELP_ORDER (tools.at:540): ok     (0m0.553s 0m0.146s)
18. ifnames (tools.at:577): ok     (0m0.129s 0m0.025s)
19. autoheader (tools.at:625): ok     (0m1.374s 0m0.212s)
20. autoheader and macros (tools.at:758): ok     (0m0.900s 0m0.172s)
21. autoupdate (tools.at:799): ok     (0m5.764s 0m0.308s)
22. autoupdating AC_LINK_FILES (tools.at:831): ok     (0m3.787s 0m0.499s)
23. autoupdating AC_PREREQ (tools.at:858): ok     (0m8.360s 0m0.478s)
24. autoupdating AU_ALIAS (tools.at:879): ok     (0m4.313s 0m0.728s)
25. autoupdating OLD to NEW (tools.at:905): ok     (0m3.280s 0m0.358s)
27. autoupdating AC_HELP_STRING (tools.at:955): ok     (0m3.311s 0m0.369s)
28. autoupdating with m4sugar (tools.at:973): ok     (0m4.059s 0m0.563s)
32. autoupdating AC_LANG_SAVE (tools.at:1088): ok     (0m3.760s 0m0.364s)
33. autoupdating AC_FOREACH (tools.at:1108): ok     (0m3.386s 0m0.364s)
34. autoupdating with aclocal and m4_include (tools.at:1132): skipped
(tools.at:1135)
35. autom4te preselections (tools.at:1162): skipped (tools.at:1168)
36. autom4te cache creation (tools.at:1215): ok     (0m0.905s 0m0.252s)
37. autom4te cache locking (tools.at:1258): ok     (0m0.837s 0m0.243s)
38. autotools and whitespace in file names (tools.at:1278): skipped
(tools.at:1281)
39. m4_stack (m4sugar.at:42): ok     (0m0.188s 0m0.046s)
40. m4_defn (m4sugar.at:103): ok     (0m0.874s 0m0.240s)
41. m4_dumpdef (m4sugar.at:187): ok     (0m0.692s 0m0.185s)
42. m4_warn (m4sugar.at:246): ok     (0m0.742s 0m0.201s)
43. m4_divert_stack (m4sugar.at:304): ok     (0m0.890s 0m0.233s)
44. m4_expansion_stack (m4sugar.at:393): ok     (0m0.170s 0m0.042s)
45. m4_require: error message (m4sugar.at:417): ok     (0m0.162s 0m0.040s)
46. m4_require: circular dependencies (m4sugar.at:437): ok     (0m0.179s
0m0.049s)
47. m4_require: one-shot initialization (m4sugar.at:467): ok     (0m0.358s
0m0.091s)
48. m4_require: nested (m4sugar.at:528): ok     (0m0.916s 0m0.221s)
49. m4sugar shorthand conditionals (m4sugar.at:695): ok     (0m0.180s 0m0.045s)
50. m4_cond (m4sugar.at:780): ok     (0m0.180s 0m0.048s)
51. m4 lists (m4sugar.at:832): ok     (0m0.352s 0m0.093s)
52. m4_split (m4sugar.at:884): ok     (0m0.176s 0m0.043s)
53. m4_do (m4sugar.at:930): ok     (0m0.179s 0m0.040s)
54. m4_append (m4sugar.at:958): ok     (0m0.352s 0m0.091s)
55. m4_join (m4sugar.at:1042): ok     (0m0.186s 0m0.045s)
56. m4_expand (m4sugar.at:1093): ok     (0m0.184s 0m0.044s)
57. m4_text_box (m4sugar.at:1149): ok     (0m0.183s 0m0.043s)
58. m4_text_wrap (m4sugar.at:1173): ok     (0m0.180s 0m0.041s)
59. m4_version_compare (m4sugar.at:1235): ok     (0m0.190s 0m0.050s)
60. Standard regular expressions (m4sugar.at:1293): ok     (0m1.213s 0m0.301s)
61. m4_bmatch (m4sugar.at:1320): ok     (0m0.178s 0m0.040s)
62. m4_toupper and m4_tolower (m4sugar.at:1352): ok     (0m0.185s 0m0.051s)
63. m4_bpatsubsts (m4sugar.at:1389): ok     (0m0.187s 0m0.047s)
64. m4_esyscmd_s (m4sugar.at:1418): ok     (0m0.178s 0m0.045s)
65. M4 loops (m4sugar.at:1446): ok     (0m0.931s 0m0.241s)
66. m4_map (m4sugar.at:1600): ok     (0m0.186s 0m0.050s)
67. m4_map_args and m4_curry (m4sugar.at:1675): ok     (0m0.524s 0m0.126s)
68. m4_combine (m4sugar.at:1747): ok     (0m0.170s 0m0.041s)
69. m4_max and m4_min (m4sugar.at:1774): ok     (0m0.557s 0m0.132s)
70. recursion (m4sugar.at:1853): ok     (0m14.215s 0m0.134s)
71. m4_set (m4sugar.at:1970): ok     (0m9.508s 0m0.168s)
72. __file__ and __line__ (m4sugar.at:2120): ok     (0m0.179s 0m0.043s)
73. AS_WARN and AS_ERROR (m4sh.at:25): ok     (0m0.523s 0m0.227s)
74. LINENO (m4sh.at:90): ok     (0m0.964s 0m0.347s)
75. LINENO stack (m4sh.at:167): ok     (0m0.222s 0m0.058s)
76. AS_BOX (m4sh.at:196): ok     (0m0.216s 0m0.063s)
77. AS_BASENAME (m4sh.at:238): ok     (0m0.359s 0m0.293s)
78. AS_DIRNAME (m4sh.at:295): ok     (0m0.384s 0m0.308s)
79. AS_SET_CATFILE (m4sh.at:354): ok     (0m0.224s 0m0.046s)
80. AS_ECHO and AS_ECHO_N (m4sh.at:398): ok     (0m0.235s 0m0.096s)
81. AS_EXIT (m4sh.at:447): ok     (0m0.318s 0m0.196s)
82. AS_MKDIR_P (m4sh.at:496): ok     (0m0.243s 0m0.075s)
83. AS_VERSION_COMPARE (m4sh.at:528): ok     (0m0.273s 0m0.138s)
84. as_me (m4sh.at:574): ok     (0m0.219s 0m0.068s)
85. Negated classes in globbing (m4sh.at:598): ok     (0m0.219s 0m0.057s)
86. Null variable substitution (m4sh.at:626): ok     (0m0.219s 0m0.068s)
87. Functions Support (m4sh.at:692): ok     (0m0.236s 0m0.067s)
88. Functions and return Support (m4sh.at:734): ok     (0m0.236s 0m0.073s)
89. Nested AS_REQUIRE_SHELL_FN (m4sh.at:771): ok     (0m0.215s 0m0.051s)
90. Nested AS_REQUIRE (m4sh.at:804): ok     (0m0.231s 0m0.060s)
91. AS_REQUIRE_SHELL_FN and m4_require (m4sh.at:842): ok     (0m0.237s 0m0.074s)
92. AS_HELP_STRING (m4sh.at:883): ok     (0m0.256s 0m0.053s)
93. AS_IF and AS_CASE (m4sh.at:1022): ok     (0m1.265s 0m0.148s)
94. AS_FOR (m4sh.at:1179): ok     (0m0.225s 0m0.057s)
95. AS_LITERAL_IF (m4sh.at:1247): ok     (0m0.205s 0m0.048s)
96. AS_TR_SH and AS_TR_CPP (m4sh.at:1317): ok     (0m0.314s 0m0.329s)
97. AS_VAR basics (m4sh.at:1393): ok     (0m0.249s 0m0.092s)
98. AS_VAR_APPEND (m4sh.at:1505): ok     (0m0.227s 0m0.066s)
99. AS_VAR_ARITH (m4sh.at:1540): ok     (0m0.203s 0m0.050s)
100. AS_INIT cleanup (m4sh.at:1571): ok     (0m0.217s 0m0.054s)
101. AS_INIT_GENERATED (m4sh.at:1608): ok     (0m0.770s 0m0.548s)
102. AS_MESSAGE_FD (m4sh.at:1682): ok     (0m0.249s 0m0.123s)
103. _AS_CLEAN_DIR (m4sh.at:1726): ok     (0m0.220s 0m0.074s)
104. ECHO_C (m4sh.at:1755): ok     (0m0.260s 0m0.103s)
105. AT_COPYRIGHT (autotest.at:145): ok     (0m0.436s 0m0.221s)
106. AT_DATA (autotest.at:166): ok     (0m0.632s 0m0.559s)
107. Empty test suite (autotest.at:187): ok     (0m0.544s 0m0.428s)
108. Banner-only test suite (autotest.at:191): ok     (0m0.655s 0m0.439s)
109. Empty test (autotest.at:197): ok     (0m0.550s 0m0.464s)
110. Empty check (autotest.at:200): ok     (0m0.580s 0m0.508s)
111. AT_SETUP without AT_INIT (autotest.at:203): ok     (0m0.181s 0m0.056s)
112. AT_BANNER without AT_INIT (autotest.at:209): ok     (0m0.182s 0m0.063s)
113. AT_CLEANUP without AT_INIT (autotest.at:213): ok     (0m0.178s 0m0.056s)
114. Missing AT_CLEANUP (autotest.at:217): ok     (0m0.271s 0m0.063s)
115. AT_FAIL_IF without AT_SETUP (autotest.at:223): ok     (0m0.272s 0m0.054s)
116. AT_SKIP_IF without AT_SETUP (autotest.at:228): ok     (0m0.263s 0m0.054s)
117. AT_CHECK without AT_SETUP (autotest.at:233): ok     (0m0.361s 0m0.067s)
118. AT_DATA without AT_SETUP (autotest.at:238): ok     (0m0.279s 0m0.058s)
119. AT_XFAIL_IF without AT_SETUP (autotest.at:243): ok     (0m0.272s 0m0.061s)
120. AT_KEYWORDS without AT_SETUP (autotest.at:248): ok     (0m0.277s 0m0.059s)
121. AT_CLEANUP without AT_SETUP (autotest.at:253): ok     (0m0.266s 0m0.062s)
122. AT_BANNER inside AT_SETUP (autotest.at:258): ok     (0m0.275s 0m0.057s)
123. AT_SETUP inside AT_SETUP (autotest.at:266): ok     (0m0.274s 0m0.060s)
124. Multiple AT_INIT (autotest.at:276): ok     (0m0.266s 0m0.054s)
125. Tested programs (autotest.at:282): ok     (0m0.974s 0m0.559s)
126. Startup error messages (autotest.at:292): ok     (0m0.595s 0m0.504s)
127. Truth (autotest.at:304): ok     (0m0.586s 0m0.500s)
128. Fallacy (autotest.at:307): ok     (0m0.666s 0m0.686s)
129. Skip (autotest.at:312): ok     (0m0.597s 0m0.520s)
130. Hard fail (autotest.at:317): ok     (0m0.705s 0m0.752s)
131. AT_FAIL_IF (autotest.at:327): ok     (0m0.987s 0m0.932s)
132. AT_SKIP_IF (autotest.at:347): ok     (0m0.726s 0m0.762s)
133. Syntax error (autotest.at:367): ok     (0m0.814s 0m0.961s)
134. errexit (autotest.at:386): ok     (0m1.125s 0m1.528s)
135. at_status (autotest.at:428): ok     (0m1.288s 0m1.806s)
136. AT_CHECK execution environment (autotest.at:454): ok     (0m0.656s 
0m0.619s)
137. unquoted output (autotest.at:473): ok     (0m0.596s 0m0.507s)
138. Trace output (autotest.at:480): ok     (0m0.590s 0m0.506s)
139. Logging (autotest.at:486): ok     (0m1.243s 0m1.671s)
140. Binary output (autotest.at:531): ok     (0m1.228s 0m1.721s)
141. Cleanup (autotest.at:573): ok     (0m1.383s 0m2.099s)
142. Literal multiline command (autotest.at:613): ok     (0m0.571s 0m0.484s)
143. Multiline parameter expansion (autotest.at:619): ok     (0m0.588s 0m0.507s)
144. Backquote command substitution (autotest.at:626): ok     (0m0.594s 
0m0.519s)
145. Multiline backquote command substitution (autotest.at:631): ok    
(0m0.577s 0m0.517s)
146. Parenthetical command substitution (autotest.at:639): ok     (0m0.571s
0m0.502s)
147. Multiline parenthetical command substitution (autotest.at:644): ok    
(0m0.596s 0m0.531s)
148. Shell comment in command (autotest.at:654): ok     (0m0.597s 0m0.523s)
149. Invalid brace-enclosed parameter expansion (autotest.at:668): ok    
(0m0.693s 0m0.688s)
150. Multiline command from M4 expansion (autotest.at:676): ok     (0m0.584s
0m0.503s)
151. Double-M4-quoted command (autotest.at:683): ok     (0m0.584s 0m0.514s)
152. Metacharacters in command from M4 expansion (autotest.at:690): ok    
(0m0.581s 0m0.518s)
153. BS-newline in command (autotest.at:700): ok     (0m0.586s 0m0.498s)
154. ^BS-newline in command (autotest.at:705): ok     (0m0.674s 0m0.492s)
155. BSx641-newline in command (autotest.at:710): ok     (0m0.573s 0m0.480s)
156. BS-BS-newline in command (autotest.at:715): ok     (0m0.580s 0m0.498s)
157. BSx640-newline in command (autotest.at:723): ok     (0m0.578s 0m0.500s)
158. Newline-CODE-BS-newline in command (autotest.at:730): ok     (0m0.577s
0m0.476s)
159. Single-quote-BS-newline in command (autotest.at:737): ok     (0m0.587s
0m0.507s)
160. Single-quote-newline-BS-newline in command (autotest.at:743): ok    
(0m0.591s 0m0.506s)
161. Input from stdin (autotest.at:756): ok     (0m0.622s 0m0.594s)
162. Backquote in a test title (autotest.at:832): ok     (0m0.857s 0m1.039s)
163. Single-quote in a test title (autotest.at:833): ok     (0m0.936s 0m1.040s)
164. Double-quote in a test title (autotest.at:834): ok     (0m0.858s 0m1.047s)
165. Backslash in a test title (autotest.at:836): ok     (0m0.858s 0m1.036s)
166. Brackets in a test title (autotest.at:837): ok     (0m0.841s 0m1.018s)
167. Left bracket in a test title (autotest.at:838): ok     (0m0.839s 0m1.022s)
168. Right bracket in a test title (autotest.at:839): ok     (0m0.855s 0m1.046s)
169. Quoted pound in a test title (autotest.at:840): ok     (0m0.853s 0m1.041s)
170. Pound in a test title (autotest.at:841): ok     (0m0.876s 0m1.062s)
171. Quoted comma in a test title (autotest.at:842): ok     (0m0.870s 0m1.058s)
172. Comma in a test title (autotest.at:843): ok     (0m0.878s 0m1.061s)
173. Parentheses in a test title (autotest.at:845): ok     (0m0.859s 0m1.052s)
174. Left paren in a test title (autotest.at:846): ok     (0m0.863s 0m1.048s)
175. Right paren in a test title (autotest.at:847): ok     (0m0.862s 0m1.052s)
176. Quoted Macro in a test title (autotest.at:849): ok     (0m0.859s 0m1.050s)
177. Macro in a test title (autotest.at:850): ok     (0m0.828s 0m0.977s)
178. Macro with backquote in a test title (autotest.at:851): ok     (0m0.855s
0m1.043s)
179. Macro with single-quote in a test title (autotest.at:852): ok    
(0m0.859s 0m1.051s)
180. Macro with double-quote in a test title (autotest.at:853): ok    
(0m0.850s 0m1.030s)
181. Macro with backslash in a test title (autotest.at:855): ok     (0m0.839s
0m1.001s)
182. Macro echoing macro in a test title (autotest.at:856): ok     (0m0.833s
0m0.999s)
183. Macro echoing single-quote in a test title (autotest.at:858): ok    
(0m0.856s 0m1.049s)
184. Long test title in a test title (autotest.at:859): ok     (0m0.878s
0m1.055s)
185. Longer test title in a test title (autotest.at:860): ok     (0m1.041s
0m1.068s)
186. Long test source lines (autotest.at:871): ok     (0m0.727s 0m0.731s)
187. Huge testsuite (autotest.at:885): ok     (0m3.734s 0m0.474s)
188. Debugging a successful test (autotest.at:897): ok     (0m0.921s 0m1.178s)
189. Debugging script and environment (autotest.at:911): ok     (0m1.136s
0m1.604s)
190. Debugging a failed test (autotest.at:928): ok     (0m0.936s 0m1.215s)
191. Using atlocal (autotest.at:939): ok     (0m1.614s 0m2.172s)
192. Choosing where testsuite is run (autotest.at:974): ok     (0m1.132s
0m1.542s)
193. recheck (autotest.at:1009): ok     (0m1.763s 0m2.759s)
194. Banners (autotest.at:1057): ok     (0m3.086s 0m5.447s)
195. Keywords and ranges (autotest.at:1124): ok     (0m5.823s 0m10.802s)
196. Keyword wrapping (autotest.at:1227): ok     (0m0.414s 0m0.146s)
197. AT_ARG_OPTION (autotest.at:1256): ok     (0m2.188s 0m3.679s)
198. AT_ARG_OPTION_ARG (autotest.at:1305): ok     (0m2.125s 0m3.548s)
199. parallel test execution (autotest.at:1371): ok     (0m1.741s 0m2.652s)
200. parallel truth (autotest.at:1462): ok     (0m0.602s 0m0.523s)
201. parallel fallacy (autotest.at:1467): ok     (0m0.683s 0m0.705s)
202. parallel skip (autotest.at:1472): ok     (0m0.574s 0m0.508s)
203. parallel syntax error (autotest.at:1477): ok     (0m0.857s 0m1.040s)
204. parallel errexit (autotest.at:1496): ok     (0m0.741s 0m0.810s)
205. parallel autotest and signal handling (autotest.at:1512): ok    
(0m1.913s 0m3.040s)
206. parallel args but non-working mkfifo (autotest.at:1631): ok     (0m0.636s
0m0.620s)
207. colored test results (autotest.at:1653): ok     (0m2.140s 0m3.550s)
208. srcdir propagation (autotest.at:1742): ok     (0m2.754s 0m3.014s)
209. whitespace in absolute testdir (autotest.at:1820): ok     (0m0.660s
0m0.568s)
210. unusual file names (autotest.at:1844): ok     (0m0.604s 0m0.325s)
211. Erlang Eunit unit tests (autotest.at:1874): ok     (0m1.294s 0m0.777s)
212. AC_REQUIRE: topological sort (base.at:28): ok     (0m0.290s 0m0.082s)
213. AC_REQUIRE: error message (base.at:72): ok     (0m0.226s 0m0.065s)
214. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:90): ok    
(0m0.291s 0m0.088s)
215. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:132): ok    
(0m0.308s 0m0.081s)
216. AC_REQUIRE & AC_PROVIDE (base.at:174): ok     (0m0.288s 0m0.083s)
217. AC_INIT (base.at:207): ok     (0m0.545s 0m0.215s)
218. AC_INIT with unusual version strings (base.at:226): ok     (0m2.352s
0m0.857s)
219. AC_COPYRIGHT (base.at:291): ok     (0m0.536s 0m0.193s)
221. AC_CACHE_LOAD (base.at:512): ok     (0m0.641s 0m0.312s)
222. AC_COMPUTE_INT (base.at:538): ok     (0m1.075s 0m0.372s)
223. AC_TRY_COMMAND (base.at:560): ok     (0m0.539s 0m0.205s)
224. Input/Output (base.at:590): ok     (0m0.686s 0m0.296s)
225. configure arguments (base.at:608): ok     (0m0.655s 0m0.333s)
226. AC_ARG_ENABLE and AC_ARG_WITH (base.at:630): ok     (0m0.837s 0m0.640s)
227. configure directories (base.at:682): ok     (0m0.801s 0m0.480s)
228. AC_CONFIG_COMMANDS with empty commands (torture.at:27): ok     (0m1.374s
0m0.775s)
229. AC_CONFIG_COMMANDS with temporary directory (torture.at:36): ok    
(0m1.409s 0m0.965s)
230. Multiple AC_CONFIG_FILES (torture.at:64): ok     (0m0.332s 0m0.074s)
231. Parameterized AC_CONFIG_FILES (torture.at:76): ok     (0m0.732s 0m0.468s)
232. AC_ARG_VAR (torture.at:130): ok     (0m4.073s 0m5.797s)
233. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:187): ok    
(0m4.805s 0m7.196s)
234. Macro calls in AC_CONFIG_COMMANDS tags (torture.at:378): ok     (0m0.651s
0m0.331s)
235. Missing templates (torture.at:398): ok     (0m0.872s 0m0.669s)
236. configure invocation (torture.at:440): ok     (0m2.987s 0m3.392s)
237. #define header templates (torture.at:504): ok     (0m0.750s 0m0.466s)
238. Torturing config.status (torture.at:638): ok     (0m2.194s 0m1.204s)
239. Substitute a 2000-byte string (torture.at:780): ok     (0m1.133s 0m0.968s)
240. Define to a 2000-byte string (torture.at:858): ok     (0m1.017s 0m0.426s)
241. Substitute and define special characters (torture.at:882): ok    
(0m1.473s 0m1.065s)
242. Substitute a newline (torture.at:989): ok     (0m0.922s 0m0.757s)
243. Define a newline (torture.at:1030): ok     (0m2.095s 0m0.899s)
244. AC_SUBST: variable name validation (torture.at:1075): ok     (0m5.612s
0m2.029s)
245. datarootdir workaround (torture.at:1105): ok     (0m1.449s 0m0.852s)
246. srcdir (torture.at:1156): ok     (0m1.173s 0m1.170s)
247. VPATH (torture.at:1199): ok     (0m1.419s 0m1.580s)
248. Signal handling (torture.at:1285): ok     (0m0.533s 0m0.209s)
249. AC_CONFIG_LINKS (torture.at:1303): ok     (0m2.857s 0m4.040s)
250. AC_CONFIG_LINKS and identical files (torture.at:1357): ok     (0m1.870s
0m2.191s)
251. Configuring subdirectories (torture.at:1430): skipped (torture.at:1434)
252. Deep Package (torture.at:1563): skipped (torture.at:1567)
253. Non-Autoconf AC_CONFIG_SUBDIRS (torture.at:1699): skipped (torture.at:1703)
254. Non-literal AC_CONFIG_SUBDIRS (torture.at:1741): ok     (0m2.936s 0m1.173s)
255. Empty directory (torture.at:1792): skipped (torture.at:1796)
256. Unusual Automake input files (torture.at:1813): skipped (torture.at:1817)
257. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:31): ok     (0m0.457s
0m0.078s)
258. AC_REQUIRE & AC_LANG (compile.at:83): ok     (0m0.513s 0m0.191s)
259. AC_LANG_SOURCE (compile.at:119): ok     (0m0.982s 0m0.390s)
260. AC_LANG_SOURCE(C++) (compile.at:144): skipped (compile.at:161)
261. AC_LANG_SOURCE example (compile.at:170): ok     (0m0.520s 0m0.201s)
262. AC_LANG_PROGRAM example (compile.at:215): ok     (0m0.539s 0m0.201s)
263. AC_COMPILE_IFELSE (compile.at:267): ok     (0m3.441s 0m1.212s)
264. AC_RUN_IFELSE (compile.at:310): ok     (0m1.143s 0m0.428s)
265. Order of user actions and cleanup (compile.at:344): ok     (0m1.421s
0m0.529s)
266. AC_TRY_LINK_FUNC (compile.at:390): ok     (0m2.200s 0m1.133s)
267. Multiple languages (compile.at:400): skipped (compile.at:434)
268. AC_NO_EXECUTABLES (aclang.at:13): ok     (0m1.301s 0m0.754s)
269. AC_REQUIRE_CPP (aclang.at:14): ok     (0m2.046s 0m1.126s)
270. Extensions (c.at:34): ok     (0m1.945s 0m1.021s)
271. Broken/missing compilers (c.at:57): ok     (0m0.661s 0m0.235s)
272. C keywords (c.at:76): ok     (0m2.003s 0m1.060s)
273. AC_PROG_CPP requires AC_PROG_CC (c.at:94): ok     (0m2.015s 0m1.080s)
274. AC_PROG_CPP with warnings (c.at:109): ok     (0m1.598s 0m0.714s)
275. AC_PROG_CPP without warnings (c.at:141): ok     (0m1.742s 0m0.682s)
276. AC_PROG_CPP via CC (c.at:181): ok     (0m1.613s 0m0.736s)
277. AC_NO_EXECUTABLES (working linker) (c.at:222): ok     (0m2.043s 0m1.023s)
278. AC_NO_EXECUTABLES (broken linker) (c.at:232): ok     (0m1.605s 0m0.876s)
279. AC_USE_SYSTEM_EXTENSIONS (c.at:243): ok     (0m4.485s 0m1.952s)
280. AC_C_RESTRICT and C++ (c.at:266): ok     (0m1.649s 0m0.736s)
281. AC_OPENMP and C (c.at:329): ok     (0m1.717s 0m0.776s)
282. AC_OPENMP and C++ (c.at:383): skipped (c.at:416)
283. AC_C_BACKSLASH_A (acc.at:13): ok     (0m1.914s 0m0.992s)
284. AC_C_BIGENDIAN (acc.at:14): ok     (0m2.625s 0m1.439s)
285. AC_C_CHAR_UNSIGNED (acc.at:15): ok     (0m2.642s 0m1.513s)
286. AC_C_FLEXIBLE_ARRAY_MEMBER (acc.at:16): ok     (0m1.959s 0m1.020s)
287. AC_C_INLINE (acc.at:17): ok     (0m1.990s 0m1.025s)
288. AC_C_PROTOTYPES (acc.at:18): ok     (0m1.972s 0m1.027s)
289. AC_C_RESTRICT (acc.at:19): ok     (0m1.884s 0m0.906s)
290. AC_C_STRINGIZE (acc.at:20): ok     (0m2.049s 0m1.115s)
291. AC_C_TYPEOF (acc.at:21): ok     (0m1.992s 0m1.041s)
292. AC_C_VARARRAYS (acc.at:22): ok     (0m1.935s 0m1.043s)
293. AC_OPENMP (acc.at:23): ok     (0m1.992s 0m1.046s)
294. AC_PROG_CC_C89 (acc.at:24): ok     (0m1.945s 0m1.028s)
295. AC_PROG_CC_C99 (acc.at:25): ok     (0m1.991s 0m1.026s)
296. AC_PROG_CC_C_O (acc.at:26): ok     (0m2.045s 0m1.109s)
297. AC_PROG_CC_STDC (acc.at:27): ok     (0m2.065s 0m1.081s)
298. AC_PROG_CPP_WERROR (acc.at:28): ok     (0m1.994s 0m1.048s)
299. AC_PROG_GCC_TRADITIONAL (acc.at:29): ok     (0m2.062s 0m1.125s)
300. AC_LANG_C (acc.at:32): ok     (0m5.014s 0m1.041s)
301. AC_LANG_CPLUSPLUS (acc.at:33): ok     (0m4.975s 0m1.035s)
302. AC_LANG_OBJC (acc.at:34): ok     (0m5.195s 0m1.037s)
303. GNU Fortran 77 (fortran.at:31): skipped (fortran.at:31)
304. GNU Fortran (fortran.at:59): skipped (fortran.at:59)
305. AC_OPENMP and Fortran 77 (fortran.at:82): skipped (fortran.at:112)
306. AC_OPENMP and Fortran (fortran.at:122): skipped (fortran.at:152)
307. AC_F77_DUMMY_MAIN usage (fortran.at:174): skipped (fortran.at:242)
308. AC_FC_DUMMY_MAIN usage (fortran.at:254): skipped (fortran.at:323)
309. AC_F77_MAIN usage (fortran.at:335): skipped (fortran.at:402)
310. AC_FC_MAIN usage (fortran.at:417): skipped (fortran.at:484)
311. AC_F77_FUNC usage (fortran.at:499): skipped (fortran.at:561)
312. AC_FC_FUNC usage (fortran.at:573): skipped (fortran.at:635)
313. AC_FC_SRCEXT usage (fortran.at:646): skipped (fortran.at:720)
314. AC_FC_FREEFORM (fortran.at:731): skipped (fortran.at:756)
315. AC_FC_FREEFORM with AC_FC_SRCEXT (fortran.at:768): skipped (fortran.at:794)
316. AC_FC_FIXEDFORM (fortran.at:806): skipped (fortran.at:832)
317. AC_FC_FIXEDFORM with AC_FC_SRCEXT (fortran.at:844): skipped 
(fortran.at:871)
318. AC_FC_LINE_LENGTH (fortran.at:883): skipped (fortran.at:935)
319. AC_F77_MAIN (acfortran.at:13): skipped (acfortran.at:13)
320. AC_F77_WRAPPERS (acfortran.at:14): skipped (acfortran.at:14)
321. AC_FC_FIXEDFORM (acfortran.at:15): skipped (acfortran.at:15)
322. AC_FC_FREEFORM (acfortran.at:16): skipped (acfortran.at:16)
323. AC_FC_LINE_LENGTH (acfortran.at:17): skipped (acfortran.at:17)
324. AC_FC_MAIN (acfortran.at:18): skipped (acfortran.at:18)
325. AC_FC_WRAPPERS (acfortran.at:19): skipped (acfortran.at:19)
326. AC_PROG_F77_C_O (acfortran.at:20): skipped (acfortran.at:20)
327. AC_PROG_FC_C_O (acfortran.at:21): skipped (acfortran.at:21)
328. AC_F77_NAME_MANGLING (acfortran.at:24): ok     (0m4.992s 0m1.021s)
329. AC_LANG_FORTRAN77 (acfortran.at:25): ok     (0m5.025s 0m1.060s)
330. Erlang (erlang.at:32): skipped (erlang.at:32)
331. AC_ERLANG_CHECK_LIB (erlang.at:54): skipped (erlang.at:54)
332. AC_ERLANG_SUBST_ROOT_DIR (erlang.at:74): skipped (erlang.at:74)
333. AC_ERLANG_SUBST_LIB_DIR (erlang.at:91): skipped (erlang.at:91)
334. AC_ERLANG_SUBST_INSTALL_LIB_DIR (erlang.at:108): ok     (0m1.316s 0m0.746s)
335. AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR (erlang.at:116): ok     (0m1.357s
0m0.760s)
336. AC_ERLANG_SUBST_ERTS_VER (erlang.at:130): skipped (erlang.at:130)
337. AC_CHECK_LIB (semantics.at:33): ok     (0m2.678s 0m1.367s)
338. AC_SEARCH_LIBS (semantics.at:77): ok     (0m2.088s 0m1.100s)
339. AC_SEARCH_LIBS (none needed) (semantics.at:90): ok     (0m2.013s 0m1.041s)
340. AC_CHECK_DECLS (semantics.at:105): ok     (0m2.357s 0m1.411s)
341. AC_CHECK_FUNCS (semantics.at:159): ok     (0m2.093s 0m1.110s)
342. AC_REPLACE_FUNCS (semantics.at:172): ok     (0m1.795s 0m0.820s)
343. AC_CHECK_HEADERS (semantics.at:211): ok     (0m2.226s 0m1.015s)
344. AC_CHECK_HEADERS (preprocessor test) (semantics.at:240): ok     (0m1.563s
0m0.656s)
345. AC_CHECK_HEADERS (compiler test) (semantics.at:267): ok     (0m1.564s
0m0.671s)
346. AC_CHECK_MEMBER (semantics.at:300): ok     (0m2.028s 0m1.089s)
347. AC_CHECK_MEMBERS (semantics.at:326): ok     (0m2.105s 0m1.142s)
348. AC_CHECK_ALIGNOF (semantics.at:341): ok     (0m2.854s 0m1.516s)
349. AC_CHECK_ALIGNOF (cross compile) (semantics.at:341): ok     (0m2.919s
0m1.514s)
350. AC_CHECK_ALIGNOF struct (semantics.at:358): ok     (0m2.765s 0m1.508s)
351. AC_CHECK_ALIGNOF struct (cross compile) (semantics.at:358): ok    
(0m2.656s 0m1.485s)
352. AC_CHECK_SIZEOF (semantics.at:370): ok     (0m2.862s 0m1.511s)
353. AC_CHECK_SIZEOF (cross compile) (semantics.at:370): ok     (0m2.784s
0m1.547s)
354. AC_CHECK_SIZEOF struct (semantics.at:386): ok     (0m2.976s 0m1.604s)
355. AC_CHECK_SIZEOF struct (cross compile) (semantics.at:386): ok    
(0m3.284s 0m1.897s)
356. AC_CHECK_TYPES (semantics.at:411): ok     (0m2.063s 0m1.123s)
357. AC_CHECK_TYPES: backward compatibility (semantics.at:425): ok    
(0m0.484s 0m0.075s)
358. AC_CHECK_FILES (semantics.at:461): ok     (0m1.361s 0m0.781s)
359. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:504): ok     (0m0.600s
0m0.224s)
360. AC_C_BIGENDIAN (semantics.at:553): ok     (0m4.866s 0m1.903s)
361. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:602): ok     (0m0.589s 0m0.252s)
362. AC_PATH_PROGS_FEATURE_CHECK (semantics.at:644): ok     (0m0.572s 0m0.267s)
363. AC_PATH_XTRA (semantics.at:724): ok     (0m2.289s 0m1.232s)
364. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:742): ok     (0m2.685s 0m1.466s)
365. AC_FUNC_SETVBUF_REVERSED (semantics.at:743): ok     (0m1.321s 0m0.780s)
366. AC_FUNC_WAIT3 (semantics.at:744): ok     (0m2.700s 0m1.481s)
367. AC_ARG_ENABLE (acgeneral.at:13): ok     (0m1.337s 0m0.772s)
368. AC_ARG_PROGRAM (acgeneral.at:14): ok     (0m1.332s 0m0.774s)
369. AC_ARG_WITH (acgeneral.at:15): ok     (0m1.314s 0m0.769s)
370. AC_CHECK_DECLS_ONCE (acgeneral.at:16): ok     (0m2.671s 0m1.518s)
371. AC_EGREP_CPP (acgeneral.at:17): ok     (0m2.089s 0m1.149s)
372. AC_EGREP_HEADER (acgeneral.at:18): ok     (0m2.096s 0m1.128s)
373. AC_LIBOBJ (acgeneral.at:19): ok     (0m1.338s 0m0.791s)
374. AC_LIBSOURCES (acgeneral.at:20): ok     (0m1.328s 0m0.782s)
375. AC_PREFIX_DEFAULT (acgeneral.at:21): ok     (0m1.337s 0m0.782s)
376. AC_CHECKING (acgeneral.at:24): ok     (0m4.954s 0m1.020s)
377. AC_COMPILE_CHECK (acgeneral.at:25): ok     (0m5.979s 0m1.373s)
378. AC_ENABLE (acgeneral.at:26): ok     (0m5.058s 0m1.056s)
379. AC_FOREACH (acgeneral.at:27): ok     (0m5.277s 0m1.030s)
380. AC_MSG_RESULT_UNQUOTED (acgeneral.at:28): ok     (0m5.078s 0m1.057s)
381. AC_TRY_COMPILE (acgeneral.at:29): ok     (0m5.910s 0m1.399s)
382. AC_TRY_CPP (acgeneral.at:30): ok     (0m6.083s 0m1.499s)
383. AC_TRY_LINK (acgeneral.at:31): ok     (0m5.994s 0m1.380s)
384. AC_TRY_RUN (acgeneral.at:32): ok     (0m5.990s 0m1.379s)
385. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:33): ok     (0m5.027s
0m1.034s)
386. AC_WITH (acgeneral.at:34): ok     (0m5.040s 0m1.070s)
387. AC_OUTPUT_COMMANDS (acstatus.at:15): ok     (0m5.043s 0m1.057s)
388. AC_SYS_INTERPRETER (acspecific.at:13): ok     (0m1.294s 0m0.722s)
389. AC_SYS_LARGEFILE (acspecific.at:14): ok     (0m2.010s 0m1.041s)
390. AC_SYS_LONG_FILE_NAMES (acspecific.at:15): ok     (0m1.334s 0m0.753s)
391. AC_SYS_POSIX_TERMIOS (acspecific.at:16): ok     (0m2.270s 0m1.059s)
392. AC_AIX (acspecific.at:19): ok     (0m7.390s 0m2.086s)
393. AC_ARG_ARRAY (acspecific.at:20): ok     (0m5.028s 0m1.033s)
394. AC_DECL_SYS_SIGLIST (acspecific.at:21): ok     (0m5.919s 0m1.388s)
395. AC_DYNIX_SEQ (acspecific.at:22): ok     (0m6.008s 0m1.368s)
396. AC_HAVE_POUNDBANG (acspecific.at:23): ok     (0m5.050s 0m1.044s)
397. AC_IRIX_SUN (acspecific.at:24): ok     (0m6.093s 0m1.430s)
398. AC_ISC_POSIX (acspecific.at:25): ok     (0m5.981s 0m1.408s)
399. AC_MINIX (acspecific.at:26): ok     (0m7.391s 0m2.074s)
400. AC_SCO_INTL (acspecific.at:27): ok     (0m6.086s 0m1.420s)
401. AC_XENIX_DIR (acspecific.at:28): ok     (0m6.353s 0m1.625s)
402. AC_PROG_AWK (acprograms.at:13): ok     (0m1.354s 0m0.750s)
403. AC_PROG_FGREP (acprograms.at:14): ok     (0m1.366s 0m0.752s)
404. AC_PROG_INSTALL (acprograms.at:15): ok     (0m1.332s 0m0.774s)
405. AC_PROG_LEX (acprograms.at:16): ok     (0m1.984s 0m1.035s)
406. AC_PROG_LN_S (acprograms.at:17): ok     (0m1.556s 0m0.746s)
407. AC_PROG_MAKE_SET (acprograms.at:18): ok     (0m1.337s 0m0.761s)
408. AC_PROG_MKDIR_P (acprograms.at:19): ok     (0m1.351s 0m0.800s)
409. AC_PROG_RANLIB (acprograms.at:20): ok     (0m1.335s 0m0.768s)
410. AC_PROG_SED (acprograms.at:21): ok     (0m1.347s 0m0.775s)
411. AC_PROG_YACC (acprograms.at:22): ok     (0m1.413s 0m0.785s)
412. AC_CHECK_TOOL_PREFIX (acprograms.at:25): ok     (0m5.033s 0m1.058s)
413. AC_DECL_YYTEXT (acprograms.at:26): ok     (0m5.925s 0m1.348s)
414. AC_RSH (acprograms.at:27): ok     (0m5.304s 0m1.050s)
415. AC_CHECK_HEADERS_ONCE (acheaders.at:13): ok     (0m1.371s 0m0.774s)
416. AC_HEADER_ASSERT (acheaders.at:14): ok     (0m1.350s 0m0.762s)
417. AC_HEADER_MAJOR (acheaders.at:15): ok     (0m2.721s 0m1.492s)
418. AC_HEADER_RESOLV (acheaders.at:16): ok     (0m2.212s 0m1.216s)
419. AC_HEADER_STAT (acheaders.at:17): ok     (0m1.954s 0m1.023s)
420. AC_HEADER_STDBOOL (acheaders.at:18): ok     (0m2.771s 0m1.553s)
421. AC_HEADER_TIOCGWINSZ (acheaders.at:19): ok     (0m2.088s 0m1.115s)
422. AC_DIR_HEADER (acheaders.at:22): ok     (0m7.524s 0m2.124s)
423. AC_MEMORY_H (acheaders.at:23): ok     (0m7.172s 0m2.020s)
424. AC_UNISTD_H (acheaders.at:24): ok     (0m7.122s 0m1.968s)
425. AC_USG (acheaders.at:25): ok     (0m7.262s 0m2.046s)
426. AC_STRUCT_DIRENT_D_INO (actypes.at:13): ok     (0m2.128s 0m1.102s)
427. AC_STRUCT_DIRENT_D_TYPE (actypes.at:14): ok     (0m2.526s 0m1.088s)
428. AC_STRUCT_ST_BLOCKS (actypes.at:15): ok     (0m2.693s 0m1.453s)
429. AC_STRUCT_TIMEZONE (actypes.at:16): ok     (0m2.143s 0m1.043s)
430. AC_TYPE_INT16_T (actypes.at:17): ok     (0m2.673s 0m1.486s)
431. AC_TYPE_INT32_T (actypes.at:18): ok     (0m2.728s 0m1.528s)
432. AC_TYPE_INT64_T (actypes.at:19): ok     (0m2.698s 0m1.502s)
433. AC_TYPE_INT8_T (actypes.at:20): ok     (0m2.726s 0m1.497s)
434. AC_TYPE_INTMAX_T (actypes.at:21): ok     (0m2.863s 0m1.535s)
435. AC_TYPE_INTPTR_T (actypes.at:22): ok     (0m2.735s 0m1.507s)
436. AC_TYPE_LONG_DOUBLE (actypes.at:23): ok     (0m1.917s 0m1.006s)
437. AC_TYPE_LONG_DOUBLE_WIDER (actypes.at:24): ok     (0m1.961s 0m1.028s)
438. AC_TYPE_MODE_T (actypes.at:25): ok     (0m2.737s 0m1.530s)
439. AC_TYPE_OFF_T (actypes.at:26): ok     (0m2.658s 0m1.479s)
440. AC_TYPE_SSIZE_T (actypes.at:27): ok     (0m2.732s 0m1.518s)
441. AC_TYPE_UINT16_T (actypes.at:28): ok     (0m2.681s 0m1.470s)
442. AC_TYPE_UINT32_T (actypes.at:29): ok     (0m2.676s 0m1.486s)
443. AC_TYPE_UINT64_T (actypes.at:30): ok     (0m2.630s 0m1.418s)
444. AC_TYPE_UINT8_T (actypes.at:31): ok     (0m2.644s 0m1.471s)
445. AC_TYPE_UINTMAX_T (actypes.at:32): ok     (0m2.763s 0m1.524s)
446. AC_TYPE_UINTPTR_T (actypes.at:33): ok     (0m2.738s 0m1.494s)
447. AC_C_LONG_DOUBLE (actypes.at:36): ok     (0m5.885s 0m1.382s)
448. AC_INT_16_BITS (actypes.at:37): ok     (0m7.156s 0m1.911s)
449. AC_LONG_64_BITS (actypes.at:38): ok     (0m7.216s 0m1.987s)
450. AC_STRUCT_ST_BLKSIZE (actypes.at:39): ok     (0m7.177s 0m2.035s)
451. AC_STRUCT_ST_RDEV (actypes.at:40): ok     (0m7.155s 0m1.979s)
452. AC_TYPE_SIGNAL (actypes.at:41): ok     (0m5.955s 0m1.387s)
453. AM_TYPE_PTRDIFF_T (actypes.at:42): ok     (0m7.214s 0m2.053s)
454. AC_CHECK_FUNCS_ONCE (acfunctions.at:13): ok     (0m1.325s 0m0.786s)
455. AC_FUNC_CHOWN (acfunctions.at:14): ok     (0m2.768s 0m1.510s)
456. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:15): ok     (0m2.816s 0m1.557s)
457. AC_FUNC_ERROR_AT_LINE (acfunctions.at:16): ok     (0m2.058s 0m1.086s)
458. AC_FUNC_FNMATCH (acfunctions.at:17): ok     (0m2.000s 0m1.046s)
459. AC_FUNC_FORK (acfunctions.at:18): ok     (0m3.005s 0m1.602s)
460. AC_FUNC_FSEEKO (acfunctions.at:19): ok     (0m2.047s 0m1.073s)
461. AC_FUNC_GETGROUPS (acfunctions.at:20): ok     (0m2.957s 0m1.555s)
462. AC_FUNC_GETMNTENT (acfunctions.at:21): ok     (0m2.011s 0m1.049s)
463. AC_FUNC_GETPGRP (acfunctions.at:22): ok     (0m2.661s 0m1.514s)
464. AC_FUNC_LSTAT (acfunctions.at:23): ok     (0m2.817s 0m1.546s)
465. AC_FUNC_MALLOC (acfunctions.at:24): ok     (0m2.676s 0m1.447s)
466. AC_FUNC_MBRTOWC (acfunctions.at:25): ok     (0m1.964s 0m1.010s)
467. AC_FUNC_MEMCMP (acfunctions.at:26): ok     (0m2.659s 0m1.468s)
468. AC_FUNC_MKTIME (acfunctions.at:27): ok     (0m2.880s 0m1.569s)
469. AC_FUNC_MMAP (acfunctions.at:28): ok     (0m2.868s 0m1.594s)
470. AC_FUNC_OBSTACK (acfunctions.at:29): ok     (0m2.723s 0m1.512s)
471. AC_FUNC_REALLOC (acfunctions.at:30): ok     (0m2.723s 0m1.521s)
472. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:31): ok     (0m2.793s 0m1.556s)
473. AC_FUNC_SETPGRP (acfunctions.at:32): ok     (0m2.672s 0m1.486s)
474. AC_FUNC_STAT (acfunctions.at:33): ok     (0m2.795s 0m1.521s)
475. AC_FUNC_STRCOLL (acfunctions.at:34): ok     (0m2.642s 0m1.430s)
476. AC_FUNC_STRERROR_R (acfunctions.at:35): ok     (0m2.764s 0m1.500s)
477. AC_FUNC_STRFTIME (acfunctions.at:36): ok     (0m2.124s 0m1.120s)
478. AC_FUNC_STRNLEN (acfunctions.at:37): ok     (0m3.005s 0m1.644s)
479. AC_FUNC_STRTOD (acfunctions.at:38): ok     (0m2.653s 0m1.444s)
480. AC_FUNC_STRTOLD (acfunctions.at:39): ok     (0m1.957s 0m1.018s)
481. AC_FUNC_UTIME_NULL (acfunctions.at:40): ok     (0m2.770s 0m1.545s)
482. AC_FUNC_VPRINTF (acfunctions.at:41): ok     (0m2.078s 0m1.087s)
483. AC_HAVE_LIBRARY (aclibs.at:15): ok     (0m6.024s 0m1.384s)
484. Libtool (foreign.at:26): skipped (foreign.at:29)
485. shtool (foreign.at:93): ok     (0m0.975s 0m0.763s)
486. autoscan (autoscan.at:20): ok     (0m0.535s 0m0.073s)
testsuite: ending at: Tue Jan 17 17:07:57 GMT 2012
testsuite: test suite duration: 0h 22m 29s

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: 443 tests were run,
5 failed (4 expected failures).
43 tests were skipped.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU Autoconf 2.68 test suite test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

 220: base.at:322        AC_CACHE_CHECK
      config_site

Skipped tests:
GNU Autoconf 2.68 test suite test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

   1: tools.at:46        Syntax of the shell scripts
  34: tools.at:1132      autoupdating with aclocal and m4_include
  35: tools.at:1162      autom4te preselections
  38: tools.at:1278      autotools and whitespace in file names
 251: torture.at:1430    Configuring subdirectories
      autoreconf
 252: torture.at:1563    Deep Package
      autoreconf
 253: torture.at:1699    Non-Autoconf AC_CONFIG_SUBDIRS
      autoreconf
 255: torture.at:1792    Empty directory
      autoreconf
 256: torture.at:1813    Unusual Automake input files
      autoreconf
 260: compile.at:144     AC_LANG_SOURCE(C++)
 267: compile.at:400     Multiple languages
 282: c.at:383           AC_OPENMP and C++
 303: fortran.at:31      GNU Fortran 77
 304: fortran.at:59      GNU Fortran
 305: fortran.at:82      AC_OPENMP and Fortran 77
 306: fortran.at:122     AC_OPENMP and Fortran
 307: fortran.at:174     AC_F77_DUMMY_MAIN usage
 308: fortran.at:254     AC_FC_DUMMY_MAIN usage
 309: fortran.at:335     AC_F77_MAIN usage
 310: fortran.at:417     AC_FC_MAIN usage
 311: fortran.at:499     AC_F77_FUNC usage
 312: fortran.at:573     AC_FC_FUNC usage
 313: fortran.at:646     AC_FC_SRCEXT usage
 314: fortran.at:731     AC_FC_FREEFORM
 315: fortran.at:768     AC_FC_FREEFORM with AC_FC_SRCEXT
 316: fortran.at:806     AC_FC_FIXEDFORM
 317: fortran.at:844     AC_FC_FIXEDFORM with AC_FC_SRCEXT
 318: fortran.at:883     AC_FC_LINE_LENGTH
 319: acfortran.at:13    AC_F77_MAIN
 320: acfortran.at:14    AC_F77_WRAPPERS
 321: acfortran.at:15    AC_FC_FIXEDFORM
 322: acfortran.at:16    AC_FC_FREEFORM
 323: acfortran.at:17    AC_FC_LINE_LENGTH
 324: acfortran.at:18    AC_FC_MAIN
 325: acfortran.at:19    AC_FC_WRAPPERS
 326: acfortran.at:20    AC_PROG_F77_C_O
 327: acfortran.at:21    AC_PROG_FC_C_O
 330: erlang.at:32       Erlang
      erlang
 331: erlang.at:54       AC_ERLANG_CHECK_LIB
      erlang
 332: erlang.at:74       AC_ERLANG_SUBST_ROOT_DIR
      erlang
 333: erlang.at:91       AC_ERLANG_SUBST_LIB_DIR
      erlang
 336: erlang.at:130      AC_ERLANG_SUBST_ERTS_VER
      erlang
 484: foreign.at:26      Libtool

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

#                             -*- compilation -*-
220. base.at:322: testing AC_CACHE_CHECK ...
./base.at:353: autoconf --force
stderr:
configure.ac:3: warning: AC_CACHE_VAL(ac_nothing, ...): suspicious cache-id,
must contain _cv_ to be cached
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
configure.ac:3: the top level
./base.at:353: sed 's/^[^:]*m4[-.ex0-9]*: *\([^:]*:\) *\([0-9][0-9]*: 
\)/m4:\1\2/
        s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4[-.ex0-9]*: /m4:\1\2 /
        s/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/
        s/: include:\( cannot open\)/:\1/
        s/^autom4te: [^ ]*m4[.ex]* /autom4te: m4 /
        s/ (E[A-Z]*)$//
    ' stderr >&2
stderr:
configure.ac:3: warning: AC_CACHE_VAL(ac_nothing, ...): suspicious cache-id,
must contain _cv_ to be cached
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
configure.ac:3: the top level
./base.at:354: grep 'must contain _cv_ to be cached' stderr
stdout:
configure.ac:3: warning: AC_CACHE_VAL(ac_nothing, ...): suspicious cache-id,
must contain _cv_ to be cached
./base.at:359: autoconf --force
./base.at:360: ./configure $configure_options -q
stdout:
./base.at:364: autoconf --force
./base.at:365: ./configure $configure_options -q
stdout:
./base.at:368: ./configure $configure_options
stdout:
checking for nothing... found
checking for some other variable... true
./base.at:369: grep 'cached' stdout
./base.at:370: ./configure $configure_options my_cv_variable='yes it is set'
stdout:
checking for nothing... found
checking for some other variable... (cached) yes it is set
./base.at:371: grep 'cached.*yes it is set' stdout
stdout:
checking for some other variable... (cached) yes it is set
./base.at:374: ./configure $configure_options --cache-file=foobar.cache
stdout:
configure: creating cache foobar.cache
checking for nothing... found
checking for some other variable... true
configure: updating cache foobar.cache
./base.at:375: grep 'cached' stdout
./base.at:376: test ! -f config.cache
./base.at:377: grep 'my_cv_variable.*true' foobar.cache
stdout:
my_cv_variable=${my_cv_variable='true'}
./base.at:378: ./configure $configure_options --cache-file=foobar.cache
stdout:
configure: loading cache foobar.cache
checking for nothing... (cached) found
checking for some other variable... (cached) true
./base.at:379: grep 'some other variable.*cached.*true' stdout
stdout:
checking for some other variable... (cached) true
./base.at:382: ./configure $configure_options --cache-file=foobar.cache
my_cv_variable='override'
stdout:
configure: loading cache foobar.cache
checking for nothing... (cached) found
checking for some other variable... (cached) override
configure: updating cache foobar.cache
./base.at:383: grep 'cached.*override' stdout
stdout:
checking for some other variable... (cached) override
./base.at:384: grep 'my_cv_variable.*override' foobar.cache
stdout:
my_cv_variable=${my_cv_variable='override'}
./base.at:387: ./configure $configure_options -C ac_cv_nothing='{'
my_cv_variable='contains } brace'
stdout:
configure: creating cache config.cache
checking for nothing... (cached) {
checking for some other variable... (cached) contains } brace
configure: updating cache config.cache
./base.at:389: grep 'ac_cv_nothing.*{' config.cache
stdout:
test "${ac_cv_nothing+set}" = set || ac_cv_nothing='{'
./base.at:390: grep 'my_cv_variable.*contains } brace' config.cache
stdout:
test "${my_cv_variable+set}" = set || my_cv_variable='contains } brace'
./base.at:391: ./configure $configure_options -C
stdout:
configure: loading cache config.cache
checking for nothing... (cached) {
checking for some other variable... (cached) contains } brace
./base.at:392: grep 'nothing.*{' stdout
stdout:
checking for nothing... (cached) {
./base.at:393: grep 'some other variable.*contains } brace' stdout
stdout:
checking for some other variable... (cached) contains } brace
./base.at:399: autoconf --force
stderr:
configure.ac:8: warning: AC_CACHE_VAL(my_cv_variable, ...): suspicious
presence of an AC_DEFINE in the second argument, where no actions should be
taken
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
configure.ac:8: the top level
configure.ac:8: warning: AC_DEFINE: not an identifier: some-define
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
configure.ac:8: the top level
./base.at:399: sed 's/^[^:]*m4[-.ex0-9]*: *\([^:]*:\) *\([0-9][0-9]*: 
\)/m4:\1\2/
        s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4[-.ex0-9]*: /m4:\1\2 /
        s/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/
        s/: include:\( cannot open\)/:\1/
        s/^autom4te: [^ ]*m4[.ex]* /autom4te: m4 /
        s/ (E[A-Z]*)$//
    ' stderr >&2
stderr:
configure.ac:8: warning: AC_CACHE_VAL(my_cv_variable, ...): suspicious
presence of an AC_DEFINE in the second argument, where no actions should be
taken
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
configure.ac:8: the top level
configure.ac:8: warning: AC_DEFINE: not an identifier: some-define
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
configure.ac:8: the top level
./base.at:400: grep 'suspicious.*AC_DEFINE' stderr
stdout:
configure.ac:8: warning: AC_CACHE_VAL(my_cv_variable, ...): suspicious
presence of an AC_DEFINE in the second argument, where no actions should be
taken
./base.at:404: autoconf --force
stderr:
configure.ac:8: warning: AC_CACHE_VAL(my_cv_variable, ...): suspicious
presence of an AC_SUBST in the second argument, where no actions should be
taken
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
configure.ac:8: the top level
./base.at:404: sed 's/^[^:]*m4[-.ex0-9]*: *\([^:]*:\) *\([0-9][0-9]*: 
\)/m4:\1\2/
        s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4[-.ex0-9]*: /m4:\1\2 /
        s/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/
        s/: include:\( cannot open\)/:\1/
        s/^autom4te: [^ ]*m4[.ex]* /autom4te: m4 /
        s/ (E[A-Z]*)$//
    ' stderr >&2
stderr:
configure.ac:8: warning: AC_CACHE_VAL(my_cv_variable, ...): suspicious
presence of an AC_SUBST in the second argument, where no actions should be
taken
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
configure.ac:8: the top level
./base.at:405: grep 'suspicious.*AC_SUBST' stderr
stdout:
configure.ac:8: warning: AC_CACHE_VAL(my_cv_variable, ...): suspicious
presence of an AC_SUBST in the second argument, where no actions should be
taken
./base.at:422: autoconf --force -Werror
stderr:
configure.ac:11: warning: AC_CACHE_VAL(my_cv_shell_true_works, ...):
suspicious presence of an AC_DEFINE in the second argument, where no actions
should be taken
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
configure.ac:2: AC_SHELL_TRUE is expanded from...
configure.ac:11: the top level
./base.at:422: sed 's/^[^:]*m4[-.ex0-9]*: *\([^:]*:\) *\([0-9][0-9]*: 
\)/m4:\1\2/
        s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4[-.ex0-9]*: /m4:\1\2 /
        s/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/
        s/: include:\( cannot open\)/:\1/
        s/^autom4te: [^ ]*m4[.ex]* /autom4te: m4 /
        s/ (E[A-Z]*)$//
    ' stderr >&2
stderr:
configure.ac:11: warning: AC_CACHE_VAL(my_cv_shell_true_works, ...):
suspicious presence of an AC_DEFINE in the second argument, where no actions
should be taken
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
configure.ac:2: AC_SHELL_TRUE is expanded from...
configure.ac:11: the top level
./base.at:423: grep 'suspicious.*AC_DEFINE' stderr
stdout:
configure.ac:11: warning: AC_CACHE_VAL(my_cv_shell_true_works, ...):
suspicious presence of an AC_DEFINE in the second argument, where no actions
should be taken
./base.at:440: autoconf --force -Werror
./base.at:441: ./configure $configure_options -C
stdout:
configure: creating cache config.cache
checking whether true(1) works... yes
configure: updating cache config.cache
configure: creating ./config.status
./base.at:442: grep my_cv_shell_true_works config.cache
stdout:
my_cv_shell_true_works=${my_cv_shell_true_works='yes'}
./base.at:443: grep 'true.*works.*yes' stdout
stdout:
checking whether true(1) works... yes
./base.at:445: ./configure $configure_options --config-cache
stdout:
configure: loading cache config.cache
checking whether true(1) works... (cached) yes
configure: creating ./config.status
./base.at:446: grep 'true.*works.*cached.*yes' stdout
stdout:
checking whether true(1) works... (cached) yes
./base.at:449: ./config.status
stdout:
./base.at:450: grep cache stdout
./base.at:451: ./config.status --recheck
stdout:
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --config-cache
--no-create --no-recursion
configure: loading cache config.cache
checking whether true(1) works... (cached) yes
configure: updating cache config.cache
configure: creating ./config.status
./base.at:452: grep cache stdout
stdout:
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --config-cache
--no-create --no-recursion
configure: loading cache config.cache
checking whether true(1) works... (cached) yes
configure: updating cache config.cache
./base.at:456: ./configure $configure_options
stdout:
checking whether true(1) works... yes
configure: creating ./config.status
./base.at:457: grep cache stdout
./base.at:458: LC_ALL=C ls -t config.cache a-stamp-file | sed 1q | grep
config.cache
./base.at:464: ./configure $configure_options -C
stdout:
configure: loading cache config.cache
checking whether true(1) works... yes
configure: updating cache config.cache
configure: creating ./config.status
./base.at:467: test -s cache || test ! -h config.cache
./base.at:479: ./configure $configure_options
stdout:
configure: loading site script ./-config.site
configure: loading cache sitecache
checking whether true(1) works... yes
configure: updating cache sitecache
configure: creating ./config.status
./base.at:480: grep my_cv_some_preset_cache_var sitecache
stdout:
my_cv_some_preset_cache_var=${my_cv_some_preset_cache_var='yes'}
./base.at:481: grep my_cv_shell_true_works sitecache
stdout:
my_cv_shell_true_works=${my_cv_shell_true_works='yes'}
./base.at:482: ./configure $configure_options
stdout:
configure: loading site script ./-config.site
configure: loading cache sitecache
checking whether true(1) works... (cached) yes
configure: creating ./config.status
./base.at:483: grep 'whether true.*works.*cached' stdout
stdout:
checking whether true(1) works... (cached) yes
./base.at:488: ${CONFIG_SHELL-$SHELL} -c 'case `. ./syntax; echo $?` in
            0|"") exit 77;; esac'
stderr:
./syntax: line 2: syntax error: unexpected end of file
stdout:
./base.at:496: ./configure $configure_options
stderr:
/home/dclarke/build/autoconf-2.68-001/tests/testsuite.dir/220/bad.site: 1:
Syntax error: "fi" unexpected
stdout:
configure: loading site script
/home/dclarke/build/autoconf-2.68-001/tests/testsuite.dir/220/bad.site
./base.at:496: exit code was 2, expected 1
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 configure, which was
> generated by GNU Autoconf 2.68.  Invocation command line was
>
>   $ ./configure
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = charon
> uname -m = ppc64
> uname -r = 2.6.32-5-powerpc64
> uname -s = Linux
> uname -v = #1 SMP Wed Jan 11 15:39:26 UTC 2012
>
> /usr/bin/uname -p = unknown
> /bin/uname -X     = unknown
>
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /home/dclarke/build/autoconf-2.68-001/tests
> PATH: /usr/local/bin
> PATH: /usr/local/sbin
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /sbin
> PATH: /opt/schily/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1548: loading site script
/home/dclarke/build/autoconf-2.68-001/tests/testsuite.dir/220/bad.site
> | fi
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> 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=''
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> DEFS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/bash'
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> host_alias=''
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${datarootdir}/info'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localedir='${datarootdir}/locale'
> localstatedir='${prefix}/var'
> mandir='${datarootdir}/man'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='NONE'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> /* confdefs.h */
> #define PACKAGE_NAME ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define PACKAGE_STRING ""
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_URL ""
>
> configure: exit 2
220. base.at:322: 220. AC_CACHE_CHECK (base.at:322): FAILED (base.at:496)


## ------------- ##
## ../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 Autoconf configure 2.68, which was
| generated by GNU Autoconf 2.68.  Invocation command line was
|
|   $ ./configure
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = charon
| uname -m = ppc64
| uname -r = 2.6.32-5-powerpc64
| uname -s = Linux
| uname -v = #1 SMP Wed Jan 11 15:39:26 UTC 2012
|
| /usr/bin/uname -p = unknown
| /bin/uname -X     = unknown
|
| /bin/arch              = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
|
| PATH: /usr/local/bin
| PATH: /usr/local/sbin
| PATH: /usr/bin
| PATH: /bin
| PATH: /usr/sbin
| PATH: /sbin
| PATH: /opt/schily/bin
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:1778: checking for a BSD-compatible install
| configure:1846: result: /usr/bin/install -c
| configure:1857: checking whether build environment is sane
| configure:1907: result: yes
| configure:2048: checking for a thread-safe mkdir -p
| configure:2087: result: /bin/mkdir -p
| configure:2100: checking for gawk
| configure:2130: result: no
| configure:2100: checking for mawk
| configure:2116: found /usr/bin/mawk
| configure:2127: result: mawk
| configure:2138: checking whether make sets $(MAKE)
| configure:2160: result: yes
| configure:2245: checking build system type
| configure:2259: result: powerpc64-unknown-linux-gnu
| configure:2279: checking host system type
| configure:2292: result: powerpc64-unknown-linux-gnu
| configure:2319: autobuild project... GNU Autoconf
| configure:2325: autobuild revision... 2.68
| configure:2330: autobuild hostname... charon
| configure:2341: autobuild timestamp... 20120117T164446Z
| configure:2369: checking whether /bin/sh -n is known to work
| configure:2388: result: no
| configure:2392: checking for characters that cannot appear in file names
| configure:2412: result: none
| configure:2418: checking whether directories can have trailing spaces
| configure:2432: result: yes
| configure:2443: checking for expr
| configure:2461: found /usr/bin/expr
| configure:2473: result: /usr/bin/expr
| configure:2492: checking for GNU M4 that supports accurate traces
| configure:2534: result: /usr/local/bin/gm4
| configure:2537: checking whether /usr/local/bin/gm4 accepts --gnu
| configure:2547: result: yes
| configure:2564: checking how m4 supports trace files
| configure:2574: result: --debugfile
| configure:2598: checking for perl
| configure:2616: found /usr/bin/perl
| configure:2629: result: /usr/bin/perl
| configure:2648: checking whether /usr/bin/perl Fcntl::flock is implemented
| configure:2662: result: yes
| configure:2680: checking for emacs
| configure:2710: result: no
| configure:2680: checking for xemacs
| configure:2710: result: no
| configure:2763: checking for emacs
| configure:2790: result: no
| configure:2814: checking where .elc files should go
| configure:2843: result: ${datadir}/emacs/site-lisp
| configure:2856: checking for grep that handles long lines and -e
| configure:2914: result: /usr/local/bin/grep
| configure:2919: checking for egrep
| configure:2981: result: /usr/local/bin/grep -E
| configure:2986: checking for a sed that does not truncate output
| configure:3050: result: /bin/sed
| configure:3060: checking whether make is case sensitive
| configure:3075: result: yes
| configure:3254: creating ./config.status
|
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
|
| This file was extended by GNU Autoconf config.status 2.68, which was
| generated by GNU Autoconf 2.68.  Invocation command line was
|
|   CONFIG_FILES    =
|   CONFIG_HEADERS  =
|   CONFIG_LINKS    =
|   CONFIG_COMMANDS =
|   $ ./config.status
|
| on charon
|
| config.status:4108: creating tests/Makefile
| config.status:4108: creating tests/atlocal
| config.status:4108: creating man/Makefile
| config.status:4108: creating lib/emacs/Makefile
| config.status:4108: creating Makefile
| config.status:4108: creating doc/Makefile
| config.status:4108: creating lib/Makefile
| config.status:4108: creating lib/Autom4te/Makefile
| config.status:4108: creating lib/autoscan/Makefile
| config.status:4108: creating lib/m4sugar/Makefile
| config.status:4108: creating lib/autoconf/Makefile
| config.status:4108: creating lib/autotest/Makefile
| config.status:4108: creating bin/Makefile
| config.status:4309: executing tests/atconfig commands
|
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
|
| ac_cv_build='powerpc64-unknown-linux-gnu'
| ac_cv_dir_trailing_space='yes'
| ac_cv_env_EMACSLOADPATH_set=''
| ac_cv_env_EMACSLOADPATH_value=''
| ac_cv_env_EMACS_set=''
| ac_cv_env_EMACS_value=''
| ac_cv_env_M4_set=''
| ac_cv_env_M4_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_host='powerpc64-unknown-linux-gnu'
| ac_cv_path_EGREP='/usr/local/bin/grep -E'
| ac_cv_path_EXPR='/usr/bin/expr'
| ac_cv_path_GREP='/usr/local/bin/grep'
| ac_cv_path_M4='/usr/local/bin/gm4'
| ac_cv_path_PERL='/usr/bin/perl'
| ac_cv_path_SED='/bin/sed'
| ac_cv_path_install='/usr/bin/install -c'
| ac_cv_path_mkdir='/bin/mkdir'
| ac_cv_perl_flock_implemented='yes'
| ac_cv_prog_AWK='mawk'
| ac_cv_prog_EMACS='no'
| ac_cv_prog_gnu_m4_debugfile='--debugfile'
| ac_cv_prog_gnu_m4_gnu='yes'
| ac_cv_prog_make_make_case='yes'
| ac_cv_prog_make_make_set='yes'
| ac_cv_sh_n_works='no'
| ac_cv_unsupported_fs_chars=''
| am_cv_lispdir='${datadir}/emacs/site-lisp'
|
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
|
| ACLOCAL='${SHELL} /home/dclarke/build/autoconf-2.68-001/build-aux/missing
--run aclocal-1.11'
| AMTAR='${SHELL} /home/dclarke/build/autoconf-2.68-001/build-aux/missing
--run tar'
| AUTOCONF='${SHELL} /home/dclarke/build/autoconf-2.68-001/build-aux/missing
--run autoconf'
| AUTOHEADER='${SHELL} /home/dclarke/build/autoconf-2.68-001/build-aux/missing
--run autoheader'
| AUTOMAKE='${SHELL} /home/dclarke/build/autoconf-2.68-001/build-aux/missing
--run automake-1.11'
| AWK='mawk'
| CYGPATH_W='echo'
| DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\"
-DPACKAGE_VERSION=\"2.68\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 2.68\"
-DPACKAGE_BUGREPORT=\"address@hidden"
-DPACKAGE_URL=\"http://www.gnu.org/software/autoconf/\"; -DPACKAGE=\"autoconf\"
-DVERSION=\"2.68\"'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='/usr/local/bin/grep -E'
| EMACS='no'
| EMACSLOADPATH=''
| EXPR='/usr/bin/expr'
| GREP='/usr/local/bin/grep'
| HELP2MAN='${SHELL} /home/dclarke/build/autoconf-2.68-001/build-aux/missing
--run help2man'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
| LIBOBJS=''
| LIBS=''
| LTLIBOBJS=''
| M4='/usr/local/bin/gm4'
| M4_DEBUGFILE='--debugfile'
| M4_GNU='--gnu'
| MAKEINFO='${SHELL} /home/dclarke/build/autoconf-2.68-001/build-aux/missing
--run makeinfo'
| MAKE_CASE_SENSITIVE_FALSE='#'
| MAKE_CASE_SENSITIVE_TRUE=''
| MKDIR_P='/bin/mkdir -p'
| PACKAGE='autoconf'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='GNU Autoconf'
| PACKAGE_STRING='GNU Autoconf 2.68'
| PACKAGE_TARNAME='autoconf'
| PACKAGE_URL='http://www.gnu.org/software/autoconf/'
| PACKAGE_VERSION='2.68'
| PATH_SEPARATOR=':'
| PERL='/usr/bin/perl'
| PERL_FLOCK='yes'
| SED='/bin/sed'
| SET_MAKE=''
| SHELL='/bin/bash'
| STRIP=''
| TEST_EMACS='no'
| VERSION='2.68'
| ac_cv_dir_trailing_space='yes'
| ac_cv_sh_n_works='no'
| ac_cv_unsupported_fs_chars=''
| am__isrc=''
| am__leading_dot='.'
| am__tar='${AMTAR} chof - "$$tardir"'
| am__untar='${AMTAR} xf -'
| bindir='${exec_prefix}/bin'
| build='powerpc64-unknown-linux-gnu'
| build_alias=''
| build_cpu='powerpc64'
| build_os='linux-gnu'
| build_vendor='unknown'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host='powerpc64-unknown-linux-gnu'
| host_alias=''
| host_cpu='powerpc64'
| host_os='linux-gnu'
| host_vendor='unknown'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='${SHELL}
/home/dclarke/build/autoconf-2.68-001/build-aux/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| lispdir='${datadir}/emacs/site-lisp'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='/bin/mkdir -p'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
|
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
|
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Autoconf"
| #define PACKAGE_TARNAME "autoconf"
| #define PACKAGE_VERSION "2.68"
| #define PACKAGE_STRING "GNU Autoconf 2.68"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_URL "http://www.gnu.org/software/autoconf/";
| #define PACKAGE "autoconf"
| #define VERSION "2.68"
|
| configure: exit 0



-- 
--
http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x1D936C72FA35B44B
+-------------------------+-----------------------------------+
| Dennis Clarke           | Solaris and Linux and Open Source |
| address@hidden   | Respect for open standards.       |
+-------------------------+-----------------------------------+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]