bug-autoconf
[Top][All Lists]
Advanced

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

[GNU Autoconf 2.62] testsuite: 44 failed


From: Vladimir
Subject: [GNU Autoconf 2.62] testsuite: 44 failed
Date: Sun, 22 Jun 2008 00:34:37 +0900
User-agent: KMail/1.9.9

Good day.

I compile autoconf on slamd64-current. The 'make' runs good but
'make check' gives an error.
============================================================================
## ----------------------------- ##
## GNU Autoconf 2.62 test suite. ##
## ----------------------------- ##

testsuite: command line was:
  $ ./testsuite 

## ----------- ##
## ChangeLogs. ##
## ----------- ##

testsuite: ../ChangeLog:
| 2008-04-05  Eric Blake  <address@hidden>
| 
|       Release Version 2.62.
|       * NEWS: Mention the release.
| 
| 2008-04-04  Stepan Kasal  <address@hidden>
|       and Eric Blake  <address@hidden>
| 
|       Return back to GPLv2+, until the text of the exceptions is
|       finalized, reverting the change from 2007-07-03 and the first

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

hostname = smoon
uname -m = x86_64
uname -r = 2.6.24.4_v_l
uname -s = Linux
uname -v = #1 SMP Mon Apr 28 20:49:43 IRKST 2008

/usr/bin/uname -p = x86_64
/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: /home/lomov/tmp/src/autoconf-2.62/tests
PATH: /home/lomov/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/opt/ant/bin
PATH: /usr/lib64/java/bin
PATH: /usr/lib64/java/jre/bin
PATH: /usr/local/opt/openoffice.org2.4/program
PATH: /usr/lib64/qt/bin
PATH: /usr/local/opt/qt/bin
PATH: /usr/share/texmf/bin
PATH: /home/lomov/tmp/src/autoconf-2.62

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

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 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, write to the Free Software
| # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
| # 02110-1301, USA.
| 
| PERL='/usr/bin/perl'
| GREP='/usr/bin/grep'
| EGREP='/usr/bin/grep -E'
| SED='/usr/bin/sed'
| 
| # We need to know if sh -n is ok.
| ac_cv_sh_n_works='yes'
| 
| # Check whether the underlying system can manage some unusual
| # symbols in file names.
| unsupported_fs_chars=
| for c in '\\' '"' '<' '>' '*' '?' '|'
| do
|   touch "t${c}t" 2>/dev/null
|   test -f "t${c}t" && rm -f "t${c}t" && continue
|   # $c cannot be used in a file name.
|   unsupported_fs_chars=$unsupported_fs_chars$c
| done
| if test -z "$unsupported_fs_chars"; then
|   func_sanitize_file_name () { echo "$@"; }
| else
|   func_sanitize_file_name () { echo "$@" | tr -d "$unsupported_fs_chars"; }
| fi
| 
| # Can we create directories with trailing whitespaces in their name?
| rm -rf 'tdir /'
| mkdir 'tdir ' && touch 'tdir /tfile' 2>/dev/null
| if test -f 'tdir /tfile'; then
|   func_sanitize_dir_name () { echo "$@"; }
| else
|   func_sanitize_dir_name () { echo "$@" | sed 's/  *$//'; }
| fi
| rm -rf 'tdir /'

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

./local.at:513: /home/lomov/tmp/src/autoconf-2.62/tests/autom4te --version
autom4te (GNU Autoconf) 2.62
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.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:513: /home/lomov/tmp/src/autoconf-2.62/tests/autoconf --version
autoconf (GNU Autoconf) 2.62
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.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:513: /home/lomov/tmp/src/autoconf-2.62/tests/autoheader --version
autoheader (GNU Autoconf) 2.62
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.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:513: /home/lomov/tmp/src/autoconf-2.62/tests/autoupdate --version
autoupdate (GNU Autoconf) 2.62
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.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:513: /home/lomov/tmp/src/autoconf-2.62/tests/autoreconf --version
autoreconf (GNU Autoconf) 2.62
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.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:513: /home/lomov/tmp/src/autoconf-2.62/tests/ifnames --version
ifnames (GNU Autoconf) 2.62
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.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: Sat Jun 21 23:44:26 IRKST 2008
1. Syntax of the shell scripts (tools.at:48): ok     (0m0.435s 0m0.014s)
2. Syntax of the Perl scripts (tools.at:72): ok     (0m0.262s 0m0.038s)
3. autom4te cache (tools.at:90): ok     (0m0.213s 0m0.107s)
4. autom4te --force (tools.at:121): ok     (0m0.138s 0m0.079s)
5. autom4te and whitespace in file names (tools.at:146): ok     (0m0.771s 
0m0.392s)
6. autoconf --trace: user macros (tools.at:222): ok     (0m0.426s 0m0.264s)
7. autoconf --trace: builtins (tools.at:308): ok     (0m0.448s 0m0.137s)
8. autoconf: forbidden tokens, basic (tools.at:339): ok     (0m0.214s 0m0.124s)
9. autoconf: forbidden tokens, exceptions (tools.at:367): ok     (0m0.104s 
0m0.076s)
10. autoconf: automatically allowed tokens (tools.at:406): ok     (0m0.177s 
0m0.070s)
11. autoconf: the empty token (tools.at:423): ok     (0m0.102s 0m0.068s)
12. autoconf: subdirectories (tools.at:438): ok     (0m0.302s 0m0.206s)
13. autoconf: input from stdin (tools.at:464): ok     (0m0.272s 0m0.143s)
14. autoconf: AC_AUTOCONF_VERSION (tools.at:482): ok     (0m0.190s 0m0.068s)
15. ifnames (tools.at:502): ok     (0m0.046s 0m0.024s)
16. autoheader (tools.at:550): ok     (0m0.503s 0m0.195s)
17. autoupdate (tools.at:682): ok     (0m1.758s 0m0.270s)
18. autoupdating AC_LINK_FILES (tools.at:714): ok     (0m1.117s 0m0.343s)
19. autoupdating AC_PREREQ (tools.at:741): ok     (0m2.689s 0m0.409s)
20. autoupdating AU_ALIAS (tools.at:762): ok     (0m1.498s 0m0.528s)
21. autoupdating OLD to NEW (tools.at:788): ok     (0m1.077s 0m0.256s)
22. autoupdating AC_HELP_STRING (tools.at:813): ok     (0m1.043s 0m0.279s)
23. autoupdating with m4sugar (tools.at:831): ok     (0m1.175s 0m0.369s)
24. autoupdating AC_LANG_SAVE (tools.at:867): ok     (0m1.091s 0m0.261s)
25. autoupdating AC_FOREACH (tools.at:887): ok     (0m1.054s 0m0.293s)
26. autoupdating with aclocal and m4_include (tools.at:911): ok     (0m2.617s 
0m0.355s)
27. autom4te preselections (tools.at:941): ok     (0m1.447s 0m0.424s)
28. autotools and whitespace in file names (tools.at:987): ok     (0m10.526s 
0m3.074s)
29. m4_warn (m4sugar.at:59): ok     (0m0.298s 0m0.151s)
30. m4_require: error message (m4sugar.at:109): ok     (0m0.075s 0m0.030s)
31. m4_require: circular dependencies (m4sugar.at:128): ok     (0m0.066s 
0m0.041s)
32. m4_split (m4sugar.at:157): ok     (0m0.073s 0m0.037s)
33. m4_append (m4sugar.at:196): ok     (0m0.146s 0m0.080s)
34. m4_join (m4sugar.at:278): ok     (0m0.066s 0m0.041s)
35. m4_text_wrap (m4sugar.at:315): ok     (0m0.076s 0m0.033s)
36. m4_version_compare (m4sugar.at:368): ok     (0m0.073s 0m0.040s)
37. Standard regular expressions (m4sugar.at:409): ok     (0m0.508s 0m0.260s)
38. M4 loops (m4sugar.at:436): ok     (0m0.291s 0m0.135s)
39. m4_map (m4sugar.at:555): ok     (0m0.072s 0m0.040s)
40. m4_combine (m4sugar.at:586): ok     (0m0.067s 0m0.047s)
41. m4_max and m4_min (m4sugar.at:613): ok     (0m0.235s 0m0.114s)
42. LINENO (m4sh.at:27): ok     (0m0.372s 0m0.351s)
43. AS_DIRNAME (m4sh.at:103): ok     (0m0.168s 0m0.112s)
45. AS_BASENAME (m4sh.at:211): ok     (0m0.144s 0m0.121s)
46. AS_MKDIR_P (m4sh.at:268): ok     (0m0.105s 0m0.040s)
47. AS_VERSION_COMPARE (m4sh.at:299): ok     (0m0.113s 0m0.084s)
48. Negated classes in globbing (m4sh.at:347): ok     (0m0.092s 0m0.048s)
49. Functions Support (m4sh.at:377): ok     (0m0.094s 0m0.048s)
50. Functions and return Support (m4sh.at:419): ok     (0m0.097s 0m0.049s)
51. AS_REQUIRE_SHELL_FN and m4_require (m4sh.at:455): ok     (0m0.087s 0m0.064s)
52. AS_HELP_STRING (m4sh.at:495): ok     (0m0.118s 0m0.060s)
53. AS_IF and AS_CASE (m4sh.at:635): ok     (0m0.090s 0m0.057s)
54. AS_LITERAL_IF (m4sh.at:735): ok     (0m0.082s 0m0.061s)
55. AS_INIT cleanup (m4sh.at:769): ok     (0m0.089s 0m0.055s)
56. Empty test suite (autotest.at:123): ok     (0m0.190s 0m0.129s)
57. Banner-only test suite (autotest.at:127): ok     (0m0.170s 0m0.151s)
58. Empty test (autotest.at:133): ok     (0m0.191s 0m0.166s)
59. Empty check (autotest.at:136): ok     (0m0.178s 0m0.171s)
60. AT_SETUP without AT_INIT (autotest.at:139): ok     (0m0.072s 0m0.040s)
61. AT_BANNER without AT_INIT (autotest.at:145): ok     (0m0.078s 0m0.033s)
62. AT_CLEANUP without AT_INIT (autotest.at:149): ok     (0m0.073s 0m0.035s)
63. Missing AT_CLEANUP (autotest.at:153): ok     (0m0.083s 0m0.035s)
64. AT_CHECK without AT_SETUP (autotest.at:159): ok     (0m0.091s 0m0.033s)
65. AT_DATA without AT_SETUP (autotest.at:164): ok     (0m0.085s 0m0.036s)
66. AT_XFAIL_IF without AT_SETUP (autotest.at:169): ok     (0m0.088s 0m0.037s)
67. AT_KEYWORDS without AT_SETUP (autotest.at:174): ok     (0m0.075s 0m0.045s)
68. AT_CLEANUP without AT_SETUP (autotest.at:179): ok     (0m0.087s 0m0.036s)
69. AT_BANNER inside AT_SETUP (autotest.at:184): ok     (0m0.078s 0m0.044s)
70. AT_SETUP inside AT_SETUP (autotest.at:192): ok     (0m0.079s 0m0.041s)
71. Multiple AT_INIT (autotest.at:202): ok     (0m0.079s 0m0.042s)
72. Tested programs (autotest.at:208): ok     (0m0.342s 0m0.271s)
73. Truth (autotest.at:222): ok     (0m0.183s 0m0.173s)
74. Fallacy (autotest.at:225): ok     (0m0.214s 0m0.242s)
75. Skip (autotest.at:230): ok     (0m0.189s 0m0.161s)
76. Literal multiline command (autotest.at:235): ok     (0m0.185s 0m0.169s)
77. Multiline parameter expansion (autotest.at:241): ok     (0m0.182s 0m0.177s)
78. Backquote command substitution (autotest.at:248): ok     (0m0.175s 0m0.184s)
79. Multiline backquote command substitution (autotest.at:253): ok     
(0m0.186s 0m0.183s)
80. Parenthetical command substitution (autotest.at:261): ok     (0m0.181s 
0m0.172s)
81. Multiline parenthetical command substitution (autotest.at:266): ok     
(0m0.178s 0m0.183s)
82. Invalid brace-enclosed parameter expansion (autotest.at:284): ok     
(0m0.222s 0m0.240s)
84. Double-M4-quoted command (autotest.at:302): ok     (0m0.206s 0m0.162s)
85. BS-newline in command (autotest.at:313): ok     (0m0.196s 0m0.166s)
86. ^BS-newline in command (autotest.at:318): ok     (0m0.194s 0m0.169s)
87. BSx641-newline in command (autotest.at:323): ok     (0m0.176s 0m0.189s)
88. BS-BS-newline in command (autotest.at:328): ok     (0m0.188s 0m0.173s)
89. BSx640-newline in command (autotest.at:336): ok     (0m0.189s 0m0.170s)
90. Newline-CODE-BS-newline in command (autotest.at:343): ok     (0m0.200s 
0m0.157s)
91. Single-quote-BS-newline in command (autotest.at:350): ok     (0m0.180s 
0m0.169s)
92. Single-quote-newline-BS-newline in command (autotest.at:356): ok     
(0m0.179s 0m0.191s)
93. Backquote in a test title (autotest.at:417): ok     (0m0.215s 0m0.284s)
94. Single-quote in a test title (autotest.at:418): ok     (0m0.232s 0m0.272s)
95. Double-quote in a test title (autotest.at:419): ok     (0m0.235s 0m0.277s)
96. Backslash in a test title (autotest.at:421): ok     (0m0.243s 0m0.264s)
97. Brackets in a test title (autotest.at:422): ok     (0m0.224s 0m0.275s)
98. Pound in a test title (autotest.at:423): ok     (0m0.215s 0m0.296s)
99. Quoted comma in a test title (autotest.at:424): ok     (0m0.237s 0m0.264s)
100. Comma in a test title (autotest.at:425): ok     (0m0.250s 0m0.260s)
101. Quoted Macro in a test title (autotest.at:427): ok     (0m0.231s 0m0.283s)
102. Macro in a test title (autotest.at:428): ok     (0m0.245s 0m0.271s)
103. Macro with backquote in a test title (autotest.at:429): ok     (0m0.220s 
0m0.275s)
104. Macro with single-quote in a test title (autotest.at:430): ok     
(0m0.227s 0m0.276s)
105. Macro with double-quote in a test title (autotest.at:431): ok     
(0m0.238s 0m0.271s)
106. Macro with backslash in a test title (autotest.at:433): ok     (0m0.218s 
0m0.289s)
107. Macro echoing macro in a test title (autotest.at:434): ok     (0m0.221s 
0m0.281s)
108. Macro echoing single-quote in a test title (autotest.at:436): ok     
(0m0.229s 0m0.285s)
109. Long test title in a test title (autotest.at:437): ok     (0m0.223s 
0m0.284s)
110. Longer test title in a test title (autotest.at:438): ok     (0m0.234s 
0m0.282s)
111. Long test source lines (autotest.at:449): ok     (0m0.219s 0m0.255s)
112. Debugging a successful test (autotest.at:461): ok     (0m0.311s 0m0.379s)
113. Debugging script and environment (autotest.at:475): ok     (0m0.370s 
0m0.573s)
114. Debugging a failed test (autotest.at:492): ok     (0m0.310s 0m0.420s)
115. Using atlocal (autotest.at:503): ok     (0m0.459s 0m0.723s)
116. Choosing where testsuite is run (autotest.at:538): ok     (0m0.377s 
0m0.565s)
117. Banners (autotest.at:575): ok     (0m0.877s 0m1.671s)
118. Keywords and ranges (autotest.at:636): ok     (0m1.472s 0m2.852s)
119. srcdir propagation (autotest.at:719): ok     (0m0.846s 0m1.152s)
120. whitespace in absolute testdir (autotest.at:785): ok     (0m0.215s 
0m0.259s)
121. unusual file names (autotest.at:809): ok     (0m0.135s 0m0.113s)
122. AC_REQUIRE: topological sort (base.at:30): ok     (0m0.115s 0m0.094s)
123. AC_REQUIRE: error message (base.at:73): ok     (0m0.096s 0m0.071s)
124. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:90): ok     (0m0.111s 
0m0.100s)
125. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:134): ok     
(0m0.127s 0m0.080s)
126. AC_REQUIRE & AC_PROVIDE (base.at:177): ok     (0m0.111s 0m0.091s)
127. AC_CACHE_CHECK (base.at:210): ok     (0m0.574s 0m0.369s)
128. AC_COMPUTE_INT (base.at:243): ok     (0m0.446s 0m0.265s)
129. AC_TRY_COMMAND (base.at:265): ok     (0m0.203s 0m0.156s)
130. Input/Output (base.at:295): ok     (0m0.256s 0m0.208s)
131. configure arguments (base.at:314): ok     (0m0.204s 0m0.164s)
132. configure directories (base.at:332): ok     (0m0.306s 0m0.253s)
133. AC_CONFIG_COMMANDS with empty commands (torture.at:29): ok     (0m0.514s 
0m0.446s)
134. Multiple AC_CONFIG_FILES (torture.at:38): ok     (0m0.131s 0m0.063s)
135. AC_ARG_VAR (torture.at:87): ok     (0m1.640s 0m2.572s)
136. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:144): ok     
(0m1.962s 0m3.258s)
137. Macro calls in AC_CONFIG_COMMANDS tags (torture.at:328): ok     (0m0.243s 
0m0.200s)
138. Missing templates (torture.at:348): ok     (0m0.270s 0m0.221s)
139. configure invocation (torture.at:380): ok     (0m0.848s 0m0.952s)
140. #define header templates (torture.at:434): ok     (0m0.298s 0m0.250s)
141. Torturing config.status (torture.at:558): ok     (0m0.979s 0m0.846s)
142. Substitute a 2000-byte string (torture.at:693): ok     (0m0.487s 0m0.426s)
143. Define to a 2000-byte string (torture.at:737): ok     (0m0.414s 0m0.287s)
144. Substitute and define special characters (torture.at:758): ok     
(0m0.592s 0m0.531s)
145. Substitute a newline (torture.at:841): ok     (0m0.377s 0m0.390s)
146. Define a newline (torture.at:881): ok     (0m0.848s 0m0.565s)
147. AC_SUBST: variable name validation (torture.at:925): ok     (0m2.116s 
0m1.369s)
148. datarootdir workaround (torture.at:955): ok     (0m0.563s 0m0.456s)
149. srcdir (torture.at:1006): ok     (0m0.476s 0m0.568s)
150. Signal handling (torture.at:1049): ok     (0m0.208s 0m0.139s)
151. AC_CONFIG_LINKS and identical files (torture.at:1066): ok     (0m0.633s 
0m0.846s)
152. Configuring subdirectories (torture.at:1122): ok     (0m4.723s 0m2.936s)
153. Deep Package (torture.at:1247): ok     (0m4.869s 0m3.806s)
154. Non-Autoconf AC_CONFIG_SUBDIRS (torture.at:1367): ok     (0m1.060s 
0m0.468s)
155. Empty directory (torture.at:1410): ok     (0m0.298s 0m0.060s)
156. Unusual Automake input files (torture.at:1431): ok     (0m1.358s 0m0.463s)
157. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:33): ok     (0m0.157s 
0m0.083s)
158. AC_REQUIRE & AC_LANG (compile.at:79): ok     (0m0.216s 0m0.138s)
159. AC_RUN_IFELSE (compile.at:115): ok     (0m0.531s 0m0.336s)
160. AC_TRY_LINK_FUNC (compile.at:148): ok     (0m0.975s 0m0.693s)
161. AC_NO_EXECUTABLES (aclang.at:13): ok     (0m0.513s 0m0.444s)
162. AC_REQUIRE_CPP (aclang.at:14): ok     (0m0.890s 0m0.663s)
163. Extensions (c.at:36): ok     (0m0.806s 0m0.611s)
164. Broken/missing compilers (c.at:59): ok     (0m0.268s 0m0.157s)
165. C keywords (c.at:78): ok     (0m0.876s 0m0.657s)
166. AC_PROG_CPP requires AC_PROG_CC (c.at:96): ok     (0m0.845s 0m0.669s)
167. AC_PROG_CPP with warnings (c.at:111): ok     (0m1.153s 0m0.812s)
168. AC_PROG_CPP without warnings (c.at:141): ok     (0m1.175s 0m0.803s)
169. AC_PROG_CPP via CC (c.at:179): ok     (0m1.185s 0m0.826s)
170. AC_NO_EXECUTABLES (working linker) (c.at:220): ok     (0m0.867s 0m0.658s)
171. AC_NO_EXECUTABLES (broken linker) (c.at:230): ok     (0m0.694s 0m0.550s)
172. AC_C_BACKSLASH_A (acc.at:13): ok     (0m0.845s 0m0.610s)
173. AC_C_BIGENDIAN (acc.at:14): ok     (0m1.397s 0m1.026s)
174. AC_C_CHAR_UNSIGNED (acc.at:15): ok     (0m1.331s 0m1.028s)
175. AC_C_FLEXIBLE_ARRAY_MEMBER (acc.at:16): ok     (0m0.873s 0m0.589s)
176. AC_C_INLINE (acc.at:17): ok     (0m0.837s 0m0.605s)
177. AC_C_PROTOTYPES (acc.at:18): ok     (0m0.827s 0m0.610s)
178. AC_C_RESTRICT (acc.at:19): ok     (0m0.838s 0m0.619s)
179. AC_C_STRINGIZE (acc.at:20): ok     (0m0.917s 0m0.657s)
180. AC_C_TYPEOF (acc.at:21): ok     (0m0.877s 0m0.569s)
181. AC_C_VARARRAYS (acc.at:22): ok     (0m0.856s 0m0.613s)
182. AC_OPENMP (acc.at:23): ok     (0m0.879s 0m0.647s)
183. AC_PROG_CC_C89 (acc.at:24): ok     (0m0.831s 0m0.603s)
184. AC_PROG_CC_C99 (acc.at:25): ok     (0m0.895s 0m0.629s)
185. AC_PROG_CC_C_O (acc.at:26): ok     (0m0.872s 0m0.690s)
186. AC_PROG_CC_STDC (acc.at:27): ok     (0m0.925s 0m0.614s)
187. AC_PROG_CPP_WERROR (acc.at:28): ok     (0m0.866s 0m0.680s)
188. AC_PROG_GCC_TRADITIONAL (acc.at:29): ok     (0m0.907s 0m0.681s)
189. AC_LANG_C (acc.at:32): ok     (0m1.697s 0m0.701s)
190. AC_LANG_CPLUSPLUS (acc.at:33): ok     (0m1.695s 0m0.703s)
191. AC_LANG_OBJC (acc.at:34): ok     (0m1.684s 0m0.716s)
192. GNU Fortran 77 (fortran.at:33): ok     (0m0.752s 0m0.587s)
193. GNU Fortran (fortran.at:61): ok     (0m0.800s 0m0.624s)
194. AC_F77_MAIN (acfortran.at:13): ok     (0m1.025s 0m0.724s)
195. AC_F77_WRAPPERS (acfortran.at:14): ok     (0m1.209s 0m0.850s)
196. AC_FC_MAIN (acfortran.at:15): ok     (0m1.070s 0m0.697s)
197. AC_FC_WRAPPERS (acfortran.at:16): ok     (0m1.219s 0m0.820s)
198. AC_PROG_F77_C_O (acfortran.at:17): ok     (0m0.799s 0m0.581s)
199. AC_PROG_FC_C_O (acfortran.at:18): ok     (0m0.750s 0m0.634s)
200. AC_F77_NAME_MANGLING (acfortran.at:21): ok     (0m1.697s 0m0.715s)
201. AC_LANG_FORTRAN77 (acfortran.at:22): ok     (0m1.693s 0m0.714s)
202. AC_CHECK_LIB (semantics.at:35): ok     (0m1.296s 0m0.942s)
203. AC_SEARCH_LIBS (semantics.at:79): ok     (0m0.950s 0m0.647s)
204. AC_SEARCH_LIBS (none needed) (semantics.at:92): ok     (0m0.863s 0m0.625s)
205. AC_CHECK_DECLS (semantics.at:107): ok     (0m0.998s 0m0.727s)
206. AC_CHECK_FUNCS (semantics.at:130): ok     (0m0.883s 0m0.714s)
207. AC_REPLACE_FUNCS (semantics.at:143): ok     (0m0.734s 0m0.521s)
208. AC_CHECK_HEADERS (semantics.at:173): ok     (0m1.436s 0m1.065s)
209. AC_CHECK_HEADERS_OLD (semantics.at:185): ok     (0m0.698s 0m0.463s)
210. AC_CHECK_HEADERS_NEW (semantics.at:212): ok     (0m0.662s 0m0.473s)
211. AC_CHECK_MEMBERS (semantics.at:245): ok     (0m0.934s 0m0.664s)
212. AC_CHECK_ALIGNOF (semantics.at:258): ok     (0m1.538s 0m1.043s)
213. AC_CHECK_ALIGNOF (cross compile) (semantics.at:258): ok     (0m1.537s 
0m1.123s)
214. AC_CHECK_ALIGNOF struct (semantics.at:275): ok     (0m1.423s 0m1.108s)
215. AC_CHECK_ALIGNOF struct (cross compile) (semantics.at:275): ok     
(0m1.441s 0m1.087s)
216. AC_CHECK_SIZEOF (semantics.at:287): ok     (0m1.484s 0m1.110s)
217. AC_CHECK_SIZEOF (cross compile) (semantics.at:287): ok     (0m1.583s 
0m1.145s)
218. AC_CHECK_SIZEOF struct (semantics.at:303): ok     (0m1.506s 0m1.138s)
219. AC_CHECK_SIZEOF struct (cross compile) (semantics.at:303): ok     
(0m1.665s 0m1.417s)
220. AC_CHECK_TYPES (semantics.at:324): ok     (0m0.922s 0m0.668s)
221. AC_CHECK_TYPES: backward compatibility (semantics.at:338): ok     
(0m0.186s 0m0.070s)
222. AC_CHECK_FILES (semantics.at:374): ok     (0m0.563s 0m0.455s)
223. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:417): ok     (0m0.231s 
0m0.159s)
224. AC_C_BIGENDIAN (semantics.at:466): ok     (0m2.476s 0m1.574s)
225. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:515): ok     (0m0.231s 0m0.152s)
226. AC_PATH_PROGS_FEATURE_CHECK (semantics.at:557): ok     (0m0.228s 0m0.156s)
227. AC_PATH_XTRA (semantics.at:637): ok     (0m1.420s 0m0.953s)
228. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:655): ok     (0m1.409s 0m1.061s)
229. AC_FUNC_SETVBUF_REVERSED (semantics.at:656): ok     (0m0.540s 0m0.419s)
230. AC_FUNC_WAIT3 (semantics.at:657): ok     (0m1.400s 0m0.994s)
231. AC_ARG_ENABLE (acgeneral.at:13): ok     (0m0.520s 0m0.424s)
232. AC_ARG_PROGRAM (acgeneral.at:14): ok     (0m0.517s 0m0.435s)
233. AC_ARG_WITH (acgeneral.at:15): ok     (0m0.512s 0m0.441s)
234. AC_CANONICAL_TARGET (acgeneral.at:16): ok     (0m0.575s 0m0.457s)
235. AC_CHECK_DECLS_ONCE (acgeneral.at:17): ok     (0m0.500s 0m0.434s)
236. AC_EGREP_CPP (acgeneral.at:18): ok     (0m0.909s 0m0.650s)
237. AC_EGREP_HEADER (acgeneral.at:19): ok     (0m0.884s 0m0.679s)
238. AC_PREFIX_DEFAULT (acgeneral.at:20): ok     (0m0.506s 0m0.458s)
239. AC_PRESERVE_HELP_ORDER (acgeneral.at:21): ok     (0m0.532s 0m0.416s)
240. AC_CHECKING (acgeneral.at:24): ok     (0m1.707s 0m0.698s)
241. AC_COMPILE_CHECK (acgeneral.at:25): ok     (0m2.211s 0m0.948s)
242. AC_ENABLE (acgeneral.at:26): ok     (0m1.696s 0m0.711s)
243. AC_FOREACH (acgeneral.at:27): ok     (0m1.713s 0m0.677s)
244. AC_MSG_RESULT_UNQUOTED (acgeneral.at:28): ok     (0m1.705s 0m0.717s)
245. AC_TRY_COMPILE (acgeneral.at:29): ok     (0m2.151s 0m0.944s)
246. AC_TRY_CPP (acgeneral.at:30): ok     (0m2.212s 0m1.048s)
247. AC_TRY_LINK (acgeneral.at:31): ok     (0m2.178s 0m0.982s)
248. AC_TRY_RUN (acgeneral.at:32): ok     (0m2.201s 0m0.983s)
249. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:33): ok     (0m1.687s 
0m0.700s)
250. AC_WITH (acgeneral.at:34): ok     (0m1.710s 0m0.689s)
251. AC_OUTPUT_COMMANDS (acstatus.at:15): ok     (0m1.706s 0m0.687s)
252. AC_SYS_INTERPRETER (acspecific.at:13): ok     (0m0.531s 0m0.421s)
253. AC_SYS_LARGEFILE (acspecific.at:14): ok     (0m0.825s 0m0.657s)
254. AC_SYS_LONG_FILE_NAMES (acspecific.at:15): ok     (0m0.518s 0m0.465s)
255. AC_SYS_POSIX_TERMIOS (acspecific.at:16): ok     (0m0.847s 0m0.645s)
256. AC_AIX (acspecific.at:19): ok     (0m3.195s 0m1.675s)
257. AC_ARG_ARRAY (acspecific.at:20): ok     (0m1.685s 0m0.725s)
258. AC_DECL_SYS_SIGLIST (acspecific.at:21): ok     (0m2.163s 0m1.019s)
259. AC_DYNIX_SEQ (acspecific.at:22): ok     (0m2.220s 0m0.979s)
260. AC_HAVE_POUNDBANG (acspecific.at:23): ok     (0m1.686s 0m0.721s)
261. AC_IRIX_SUN (acspecific.at:24): ok     (0m2.283s 0m1.038s)
262. AC_ISC_POSIX (acspecific.at:25): ok     (0m2.222s 0m0.952s)
263. AC_MINIX (acspecific.at:26): ok     (0m3.233s 0m1.660s)
264. AC_SCO_INTL (acspecific.at:27): ok     (0m2.218s 0m0.989s)
265. AC_XENIX_DIR (acspecific.at:28): ok     (0m2.408s 0m1.147s)
266. AC_PROG_AWK (acprograms.at:13): ok     (0m0.522s 0m0.436s)
267. AC_PROG_FGREP (acprograms.at:14): ok     (0m0.530s 0m0.451s)
268. AC_PROG_INSTALL (acprograms.at:15): ok     (0m0.540s 0m0.446s)
269. AC_PROG_LEX (acprograms.at:16): ok     (0m1.594s 0m0.718s)
270. AC_PROG_LN_S (acprograms.at:17): ok     (0m0.538s 0m0.409s)
271. AC_PROG_MAKE_SET (acprograms.at:18): ok     (0m0.530s 0m0.444s)
272. AC_PROG_MKDIR_P (acprograms.at:19): ok     (0m0.525s 0m0.434s)
273. AC_PROG_RANLIB (acprograms.at:20): ok     (0m0.521s 0m0.450s)
274. AC_PROG_SED (acprograms.at:21): ok     (0m0.526s 0m0.453s)
275. AC_PROG_YACC (acprograms.at:22): ok     (0m0.531s 0m0.438s)
276. AC_CHECK_TOOL_PREFIX (acprograms.at:25): ok     (0m1.704s 0m0.692s)
277. AC_DECL_YYTEXT (acprograms.at:26): ok     (0m3.685s 0m1.121s)
278. AC_RSH (acprograms.at:27): ok     (0m1.724s 0m0.684s)
279. AC_CHECK_HEADERS_ONCE (acheaders.at:13): ok     (0m0.516s 0m0.443s)
280. AC_HEADER_ASSERT (acheaders.at:14): ok     (0m0.532s 0m0.425s)
281. AC_HEADER_MAJOR (acheaders.at:15): ok     (0m1.407s 0m1.024s)
282. AC_HEADER_RESOLV (acheaders.at:16): ok     (0m0.946s 0m0.765s)
283. AC_HEADER_STAT (acheaders.at:17): ok     (0m0.849s 0m0.604s)
284. AC_HEADER_STDBOOL (acheaders.at:18): ok     (0m1.406s 0m1.061s)
285. AC_HEADER_TIOCGWINSZ (acheaders.at:19): ok     (0m0.899s 0m0.712s)
286. AC_DIR_HEADER (acheaders.at:22): ok     (0m3.307s 0m1.739s)
287. AC_MEMORY_H (acheaders.at:23): ok     (0m3.113s 0m1.579s)
288. AC_UNISTD_H (acheaders.at:24): ok     (0m3.023s 0m1.598s)
289. AC_USG (acheaders.at:25): ok     (0m3.155s 0m1.631s)
290. AC_STRUCT_DIRENT_D_INO (actypes.at:13): ok     (0m0.928s 0m0.690s)
291. AC_STRUCT_DIRENT_D_TYPE (actypes.at:14): ok     (0m0.936s 0m0.675s)
292. AC_STRUCT_ST_BLOCKS (actypes.at:15): ok     (0m1.354s 0m1.010s)
293. AC_STRUCT_TIMEZONE (actypes.at:16): ok     (0m0.900s 0m0.622s)
294. AC_TYPE_INT16_T (actypes.at:17): ok     (0m1.377s 0m1.038s)
295. AC_TYPE_INT32_T (actypes.at:18): ok     (0m1.402s 0m1.002s)
296. AC_TYPE_INT64_T (actypes.at:19): ok     (0m1.388s 0m1.027s)
297. AC_TYPE_INT8_T (actypes.at:20): ok     (0m1.334s 0m1.077s)
298. AC_TYPE_INTMAX_T (actypes.at:21): ok     (0m1.473s 0m1.087s)
299. AC_TYPE_INTPTR_T (actypes.at:22): ok     (0m1.341s 0m1.082s)
300. AC_TYPE_LONG_DOUBLE (actypes.at:23): ok     (0m0.809s 0m0.618s)
301. AC_TYPE_LONG_DOUBLE_WIDER (actypes.at:24): ok     (0m0.822s 0m0.611s)
302. AC_TYPE_MODE_T (actypes.at:25): ok     (0m1.417s 0m1.006s)
303. AC_TYPE_OFF_T (actypes.at:26): ok     (0m1.367s 0m1.037s)
304. AC_TYPE_SIGNAL (actypes.at:27): ok     (0m0.849s 0m0.587s)
305. AC_TYPE_SSIZE_T (actypes.at:28): ok     (0m1.375s 0m1.035s)
306. AC_TYPE_UINT16_T (actypes.at:29): ok     (0m1.356s 0m1.013s)
307. AC_TYPE_UINT32_T (actypes.at:30): ok     (0m1.353s 0m1.015s)
308. AC_TYPE_UINT64_T (actypes.at:31): ok     (0m1.322s 0m1.035s)
309. AC_TYPE_UINT8_T (actypes.at:32): ok     (0m1.351s 0m1.013s)
310. AC_TYPE_UINTMAX_T (actypes.at:33): ok     (0m1.412s 0m1.066s)
311. AC_TYPE_UINTPTR_T (actypes.at:34): ok     (0m1.366s 0m1.061s)
312. AC_C_LONG_DOUBLE (actypes.at:37): ok     (0m2.163s 0m0.982s)
313. AC_INT_16_BITS (actypes.at:38): ok     (0m3.173s 0m1.626s)
314. AC_LONG_64_BITS (actypes.at:39): ok     (0m3.203s 0m1.621s)
315. AC_STRUCT_ST_BLKSIZE (actypes.at:40): ok     (0m3.100s 0m1.640s)
316. AC_STRUCT_ST_RDEV (actypes.at:41): ok     (0m3.095s 0m1.651s)
317. AM_TYPE_PTRDIFF_T (actypes.at:42): ok     (0m3.153s 0m1.669s)
318. AC_CHECK_FUNCS_ONCE (acfunctions.at:13): ok     (0m0.530s 0m0.409s)
319. AC_FUNC_CHOWN (acfunctions.at:14): ok     (0m1.421s 0m1.040s)
320. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:15): ok     (0m1.453s 0m1.101s)
321. AC_FUNC_ERROR_AT_LINE (acfunctions.at:16): ok     (0m0.832s 0m0.652s)
322. AC_FUNC_FNMATCH (acfunctions.at:17): ok     (0m0.846s 0m0.655s)
323. AC_FUNC_FORK (acfunctions.at:18): ok     (0m1.606s 0m1.165s)
324. AC_FUNC_FSEEKO (acfunctions.at:19): ok     (0m0.883s 0m0.627s)
325. AC_FUNC_GETGROUPS (acfunctions.at:20): ok     (0m1.579s 0m1.124s)
326. AC_FUNC_GETMNTENT (acfunctions.at:21): ok     (0m0.886s 0m0.608s)
327. AC_FUNC_GETPGRP (acfunctions.at:22): ok     (0m1.322s 0m1.044s)
328. AC_FUNC_LSTAT (acfunctions.at:23): ok     (0m1.415s 0m1.075s)
329. AC_FUNC_MALLOC (acfunctions.at:24): ok     (0m1.408s 0m1.010s)
330. AC_FUNC_MBRTOWC (acfunctions.at:25): ok     (0m0.875s 0m0.628s)
331. AC_FUNC_MEMCMP (acfunctions.at:26): ok     (0m1.367s 0m1.042s)
332. AC_FUNC_MKTIME (acfunctions.at:27): ok     (0m1.549s 0m1.175s)
333. AC_FUNC_MMAP (acfunctions.at:28): ok     (0m1.471s 0m1.077s)
334. AC_FUNC_OBSTACK (acfunctions.at:29): ok     (0m1.364s 0m1.030s)
335. AC_FUNC_REALLOC (acfunctions.at:30): ok     (0m1.351s 0m1.090s)
336. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:31): ok     (0m1.479s 0m1.103s)
337. AC_FUNC_SETPGRP (acfunctions.at:32): ok     (0m1.336s 0m1.025s)
338. AC_FUNC_STAT (acfunctions.at:33): ok     (0m1.404s 0m1.116s)
339. AC_FUNC_STRCOLL (acfunctions.at:34): ok     (0m1.393s 0m1.023s)
340. AC_FUNC_STRERROR_R (acfunctions.at:35): ok     (0m1.425s 0m1.063s)
341. AC_FUNC_STRFTIME (acfunctions.at:36): ok     (0m0.875s 0m0.615s)
342. AC_FUNC_STRNLEN (acfunctions.at:37): ok     (0m1.459s 0m1.115s)
343. AC_FUNC_STRTOD (acfunctions.at:38): ok     (0m1.350s 0m1.057s)
344. AC_FUNC_STRTOLD (acfunctions.at:39): ok     (0m0.815s 0m0.631s)
345. AC_FUNC_UTIME_NULL (acfunctions.at:40): ok     (0m1.455s 0m1.049s)
346. AC_FUNC_VPRINTF (acfunctions.at:41): ok     (0m0.905s 0m0.669s)
347. AC_HAVE_LIBRARY (aclibs.at:15): ok     (0m2.131s 0m0.970s)
348. Libtool (foreign.at:28): skipped (foreign.at:60)
349. autoscan (autoscan.at:22): ok     (0m0.189s 0m0.067s)
testsuite: ending at: Sat Jun 21 23:54:10 IRKST 2008
testsuite: test suite duration: 0h 9m 44s

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

ERROR: 348 tests were run,
2 failed (1 expected failure).
1 test was skipped.

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

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

  44: m4sh.at:163        AS_ECHO and AS_ECHO_N

Skipped tests:
GNU Autoconf 2.62 test suite test groups:

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

 348: foreign.at:28      Libtool

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

#                             -*- compilation -*-
44. m4sh.at:163: testing ...
./m4sh.at:199: autom4te --language=m4sh script.as -o script 
./m4sh.at:200: ./script
--- /dev/null   2005-11-21 11:22:37.000000000 +0800
+++ /home/lomov/tmp/src/autoconf-2.62/tests/testsuite.dir/at-stderr     
2008-06-21 23:45:15.000000000 +0900
@@ -0,0 +1,2 @@
+./script: line 551: unexpected EOF while looking for matching ``'
+./script: line 557: syntax error: unexpected end of file
./m4sh.at:200: exit code was 2, expected 0
44. m4sh.at:163: 44. AS_ECHO and AS_ECHO_N (m4sh.at:163): FAILED (m4sh.at:200)


## ------------- ##
## ../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.62, which was
| generated by GNU Autoconf 2.62.  Invocation command line was
| 
|   $ ./configure --prefix=/usr --libdir=/usr/lib64
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = smoon
| uname -m = x86_64
| uname -r = 2.6.24.4_v_l
| uname -s = Linux
| uname -v = #1 SMP Mon Apr 28 20:49:43 IRKST 2008
| 
| /usr/bin/uname -p = x86_64
| /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: /home/lomov/bin
| PATH: /usr/local/bin
| PATH: /usr/bin
| PATH: /bin
| PATH: /usr/games
| PATH: /usr/local/opt/ant/bin
| PATH: /usr/lib64/java/bin
| PATH: /usr/lib64/java/jre/bin
| PATH: /usr/local/opt/openoffice.org2.4/program
| PATH: /usr/lib64/qt/bin
| PATH: /usr/local/opt/qt/bin
| PATH: /usr/share/texmf/bin
| PATH: .
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1820: checking for a BSD-compatible install
| configure:1888: result: /usr/bin/ginstall -c
| configure:1899: checking whether build environment is sane
| configure:1942: result: yes
| configure:1967: checking for a thread-safe mkdir -p
| configure:2006: result: /usr/bin/mkdir -p
| configure:2019: checking for gawk
| configure:2035: found /usr/bin/gawk
| configure:2046: result: gawk
| configure:2057: checking whether make sets $(MAKE)
| configure:2079: result: yes
| configure:2291: checking whether /bin/sh -n is known to work
| configure:2310: result: yes
| configure:2322: checking for expr
| configure:2340: found /usr/bin/expr
| configure:2352: result: /usr/bin/expr
| configure:2371: checking for GNU M4 that supports accurate traces
| configure:2413: result: /usr/bin/m4
| configure:2416: checking how m4 supports trace files
| configure:2426: result: --debugfile
| configure:2450: checking for perl
| configure:2468: found /usr/bin/perl
| configure:2481: result: /usr/bin/perl
| configure:2513: checking for emacs
| configure:2529: found /usr/bin/emacs
| configure:2540: result: emacs
| configure:2558: checking whether emacs is sufficiently recent
| configure:2568: $TEST_EMACS -batch -q -f batch-byte-compile conftest.el 1>&2
| 
| In broken-mode:
| conftest.el:2:35:Warning: assignment to free variable `broken-defaults'
| Wrote /home/lomov/tmp/src/autoconf-2.62/conftest.elc
| configure:2571: $? = 0
| configure:2580: result: yes
| configure:2599: checking for emacs
| configure:2626: result: emacs
| configure:2650: checking where .elc files should go
| configure:2663: $EMACS -batch -q -eval '(while load-path (princ (concat (car 
load-path) "\n")) (setq load-path (cdr 
load-path)))' </dev/null >conftest.out
| configure:2666: $? = 0
| configure:2679: result: ${datarootdir}/emacs/site-lisp
| configure:2692: checking for grep that handles long lines and -e
| configure:2752: result: /usr/bin/grep
| configure:2757: checking for egrep
| configure:2821: result: /usr/bin/grep -E
| configure:2826: checking for a sed that does not truncate output
| configure:2892: result: /usr/bin/sed
| configure:3048: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by GNU Autoconf config.status 2.62, which was
| generated by GNU Autoconf 2.62.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on smoon
| 
| config.status:701: creating tests/Makefile
| config.status:701: creating tests/atlocal
| config.status:701: creating man/Makefile
| config.status:701: creating lib/emacs/Makefile
| config.status:701: creating Makefile
| config.status:701: creating doc/Makefile
| config.status:701: creating lib/Makefile
| config.status:701: creating lib/Autom4te/Makefile
| config.status:701: creating lib/autoscan/Makefile
| config.status:701: creating lib/m4sugar/Makefile
| config.status:701: creating lib/autoconf/Makefile
| config.status:701: creating lib/autotest/Makefile
| config.status:701: creating bin/Makefile
| config.status:917: WARNING: not linking GNUmakefile to itself
| config.status:948: executing tests/atconfig commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| 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_path_EGREP='/usr/bin/grep -E'
| ac_cv_path_EXPR=/usr/bin/expr
| ac_cv_path_GREP=/usr/bin/grep
| ac_cv_path_M4=/usr/bin/m4
| ac_cv_path_PERL=/usr/bin/perl
| ac_cv_path_SED=/usr/bin/sed
| ac_cv_path_install='/usr/bin/ginstall -c'
| ac_cv_path_mkdir=/usr/bin/mkdir
| ac_cv_prog_AWK=gawk
| ac_cv_prog_EMACS=emacs
| ac_cv_prog_TEST_EMACS=emacs
| ac_cv_prog_emacs_ok=yes
| ac_cv_prog_gnu_m4_debugfile=--debugfile
| ac_cv_prog_make_make_set=yes
| ac_cv_sh_n_works=yes
| am_cv_lispdir='${datarootdir}/emacs/site-lisp'
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| ACLOCAL='${SHELL} /home/lomov/tmp/src/autoconf-2.62/build-aux/missing --run 
aclocal-1.10'
| AMTAR='${SHELL} /home/lomov/tmp/src/autoconf-2.62/build-aux/missing --run tar'
| AUTOCONF='${SHELL} /home/lomov/tmp/src/autoconf-2.62/build-aux/missing --run 
autoconf'
| AUTOHEADER='${SHELL} /home/lomov/tmp/src/autoconf-2.62/build-aux/missing 
--run autoheader'
| AUTOMAKE='${SHELL} /home/lomov/tmp/src/autoconf-2.62/build-aux/missing --run 
automake-1.10'
| AWK='gawk'
| CYGPATH_W='echo'
| DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" 
-DPACKAGE_VERSION=\"2.62\" -DPACKAGE_STRING=\"GNU\ 
Autoconf\ 2.62\" -DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE=\"autoconf\" 
-DVERSION=\"2.62\"'
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='/usr/bin/grep -E'
| EMACS='emacs'
| EMACSLOADPATH=''
| EXPR='/usr/bin/expr'
| GREP='/usr/bin/grep'
| HELP2MAN='${SHELL} /home/lomov/tmp/src/autoconf-2.62/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/bin/m4'
| M4_DEBUGFILE='--debugfile'
| MAKEINFO='${SHELL} /home/lomov/tmp/src/autoconf-2.62/build-aux/missing --run 
makeinfo'
| MKDIR_P='/usr/bin/mkdir -p'
| PACKAGE='autoconf'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='GNU Autoconf'
| PACKAGE_STRING='GNU Autoconf 2.62'
| PACKAGE_TARNAME='autoconf'
| PACKAGE_VERSION='2.62'
| PATH_SEPARATOR=':'
| PERL='/usr/bin/perl'
| SED='/usr/bin/sed'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP=''
| TEST_EMACS='emacs'
| VERSION='2.62'
| ac_cv_sh_n_works='yes'
| am__isrc=''
| am__leading_dot='.'
| am__tar='${AMTAR} chof - "$$tardir"'
| am__untar='${AMTAR} xf -'
| bindir='${exec_prefix}/bin'
| build_alias=''
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host_alias=''
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='$(SHELL) /home/lomov/tmp/src/autoconf-2.62/build-aux/install-sh'
| libdir='/usr/lib64'
| libexecdir='${exec_prefix}/libexec'
| lispdir='${datarootdir}/emacs/site-lisp'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='/usr/bin/mkdir -p'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/usr'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define PACKAGE_NAME "GNU Autoconf"
| #define PACKAGE_TARNAME "autoconf"
| #define PACKAGE_VERSION "2.62"
| #define PACKAGE_STRING "GNU Autoconf 2.62"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "autoconf"
| #define VERSION "2.62"
| 
| configure: exit 0

============================================================================
I check the 'tests/testssuite.dir/044/script' file and found lined caused the 
error.
============================================================================
echo=`$as_echo_n '
\c'`
============================================================================
The 'script' uses printf for 'as_echo' and 'as_echo_n' from
coreutils 6.9.

P.S. Sorry, if my English is poor.
---
WBW, Vladimir Lomov




reply via email to

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