components/autoconf/test/results-32.master
changeset 4124 84726155ce06
parent 3764 427ae842aafc
child 5638 b88b6c00208e
equal deleted inserted replaced
4121:3e66a10136ab 4124:84726155ce06
     1 make[1]: Entering directory `$(@D)'
     1 make[1]: Entering directory `$(@D)'
       
     2 if test -d $(SOURCE_DIR)/.git; then			\
       
     3   cd $(SOURCE_DIR) &&						\
       
     4   git submodule --quiet foreach test '$(git rev-parse $sha1)'	\
       
     5       = '$(git merge-base origin $sha1)'			\
       
     6     || { echo 'maint.mk: found non-public submodule commit' >&2;	\
       
     7 	 exit 1; };						\
       
     8 else								\
       
     9   : ;								\
       
    10 fi
     2 /usr/gnu/bin/make  check-recursive
    11 /usr/gnu/bin/make  check-recursive
     3 make[2]: Entering directory `$(@D)'
    12 make[2]: Entering directory `$(@D)'
     4 Making check in bin
    13 Making check in bin
     5 make[3]: Entering directory `$(@D)/bin'
    14 make[3]: Entering directory `$(@D)/bin'
     6 make[3]: Nothing to be done for `check'.
    15 make[3]: Nothing to be done for `check'.
    55 make[4]: Entering directory `$(@D)/tests'
    64 make[4]: Entering directory `$(@D)/tests'
    56 :;{ \
    65 :;{ \
    57   echo '# Signature of the current package.' && \
    66   echo '# Signature of the current package.' && \
    58   echo 'm4_define([AT_PACKAGE_NAME],      [GNU Autoconf])' && \
    67   echo 'm4_define([AT_PACKAGE_NAME],      [GNU Autoconf])' && \
    59   echo 'm4_define([AT_PACKAGE_TARNAME],   [autoconf])' && \
    68   echo 'm4_define([AT_PACKAGE_TARNAME],   [autoconf])' && \
    60   echo 'm4_define([AT_PACKAGE_VERSION],   [2.68])' && \
    69   echo 'm4_define([AT_PACKAGE_VERSION],   [2.69])' && \
    61   echo 'm4_define([AT_PACKAGE_STRING],    [GNU Autoconf 2.68])' && \
    70   echo 'm4_define([AT_PACKAGE_STRING],    [GNU Autoconf 2.69])' && \
    62   echo 'm4_define([AT_PACKAGE_BUGREPORT], [[email protected]])' && \
    71   echo 'm4_define([AT_PACKAGE_BUGREPORT], [[email protected]])' && \
    63   echo 'm4_define([AT_PACKAGE_URL],       [http://www.gnu.org/software/autoconf/])'; \
    72   echo 'm4_define([AT_PACKAGE_URL],       [http://www.gnu.org/software/autoconf/])'; \
    64 } > package.m4-t
    73 } > package.m4-t
    65 mv package.m4-t package.m4
    74 mv package.m4-t package.m4
    66 cd ../lib/autotest && /usr/gnu/bin/make  autotest.m4f
    75 cd ../lib/autotest && /usr/gnu/bin/make  autotest.m4f
    67 make[5]: Entering directory `$(@D)/lib/autotest'
    76 make[5]: Entering directory `$(@D)/lib/autotest'
    68 make[5]: `autotest.m4f' is up to date.
    77 make[5]: `autotest.m4f' is up to date.
    69 make[5]: Leaving directory `$(@D)/lib/autotest'
    78 make[5]: Leaving directory `$(@D)/lib/autotest'
    70 autom4te_perllibdir='..'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         ../bin/autom4te -B '..'/lib -B '..'/lib         --language=autotest -I . -I . suite.at -o testsuite.tmp
    79 autom4te_perllibdir='$(SOURCE_DIR)'/lib AUTOM4TE_CFG='../lib/autom4te.cfg'         ../bin/autom4te -B '..'/lib -B '$(SOURCE_DIR)'/lib         --language=autotest -I . -I $(SOURCE_DIR)/tests suite.at -o testsuite.tmp
    71 mv testsuite.tmp testsuite
    80 mv testsuite.tmp testsuite
    72 /bin/bash ./testsuite 
    81 /bin/ksh93 ./testsuite 
    73 ## ----------------------------- ##
    82 ## ----------------------------- ##
    74 ## GNU Autoconf 2.68 test suite. ##
    83 ## GNU Autoconf 2.69 test suite. ##
    75 ## ----------------------------- ##
    84 ## ----------------------------- ##
    76 
    85 
    77 Executables (autoheader, autoupdate...).
    86 Executables (autoheader, autoupdate...).
    78 
    87 
    79   1: Syntax of the shell scripts                     FAILED (tools.at:53)
    88   1: Syntax of the shell scripts                     ok
    80   2: Syntax of the Perl scripts                      ok
    89   2: Syntax of the Perl scripts                      ok
    81   3: autom4te cache                                  ok
    90   3: autom4te cache                                  ok
    82   4: autom4te --force                                ok
    91   4: autom4te --force                                ok
    83   5: autom4te and whitespace in file names           ok
    92   5: autom4te and whitespace in file names           ok
    84   6: autom4te --trace and unusual macro names        ok
    93   6: autom4te --trace and unusual macro names        ok
    85   7: autom4te --trace and whitespace                 ok
    94   7: autom4te --trace and whitespace                 ok
    86   8: autoconf --trace: user macros                   ok
    95   8: autoconf --trace: user macros                   ok
    87   9: autoconf --trace: builtins                      ok
    96   9: autoconf --trace: builtins                      ok
    88  10: autoconf: forbidden tokens, basic               FAILED (tools.at:390)
    97  10: autoconf: forbidden tokens, basic               ok
    89  11: autoconf: forbidden tokens, exceptions          FAILED (tools.at:431)
    98  11: autoconf: forbidden tokens, exceptions          ok
    90  12: autoconf: automatically allowed tokens          FAILED (tools.at:456)
    99  12: autoconf: automatically allowed tokens          ok
    91  13: autoconf: the empty token                       ok
   100  13: autoconf: the empty token                       ok
    92  14: autoconf: subdirectories                        FAILED (tools.at:495)
   101  14: autoconf: subdirectories                        ok
    93  15: autoconf: input from stdin                      ok
   102  15: autoconf: input from stdin                      ok
    94  16: autoconf: AC_AUTOCONF_VERSION                   FAILED (tools.at:530)
   103  16: autoconf: AC_AUTOCONF_VERSION                   ok
    95  17: autoconf: AC_PRESERVE_HELP_ORDER                FAILED (tools.at:553)
   104  17: autoconf: AC_PRESERVE_HELP_ORDER                ok
    96  18: ifnames                                         ok
   105  18: ifnames                                         ok
    97  19: autoheader                                      ok
   106  19: autoheader                                      ok
    98  20: autoheader and macros                           FAILED (tools.at:770)
   107  20: autoheader and macros                           ok
    99  21: autoupdate                                      ok
   108  21: autoupdate                                      ok
   100  22: autoupdating AC_LINK_FILES                      FAILED (tools.at:846)
   109  22: autoupdating AC_LINK_FILES                      ok
   101  23: autoupdating AC_PREREQ                          ok
   110  23: autoupdating AC_PREREQ                          ok
   102  24: autoupdating AU_ALIAS                           FAILED (tools.at:893)
   111  24: autoupdating AU_ALIAS                           ok
   103  25: autoupdating OLD to NEW                         FAILED (tools.at:920)
   112  25: autoupdating OLD to NEW                         ok
   104  26: autoupdating macros recursively                 expected failure (tools.at:945)
   113  26: autoupdating macros recursively                 expected failure (tools.at:945)
   105  27: autoupdating AC_HELP_STRING                     FAILED (tools.at:964)
   114  27: autoupdating AC_HELP_STRING                     ok
   106  28: autoupdating with m4sugar                       FAILED (tools.at:1001)
   115  28: autoupdating with m4sugar                       ok
   107  29: autoupdating with m4_pushdef                    expected failure (tools.at:1027)
   116  29: autoupdating with m4_pushdef                    expected failure (tools.at:1027)
   108  30: autoupdating with AC_REQUIRE                    expected failure (tools.at:1053)
   117  30: autoupdating with AC_REQUIRE                    expected failure (tools.at:1053)
   109  31: autoupdating with complex quoting               expected failure (tools.at:1079)
   118  31: autoupdating with complex quoting               expected failure (tools.at:1080)
   110  32: autoupdating AC_LANG_SAVE                       FAILED (tools.at:1100)
   119  32: autoupdating AC_LANG_SAVE                       ok
   111  33: autoupdating AC_FOREACH                         FAILED (tools.at:1123)
   120  33: autoupdating AC_FOREACH                         ok
   112  34: autoupdating with aclocal and m4_include        ok
   121  34: autoupdating with aclocal and m4_include        ok
   113  35: autom4te preselections                          ok
   122  35: autom4te preselections                          ok
   114  36: autom4te cache creation                         FAILED (tools.at:1243)
   123  36: autom4te cache creation                         ok
   115  37: autom4te cache locking                          ok
   124  37: autom4te cache locking                          ok
   116  38: autotools and whitespace in file names          FAILED (tools.at:1315)
   125  38: autotools and whitespace in file names          ok
   117 
   126 
   118 M4sugar.
   127 M4sugar.
   119 
   128 
   120  39: m4_stack                                        ok
   129  39: m4_stack                                        ok
   121  40: m4_defn                                         ok
   130  40: m4_defn                                         ok
   152  71: m4_set                                          ok
   161  71: m4_set                                          ok
   153  72: __file__ and __line__                           ok
   162  72: __file__ and __line__                           ok
   154 
   163 
   155 M4sh.
   164 M4sh.
   156 
   165 
   157  73: AS_WARN and AS_ERROR                            ok
   166  73: No extra re-exec with CONFIG_SHELL              ok
   158  74: LINENO                                          ok
   167  74: Forced re-exec with CONFIG_SHELL                ok
   159  75: LINENO stack                                    ok
   168  75: Configure re-execs self with CONFIG_SHELL       ok
   160  76: AS_BOX                                          ok
   169  76: AS_WARN and AS_ERROR                            ok
   161  77: AS_BASENAME                                     ok
   170  77: LINENO                                          ok
   162  78: AS_DIRNAME                                      ok
   171  78: LINENO stack                                    ok
   163  79: AS_SET_CATFILE                                  ok
   172  79: AS_BOX                                          ok
   164  80: AS_ECHO and AS_ECHO_N                           ok
   173  80: AS_BASENAME                                     ok
   165  81: AS_EXIT                                         ok
   174  81: AS_DIRNAME                                      ok
   166  82: AS_MKDIR_P                                      ok
   175  82: AS_SET_CATFILE                                  ok
   167  83: AS_VERSION_COMPARE                              ok
   176  83: AS_ECHO and AS_ECHO_N                           ok
   168  84: as_me                                           ok
   177  84: AS_EXECUTABLE_P                                 ok
   169  85: Negated classes in globbing                     ok
   178  85: AS_EXIT                                         ok
   170  86: Null variable substitution                      ok
   179  86: AS_MKDIR_P                                      ok
   171  87: Functions Support                               ok
   180  87: AS_VERSION_COMPARE                              ok
   172  88: Functions and return Support                    ok
   181  88: as_me                                           ok
   173  89: Nested AS_REQUIRE_SHELL_FN                      ok
   182  89: Negated classes in globbing                     ok
   174  90: Nested AS_REQUIRE                               ok
   183  90: Null variable substitution                      ok
   175  91: AS_REQUIRE_SHELL_FN and m4_require              ok
   184  91: Functions Support                               ok
   176  92: AS_HELP_STRING                                  ok
   185  92: Functions and return Support                    ok
   177  93: AS_IF and AS_CASE                               ok
   186  93: Nested AS_REQUIRE_SHELL_FN                      ok
   178  94: AS_FOR                                          ok
   187  94: Nested AS_REQUIRE                               ok
   179  95: AS_LITERAL_IF                                   ok
   188  95: AS_REQUIRE_SHELL_FN and m4_require              ok
   180  96: AS_TR_SH and AS_TR_CPP                          ok
   189  96: AS_HELP_STRING                                  ok
   181  97: AS_VAR basics                                   ok
   190  97: AS_IF and AS_CASE                               ok
   182  98: AS_VAR_APPEND                                   ok
   191  98: AS_FOR                                          ok
   183  99: AS_VAR_ARITH                                    ok
   192  99: AS_LITERAL_IF                                   ok
   184 100: AS_INIT cleanup                                 ok
   193 100: AS_TR_SH and AS_TR_CPP                          ok
   185 101: AS_INIT_GENERATED                               ok
   194 101: AS_VAR basics                                   ok
   186 102: AS_MESSAGE_FD                                   ok
   195 102: AS_VAR_APPEND                                   ok
   187 103: _AS_CLEAN_DIR                                   ok
   196 103: AS_VAR_ARITH                                    ok
   188 104: ECHO_C                                          ok
   197 104: AS_INIT cleanup                                 ok
       
   198 105: AS_INIT_GENERATED                               ok
       
   199 106: AS_MESSAGE_FD                                   ok
       
   200 107: _AS_CLEAN_DIR                                   ok
       
   201 108: ECHO_C                                          ok
   189 
   202 
   190 Autotest.
   203 Autotest.
   191 
   204 
   192 105: AT_COPYRIGHT                                    ok
   205 109: AT_COPYRIGHT                                    ok
   193 106: AT_DATA                                         ok
   206 110: AT_DATA                                         ok
   194 107: Empty test suite                                ok
   207 111: Empty test suite                                ok
   195 108: Banner-only test suite                          ok
   208 112: Banner-only test suite                          ok
   196 109: Empty test                                      ok
   209 113: Empty test                                      ok
   197 110: Empty check                                     ok
   210 114: Empty check                                     ok
   198 111: AT_SETUP without AT_INIT                        ok
   211 115: AT_SETUP without AT_INIT                        ok
   199 112: AT_BANNER without AT_INIT                       ok
   212 116: AT_BANNER without AT_INIT                       ok
   200 113: AT_CLEANUP without AT_INIT                      ok
   213 117: AT_CLEANUP without AT_INIT                      ok
   201 114: Missing AT_CLEANUP                              ok
   214 118: Missing AT_CLEANUP                              ok
   202 115: AT_FAIL_IF without AT_SETUP                     ok
   215 119: AT_FAIL_IF without AT_SETUP                     ok
   203 116: AT_SKIP_IF without AT_SETUP                     ok
   216 120: AT_SKIP_IF without AT_SETUP                     ok
   204 117: AT_CHECK without AT_SETUP                       ok
   217 121: AT_CHECK without AT_SETUP                       ok
   205 118: AT_DATA without AT_SETUP                        ok
   218 122: AT_DATA without AT_SETUP                        ok
   206 119: AT_XFAIL_IF without AT_SETUP                    ok
   219 123: AT_XFAIL_IF without AT_SETUP                    ok
   207 120: AT_KEYWORDS without AT_SETUP                    ok
   220 124: AT_KEYWORDS without AT_SETUP                    ok
   208 121: AT_CLEANUP without AT_SETUP                     ok
   221 125: AT_CLEANUP without AT_SETUP                     ok
   209 122: AT_BANNER inside AT_SETUP                       ok
   222 126: AT_BANNER inside AT_SETUP                       ok
   210 123: AT_SETUP inside AT_SETUP                        ok
   223 127: AT_SETUP inside AT_SETUP                        ok
   211 124: Multiple AT_INIT                                ok
   224 128: Multiple AT_INIT                                ok
   212 125: Tested programs                                 ok
   225 129: Tested programs                                 ok
   213 126: Startup error messages                          ok
   226 130: Startup error messages                          ok
   214 127: Truth                                           ok
   227 131: Truth                                           ok
   215 128: Fallacy                                         ok
   228 132: Fallacy                                         ok
   216 129: Skip                                            ok
   229 133: Skip                                            ok
   217 130: Hard fail                                       ok
   230 134: Hard fail                                       ok
   218 131: AT_FAIL_IF                                      ok
   231 135: AT_FAIL_IF                                      ok
   219 132: AT_SKIP_IF                                      ok
   232 136: AT_SKIP_IF                                      ok
   220 133: Syntax error                                    skipped (autotest.at:367)
   233 137: Syntax error                                    ok
   221 134: errexit                                         ok
   234 138: errexit                                         ok
   222 135: at_status                                       ok
   235 139: at_status                                       ok
   223 136: AT_CHECK execution environment                  ok
   236 140: AT_CHECK execution environment                  ok
   224 137: unquoted output                                 ok
   237 141: unquoted output                                 ok
   225 138: Trace output                                    ok
   238 142: Trace output                                    ok
   226 139: Logging                                         ok
   239 143: Logging                                         ok
   227 140: Binary output                                   ok
   240 144: Binary output                                   ok
   228 141: Cleanup                                         ok
   241 145: Cleanup                                         ok
   229 142: Literal multiline command                       ok
   242 146: Literal multiline command                       ok
   230 143: Multiline parameter expansion                   ok
   243 147: Multiline parameter expansion                   ok
   231 144: Backquote command substitution                  ok
   244 148: Backquote command substitution                  ok
   232 145: Multiline backquote command substitution        ok
   245 149: Multiline backquote command substitution        ok
   233 146: Parenthetical command substitution              ok
   246 150: Parenthetical command substitution              ok
   234 147: Multiline parenthetical command substitution    ok
   247 151: Multiline parenthetical command substitution    ok
   235 148: Shell comment in command                        ok
   248 152: Shell comment in command                        ok
   236 149: Invalid brace-enclosed parameter expansion      ok
   249 153: Invalid brace-enclosed parameter expansion      ok
   237 150: Multiline command from M4 expansion             ok
   250 154: Multiline command from M4 expansion             ok
   238 151: Double-M4-quoted command                        ok
   251 155: Double-M4-quoted command                        ok
   239 152: Metacharacters in command from M4 expansion     ok
   252 156: Metacharacters in command from M4 expansion     ok
   240 153: BS-newline in command                           ok
   253 157: BS-newline in command                           ok
   241 154: ^BS-newline in command                          ok
   254 158: ^BS-newline in command                          ok
   242 155: BSx641-newline in command                       ok
   255 159: BSx641-newline in command                       ok
   243 156: BS-BS-newline in command                        ok
   256 160: BS-BS-newline in command                        ok
   244 157: BSx640-newline in command                       ok
   257 161: BSx640-newline in command                       ok
   245 158: Newline-CODE-BS-newline in command              ok
   258 162: Newline-CODE-BS-newline in command              ok
   246 159: Single-quote-BS-newline in command              ok
   259 163: Single-quote-BS-newline in command              ok
   247 160: Single-quote-newline-BS-newline in command      ok
   260 164: Single-quote-newline-BS-newline in command      ok
   248 161: Input from stdin                                ok
   261 165: Input from stdin                                ok
   249 162: Backquote in a test title                       ok
   262 166: Backquote in a test title                       ok
   250 163: Single-quote in a test title                    ok
   263 167: Single-quote in a test title                    ok
   251 164: Double-quote in a test title                    ok
   264 168: Double-quote in a test title                    ok
   252 165: Backslash in a test title                       ok
   265 169: Backslash in a test title                       ok
   253 166: Brackets in a test title                        ok
   266 170: Brackets in a test title                        ok
   254 167: Left bracket in a test title                    ok
   267 171: Left bracket in a test title                    ok
   255 168: Right bracket in a test title                   ok
   268 172: Right bracket in a test title                   ok
   256 169: Quoted pound in a test title                    ok
   269 173: Quoted pound in a test title                    ok
   257 170: Pound in a test title                           ok
   270 174: Pound in a test title                           ok
   258 171: Quoted comma in a test title                    ok
   271 175: Quoted comma in a test title                    ok
   259 172: Comma in a test title                           ok
   272 176: Comma in a test title                           ok
   260 173: Parentheses in a test title                     ok
   273 177: Parentheses in a test title                     ok
   261 174: Left paren in a test title                      ok
   274 178: Left paren in a test title                      ok
   262 175: Right paren in a test title                     ok
   275 179: Right paren in a test title                     ok
   263 176: Quoted Macro in a test title                    ok
   276 180: Quoted Macro in a test title                    ok
   264 177: Macro in a test title                           ok
   277 181: Macro in a test title                           ok
   265 178: Macro with backquote in a test title            ok
   278 182: Macro with backquote in a test title            ok
   266 179: Macro with single-quote in a test title         ok
   279 183: Macro with single-quote in a test title         ok
   267 180: Macro with double-quote in a test title         ok
   280 184: Macro with double-quote in a test title         ok
   268 181: Macro with backslash in a test title            ok
   281 185: Macro with backslash in a test title            ok
   269 182: Macro echoing macro in a test title             ok
   282 186: Macro echoing macro in a test title             ok
   270 183: Macro echoing single-quote in a test title      ok
   283 187: Macro echoing single-quote in a test title      ok
   271 184: Long test title in a test title                 ok
   284 188: Long test title in a test title                 ok
   272 185: Longer test title in a test title               ok
   285 189: Longer test title in a test title               ok
   273 186: Long test source lines                          ok
   286 190: Long test source lines                          ok
   274 187: Huge testsuite                                  ok
   287 191: Huge testsuite                                  ok
   275 188: Debugging a successful test                     ok
   288 192: Debugging a successful test                     ok
   276 189: Debugging script and environment                ok
   289 193: Debugging script and environment                ok
   277 190: Debugging a failed test                         ok
   290 194: Debugging a failed test                         ok
   278 191: Using atlocal                                   ok
   291 195: Using atlocal                                   ok
   279 192: Choosing where testsuite is run                 ok
   292 196: Choosing where testsuite is run                 ok
   280 193: recheck                                         ok
   293 197: recheck                                         ok
   281 194: Banners                                         ok
   294 198: Banners                                         ok
   282 195: Keywords and ranges                             ok
   295 199: Keywords and ranges                             ok
   283 196: Keyword wrapping                                ok
   296 200: Keyword wrapping                                ok
   284 197: AT_ARG_OPTION                                   ok
   297 201: AT_ARG_OPTION                                   ok
   285 198: AT_ARG_OPTION_ARG                               ok
   298 202: AT_ARG_OPTION_ARG                               ok
   286 199: parallel test execution                         ok
   299 203: parallel test execution                         skipped (autotest.at:1429)
   287 200: parallel truth                                  ok
   300 204: parallel truth                                  skipped (autotest.at:1461)
   288 201: parallel fallacy                                ok
   301 205: parallel fallacy                                skipped (autotest.at:1466)
   289 202: parallel skip                                   ok
   302 206: parallel skip                                   skipped (autotest.at:1471)
   290 203: parallel syntax error                           skipped (autotest.at:1477)
   303 207: parallel syntax error                           skipped (autotest.at:1476)
   291 204: parallel errexit                                ok
   304 208: parallel errexit                                skipped (autotest.at:1495)
   292 205: parallel autotest and signal handling           FAILED (autotest.at:1625)
   305 209: parallel autotest and signal handling           skipped (autotest.at:1513)
   293 206: parallel args but non-working mkfifo            ok
   306 210: parallel args but non-working mkfifo            skipped (autotest.at:1630)
   294 207: colored test results                            ok
   307 211: colored test results                            ok
   295 208: srcdir propagation                              FAILED (autotest.at:1756)
   308 212: srcdir propagation                              ok
   296 209: whitespace in absolute testdir                  ok
   309 213: whitespace in absolute testdir                  ok
   297 210: unusual file names                              ok
   310 214: unusual file names                              ok
   298 211: Erlang Eunit unit tests                         FAILED (autotest.at:1934)
   311 215: Erlang Eunit unit tests                         ok
   299 
   312 
   300 Autoconf base layer.
   313 Autoconf base layer.
   301 
   314 
   302 212: AC_REQUIRE: topological sort                    FAILED (base.at:60)
   315 216: AC_REQUIRE: topological sort                    ok
   303 213: AC_REQUIRE: error message                       ok
   316 217: AC_REQUIRE: error message                       ok
   304 214: AC_REQUIRE & AC_DEFUN_ONCE: Require, expand     FAILED (base.at:120)
   317 218: AC_REQUIRE & AC_DEFUN_ONCE: Require, expand     ok
   305 215: AC_REQUIRE & AC_DEFUN_ONCE: Expand, require     FAILED (base.at:163)
   318 219: AC_REQUIRE & AC_DEFUN_ONCE: Expand, require     ok
   306 216: AC_REQUIRE & AC_PROVIDE                         FAILED (base.at:195)
   319 220: AC_REQUIRE & AC_PROVIDE                         ok
   307 217: AC_INIT                                         FAILED (base.at:213)
   320 221: AC_INIT                                         ok
   308 218: AC_INIT with unusual version strings            FAILED (base.at:240)
   321 222: AC_INIT with unusual version strings            ok
   309 219: AC_COPYRIGHT                                    FAILED (base.at:302)
   322 223: AC_COPYRIGHT                                    ok
   310 220: AC_CACHE_CHECK                                  FAILED (base.at:353)
   323 224: AC_CACHE_CHECK                                  ok
   311 221: AC_CACHE_LOAD                                   FAILED (base.at:521)
   324 225: AC_CACHE_LOAD                                   ok
   312 222: AC_COMPUTE_INT                                  FAILED (base.at:550)
   325 226: AC_COMPUTE_INT                                  ok
   313 223: AC_TRY_COMMAND                                  FAILED (base.at:580)
   326 227: AC_TRY_COMMAND                                  ok
   314 224: Input/Output                                    FAILED (base.at:596)
   327 228: Input/Output                                    ok
   315 225: configure arguments                             FAILED (base.at:615)
   328 229: configure arguments                             ok
   316 226: AC_ARG_ENABLE and AC_ARG_WITH                   FAILED (base.at:653)
   329 230: AC_ARG_ENABLE and AC_ARG_WITH                   ok
   317 227: configure directories                           FAILED (base.at:696)
   330 231: configure directories                           ok
   318 
   331 
   319 Testing config.status.
   332 Testing config.status.
   320 
   333 
   321 228: AC_CONFIG_COMMANDS with empty commands          FAILED (torture.at:27)
   334 232: AC_CONFIG_COMMANDS with empty commands          ok
   322 229: AC_CONFIG_COMMANDS with temporary directory     FAILED (torture.at:36)
   335 233: AC_CONFIG_COMMANDS with temporary directory     ok
   323 230: Multiple AC_CONFIG_FILES                        ok
   336 234: Multiple AC_CONFIG_FILES                        ok
   324 231: Parameterized AC_CONFIG_FILES                   FAILED (torture.at:82)
   337 235: Parameterized AC_CONFIG_FILES                   ok
   325 232: AC_ARG_VAR                                      FAILED (torture.at:153)
   338 236: AC_ARG_VAR                                      ok
   326 233: AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS    FAILED (torture.at:222)
   339 237: AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS    ok
   327 234: Macro calls in AC_CONFIG_COMMANDS tags          FAILED (torture.at:386)
   340 238: Macro calls in AC_CONFIG_COMMANDS tags          ok
   328 235: Missing templates                               FAILED (torture.at:406)
   341 239: Missing templates                               ok
   329 236: configure invocation                            FAILED (torture.at:459)
   342 240: configure invocation                            ok
   330 237: #define header templates                        FAILED (torture.at:579)
   343 241: #define header templates                        ok
   331 238: Torturing config.status                         FAILED (torture.at:719)
   344 242: Torturing config.status                         ok
   332 239: Substitute a 2000-byte string                   FAILED (torture.at:836)
   345 243: Substitute a 2000-byte string                   ok
   333 240: Define to a 2000-byte string                    FAILED (torture.at:867)
   346 244: Define to a 2000-byte string                    ok
   334 241: Substitute and define special characters        FAILED (torture.at:949)
   347 245: Substitute and define special characters        ok
   335 242: Substitute a newline                            FAILED (torture.at:1016)
   348 246: Substitute a newline                            ok
   336 243: Define a newline                                FAILED (torture.at:1035)
   349 247: Define a newline                                ok
   337 244: AC_SUBST: variable name validation              FAILED (torture.at:1093)
   350 248: AC_SUBST: variable name validation              ok
   338 245: datarootdir workaround                          FAILED (torture.at:1134)
   351 249: datarootdir workaround                          ok
   339 246: srcdir                                          FAILED (torture.at:1180)
   352 250: srcdir                                          ok
   340 247: VPATH                                           FAILED (torture.at:1245)
   353 251: VPATH                                           skipped (torture.at:1273)
   341 248: Signal handling                                 FAILED (torture.at:1293)
   354 252: Signal handling                                 ok
   342 249: AC_CONFIG_LINKS                                 FAILED (torture.at:1326)
   355 253: AC_CONFIG_LINKS                                 ok
   343 250: AC_CONFIG_LINKS and identical files             FAILED (torture.at:1369)
   356 254: AC_CONFIG_LINKS and identical files             ok
   344 
   357 
   345 autoreconf.
   358 autoreconf.
   346 
   359 
   347 251: Configuring subdirectories                      ok
   360 255: Configuring subdirectories                      ok
   348 252: Deep Package                                    ok
   361 256: Deep Package                                    ok
   349 253: Non-Autoconf AC_CONFIG_SUBDIRS                  ok
   362 257: Non-Autoconf AC_CONFIG_SUBDIRS                  ok
   350 254: Non-literal AC_CONFIG_SUBDIRS                   ok
   363 258: Non-literal AC_CONFIG_SUBDIRS                   ok
   351 255: Empty directory                                 ok
   364 259: Empty directory                                 ok
   352 256: Unusual Automake input files                    ok
   365 260: Unusual Automake input files                    ok
   353 
   366 
   354 Low level compiling/preprocessing macros.
   367 Low level compiling/preprocessing macros.
   355 
   368 
   356 257: AC_LANG, AC_LANG_PUSH & AC_LANG_POP             FAILED (compile.at:60)
   369 261: AC_LANG, AC_LANG_PUSH & AC_LANG_POP             ok
   357 258: AC_REQUIRE & AC_LANG                            FAILED (compile.at:109)
   370 262: AC_REQUIRE & AC_LANG                            ok
   358 259: AC_LANG_SOURCE                                  FAILED (compile.at:134)
   371 263: AC_LANG_SOURCE                                  ok
   359 260: AC_LANG_SOURCE(C++)                             FAILED (compile.at:160)
   372 264: AC_LANG_SOURCE(C++)                             ok
   360 261: AC_LANG_SOURCE example                          FAILED (compile.at:190)
   373 265: AC_LANG_SOURCE example                          ok
   361 262: AC_LANG_PROGRAM example                         FAILED (compile.at:235)
   374 266: AC_LANG_PROGRAM example                         ok
   362 263: AC_COMPILE_IFELSE                               FAILED (compile.at:276)
   375 267: AC_COMPILE_IFELSE                               ok
   363 264: AC_RUN_IFELSE                                   FAILED (compile.at:335)
   376 268: AC_RUN_IFELSE                                   ok
   364 265: Order of user actions and cleanup               FAILED (compile.at:380)
   377 269: Order of user actions and cleanup               ok
   365 266: AC_TRY_LINK_FUNC                                FAILED (compile.at:390)
   378 270: AC_TRY_LINK_FUNC                                ok
   366 267: Multiple languages                              FAILED (compile.at:415)
   379 271: Multiple languages                              ok
   367 
   380 
   368 Testing autoconf/lang macros.
   381 Testing autoconf/lang macros.
   369 
   382 
   370 268: AC_NO_EXECUTABLES                               FAILED (aclang.at:13)
   383 272: AC_NO_EXECUTABLES                               ok
   371 269: AC_REQUIRE_CPP                                  FAILED (aclang.at:14)
   384 273: AC_REQUIRE_CPP                                  ok
   372 
   385 
   373 C low level compiling/preprocessing macros.
   386 C low level compiling/preprocessing macros.
   374 
   387 
   375 270: Extensions                                      FAILED (c.at:34)
   388 274: Extensions                                      ok
   376 271: Broken/missing compilers                        FAILED (c.at:65)
   389 275: Broken/missing compilers                        ok
   377 272: C keywords                                      FAILED (c.at:76)
   390 276: C keywords                                      ok
   378 273: AC_PROG_CPP requires AC_PROG_CC                 FAILED (c.at:94)
   391 277: AC_PROG_CPP requires AC_PROG_CC                 ok
   379 274: AC_PROG_CPP with warnings                       FAILED (c.at:119)
   392 278: AC_PROG_CPP with warnings                       ok
   380 275: AC_PROG_CPP without warnings                    skipped (c.at:144)
   393 279: AC_PROG_CPP without warnings                    skipped (c.at:143)
   381 276: AC_PROG_CPP via CC                              skipped (c.at:184)
   394 280: AC_PROG_CPP via CC                              skipped (c.at:183)
   382 277: AC_NO_EXECUTABLES (working linker)              FAILED (c.at:222)
   395 281: AC_NO_EXECUTABLES (working linker)              ok
   383 278: AC_NO_EXECUTABLES (broken linker)               FAILED (c.at:232)
   396 282: AC_NO_EXECUTABLES (broken linker)               ok
   384 279: AC_USE_SYSTEM_EXTENSIONS                        FAILED (c.at:249)
   397 283: AC_USE_SYSTEM_EXTENSIONS                        ok
   385 280: AC_C_RESTRICT and C++                           ok
   398 284: AC_C_RESTRICT and C++                           ok
   386 281: AC_OPENMP and C                                 ok
   399 285: AC_OPENMP and C                                 ok
   387 282: AC_OPENMP and C++                               ok
   400 286: AC_OPENMP and C++                               ok
   388 
   401 
   389 Testing autoconf/c macros.
   402 Testing autoconf/c macros.
   390 
   403 
   391 283: AC_C_BACKSLASH_A                                FAILED (acc.at:13)
   404 287: AC_C_BACKSLASH_A                                ok
   392 284: AC_C_BIGENDIAN                                  FAILED (acc.at:14)
   405 288: AC_C_BIGENDIAN                                  ok
   393 285: AC_C_CHAR_UNSIGNED                              FAILED (acc.at:15)
   406 289: AC_C_CHAR_UNSIGNED                              ok
   394 286: AC_C_FLEXIBLE_ARRAY_MEMBER                      FAILED (acc.at:16)
   407 290: AC_C_FLEXIBLE_ARRAY_MEMBER                      ok
   395 287: AC_C_INLINE                                     FAILED (acc.at:17)
   408 291: AC_C_INLINE                                     ok
   396 288: AC_C_PROTOTYPES                                 FAILED (acc.at:18)
   409 292: AC_C_PROTOTYPES                                 ok
   397 289: AC_C_RESTRICT                                   FAILED (acc.at:19)
   410 293: AC_C_RESTRICT                                   ok
   398 290: AC_C_STRINGIZE                                  FAILED (acc.at:20)
   411 294: AC_C_STRINGIZE                                  ok
   399 291: AC_C_TYPEOF                                     FAILED (acc.at:21)
   412 295: AC_C_TYPEOF                                     ok
   400 292: AC_C_VARARRAYS                                  FAILED (acc.at:22)
   413 296: AC_C_VARARRAYS                                  ok
   401 293: AC_OPENMP                                       FAILED (acc.at:23)
   414 297: AC_OPENMP                                       ok
   402 294: AC_PROG_CC_C89                                  FAILED (acc.at:24)
   415 298: AC_PROG_CC_C89                                  ok
   403 295: AC_PROG_CC_C99                                  FAILED (acc.at:25)
   416 299: AC_PROG_CC_C99                                  ok
   404 296: AC_PROG_CC_C_O                                  FAILED (acc.at:26)
   417 300: AC_PROG_CC_C_O                                  ok
   405 297: AC_PROG_CC_STDC                                 FAILED (acc.at:27)
   418 301: AC_PROG_CC_STDC                                 ok
   406 298: AC_PROG_CPP_WERROR                              FAILED (acc.at:28)
   419 302: AC_PROG_CPP_WERROR                              ok
   407 299: AC_PROG_GCC_TRADITIONAL                         FAILED (acc.at:29)
   420 303: AC_PROG_GCC_TRADITIONAL                         ok
   408 300: AC_LANG_C                                       FAILED (acc.at:32)
   421 304: AC_LANG_C                                       ok
   409 301: AC_LANG_CPLUSPLUS                               FAILED (acc.at:33)
   422 305: AC_LANG_CPLUSPLUS                               ok
   410 302: AC_LANG_OBJC                                    FAILED (acc.at:34)
   423 306: AC_LANG_OBJC                                    ok
   411 
   424 
   412 Fortran low level compiling/preprocessing macros.
   425 Fortran low level compiling/preprocessing macros.
   413 
   426 
   414 303: GNU Fortran 77                                  FAILED (fortran.at:31)
   427 307: GNU Fortran 77                                  ok
   415 304: GNU Fortran                                     FAILED (fortran.at:59)
   428 308: GNU Fortran                                     ok
   416 305: AC_OPENMP and Fortran 77                        skipped (fortran.at:112)
   429 309: AC_OPENMP and Fortran 77                        skipped (fortran.at:114)
   417 306: AC_OPENMP and Fortran                           ok
   430 310: AC_OPENMP and Fortran                           ok
   418 307: AC_F77_DUMMY_MAIN usage                         FAILED (fortran.at:240)
   431 311: AC_F77_DUMMY_MAIN usage                         ok
   419 308: AC_FC_DUMMY_MAIN usage                          FAILED (fortran.at:321)
   432 312: AC_FC_DUMMY_MAIN usage                          ok
   420 309: AC_F77_MAIN usage                               FAILED (fortran.at:400)
   433 313: AC_F77_MAIN usage                               ok
   421 310: AC_FC_MAIN usage                                FAILED (fortran.at:482)
   434 314: AC_FC_MAIN usage                                ok
   422 311: AC_F77_FUNC usage                               FAILED (fortran.at:560)
   435 315: AC_F77_FUNC usage                               ok
   423 312: AC_FC_FUNC usage                                FAILED (fortran.at:634)
   436 316: AC_FC_FUNC usage                                ok
   424 313: AC_FC_SRCEXT usage                              FAILED (fortran.at:719)
   437 317: AC_FC_SRCEXT usage                              ok
   425 314: AC_FC_FREEFORM                                  FAILED (fortran.at:755)
   438 318: AC_FC_PP_SRCEXT usage                           ok
   426 315: AC_FC_FREEFORM with AC_FC_SRCEXT                FAILED (fortran.at:793)
   439 319: AC_FC_FREEFORM                                  ok
   427 316: AC_FC_FIXEDFORM                                 FAILED (fortran.at:831)
   440 320: AC_FC_FREEFORM with AC_FC_SRCEXT                ok
   428 317: AC_FC_FIXEDFORM with AC_FC_SRCEXT               FAILED (fortran.at:870)
   441 321: AC_FC_FIXEDFORM                                 ok
   429 318: AC_FC_LINE_LENGTH                               FAILED (fortran.at:934)
   442 322: AC_FC_FIXEDFORM with AC_FC_SRCEXT               ok
       
   443 323: AC_FC_LINE_LENGTH                               ok
       
   444 324: AC_FC_CHECK_BOUNDS                              ok
       
   445 325: AC_FC_MODULE_FLAG                               ok
   430 
   446 
   431 Testing autoconf/fortran macros.
   447 Testing autoconf/fortran macros.
   432 
   448 
   433 319: AC_F77_MAIN                                     FAILED (acfortran.at:13)
   449 326: AC_F77_IMPLICIT_NONE                            skipped (acfortran.at:13)
   434 320: AC_F77_WRAPPERS                                 FAILED (acfortran.at:14)
   450 327: AC_F77_MAIN                                     ok
   435 321: AC_FC_FIXEDFORM                                 FAILED (acfortran.at:15)
   451 328: AC_F77_WRAPPERS                                 ok
   436 322: AC_FC_FREEFORM                                  FAILED (acfortran.at:16)
   452 329: AC_FC_CHECK_BOUNDS                              ok
   437 323: AC_FC_LINE_LENGTH                               FAILED (acfortran.at:17)
   453 330: AC_FC_FIXEDFORM                                 ok
   438 324: AC_FC_MAIN                                      FAILED (acfortran.at:18)
   454 331: AC_FC_FREEFORM                                  ok
   439 325: AC_FC_WRAPPERS                                  FAILED (acfortran.at:19)
   455 332: AC_FC_IMPLICIT_NONE                             ok
   440 326: AC_PROG_F77_C_O                                 FAILED (acfortran.at:20)
   456 333: AC_FC_LINE_LENGTH                               ok
   441 327: AC_PROG_FC_C_O                                  FAILED (acfortran.at:21)
   457 334: AC_FC_MAIN                                      ok
   442 328: AC_F77_NAME_MANGLING                            FAILED (acfortran.at:24)
   458 335: AC_FC_MODULE_EXTENSION                          ok
   443 329: AC_LANG_FORTRAN77                               FAILED (acfortran.at:25)
   459 336: AC_FC_MODULE_FLAG                               ok
       
   460 337: AC_FC_MODULE_OUTPUT_FLAG                        ok
       
   461 338: AC_FC_PP_DEFINE                                 ok
       
   462 339: AC_FC_WRAPPERS                                  ok
       
   463 340: AC_PROG_F77_C_O                                 ok
       
   464 341: AC_PROG_FC_C_O                                  ok
       
   465 342: AC_F77_NAME_MANGLING                            ok
       
   466 343: AC_LANG_FORTRAN77                               ok
   444 
   467 
   445 Erlang low level compiling and utility macros.
   468 Erlang low level compiling and utility macros.
   446 
   469 
   447 330: Erlang                                          FAILED (erlang.at:32)
   470 344: Erlang                                          ok
   448 331: AC_ERLANG_CHECK_LIB                             FAILED (erlang.at:54)
   471 345: AC_ERLANG_CHECK_LIB                             ok
   449 332: AC_ERLANG_SUBST_ROOT_DIR                        FAILED (erlang.at:74)
   472 346: AC_ERLANG_SUBST_ROOT_DIR                        ok
   450 333: AC_ERLANG_SUBST_LIB_DIR                         FAILED (erlang.at:91)
   473 347: AC_ERLANG_SUBST_LIB_DIR                         ok
   451 334: AC_ERLANG_SUBST_INSTALL_LIB_DIR                 FAILED (erlang.at:108)
   474 348: AC_ERLANG_SUBST_INSTALL_LIB_DIR                 ok
   452 335: AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR              FAILED (erlang.at:116)
   475 349: AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR              ok
   453 336: AC_ERLANG_SUBST_ERTS_VER                        FAILED (erlang.at:130)
   476 350: AC_ERLANG_SUBST_ERTS_VER                        ok
       
   477 
       
   478 Go low level compiling and utility macros.
       
   479 
       
   480 351: Go                                              skipped (go.at:30)
       
   481 
       
   482 Testing autoconf/go macros.
       
   483 
       
   484 352: AC_LANG_GO                                      ok
   454 
   485 
   455 Semantics.
   486 Semantics.
   456 
   487 
   457 337: AC_CHECK_LIB                                    FAILED (semantics.at:33)
   488 353: AC_CHECK_LIB                                    ok
   458 338: AC_SEARCH_LIBS                                  FAILED (semantics.at:77)
   489 354: AC_SEARCH_LIBS                                  ok
   459 339: AC_SEARCH_LIBS (none needed)                    FAILED (semantics.at:90)
   490 355: AC_SEARCH_LIBS (none needed)                    ok
   460 340: AC_CHECK_DECLS                                  FAILED (semantics.at:105)
   491 356: AC_CHECK_DECLS                                  ok
   461 341: AC_CHECK_FUNCS                                  FAILED (semantics.at:159)
   492 357: AC_CHECK_FUNCS                                  ok
   462 342: AC_REPLACE_FUNCS                                FAILED (semantics.at:189)
   493 358: AC_REPLACE_FUNCS                                ok
   463 343: AC_CHECK_HEADERS                                FAILED (semantics.at:218)
   494 359: AC_CHECK_HEADERS                                ok
   464 344: AC_CHECK_HEADERS (preprocessor test)            FAILED (semantics.at:252)
   495 360: AC_CHECK_HEADERS (preprocessor test)            ok
   465 345: AC_CHECK_HEADERS (compiler test)                FAILED (semantics.at:284)
   496 361: AC_CHECK_HEADERS (compiler test)                ok
   466 346: AC_CHECK_MEMBER                                 FAILED (semantics.at:300)
   497 362: AC_CHECK_MEMBER                                 ok
   467 347: AC_CHECK_MEMBERS                                FAILED (semantics.at:326)
   498 363: AC_CHECK_MEMBERS                                ok
   468 348: AC_CHECK_ALIGNOF                                FAILED (semantics.at:341)
   499 364: AC_CHECK_ALIGNOF                                ok
   469 349: AC_CHECK_ALIGNOF (cross compile)                FAILED (semantics.at:341)
   500 365: AC_CHECK_ALIGNOF (cross compile)                ok
   470 350: AC_CHECK_ALIGNOF struct                         FAILED (semantics.at:358)
   501 366: AC_CHECK_ALIGNOF struct                         ok
   471 351: AC_CHECK_ALIGNOF struct (cross compile)         FAILED (semantics.at:358)
   502 367: AC_CHECK_ALIGNOF struct (cross compile)         ok
   472 352: AC_CHECK_SIZEOF                                 FAILED (semantics.at:370)
   503 368: AC_CHECK_SIZEOF                                 ok
   473 353: AC_CHECK_SIZEOF (cross compile)                 FAILED (semantics.at:370)
   504 369: AC_CHECK_SIZEOF (cross compile)                 ok
   474 354: AC_CHECK_SIZEOF struct                          FAILED (semantics.at:386)
   505 370: AC_CHECK_SIZEOF struct                          ok
   475 355: AC_CHECK_SIZEOF struct (cross compile)          FAILED (semantics.at:386)
   506 371: AC_CHECK_SIZEOF struct (cross compile)          ok
   476 356: AC_CHECK_TYPES                                  FAILED (semantics.at:411)
   507 372: AC_CHECK_TYPES                                  ok
   477 357: AC_CHECK_TYPES: backward compatibility          FAILED (semantics.at:443)
   508 373: AC_CHECK_TYPES: backward compatibility          ok
   478 358: AC_CHECK_FILES                                  FAILED (semantics.at:461)
   509 374: AC_CHECK_FILES                                  ok
   479 359: AC_CHECK_PROG & AC_CHECK_PROGS                  FAILED (semantics.at:542)
   510 375: AC_CHECK_PROG & AC_CHECK_PROGS                  ok
   480 360: AC_C_BIGENDIAN                                  FAILED (semantics.at:559)
   511 376: AC_C_BIGENDIAN                                  ok
   481 361: AC_PATH_PROG & AC_PATH_PROGS                    FAILED (semantics.at:633)
   512 377: AC_PATH_PROG & AC_PATH_PROGS                    ok
   482 362: AC_PATH_PROGS_FEATURE_CHECK                     FAILED (semantics.at:711)
   513 378: AC_PATH_PROGS_FEATURE_CHECK                     ok
   483 363: AC_PATH_XTRA                                    FAILED (semantics.at:726)
   514 379: AC_PATH_XTRA                                    ok
   484 364: AC_SYS_RESTARTABLE_SYSCALLS                     FAILED (semantics.at:742)
   515 380: AC_SYS_RESTARTABLE_SYSCALLS                     ok
   485 365: AC_FUNC_SETVBUF_REVERSED                        FAILED (semantics.at:743)
   516 381: AC_FUNC_SETVBUF_REVERSED                        ok
   486 366: AC_FUNC_WAIT3                                   FAILED (semantics.at:744)
   517 382: AC_FUNC_WAIT3                                   ok
   487 
   518 
   488 Testing autoconf/general macros.
   519 Testing autoconf/general macros.
   489 
   520 
   490 367: AC_ARG_ENABLE                                   FAILED (acgeneral.at:13)
   521 383: AC_ARG_ENABLE                                   ok
   491 368: AC_ARG_PROGRAM                                  FAILED (acgeneral.at:14)
   522 384: AC_ARG_PROGRAM                                  ok
   492 369: AC_ARG_WITH                                     FAILED (acgeneral.at:15)
   523 385: AC_ARG_WITH                                     ok
   493 370: AC_CHECK_DECLS_ONCE                             FAILED (acgeneral.at:16)
   524 386: AC_CHECK_DECLS_ONCE                             ok
   494 371: AC_EGREP_CPP                                    FAILED (acgeneral.at:17)
   525 387: AC_EGREP_CPP                                    ok
   495 372: AC_EGREP_HEADER                                 FAILED (acgeneral.at:18)
   526 388: AC_EGREP_HEADER                                 ok
   496 373: AC_LIBOBJ                                       FAILED (acgeneral.at:19)
   527 389: AC_LIBOBJ                                       ok
   497 374: AC_LIBSOURCES                                   FAILED (acgeneral.at:20)
   528 390: AC_LIBSOURCES                                   ok
   498 375: AC_PREFIX_DEFAULT                               FAILED (acgeneral.at:21)
   529 391: AC_PREFIX_DEFAULT                               ok
   499 376: AC_CHECKING                                     FAILED (acgeneral.at:24)
   530 392: AC_CHECKING                                     ok
   500 377: AC_COMPILE_CHECK                                FAILED (acgeneral.at:25)
   531 393: AC_COMPILE_CHECK                                ok
   501 378: AC_ENABLE                                       FAILED (acgeneral.at:26)
   532 394: AC_ENABLE                                       ok
   502 379: AC_FOREACH                                      FAILED (acgeneral.at:27)
   533 395: AC_FOREACH                                      ok
   503 380: AC_MSG_RESULT_UNQUOTED                          FAILED (acgeneral.at:28)
   534 396: AC_MSG_RESULT_UNQUOTED                          ok
   504 381: AC_TRY_COMPILE                                  FAILED (acgeneral.at:29)
   535 397: AC_TRY_COMPILE                                  ok
   505 382: AC_TRY_CPP                                      FAILED (acgeneral.at:30)
   536 398: AC_TRY_CPP                                      ok
   506 383: AC_TRY_LINK                                     FAILED (acgeneral.at:31)
   537 399: AC_TRY_LINK                                     ok
   507 384: AC_TRY_RUN                                      FAILED (acgeneral.at:32)
   538 400: AC_TRY_RUN                                      ok
   508 385: AC_VALIDATE_CACHED_SYSTEM_TUPLE                 FAILED (acgeneral.at:33)
   539 401: AC_VALIDATE_CACHED_SYSTEM_TUPLE                 ok
   509 386: AC_WITH                                         FAILED (acgeneral.at:34)
   540 402: AC_WITH                                         ok
   510 
   541 
   511 Testing autoconf/status macros.
   542 Testing autoconf/status macros.
   512 
   543 
   513 387: AC_OUTPUT_COMMANDS                              FAILED (acstatus.at:15)
   544 403: AC_OUTPUT_COMMANDS                              ok
   514 
   545 
   515 Testing autoconf/specific macros.
   546 Testing autoconf/specific macros.
   516 
   547 
   517 388: AC_SYS_INTERPRETER                              FAILED (acspecific.at:13)
   548 404: AC_SYS_INTERPRETER                              ok
   518 389: AC_SYS_LARGEFILE                                FAILED (acspecific.at:14)
   549 405: AC_SYS_LARGEFILE                                ok
   519 390: AC_SYS_LONG_FILE_NAMES                          FAILED (acspecific.at:15)
   550 406: AC_SYS_LONG_FILE_NAMES                          ok
   520 391: AC_SYS_POSIX_TERMIOS                            FAILED (acspecific.at:16)
   551 407: AC_SYS_POSIX_TERMIOS                            ok
   521 392: AC_AIX                                          FAILED (acspecific.at:19)
   552 408: AC_AIX                                          ok
   522 393: AC_ARG_ARRAY                                    FAILED (acspecific.at:20)
   553 409: AC_ARG_ARRAY                                    ok
   523 394: AC_DECL_SYS_SIGLIST                             FAILED (acspecific.at:21)
   554 410: AC_DECL_SYS_SIGLIST                             ok
   524 395: AC_DYNIX_SEQ                                    FAILED (acspecific.at:22)
   555 411: AC_DYNIX_SEQ                                    ok
   525 396: AC_HAVE_POUNDBANG                               FAILED (acspecific.at:23)
   556 412: AC_HAVE_POUNDBANG                               ok
   526 397: AC_IRIX_SUN                                     FAILED (acspecific.at:24)
   557 413: AC_IRIX_SUN                                     ok
   527 398: AC_ISC_POSIX                                    FAILED (acspecific.at:25)
   558 414: AC_ISC_POSIX                                    ok
   528 399: AC_MINIX                                        FAILED (acspecific.at:26)
   559 415: AC_MINIX                                        ok
   529 400: AC_SCO_INTL                                     FAILED (acspecific.at:27)
   560 416: AC_SCO_INTL                                     ok
   530 401: AC_XENIX_DIR                                    FAILED (acspecific.at:28)
   561 417: AC_XENIX_DIR                                    ok
   531 
   562 
   532 Testing autoconf/programs macros.
   563 Testing autoconf/programs macros.
   533 
   564 
   534 402: AC_PROG_AWK                                     FAILED (acprograms.at:13)
   565 418: AC_PROG_AWK                                     ok
   535 403: AC_PROG_FGREP                                   FAILED (acprograms.at:14)
   566 419: AC_PROG_FGREP                                   ok
   536 404: AC_PROG_INSTALL                                 FAILED (acprograms.at:15)
   567 420: AC_PROG_INSTALL                                 ok
   537 405: AC_PROG_LEX                                     FAILED (acprograms.at:16)
   568 421: AC_PROG_LEX                                     ok
   538 406: AC_PROG_LN_S                                    FAILED (acprograms.at:17)
   569 422: AC_PROG_LN_S                                    ok
   539 407: AC_PROG_MAKE_SET                                FAILED (acprograms.at:18)
   570 423: AC_PROG_MAKE_SET                                ok
   540 408: AC_PROG_MKDIR_P                                 FAILED (acprograms.at:19)
   571 424: AC_PROG_MKDIR_P                                 ok
   541 409: AC_PROG_RANLIB                                  FAILED (acprograms.at:20)
   572 425: AC_PROG_RANLIB                                  ok
   542 410: AC_PROG_SED                                     FAILED (acprograms.at:21)
   573 426: AC_PROG_SED                                     ok
   543 411: AC_PROG_YACC                                    FAILED (acprograms.at:22)
   574 427: AC_PROG_YACC                                    ok
   544 412: AC_CHECK_TOOL_PREFIX                            FAILED (acprograms.at:25)
   575 428: AC_CHECK_TOOL_PREFIX                            ok
   545 413: AC_DECL_YYTEXT                                  FAILED (acprograms.at:26)
   576 429: AC_DECL_YYTEXT                                  ok
   546 414: AC_RSH                                          FAILED (acprograms.at:27)
   577 430: AC_RSH                                          ok
   547 
   578 
   548 Testing autoconf/headers macros.
   579 Testing autoconf/headers macros.
   549 
   580 
   550 415: AC_CHECK_HEADERS_ONCE                           FAILED (acheaders.at:13)
   581 431: AC_CHECK_HEADERS_ONCE                           ok
   551 416: AC_HEADER_ASSERT                                FAILED (acheaders.at:14)
   582 432: AC_CHECK_HEADER_STDBOOL                         ok
   552 417: AC_HEADER_MAJOR                                 FAILED (acheaders.at:15)
   583 433: AC_HEADER_ASSERT                                ok
   553 418: AC_HEADER_RESOLV                                FAILED (acheaders.at:16)
   584 434: AC_HEADER_MAJOR                                 ok
   554 419: AC_HEADER_STAT                                  FAILED (acheaders.at:17)
   585 435: AC_HEADER_RESOLV                                ok
   555 420: AC_HEADER_STDBOOL                               FAILED (acheaders.at:18)
   586 436: AC_HEADER_STAT                                  ok
   556 421: AC_HEADER_TIOCGWINSZ                            FAILED (acheaders.at:19)
   587 437: AC_HEADER_STDBOOL                               ok
   557 422: AC_DIR_HEADER                                   FAILED (acheaders.at:22)
   588 438: AC_HEADER_TIOCGWINSZ                            ok
   558 423: AC_MEMORY_H                                     FAILED (acheaders.at:23)
   589 439: AC_DIR_HEADER                                   ok
   559 424: AC_UNISTD_H                                     FAILED (acheaders.at:24)
   590 440: AC_MEMORY_H                                     ok
   560 425: AC_USG                                          FAILED (acheaders.at:25)
   591 441: AC_UNISTD_H                                     ok
       
   592 442: AC_USG                                          ok
   561 
   593 
   562 Testing autoconf/types macros.
   594 Testing autoconf/types macros.
   563 
   595 
   564 426: AC_STRUCT_DIRENT_D_INO                          FAILED (actypes.at:13)
   596 443: AC_STRUCT_DIRENT_D_INO                          ok
   565 427: AC_STRUCT_DIRENT_D_TYPE                         FAILED (actypes.at:14)
   597 444: AC_STRUCT_DIRENT_D_TYPE                         ok
   566 428: AC_STRUCT_ST_BLOCKS                             FAILED (actypes.at:15)
   598 445: AC_STRUCT_ST_BLOCKS                             ok
   567 429: AC_STRUCT_TIMEZONE                              FAILED (actypes.at:16)
   599 446: AC_STRUCT_TIMEZONE                              ok
   568 430: AC_TYPE_INT16_T                                 FAILED (actypes.at:17)
   600 447: AC_TYPE_INT16_T                                 ok
   569 431: AC_TYPE_INT32_T                                 FAILED (actypes.at:18)
   601 448: AC_TYPE_INT32_T                                 ok
   570 432: AC_TYPE_INT64_T                                 FAILED (actypes.at:19)
   602 449: AC_TYPE_INT64_T                                 ok
   571 433: AC_TYPE_INT8_T                                  FAILED (actypes.at:20)
   603 450: AC_TYPE_INT8_T                                  ok
   572 434: AC_TYPE_INTMAX_T                                FAILED (actypes.at:21)
   604 451: AC_TYPE_INTMAX_T                                ok
   573 435: AC_TYPE_INTPTR_T                                FAILED (actypes.at:22)
   605 452: AC_TYPE_INTPTR_T                                ok
   574 436: AC_TYPE_LONG_DOUBLE                             FAILED (actypes.at:23)
   606 453: AC_TYPE_LONG_DOUBLE                             ok
   575 437: AC_TYPE_LONG_DOUBLE_WIDER                       FAILED (actypes.at:24)
   607 454: AC_TYPE_LONG_DOUBLE_WIDER                       ok
   576 438: AC_TYPE_MODE_T                                  FAILED (actypes.at:25)
   608 455: AC_TYPE_MODE_T                                  ok
   577 439: AC_TYPE_OFF_T                                   FAILED (actypes.at:26)
   609 456: AC_TYPE_OFF_T                                   ok
   578 440: AC_TYPE_SSIZE_T                                 FAILED (actypes.at:27)
   610 457: AC_TYPE_SSIZE_T                                 ok
   579 441: AC_TYPE_UINT16_T                                FAILED (actypes.at:28)
   611 458: AC_TYPE_UINT16_T                                ok
   580 442: AC_TYPE_UINT32_T                                FAILED (actypes.at:29)
   612 459: AC_TYPE_UINT32_T                                ok
   581 443: AC_TYPE_UINT64_T                                FAILED (actypes.at:30)
   613 460: AC_TYPE_UINT64_T                                ok
   582 444: AC_TYPE_UINT8_T                                 FAILED (actypes.at:31)
   614 461: AC_TYPE_UINT8_T                                 ok
   583 445: AC_TYPE_UINTMAX_T                               FAILED (actypes.at:32)
   615 462: AC_TYPE_UINTMAX_T                               ok
   584 446: AC_TYPE_UINTPTR_T                               FAILED (actypes.at:33)
   616 463: AC_TYPE_UINTPTR_T                               ok
   585 447: AC_C_LONG_DOUBLE                                FAILED (actypes.at:36)
   617 464: AC_C_LONG_DOUBLE                                ok
   586 448: AC_INT_16_BITS                                  FAILED (actypes.at:37)
   618 465: AC_INT_16_BITS                                  ok
   587 449: AC_LONG_64_BITS                                 FAILED (actypes.at:38)
   619 466: AC_LONG_64_BITS                                 ok
   588 450: AC_STRUCT_ST_BLKSIZE                            FAILED (actypes.at:39)
   620 467: AC_STRUCT_ST_BLKSIZE                            ok
   589 451: AC_STRUCT_ST_RDEV                               FAILED (actypes.at:40)
   621 468: AC_STRUCT_ST_RDEV                               ok
   590 452: AC_TYPE_SIGNAL                                  FAILED (actypes.at:41)
   622 469: AC_TYPE_SIGNAL                                  ok
   591 453: AM_TYPE_PTRDIFF_T                               FAILED (actypes.at:42)
   623 470: AM_TYPE_PTRDIFF_T                               ok
   592 
   624 
   593 Testing autoconf/functions macros.
   625 Testing autoconf/functions macros.
   594 
   626 
   595 454: AC_CHECK_FUNCS_ONCE                             FAILED (acfunctions.at:13)
   627 471: AC_CHECK_FUNCS_ONCE                             ok
   596 455: AC_FUNC_CHOWN                                   FAILED (acfunctions.at:14)
   628 472: AC_FUNC_CHOWN                                   ok
   597 456: AC_FUNC_CLOSEDIR_VOID                           FAILED (acfunctions.at:15)
   629 473: AC_FUNC_CLOSEDIR_VOID                           ok
   598 457: AC_FUNC_ERROR_AT_LINE                           FAILED (acfunctions.at:16)
   630 474: AC_FUNC_ERROR_AT_LINE                           ok
   599 458: AC_FUNC_FNMATCH                                 FAILED (acfunctions.at:17)
   631 475: AC_FUNC_FNMATCH                                 ok
   600 459: AC_FUNC_FORK                                    FAILED (acfunctions.at:18)
   632 476: AC_FUNC_FORK                                    ok
   601 460: AC_FUNC_FSEEKO                                  FAILED (acfunctions.at:19)
   633 477: AC_FUNC_FSEEKO                                  ok
   602 461: AC_FUNC_GETGROUPS                               FAILED (acfunctions.at:20)
   634 478: AC_FUNC_GETGROUPS                               ok
   603 462: AC_FUNC_GETMNTENT                               FAILED (acfunctions.at:21)
   635 479: AC_FUNC_GETMNTENT                               ok
   604 463: AC_FUNC_GETPGRP                                 FAILED (acfunctions.at:22)
   636 480: AC_FUNC_GETPGRP                                 ok
   605 464: AC_FUNC_LSTAT                                   FAILED (acfunctions.at:23)
   637 481: AC_FUNC_LSTAT                                   ok
   606 465: AC_FUNC_MALLOC                                  FAILED (acfunctions.at:24)
   638 482: AC_FUNC_MALLOC                                  ok
   607 466: AC_FUNC_MBRTOWC                                 FAILED (acfunctions.at:25)
   639 483: AC_FUNC_MBRTOWC                                 ok
   608 467: AC_FUNC_MEMCMP                                  FAILED (acfunctions.at:26)
   640 484: AC_FUNC_MEMCMP                                  ok
   609 468: AC_FUNC_MKTIME                                  FAILED (acfunctions.at:27)
   641 485: AC_FUNC_MKTIME                                  ok
   610 469: AC_FUNC_MMAP                                    FAILED (acfunctions.at:28)
   642 486: AC_FUNC_MMAP                                    ok
   611 470: AC_FUNC_OBSTACK                                 FAILED (acfunctions.at:29)
   643 487: AC_FUNC_OBSTACK                                 ok
   612 471: AC_FUNC_REALLOC                                 FAILED (acfunctions.at:30)
   644 488: AC_FUNC_REALLOC                                 ok
   613 472: AC_FUNC_SELECT_ARGTYPES                         FAILED (acfunctions.at:31)
   645 489: AC_FUNC_SELECT_ARGTYPES                         ok
   614 473: AC_FUNC_SETPGRP                                 FAILED (acfunctions.at:32)
   646 490: AC_FUNC_SETPGRP                                 ok
   615 474: AC_FUNC_STAT                                    FAILED (acfunctions.at:33)
   647 491: AC_FUNC_STAT                                    ok
   616 475: AC_FUNC_STRCOLL                                 FAILED (acfunctions.at:34)
   648 492: AC_FUNC_STRCOLL                                 ok
   617 476: AC_FUNC_STRERROR_R                              FAILED (acfunctions.at:35)
   649 493: AC_FUNC_STRERROR_R                              ok
   618 477: AC_FUNC_STRFTIME                                FAILED (acfunctions.at:36)
   650 494: AC_FUNC_STRFTIME                                ok
   619 478: AC_FUNC_STRNLEN                                 FAILED (acfunctions.at:37)
   651 495: AC_FUNC_STRNLEN                                 ok
   620 479: AC_FUNC_STRTOD                                  FAILED (acfunctions.at:38)
   652 496: AC_FUNC_STRTOD                                  ok
   621 480: AC_FUNC_STRTOLD                                 FAILED (acfunctions.at:39)
   653 497: AC_FUNC_STRTOLD                                 ok
   622 481: AC_FUNC_UTIME_NULL                              FAILED (acfunctions.at:40)
   654 498: AC_FUNC_UTIME_NULL                              ok
   623 482: AC_FUNC_VPRINTF                                 FAILED (acfunctions.at:41)
   655 499: AC_FUNC_VPRINTF                                 ok
   624 
   656 
   625 Testing autoconf/libs macros.
   657 Testing autoconf/libs macros.
   626 
   658 
   627 483: AC_HAVE_LIBRARY                                 FAILED (aclibs.at:15)
   659 500: AC_HAVE_LIBRARY                                 ok
   628 
   660 
   629 Compatibility with other tools.
   661 Compatibility with other tools.
   630 
   662 
   631 484: Libtool                                         skipped (foreign.at:56)
   663 501: Libtool                                         skipped (foreign.at:55)
   632 485: shtool                                          FAILED (foreign.at:128)
   664 502: shtool                                          ok
   633 
   665 
   634 Autoscan.
   666 Autoscan.
   635 
   667 
   636 486: autoscan                                        ok
   668 503: autoscan                                        ok
   637 
   669 
   638 ## ------------- ##
   670 ## ------------- ##
   639 ## Test results. ##
   671 ## Test results. ##
   640 ## ------------- ##
   672 ## ------------- ##
   641 
   673 
   642 ERROR: 480 tests were run,
   674 488 tests behaved as expected.
   643 282 failed (4 expected failures).
   675 15 tests were skipped.
   644 6 tests were skipped.
       
   645 ## -------------------------- ##
       
   646 ## testsuite.log was created. ##
       
   647 ## -------------------------- ##
       
   648 
       
   649 Please send `tests/testsuite.log' and all information you think might help:
       
   650 
       
   651    To: <[email protected]>
       
   652    Subject: [GNU Autoconf 2.68] testsuite: 1 10 11 12 14 16 17 20 22 24 25 27 28 32 33 36 38 205 208 211 212 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 277 278 279 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 485 failed
       
   653 
       
   654 You may investigate any problem if you feel able to do so, in which
       
   655 case the test suite provides a good starting point.  Its output may
       
   656 be found below `tests/testsuite.dir'.
       
   657 
       
   658 make[4]: *** [check-local] Error 1
       
   659 make[4]: Leaving directory `$(@D)/tests'
   676 make[4]: Leaving directory `$(@D)/tests'
   660 make[3]: *** [check-am] Error 2
       
   661 make[3]: Leaving directory `$(@D)/tests'
   677 make[3]: Leaving directory `$(@D)/tests'
   662 make[2]: *** [check-recursive] Error 1
   678 Making check in man
       
   679 make[3]: Entering directory `$(@D)/man'
       
   680 make[3]: Nothing to be done for `check'.
       
   681 make[3]: Leaving directory `$(@D)/man'
   663 make[2]: Leaving directory `$(@D)'
   682 make[2]: Leaving directory `$(@D)'
   664 make[1]: *** [check] Error 2
       
   665 make[1]: Leaving directory `$(@D)'
   683 make[1]: Leaving directory `$(@D)'