bug-autoconf
[Top][All Lists]
Advanced

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

[GNU Autoconf 2.72e] testsuite: 11 332 failed on OS X 10.9


From: Sevan Janiyan
Subject: [GNU Autoconf 2.72e] testsuite: 11 332 failed on OS X 10.9
Date: Thu, 21 Dec 2023 18:32:48 +0000
User-agent: Mozilla Thunderbird

Intel laptop running 10.10.5, m4 included with OS is too old (1.4.6), so GNU m4 1.4.18 was used.

Ran
./configure M4=path/to/m4
make
make check

## ------------------------------ ##
## GNU Autoconf 2.72e test suite. ##
## ------------------------------ ##

testsuite: command line was:
$ tests/testsuite -C tests MAKE=/Library/Developer/CommandLineTools/usr/bin/make

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

| 2023-12-20  Zack Weinberg  <zack@owlfolio.org>
|
|       update NEWS for 2.72e release candidate
|
|       spelling errors reported by “make syntax-check”
|
| 2023-12-19  Zack Weinberg  <zack@owlfolio.org>
|
|       Adjust --help and manpages to make it easier to find the Web manual.
|       Today it came to my attention that, if you don’t already know that all

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

hostname = mba.local
uname -m = x86_64
uname -r = 13.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
Darwin Kernel Version 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 2.00 gigabytes
Default processor set: 133 tasks, 470 threads, 2 processors
Load average: 4.85, Mach factor: 0.29
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Users/sme/Downloads/auto/tests/
PATH: /Users/sme/Downloads/autoconf-2.72e/tests/
PATH: /Users/sme/Downloads/auto/tests/
PATH: /usr/bin/
PATH: /bin/
PATH: /usr/sbin/
PATH: /sbin/

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2023 Free Software Foundation, Inc.
|
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/Users/sme/Downloads/auto/tests'
| at_srcdir='../../autoconf-2.72e/tests'
| abs_srcdir='/Users/sme/Downloads/auto/../autoconf-2.72e/tests'
| at_top_srcdir='../../autoconf-2.72e'
| abs_top_srcdir='/Users/sme/Downloads/auto/../autoconf-2.72e'
| at_top_build_prefix='../'
| abs_top_builddir='/Users/sme/Downloads/auto'
|
| # 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-2017, 2020-2023 Free Software
| # Foundation, Inc.
| #
| # This program is free software: you can redistribute it and/or modify
| # it under the terms of the GNU General Public License as published by
| # the Free Software Foundation, either version 3 of the License, or
| # (at your option) any later version.
| #
| # This program is distributed in the hope that it will be useful,
| # but WITHOUT ANY WARRANTY; without even the implied warranty of
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
| # GNU General Public License for more details.
| #
| # You should have received a copy of the GNU General Public License
| # along with this program.  If not, see <https://www.gnu.org/licenses/>.
|
| AWK='awk'
| EGREP='/usr/bin/grep -E'
| GREP='/usr/bin/grep'
| M4='/Users/sme/teabrew/opt/m4/bin/m4'
| PERL='/usr/bin/perl'
| SED='/usr/bin/sed'
|
| # We need to know if sh -n is ok.
| SHELL_N='/bin/sh'
|
| # Check whether the underlying system can manage some unusual
| # symbols in file names.
| if test -z ''; then
|   func_sanitize_file_name () { echo "$@"; }
| else
|   func_sanitize_file_name () { echo "$@" | tr -d ''; }
| fi
|
| # Can we create directories with trailing whitespace in their names?
| ac_cv_dir_trailing_space='yes'
| if test "$ac_cv_dir_trailing_space" = yes; then
|   func_sanitize_dir_name () { echo "$@"; }
| else
|   func_sanitize_dir_name () { echo "$@" | sed 's/  *$//'; }
| fi
|
| # AUTOM4TE might be set in the environment.  Override it here so that
| # direct aclocal invocations also use it.
| AUTOM4TE=autom4te
| export AUTOM4TE

../../autoconf-2.72e/tests/local.at:34: using 1s as timestamp resolution

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

../../autoconf-2.72e/tests/local.at:25: /Users/sme/Downloads/auto/tests/autom4te --version
autom4te (GNU Autoconf) 2.72e
Features: subsecond-mtime

Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Akim Demaille.

../../autoconf-2.72e/tests/local.at:25: /Users/sme/Downloads/auto/tests/autoconf --version
autoconf (GNU Autoconf) 2.72e
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

../../autoconf-2.72e/tests/local.at:25: /Users/sme/Downloads/auto/tests/autoheader --version
autoheader (GNU Autoconf) 2.72e
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Roland McGrath and Akim Demaille.

../../autoconf-2.72e/tests/local.at:25: /Users/sme/Downloads/auto/tests/autoupdate --version
autoupdate (GNU Autoconf) 2.72e
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

../../autoconf-2.72e/tests/local.at:25: /Users/sme/Downloads/auto/tests/autoreconf --version
autoreconf (GNU Autoconf) 2.72e
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

../../autoconf-2.72e/tests/local.at:25: /Users/sme/Downloads/auto/tests/ifnames --version
ifnames (GNU Autoconf) 2.72e
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Paul Eggert.

../../autoconf-2.72e/tests/local.at:25: /Users/sme/teabrew/opt/m4/bin/m4 --version
m4 (GNU M4) 1.4.18
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.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 Rene' Seindal.

../../autoconf-2.72e/tests/local.at:25: /usr/bin/perl --version

This is perl 5, version 16, subversion 2 (v5.16.2) built for darwin-thread-multi-2level
(with 3 registered patches, see perl -V for more detail)

Copyright 1987-2012, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.


../../autoconf-2.72e/tests/local.at:25: /bin/sh --version
GNU bash, version 3.2.53(1)-release (x86_64-apple-darwin13)
Copyright (C) 2007 Free Software Foundation, Inc.

../../autoconf-2.72e/tests/local.at:25: /Library/Developer/CommandLineTools/usr/bin/make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Thu Dec 21 16:16:15 GMT 2023
1. Syntax of the shell scripts (tools.at:46): ok     (0m3.206s 0m0.070s)
2. Syntax of the Perl scripts (tools.at:69): ok     (0m1.661s 0m0.199s)
3. autom4te cache (tools.at:88): ok     (0m0.862s 0m0.235s)
4. autom4te --force (tools.at:119): ok     (0m0.667s 0m0.186s)
5. autom4te and whitespace in file names (tools.at:145): ok (0m3.534s 0m0.967s) 6. autom4te --trace and unusual macro names (tools.at:217): ok (0m0.240s 0m0.065s) 7. autom4te --trace and whitespace (tools.at:227): ok (0m0.360s 0m0.077s)
8. autoconf --trace: user macros (tools.at:252): ok     (0m2.276s 0m0.497s)
9. autoconf --trace: builtins (tools.at:338): ok     (0m2.699s 0m0.294s)
10. autoconf --trace: AC_CONFIG_MACRO_DIRS (tools.at:363): ok (0m4.707s 0m0.884s) 12. autoconf: forbidden tokens, exceptions (tools.at:491): ok (0m0.623s 0m0.153s) 13. autoconf: automatically allowed tokens (tools.at:532): ok (0m0.833s 0m0.134s)
14. autoconf: the empty token (tools.at:549): ok     (0m0.629s 0m0.157s)
15. autoconf: subdirectories (tools.at:567): ok     (0m1.238s 0m0.616s)
16. autoconf: input from stdin (tools.at:593): ok     (0m1.426s 0m0.246s)
17. autoconf: AC_AUTOCONF_VERSION (tools.at:611): ok     (0m0.856s 0m0.136s)
18. autoconf: AC_PRESERVE_HELP_ORDER (tools.at:629): ok (0m0.911s 0m0.212s)
19. autoconf: timestamp changes (tools.at:666): ok     (0m2.886s 0m0.416s)
20. ifnames (tools.at:712): ok     (0m0.187s 0m0.047s)
21. autoheader (tools.at:760): ok     (0m2.234s 0m0.468s)
22. autoheader and macros (tools.at:893): ok     (0m1.615s 0m0.314s)
23. autoheader with multiple headers (tools.at:929): ok (0m1.623s 0m0.318s)
24. autoupdate (tools.at:959): ok     (0m10.131s 0m0.568s)
25. autoupdating AC_LINK_FILES (tools.at:991): ok     (0m6.249s 0m0.838s)
26. autoupdating AC_PREREQ (tools.at:1028): ok     (0m15.576s 0m0.964s)
27. autoupdating AU_ALIAS (tools.at:1049): ok     (0m8.354s 0m1.932s)
28. autoupdating OLD to NEW (tools.at:1101): ok     (0m6.141s 0m0.819s)
30. autoupdating AC_HELP_STRING (tools.at:1152): ok     (0m6.095s 0m0.792s)
31. autoupdating with m4sugar (tools.at:1171): ok     (0m6.254s 0m0.963s)
35. autoupdating AC_LANG_SAVE (tools.at:1286): ok     (0m5.965s 0m0.708s)
36. autoupdating AC_FOREACH (tools.at:1314): ok     (0m6.284s 0m0.843s)
37. autoupdating AC_OBSOLETE (tools.at:1342): ok     (0m10.580s 0m1.118s)
38. autoupdating AC_DIAGNOSE and AC_WARNING (tools.at:1404): ok (0m5.616s 0m0.824s)
39. autoupdating AC_FATAL (tools.at:1433): ok     (0m5.377s 0m0.446s)
40. autoupdating with aclocal and m4_include (tools.at:1462): skipped (tools.at:1465)
41. autom4te preselections (tools.at:1497): skipped (tools.at:1499)
42. autom4te cache creation (tools.at:1553): ok     (0m3.218s 0m0.659s)
43. autom4te cache locking (tools.at:1613): ok     (0m1.148s 0m0.349s)
44. autotools and whitespace in file names (tools.at:1641): ok (0m51.088s 0m5.883s)
45. autotools and relative TMPDIR (tools.at:1708): skipped (tools.at:1711)
46. m4_stack (m4sugar.at:42): ok     (0m0.252s 0m0.068s)
47. m4_defn (m4sugar.at:103): ok     (0m1.532s 0m0.404s)
48. m4_dumpdef (m4sugar.at:187): ok     (0m1.312s 0m0.380s)
49. m4_warn (m4sugar.at:246): ok     (0m1.063s 0m0.322s)
50. m4_warn (bad categories) (m4sugar.at:305): ok     (0m0.894s 0m0.278s)
51. m4_divert_stack (m4sugar.at:368): ok     (0m1.582s 0m0.431s)
52. m4_expansion_stack (m4sugar.at:457): ok     (0m0.425s 0m0.115s)
53. m4_require: error message (m4sugar.at:481): ok     (0m0.236s 0m0.066s)
54. m4_require: warning message (m4sugar.at:501): ok     (0m0.979s 0m0.276s)
55. m4_require: circular dependencies (m4sugar.at:552): ok (0m0.310s 0m0.090s) 56. m4_require: one-shot initialization (m4sugar.at:582): ok (0m0.633s 0m0.172s)
57. m4_require: nested (m4sugar.at:643): ok     (0m1.554s 0m0.456s)
58. m4sugar shorthand conditionals (m4sugar.at:811): ok (0m0.248s 0m0.063s)
59. m4_cond (m4sugar.at:896): ok     (0m0.386s 0m0.112s)
60. m4 lists (m4sugar.at:948): ok     (0m0.619s 0m0.167s)
61. m4_split (m4sugar.at:1000): ok     (0m0.243s 0m0.064s)
62. m4_do (m4sugar.at:1046): ok     (0m0.338s 0m0.095s)
63. m4_append (m4sugar.at:1074): ok     (0m0.558s 0m0.177s)
64. m4_join (m4sugar.at:1158): ok     (0m0.315s 0m0.085s)
65. m4_expand (m4sugar.at:1209): ok     (0m0.259s 0m0.075s)
66. m4_text_box (m4sugar.at:1265): ok     (0m0.338s 0m0.087s)
67. m4_text_wrap (m4sugar.at:1289): ok     (0m0.296s 0m0.094s)
68. m4_version_compare (m4sugar.at:1351): ok     (0m0.299s 0m0.094s)
69. Standard regular expressions (m4sugar.at:1409): ok (0m2.241s 0m0.563s)
70. m4_bmatch (m4sugar.at:1436): ok     (0m0.245s 0m0.063s)
71. m4_toupper and m4_tolower (m4sugar.at:1468): ok     (0m0.359s 0m0.095s)
72. m4_bpatsubsts (m4sugar.at:1505): ok     (0m0.272s 0m0.083s)
73. m4_esyscmd_s (m4sugar.at:1534): ok     (0m0.317s 0m0.097s)
74. M4 loops (m4sugar.at:1562): ok     (0m1.530s 0m0.412s)
75. m4_map (m4sugar.at:1716): ok     (0m0.341s 0m0.085s)
76. m4_map_args and m4_curry (m4sugar.at:1791): ok     (0m0.997s 0m0.271s)
77. m4_combine (m4sugar.at:1863): ok     (0m0.261s 0m0.076s)
78. m4_max and m4_min (m4sugar.at:1890): ok     (0m0.955s 0m0.258s)
79. recursion (m4sugar.at:1969): ok     (0m7.020s 0m0.260s)
80. m4_set (m4sugar.at:2086): ok     (0m5.481s 0m0.343s)
81. __file__ and __line__ (m4sugar.at:2236): ok     (0m0.249s 0m0.070s)
82. No extra re-exec with CONFIG_SHELL (m4sh.at:24): ok (0m0.388s 0m0.101s) 83. Forced re-exec with CONFIG_SHELL (m4sh.at:42): ok (0m0.393s 0m0.118s) 84. Configure re-execs self with CONFIG_SHELL (m4sh.at:110): ok (0m1.042s 0m0.508s)
85. AS_WARN and AS_ERROR (m4sh.at:146): ok     (0m0.774s 0m0.330s)
86. LINENO (m4sh.at:211): ok     (0m1.620s 0m0.975s)
87. LINENO stack (m4sh.at:288): ok     (0m0.438s 0m0.115s)
88. AS_BOX (m4sh.at:317): ok     (0m0.386s 0m0.140s)
89. AS_BASENAME (m4sh.at:359): ok     (0m0.493s 0m0.344s)
90. AS_DIRNAME (m4sh.at:416): ok     (0m0.598s 0m0.329s)
91. AS_SET_CATFILE (m4sh.at:475): ok     (0m0.390s 0m0.105s)
92. AS_ECHO and AS_ECHO_N (m4sh.at:519): ok     (0m0.412s 0m0.130s)
93. obsolete $as_echo and $as_echo_n (m4sh.at:562): ok (0m0.450s 0m0.144s)
94. Redefining AS_ECHO internals (m4sh.at:641): ok     (0m3.331s 0m1.552s)
95. AS_EXECUTABLE_P (m4sh.at:742): ok     (0m0.378s 0m0.110s)
96. AS_EXIT (m4sh.at:794): ok     (0m0.528s 0m0.270s)
97. AS_MKDIR_P (m4sh.at:843): ok     (0m0.436s 0m0.107s)
98. AS_VERSION_COMPARE (m4sh.at:875): ok     (0m0.512s 0m0.163s)
99. as_me (m4sh.at:921): ok     (0m0.375s 0m0.093s)
100. Negated classes in globbing (m4sh.at:945): ok     (0m0.414s 0m0.124s)
101. Null variable substitution (m4sh.at:973): ok     (0m0.336s 0m0.119s)
102. Functions Support (m4sh.at:1039): ok     (0m0.294s 0m0.093s)
103. Functions and return Support (m4sh.at:1081): ok     (0m0.402s 0m0.119s)
104. Nested AS_REQUIRE_SHELL_FN (m4sh.at:1118): ok     (0m0.388s 0m0.089s)
105. Nested AS_REQUIRE (m4sh.at:1151): ok     (0m0.388s 0m0.094s)
106. AS_REQUIRE_SHELL_FN and m4_require (m4sh.at:1189): ok (0m0.350s 0m0.123s)
107. AS_HELP_STRING (m4sh.at:1230): ok     (0m0.307s 0m0.092s)
108. AS_IF and AS_CASE (m4sh.at:1369): ok     (0m1.628s 0m0.276s)
109. AS_FOR (m4sh.at:1532): ok     (0m0.404s 0m0.107s)
110. AS_LITERAL_IF (m4sh.at:1600): ok     (0m0.400s 0m0.101s)
111. AS_TR_SH and AS_TR_CPP (m4sh.at:1678): ok     (0m0.473s 0m0.290s)
112. AS_VAR basics (m4sh.at:1763): ok     (0m0.385s 0m0.132s)
113. AS_VAR_APPEND (m4sh.at:1875): ok     (0m0.349s 0m0.126s)
114. AS_VAR_ARITH (m4sh.at:1910): ok     (0m0.285s 0m0.089s)
115. AS_INIT cleanup (m4sh.at:1941): ok     (0m0.386s 0m0.101s)
116. AS_INIT basename __file__ (m4sh.at:1978): ok     (0m0.401s 0m0.085s)
117. AS_INIT_GENERATED (m4sh.at:1997): ok     (0m1.068s 0m0.640s)
118. AS_MESSAGE_FD (m4sh.at:2071): ok     (0m0.431s 0m0.229s)
119. _AS_CLEAN_DIR (m4sh.at:2115): ok     (0m0.346s 0m0.149s)
120. ECHO_C (m4sh.at:2144): ok     (0m0.323s 0m0.128s)
121. AT_COPYRIGHT (autotest.at:144): ok     (0m0.640s 0m0.331s)
122. AT_DATA (autotest.at:165): ok     (0m0.885s 0m0.613s)
123. AT_DATA_UNQUOTED (autotest.at:184): ok     (0m0.878s 0m0.622s)
124. AT_PREPARE_TESTS (autotest.at:202): ok     (0m0.800s 0m0.518s)
125. AT_PREPARE_EACH_TEST (autotest.at:211): ok     (0m0.782s 0m0.575s)
126. AT_TEST_HELPER_FN (autotest.at:228): ok     (0m0.852s 0m0.530s)
127. Empty test suite (autotest.at:245): ok     (0m0.821s 0m0.463s)
128. Banner-only test suite (autotest.at:249): ok     (0m0.681s 0m0.462s)
129. Empty test (autotest.at:255): ok     (0m0.861s 0m0.517s)
130. Empty check (autotest.at:258): ok     (0m0.864s 0m0.531s)
131. AT_SETUP without AT_INIT (autotest.at:261): ok     (0m0.262s 0m0.096s)
132. AT_BANNER without AT_INIT (autotest.at:267): ok     (0m0.316s 0m0.105s)
133. AT_CLEANUP without AT_INIT (autotest.at:271): ok (0m0.363s 0m0.111s)
134. Missing AT_CLEANUP (autotest.at:275): ok     (0m0.286s 0m0.076s)
135. AT_FAIL_IF without AT_SETUP (autotest.at:281): ok (0m0.371s 0m0.107s) 136. AT_SKIP_IF without AT_SETUP (autotest.at:286): ok (0m0.411s 0m0.091s)
137. AT_CHECK without AT_SETUP (autotest.at:291): ok     (0m0.420s 0m0.097s)
138. AT_DATA without AT_SETUP (autotest.at:296): ok     (0m0.302s 0m0.090s)
139. AT_XFAIL_IF without AT_SETUP (autotest.at:301): ok (0m0.345s 0m0.109s) 140. AT_KEYWORDS without AT_SETUP (autotest.at:306): ok (0m0.374s 0m0.104s) 141. AT_CLEANUP without AT_SETUP (autotest.at:311): ok (0m0.423s 0m0.094s)
142. AT_BANNER inside AT_SETUP (autotest.at:316): ok     (0m0.290s 0m0.087s)
143. AT_SETUP inside AT_SETUP (autotest.at:324): ok     (0m0.361s 0m0.104s)
144. Multiple AT_INIT (autotest.at:334): ok     (0m0.428s 0m0.099s)
145. Invalid AT_TEST_HELPER_FN (spaces) (autotest.at:339): ok (0m0.344s 0m0.094s) 146. Invalid AT_TEST_HELPER_FN (substitutions) (autotest.at:347): ok (0m0.294s 0m0.091s) 147. Multiple AT_TEST_HELPER_FN (autotest.at:355): ok (0m0.425s 0m0.097s)
148. Tested programs (autotest.at:366): ok     (0m1.760s 0m0.603s)
149. Startup error messages (autotest.at:376): ok     (0m0.876s 0m0.547s)
150. Truth (autotest.at:388): ok     (0m0.828s 0m0.523s)
151. Fallacy (autotest.at:391): ok     (0m0.971s 0m0.683s)
152. Skip (autotest.at:396): ok     (0m0.856s 0m0.547s)
153. Hard fail (autotest.at:401): ok     (0m1.024s 0m0.756s)
154. AT_FAIL_IF (autotest.at:411): ok     (0m1.138s 0m0.987s)
155. AT_SKIP_IF (autotest.at:431): ok     (0m1.101s 0m0.809s)
156. Syntax error (autotest.at:451): ok     (0m1.125s 0m1.029s)
157. errexit (autotest.at:470): ok     (0m1.552s 0m1.606s)
158. at_status (autotest.at:512): ok     (0m1.684s 0m1.763s)
159. AT_CHECK execution environment (autotest.at:538): ok (0m0.936s 0m0.604s)
160. unquoted output (autotest.at:557): ok     (0m0.880s 0m0.535s)
161. Trace output (autotest.at:564): ok     (0m0.890s 0m0.537s)
162. Logging (autotest.at:570): ok     (0m1.830s 0m1.771s)
163. Binary output (autotest.at:615): ok     (0m1.802s 0m1.798s)
164. Cleanup (autotest.at:657): ok     (0m2.059s 0m2.030s)
165. Literal multiline command (autotest.at:697): ok     (0m0.757s 0m0.529s)
166. Multiline parameter expansion (autotest.at:703): ok (0m0.853s 0m0.560s) 167. Backquote command substitution (autotest.at:710): ok (0m0.861s 0m0.538s) 168. Multiline backquote command substitution (autotest.at:715): ok (0m0.887s 0m0.544s) 169. Parenthetical command substitution (autotest.at:723): ok (0m0.892s 0m0.541s) 170. Multiline parenthetical command substitution (autotest.at:728): ok (0m0.741s 0m0.499s)
171. Shell comment in command (autotest.at:738): ok     (0m0.804s 0m0.539s)
172. Invalid brace-enclosed parameter expansion (autotest.at:752): ok (0m1.000s 0m0.698s) 173. Multiline command from M4 expansion (autotest.at:760): ok (0m0.772s 0m0.541s)
174. Double-M4-quoted command (autotest.at:767): ok     (0m0.832s 0m0.531s)
175. Metacharacters in command from M4 expansion (autotest.at:774): ok (0m0.874s 0m0.528s)
176. BS-newline in command (autotest.at:784): ok     (0m0.804s 0m0.534s)
177. ^BS-newline in command (autotest.at:789): ok     (0m0.868s 0m0.540s)
178. BSx641-newline in command (autotest.at:794): ok     (0m0.824s 0m0.545s)
179. BS-BS-newline in command (autotest.at:799): ok     (0m0.781s 0m0.549s)
180. BSx640-newline in command (autotest.at:807): ok     (0m0.728s 0m0.521s)
181. Newline-CODE-BS-newline in command (autotest.at:814): ok (0m0.868s 0m0.524s) 182. Single-quote-BS-newline in command (autotest.at:821): ok (0m0.876s 0m0.531s) 183. Single-quote-newline-BS-newline in command (autotest.at:827): ok (0m0.841s 0m0.510s)
184. Input from stdin (autotest.at:840): ok     (0m0.842s 0m0.680s)
185. Backquote in a test title (autotest.at:916): ok     (0m1.180s 0m1.088s)
186. Single-quote in a test title (autotest.at:917): ok (0m1.190s 0m1.073s) 187. Double-quote in a test title (autotest.at:918): ok (0m1.206s 0m1.102s)
188. Backslash in a test title (autotest.at:920): ok     (0m1.262s 0m1.049s)
189. Brackets in a test title (autotest.at:921): ok     (0m1.228s 0m1.086s)
190. Left bracket in a test title (autotest.at:922): ok (0m1.235s 0m1.086s) 191. Right bracket in a test title (autotest.at:923): ok (0m1.295s 0m1.129s) 192. Quoted pound in a test title (autotest.at:924): ok (0m1.283s 0m1.053s)
193. Pound in a test title (autotest.at:925): ok     (0m1.328s 0m1.098s)
194. Quoted comma in a test title (autotest.at:926): ok (0m1.261s 0m1.037s)
195. Comma in a test title (autotest.at:927): ok     (0m1.260s 0m1.051s)
196. Parentheses in a test title (autotest.at:929): ok (0m1.258s 0m1.087s) 197. Left paren in a test title (autotest.at:930): ok (0m1.209s 0m1.088s) 198. Right paren in a test title (autotest.at:931): ok (0m1.202s 0m1.119s) 199. Quoted Macro in a test title (autotest.at:933): ok (0m1.184s 0m1.083s)
200. Macro in a test title (autotest.at:934): ok     (0m1.165s 0m1.072s)
201. Macro with backquote in a test title (autotest.at:935): ok (0m1.164s 0m1.067s) 202. Macro with single-quote in a test title (autotest.at:936): ok (0m1.190s 0m1.109s) 203. Macro with double-quote in a test title (autotest.at:937): ok (0m1.209s 0m1.138s) 204. Macro with backslash in a test title (autotest.at:939): ok (0m1.182s 0m1.100s) 205. Macro echoing macro in a test title (autotest.at:940): ok (0m1.219s 0m1.072s) 206. Macro echoing single-quote in a test title (autotest.at:942): ok (0m1.125s 0m0.971s) 207. Long test title in a test title (autotest.at:943): ok (0m1.118s 0m1.030s) 208. Longer test title in a test title (autotest.at:944): ok (0m1.188s 0m1.073s)
209. Long test source lines (autotest.at:955): ok     (0m1.028s 0m0.731s)
210. Huge testsuite (autotest.at:969): ok     (0m3.997s 0m0.606s)
211. Debugging a successful test (autotest.at:981): ok (0m1.322s 0m1.225s) 212. Debugging script and environment (autotest.at:995): ok (0m1.712s 0m1.686s)
213. Debugging a failed test (autotest.at:1012): ok     (0m1.497s 0m1.274s)
214. Using atlocal (autotest.at:1023): ok     (0m2.037s 0m2.103s)
215. Choosing where testsuite is run (autotest.at:1058): ok (0m1.734s 0m1.634s)
216. recheck (autotest.at:1093): ok     (0m2.553s 0m2.793s)
217. Banners (autotest.at:1141): ok     (0m4.553s 0m5.257s)
218. Keywords and ranges (autotest.at:1208): ok     (0m8.845s 0m10.748s)
219. Keyword wrapping (autotest.at:1311): ok     (0m0.549s 0m0.167s)
220. AT_ARG_OPTION (autotest.at:1340): ok     (0m3.315s 0m3.531s)
221. AT_ARG_OPTION_ARG (autotest.at:1389): ok     (0m3.082s 0m3.442s)
222. parallel test execution (autotest.at:1463): ok     (0m2.567s 0m2.764s)
223. parallel truth (autotest.at:1565): ok     (0m0.896s 0m0.566s)
224. parallel fallacy (autotest.at:1570): ok     (0m0.943s 0m0.713s)
225. parallel skip (autotest.at:1575): ok     (0m0.919s 0m0.559s)
226. parallel syntax error (autotest.at:1580): ok     (0m1.223s 0m0.987s)
227. parallel errexit (autotest.at:1599): ok     (0m0.946s 0m0.810s)
228. parallel autotest and signal handling (autotest.at:1615): ok (0m2.424s 0m2.616s) 229. parallel args but non-working mkfifo (autotest.at:1727): ok (0m0.898s 0m0.676s)
230. colored test results (autotest.at:1749): ok     (0m3.204s 0m3.613s)
231. srcdir propagation (autotest.at:1838): ok     (0m4.644s 0m4.323s)
232. whitespace in absolute testdir (autotest.at:1917): ok (0m0.930s 0m0.792s)
233. unusual file names (autotest.at:1941): ok     (0m0.753s 0m0.363s)
234. C unit tests (autotest.at:1971): ok     (0m2.437s 0m1.325s)
235. C unit tests (EXEEXT) (autotest.at:2017): ok     (0m2.457s 0m1.374s)
236. Erlang Eunit unit tests (autotest.at:2069): ok     (0m1.924s 0m0.985s)
237. AC_REQUIRE: topological sort (base.at:28): ok     (0m0.603s 0m0.211s)
238. AC_REQUIRE: error message (base.at:75): ok     (0m0.558s 0m0.124s)
239. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:93): ok (0m0.625s 0m0.159s) 240. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:138): ok (0m0.643s 0m0.145s)
241. AC_REQUIRE & AC_PROVIDE (base.at:183): ok     (0m0.624s 0m0.165s)
242. AC_INIT (base.at:219): ok     (0m1.180s 0m0.489s)
243. AC_INIT (obsolete invocation) (base.at:243): ok     (0m1.131s 0m0.545s)
244. AC_INIT with unusual version strings (base.at:271): ok (0m17.400s 0m4.203s)
245. AC_COPYRIGHT (base.at:568): ok     (0m0.735s 0m0.248s)
246. AC_CACHE_CHECK (base.at:600): ok     (0m9.400s 0m6.120s)
247. AC_CACHE_LOAD (base.at:798): ok     (0m1.015s 0m0.479s)
248. AC_COMPUTE_INT (base.at:824): ok     (0m1.543s 0m0.795s)
249. AC_TRY_COMMAND (base.at:847): ok     (0m0.947s 0m0.427s)
250. Input/Output (base.at:879): ok     (0m1.332s 0m0.721s)
251. configure arguments (base.at:901): ok     (0m1.164s 0m0.524s)
252. AC_ARG_ENABLE and AC_ARG_WITH (base.at:924): ok     (0m1.631s 0m1.230s)
253. configure directories (base.at:977): ok     (0m1.252s 0m0.647s)
254. AC_SUBST (base.at:1010): ok     (0m2.943s 0m0.824s)
255. configure with closed standard fds (base.at:1069): ok (0m4.912s 0m3.465s) 256. AC_CONFIG_COMMANDS with empty commands (torture.at:26): ok (0m4.538s 0m2.029s) 257. AC_CONFIG_COMMANDS with temporary directory (torture.at:35): ok (0m4.647s 0m2.174s)
258. Multiple AC_CONFIG_FILES (torture.at:63): ok     (0m0.665s 0m0.120s)
259. Parameterized AC_CONFIG_FILES (torture.at:75): ok (0m1.191s 0m0.508s)
260. AC_ARG_VAR (torture.at:129): ok     (0m6.072s 0m6.539s)
261. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:189): ok (0m8.495s 0m9.762s) 262. Macro calls in AC_CONFIG_COMMANDS tags (torture.at:380): ok (0m0.984s 0m0.388s)
263. Missing templates (torture.at:400): ok     (0m1.112s 0m0.679s)
264. configure invocation (torture.at:442): ok     (0m3.832s 0m3.259s)
265. --help and --version in unwritable directory (torture.at:503): ok (0m0.707s 0m0.226s)
266. #define header templates (torture.at:533): ok     (0m0.882s 0m0.397s)
267. Torturing config.status (torture.at:667): ok     (0m2.653s 0m0.934s)
268. Substitute a 2000-byte string (torture.at:811): ok (0m1.590s 0m0.866s) 269. Define to a 2000-byte string (torture.at:889): ok (0m1.417s 0m0.483s) 270. Substitute and define special characters (torture.at:913): ok (0m1.734s 0m0.997s)
271. Substitute a newline (torture.at:1021): ok     (0m1.160s 0m0.714s)
272. Define a newline (torture.at:1062): ok     (0m2.431s 0m0.890s)
273. AC_SUBST: variable name validation (torture.at:1101): ok (0m6.669s 0m2.060s)
274. datarootdir workaround (torture.at:1131): ok     (0m2.234s 0m1.092s)
275. srcdir (torture.at:1182): ok     (0m1.862s 0m1.481s)
276. VPATH (torture.at:1225): ok     (0m2.169s 0m1.695s)
277. Signal handling (torture.at:1310): ok     (0m0.950s 0m0.277s)
278. AC_CONFIG_LINKS (torture.at:1329): ok     (0m4.584s 0m4.895s)
279. AC_CONFIG_LINKS and identical files (torture.at:1383): ok (0m3.135s 0m2.932s)
280. Configuring subdirectories (torture.at:1456): skipped (torture.at:1460)
281. Deep Package (torture.at:1584): skipped (torture.at:1588)
282. Non-Autoconf AC_CONFIG_SUBDIRS (torture.at:1723): skipped (torture.at:1727) 283. Non-literal AC_CONFIG_SUBDIRS (torture.at:1771): ok (0m5.406s 0m1.504s)
284. Empty AC_CONFIG_SUBDIRS (torture.at:1822): ok     (0m2.226s 0m0.905s)
285. Empty directory (torture.at:1851): ok     (0m0.325s 0m0.047s)
286. Unusual Automake input files (torture.at:1874): skipped (torture.at:1878) 287. Specific warnings options for autoreconf (torture.at:1909): skipped (torture.at:1917) 288. Missing auxiliary files (config.*) (torture.at:1962): ok (0m5.504s 0m1.876s) 289. Missing auxiliary files (install-sh) (torture.at:2024): ok (0m4.415s 0m1.236s) 290. Missing auxiliary files (foreign) (torture.at:2071): ok (0m5.650s 0m1.497s) 291. Missing auxiliary files (--force) (torture.at:2118): ok (0m3.547s 0m0.570s) 292. Files clobbered by AC_OPENMP (torture.at:2189): ok (0m5.030s 0m3.087s) 293. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:31): ok (0m0.820s 0m0.134s)
294. AC_REQUIRE & AC_LANG (compile.at:84): ok     (0m0.916s 0m0.274s)
295. AC_LANG_SOURCE (compile.at:123): ok     (0m1.511s 0m1.170s)
296. AC_LANG_SOURCE(C++) (compile.at:149): ok     (0m1.616s 0m0.911s)
297. AC_LANG_SOURCE example (compile.at:176): ok     (0m1.032s 0m0.432s)
298. AC_LANG_PROGRAM example (compile.at:217): ok     (0m1.094s 0m0.547s)
299. AC_COMPILE_IFELSE (compile.at:265): ok     (0m5.723s 0m2.757s)
300. AC_RUN_IFELSE (compile.at:311): ok     (0m1.773s 0m0.976s)
301. Order of user actions and cleanup (compile.at:351): ok (0m1.962s 0m1.222s)
302. AC_TRY_LINK_FUNC (compile.at:399): ok     (0m13.589s 0m7.700s)
303. Multiple languages (compile.at:409): ok     (0m5.941s 0m3.320s)
304. AC_NO_EXECUTABLES (aclang.at:8): ok     (0m4.356s 0m2.241s)
305. AC_REQUIRE_CPP (aclang.at:9): ok     (0m13.439s 0m7.429s)
306. Object file extensions (c.at:31): ok     (0m2.746s 0m1.292s)
307. Broken/missing compilers (c.at:59): ok     (0m1.092s 0m0.380s)
308. C keywords (c.at:77): ok     (0m2.708s 0m1.157s)
309. AC_PROG_CPP requires AC_PROG_CC (c.at:97): ok     (0m2.698s 0m1.210s)
310. AC_PROG_CPP with warnings (c.at:114): ok     (0m2.773s 0m1.233s)
311. AC_PROG_CPP without warnings (c.at:150): skipped (c.at:153)
312. AC_PROG_CPP via CC (c.at:194): skipped (c.at:197)
313. AC_PROG_EGREP and AC_EGREP_HEADER (c.at:239): ok (0m2.794s 0m1.382s) 314. AC_NO_EXECUTABLES (working linker) (c.at:263): ok (0m2.670s 0m1.092s) 315. AC_NO_EXECUTABLES (broken linker) (c.at:273): ok (0m2.395s 0m0.986s)
316. AC_USE_SYSTEM_EXTENSIONS (c.at:284): ok     (0m6.929s 0m3.091s)
317. AC_C_RESTRICT and C++ (c.at:307): ok     (0m3.039s 0m1.522s)
318. AC_OPENMP and C (c.at:370): skipped (c.at:413)
319. AC_OPENMP and C++ (c.at:423): skipped (c.at:455)
320. AC_C_BACKSLASH_A (acc.at:8): ok     (0m13.564s 0m7.280s)
321. AC_C_BIGENDIAN (acc.at:9): ok     (0m16.232s 0m9.087s)
322. AC_C_CHAR_UNSIGNED (acc.at:10): ok     (0m15.632s 0m8.327s)
323. AC_C_FLEXIBLE_ARRAY_MEMBER (acc.at:11): ok     (0m13.288s 0m7.391s)
324. AC_C_INLINE (acc.at:12): ok     (0m12.821s 0m6.965s)
325. AC_C_PROTOTYPES (acc.at:13): ok     (0m13.143s 0m7.180s)
326. AC_C_RESTRICT (acc.at:14): ok     (0m13.671s 0m7.260s)
327. AC_C_STRINGIZE (acc.at:15): ok     (0m12.958s 0m7.193s)
328. AC_C_TYPEOF (acc.at:16): ok     (0m13.448s 0m6.984s)
329. AC_C_VARARRAYS (acc.at:17): ok     (0m13.113s 0m7.259s)
330. AC_C__GENERIC (acc.at:18): ok     (0m13.223s 0m7.387s)
331. AC_OPENMP (acc.at:19): ok     (0m14.151s 0m9.216s)
333. AC_PROG_CPP_WERROR (acc.at:21): ok     (0m13.755s 0m8.263s)
334. AC_LANG_C (acc.at:24): ok     (0m4.578s 0m2.312s)
335. autoupdating AC_LANG_C (acc.at:24): ok     (0m8.941s 0m1.672s)
336. AC_LANG_CPLUSPLUS (acc.at:25): ok     (0m4.511s 0m2.259s)
337. autoupdating AC_LANG_CPLUSPLUS (acc.at:25): ok     (0m8.613s 0m1.649s)
338. AC_LANG_OBJC (acc.at:26): ok     (0m4.581s 0m2.310s)
339. autoupdating AC_LANG_OBJC (acc.at:26): ok     (0m8.463s 0m1.737s)
340. GNU Fortran 77 (fortran.at:31): skipped (fortran.at:31)
341. GNU Fortran (fortran.at:61): skipped (fortran.at:61)
342. AC_OPENMP and Fortran 77 (fortran.at:84): skipped (fortran.at:119)
343. AC_OPENMP and Fortran (fortran.at:129): skipped (fortran.at:164)
344. AC_F77_DUMMY_MAIN usage (fortran.at:186): skipped (fortran.at:256)
345. AC_FC_DUMMY_MAIN usage (fortran.at:267): skipped (fortran.at:338)
346. AC_F77_MAIN usage (fortran.at:349): skipped (fortran.at:419)
347. AC_FC_MAIN usage (fortran.at:433): skipped (fortran.at:503)
348. AC_F77_FUNC usage (fortran.at:517): skipped (fortran.at:582)
349. AC_FC_FUNC usage (fortran.at:593): skipped (fortran.at:658)
350. AC_FC_SRCEXT usage (fortran.at:669): skipped (fortran.at:743)
351. AC_FC_PP_SRCEXT usage (fortran.at:753): skipped (fortran.at:842)
352. AC_FC_FREEFORM (fortran.at:853): skipped (fortran.at:878)
353. AC_FC_FREEFORM with AC_FC_SRCEXT (fortran.at:889): skipped (fortran.at:915)
354. AC_FC_FIXEDFORM (fortran.at:926): skipped (fortran.at:952)
355. AC_FC_FIXEDFORM with AC_FC_SRCEXT (fortran.at:963): skipped (fortran.at:990)
356. AC_FC_LINE_LENGTH (fortran.at:1001): skipped (fortran.at:1058)
357. AC_FC_CHECK_BOUNDS (fortran.at:1073): skipped (fortran.at:1119)
358. AC_FC_MODULE_FLAG (fortran.at:1131): skipped (fortran.at:1186)
359. AC_F77_CRAY_POINTERS (fortran.at:1201): skipped (fortran.at:1231)
360. AC_FC_CRAY_POINTERS (fortran.at:1243): skipped (fortran.at:1274)
361. AC_F77_CRAY_POINTERS (acfortran.at:8): skipped (acfortran.at:8)
362. AC_F77_IMPLICIT_NONE (acfortran.at:9): skipped (acfortran.at:9)
363. AC_F77_MAIN (acfortran.at:10): skipped (acfortran.at:10)
364. AC_F77_WRAPPERS (acfortran.at:11): skipped (acfortran.at:11)
365. AC_FC_CHECK_BOUNDS (acfortran.at:12): skipped (acfortran.at:12)
366. AC_FC_CRAY_POINTERS (acfortran.at:13): skipped (acfortran.at:13)
367. AC_FC_FIXEDFORM (acfortran.at:14): skipped (acfortran.at:14)
368. AC_FC_FREEFORM (acfortran.at:15): skipped (acfortran.at:15)
369. AC_FC_IMPLICIT_NONE (acfortran.at:16): skipped (acfortran.at:16)
370. AC_FC_LINE_LENGTH (acfortran.at:17): skipped (acfortran.at:17)
371. AC_FC_MAIN (acfortran.at:18): skipped (acfortran.at:18)
372. AC_FC_MODULE_EXTENSION (acfortran.at:19): skipped (acfortran.at:19)
373. AC_FC_MODULE_FLAG (acfortran.at:20): skipped (acfortran.at:20)
374. AC_FC_MODULE_OUTPUT_FLAG (acfortran.at:21): skipped (acfortran.at:21)
375. AC_FC_PP_DEFINE (acfortran.at:22): skipped (acfortran.at:22)
376. AC_FC_WRAPPERS (acfortran.at:23): skipped (acfortran.at:23)
377. AC_PROG_F77_C_O (acfortran.at:24): skipped (acfortran.at:24)
378. AC_PROG_FC_C_O (acfortran.at:25): skipped (acfortran.at:25)
379. AC_F77_NAME_MANGLING (acfortran.at:28): ok     (0m3.958s 0m2.211s)
380. autoupdating AC_F77_NAME_MANGLING (acfortran.at:28): ok (0m8.550s 0m1.558s)
381. AC_LANG_FORTRAN77 (acfortran.at:29): ok     (0m4.342s 0m2.229s)
382. autoupdating AC_LANG_FORTRAN77 (acfortran.at:29): ok (0m8.615s 0m1.651s)
383. Erlang basic compilation (erlang.at:36): skipped (erlang.at:36)
384. AC_ERLANG_CHECK_LIB (erlang.at:66): skipped (erlang.at:66)
385. AC_ERLANG_SUBST_ROOT_DIR (erlang.at:82): skipped (erlang.at:82)
386. AC_ERLANG_SUBST_LIB_DIR (erlang.at:95): skipped (erlang.at:95)
387. AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR (erlang.at:109): ok (0m4.678s 0m2.040s)
388. AC_ERLANG_PATH_ERL (acerlang.at:8): ok     (0m4.455s 0m2.207s)
389. AC_ERLANG_PATH_ERLC (acerlang.at:9): ok     (0m4.404s 0m2.294s)
390. AC_ERLANG_SUBST_ERTS_VER (acerlang.at:10): skipped (acerlang.at:10)
391. AC_ERLANG_SUBST_LIB_DIR (acerlang.at:11): skipped (acerlang.at:11)
392. AC_LANG_ERLANG (acerlang.at:14): ok     (0m4.588s 0m2.044s)
393. autoupdating AC_LANG_ERLANG (acerlang.at:14): ok (0m8.753s 0m1.578s)
394. Go (go.at:30): skipped (go.at:30)
395. AC_LANG_GO (acgo.at:8): ok     (0m4.414s 0m2.265s)
396. autoupdating AC_LANG_GO (acgo.at:8): ok     (0m8.793s 0m1.572s)
397. AC_CHECK_LIB (semantics.at:35): ok     (0m13.271s 0m8.220s)
398. AC_SEARCH_LIBS (needed) (semantics.at:117): ok (0m16.235s 0m11.730s) 399. AC_SEARCH_LIBS (none needed) (semantics.at:190): ok (0m13.031s 0m6.979s)
400. AC_CHECK_DECLS (semantics.at:205): ok     (0m15.713s 0m11.882s)
401. AC_CHECK_FUNCS (semantics.at:269): ok     (0m13.827s 0m8.109s)
402. AC_REPLACE_FUNCS (semantics.at:282): ok     (0m3.174s 0m1.656s)
403. AC_CHECK_HEADERS (semantics.at:341): ok     (0m3.143s 0m1.512s)
404. AC_CHECK_HEADERS (preprocessor test) (semantics.at:377): ok (0m2.803s 0m1.300s) 405. AC_CHECK_HEADERS (compiler test) (semantics.at:415): ok (0m2.677s 0m1.214s)
406. AC_CHECK_MEMBER (semantics.at:451): ok     (0m14.082s 0m7.831s)
407. AC_CHECK_MEMBERS (semantics.at:477): ok     (0m14.122s 0m7.758s)
408. AC_CHECK_ALIGNOF (semantics.at:492): ok     (0m17.227s 0m9.264s)
409. AC_CHECK_ALIGNOF struct (semantics.at:509): ok     (0m16.516s 0m9.103s)
410. AC_CHECK_SIZEOF (semantics.at:521): ok     (0m17.522s 0m9.503s)
411. AC_CHECK_SIZEOF struct (semantics.at:537): ok     (0m18.723s 0m11.286s)
412. AC_CHECK_TYPES (semantics.at:562): ok     (0m14.083s 0m7.730s)
413. AC_CHECK_TYPES: backward compatibility (semantics.at:576): ok (0m0.760s 0m0.118s)
414. AC_CHECK_FILES (semantics.at:615): ok     (0m2.075s 0m0.730s)
415. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:659): ok (0m1.109s 0m0.511s)
416. AC_C_BIGENDIAN (semantics.at:708): ok     (0m7.373s 0m3.197s)
417. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:770): ok (0m1.133s 0m0.523s) 418. AC_PATH_PROGS_FEATURE_CHECK (semantics.at:812): ok (0m1.104s 0m0.541s)
419. AC_PATH_XTRA (semantics.at:892): ok     (0m3.811s 0m2.435s)
420. AC_SYS_LARGEFILE (semantics.at:908): ok     (0m13.939s 0m7.683s)
421. AC_SYS_YEAR2038 (semantics.at:917): ok     (0m13.861s 0m7.629s)
422. AC_SYS_YEAR2038_RECOMMENDED (semantics.at:926): ok (0m15.819s 0m8.645s) 423. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:961): ok (0m7.944s 0m4.486s)
424. AC_FUNC_SETVBUF_REVERSED (semantics.at:962): ok     (0m4.677s 0m2.365s)
425. AC_FUNC_WAIT3 (semantics.at:963): ok     (0m8.004s 0m4.547s)
426. AC_TRY_CPP (semantics.at:977): ok     (0m14.088s 0m7.933s)
427. autoupdating AC_TRY_CPP (semantics.at:977): ok     (0m10.669s 0m2.948s)
428. AC_TRY_COMPILE (semantics.at:992): ok     (0m13.447s 0m7.279s)
429. autoupdating AC_TRY_COMPILE (semantics.at:992): ok (0m10.253s 0m2.543s)
430. AC_TRY_LINK (semantics.at:1004): ok     (0m13.644s 0m7.710s)
431. autoupdating AC_TRY_LINK (semantics.at:1004): ok (0m10.461s 0m3.123s)
432. AC_COMPILE_CHECK (semantics.at:1020): ok     (0m13.658s 0m7.865s)
433. autoupdating AC_COMPILE_CHECK (semantics.at:1020): ok (0m10.349s 0m2.559s)
434. AC_TRY_RUN (semantics.at:1032): ok     (0m13.415s 0m7.191s)
435. autoupdating AC_TRY_RUN (semantics.at:1032): ok (0m10.461s 0m2.596s)
436. AC_HAVE_LIBRARY (semantics.at:1050): ok     (0m13.947s 0m7.580s)
437. autoupdating AC_HAVE_LIBRARY (semantics.at:1050): ok (0m10.637s 0m2.605s) 438. Macro expansion in AC_CHECK_FUNCS (literal) (semantics.at:1204): ok (0m2.756s 0m1.335s) 439. Macro expansion in AC_CHECK_FUNCS (variable) (semantics.at:1204): ok (0m2.672s 0m1.329s) 440. Macro expansion in AC_CHECK_FUNCS_ONCE (semantics.at:1205): ok (0m2.698s 0m1.314s) 441. Macro expansion in AC_REPLACE_FUNCS (literal) (semantics.at:1206): ok (0m2.666s 0m1.331s) 442. Macro expansion in AC_REPLACE_FUNCS (variable) (semantics.at:1206): ok (0m2.699s 0m1.384s) 443. Macro expansion in AC_CHECK_HEADERS (literal) (semantics.at:1208): ok (0m3.222s 0m1.679s) 444. Macro expansion in AC_CHECK_HEADERS (variable) (semantics.at:1208): ok (0m3.338s 0m1.611s) 445. Macro expansion in AC_CHECK_HEADERS_ONCE (semantics.at:1209): ok (0m3.381s 0m1.700s) 446. Macro expansion in AC_CHECK_FILES (semantics.at:1211): ok (0m1.924s 0m0.762s) 447. Macro expansion in AC_CONFIG_MACRO_DIRS (semantics.at:1237): ok (0m0.678s 0m0.146s) 448. Macro expansion in AC_CONFIG_SUBDIRS (semantics.at:1261): ok (0m1.869s 0m0.784s) 449. AC_PROG_LEX with noyywrap (semantics.at:1306): ok (0m16.054s 0m7.909s) 450. AC_PROG_LEX with yywrap (semantics.at:1308): ok (0m18.279s 0m9.308s) 451. AC_PROG_LEX in legacy mode (semantics.at:1323): ok (0m3.280s 0m1.297s) 452. Invalid arguments to AC_PROG_LEX (semantics.at:1343): ok (0m5.541s 0m0.988s)
453. AC_ARG_ENABLE (acgeneral.at:8): ok     (0m4.646s 0m2.284s)
454. AC_ARG_PROGRAM (acgeneral.at:9): ok     (0m4.477s 0m2.245s)
455. AC_ARG_WITH (acgeneral.at:10): ok     (0m4.571s 0m2.217s)
456. AC_CHECK_DECLS_ONCE (acgeneral.at:11): ok     (0m15.848s 0m9.059s)
457. AC_EGREP_CPP (acgeneral.at:12): ok     (0m14.185s 0m8.755s)
458. AC_EGREP_HEADER (acgeneral.at:13): ok     (0m14.381s 0m8.772s)
459. AC_LIBOBJ (acgeneral.at:14): ok     (0m4.593s 0m2.252s)
460. AC_LIBSOURCES (acgeneral.at:15): ok     (0m4.412s 0m2.217s)
461. AC_PREFIX_DEFAULT (acgeneral.at:16): ok     (0m4.631s 0m2.276s)
462. AC_REQUIRE_AUX_FILE (acgeneral.at:17): ok     (0m4.611s 0m2.251s)
463. AC_CHECKING (acgeneral.at:20): ok     (0m4.556s 0m2.238s)
464. autoupdating AC_CHECKING (acgeneral.at:20): ok     (0m8.767s 0m1.651s)
465. AC_ENABLE (acgeneral.at:21): ok     (0m4.494s 0m2.263s)
466. autoupdating AC_ENABLE (acgeneral.at:21): ok     (0m8.582s 0m1.617s)
467. AC_MSG_RESULT_UNQUOTED (acgeneral.at:22): ok     (0m4.634s 0m2.316s)
468. autoupdating AC_MSG_RESULT_UNQUOTED (acgeneral.at:22): ok (0m8.598s 0m1.624s) 469. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:23): ok (0m4.509s 0m2.261s) 470. autoupdating AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:23): ok (0m8.727s 0m1.654s)
471. AC_WITH (acgeneral.at:24): ok     (0m4.412s 0m2.372s)
472. autoupdating AC_WITH (acgeneral.at:24): ok     (0m8.758s 0m1.693s)
473. _AC_COMPUTE_INT (acgeneral.at:25): ok     (0m13.631s 0m7.664s)
474. autoupdating _AC_COMPUTE_INT (acgeneral.at:25): ok (0m10.203s 0m2.626s)
475. AC_OUTPUT_COMMANDS (acstatus.at:8): ok     (0m4.569s 0m2.310s)
476. autoupdating AC_OUTPUT_COMMANDS (acstatus.at:8): ok (0m8.687s 0m1.633s)
477. AC_SYS_INTERPRETER (acspecific.at:8): ok     (0m4.569s 0m2.316s)
478. AC_SYS_LONG_FILE_NAMES (acspecific.at:9): ok     (0m4.424s 0m2.252s)
479. AC_SYS_POSIX_TERMIOS (acspecific.at:10): ok     (0m12.672s 0m6.642s)
480. AC_AIX (acspecific.at:13): ok     (0m15.112s 0m8.408s)
481. autoupdating AC_AIX (acspecific.at:13): ok     (0m11.000s 0m3.318s)
482. AC_ARG_ARRAY (acspecific.at:14): ok     (0m3.989s 0m1.962s)
483. autoupdating AC_ARG_ARRAY (acspecific.at:14): ok (0m8.489s 0m1.580s)
484. AC_DECL_SYS_SIGLIST (acspecific.at:15): ok     (0m12.622s 0m7.051s)
485. autoupdating AC_DECL_SYS_SIGLIST (acspecific.at:15): ok (0m9.796s 0m2.820s)
486. AC_DYNIX_SEQ (acspecific.at:16): ok     (0m13.008s 0m6.868s)
487. autoupdating AC_DYNIX_SEQ (acspecific.at:16): ok (0m9.971s 0m2.680s)
488. AC_HAVE_POUNDBANG (acspecific.at:17): ok     (0m4.320s 0m2.029s)
489. autoupdating AC_HAVE_POUNDBANG (acspecific.at:17): ok (0m8.263s 0m1.549s)
490. AC_IRIX_SUN (acspecific.at:18): ok     (0m12.855s 0m7.547s)
491. autoupdating AC_IRIX_SUN (acspecific.at:18): ok (0m10.034s 0m2.879s)
492. AC_ISC_POSIX (acspecific.at:19): ok     (0m12.457s 0m6.698s)
493. autoupdating AC_ISC_POSIX (acspecific.at:19): ok (0m9.732s 0m2.382s)
494. AC_MINIX (acspecific.at:20): ok     (0m15.315s 0m8.288s)
495. autoupdating AC_MINIX (acspecific.at:20): ok     (0m10.520s 0m3.055s)
496. AC_SCO_INTL (acspecific.at:21): ok     (0m11.892s 0m6.261s)
497. autoupdating AC_SCO_INTL (acspecific.at:21): ok     (0m9.793s 0m2.331s)
498. AC_XENIX_DIR (acspecific.at:22): ok     (0m13.865s 0m7.334s)
499. autoupdating AC_XENIX_DIR (acspecific.at:22): ok (0m10.348s 0m2.534s)
500. AC_PROG_AR (acprograms.at:8): ok     (0m4.205s 0m1.973s)
501. AC_PROG_AWK (acprograms.at:9): ok     (0m4.237s 0m1.915s)
502. AC_PROG_EGREP (acprograms.at:10): ok     (0m4.603s 0m2.183s)
503. AC_PROG_FGREP (acprograms.at:11): ok     (0m4.428s 0m2.238s)
504. AC_PROG_INSTALL (acprograms.at:12): ok     (0m4.235s 0m2.004s)
505. AC_PROG_LN_S (acprograms.at:13): ok     (0m4.220s 0m1.927s)
506. AC_PROG_MAKE_SET (acprograms.at:14): ok     (0m4.439s 0m2.017s)
507. AC_PROG_MKDIR_P (acprograms.at:15): ok     (0m4.454s 0m2.088s)
508. AC_PROG_RANLIB (acprograms.at:16): ok     (0m4.274s 0m2.031s)
509. AC_PROG_SED (acprograms.at:17): ok     (0m4.723s 0m2.276s)
510. AC_PROG_YACC (acprograms.at:18): ok     (0m4.435s 0m2.097s)
511. AC_CHECK_TOOL_PREFIX (acprograms.at:21): ok     (0m4.357s 0m2.251s)
512. autoupdating AC_CHECK_TOOL_PREFIX (acprograms.at:21): ok (0m8.243s 0m1.593s)
513. AC_DECL_YYTEXT (acprograms.at:22): ok     (0m15.976s 0m7.736s)
514. autoupdating AC_DECL_YYTEXT (acprograms.at:22): ok (0m11.783s 0m2.950s)
515. AC_RSH (acprograms.at:23): ok     (0m4.328s 0m2.227s)
516. autoupdating AC_RSH (acprograms.at:23): ok     (0m8.668s 0m1.567s)
517. AC_CHECK_HEADERS_ONCE (acheaders.at:8): ok     (0m14.838s 0m8.140s)
518. AC_CHECK_HEADER_STDBOOL (acheaders.at:9): ok     (0m15.354s 0m8.431s)
519. AC_HEADER_ASSERT (acheaders.at:10): ok     (0m4.219s 0m1.922s)
520. AC_HEADER_MAJOR (acheaders.at:11): ok     (0m14.657s 0m8.174s)
521. AC_HEADER_RESOLV (acheaders.at:12): ok     (0m13.460s 0m7.697s)
522. AC_HEADER_STAT (acheaders.at:13): ok     (0m12.926s 0m6.964s)
523. AC_HEADER_STDBOOL (acheaders.at:14): ok     (0m15.587s 0m8.444s)
524. AC_HEADER_TIOCGWINSZ (acheaders.at:15): ok     (0m15.109s 0m8.284s)
525. AC_DIR_HEADER (acheaders.at:18): ok     (0m13.617s 0m7.428s)
526. autoupdating AC_DIR_HEADER (acheaders.at:18): ok (0m10.400s 0m2.554s)
527. AC_HEADER_STDC (acheaders.at:19): ok     (0m15.250s 0m8.880s)
528. autoupdating AC_HEADER_STDC (acheaders.at:19): ok (0m11.289s 0m3.335s)
529. AC_HEADER_TIME (acheaders.at:20): ok     (0m14.789s 0m7.970s)
530. autoupdating AC_HEADER_TIME (acheaders.at:20): ok (0m10.826s 0m3.002s)
531. AC_MEMORY_H (acheaders.at:21): ok     (0m14.972s 0m8.025s)
532. autoupdating AC_MEMORY_H (acheaders.at:21): ok     (0m11.014s 0m3.076s)
533. AC_UNISTD_H (acheaders.at:22): ok     (0m14.462s 0m7.884s)
534. autoupdating AC_UNISTD_H (acheaders.at:22): ok     (0m10.633s 0m2.931s)
535. AC_USG (acheaders.at:23): ok     (0m12.857s 0m6.787s)
536. autoupdating AC_USG (acheaders.at:23): ok     (0m9.688s 0m2.560s)
537. _AC_CHECK_HEADER_MONGREL (acheaders.at:24): ok     (0m13.193s 0m8.725s)
538. autoupdating _AC_CHECK_HEADER_MONGREL (acheaders.at:24): ok (0m10.298s 0m3.810s)
539. AC_STRUCT_DIRENT_D_INO (actypes.at:8): ok     (0m13.533s 0m8.615s)
540. AC_STRUCT_DIRENT_D_TYPE (actypes.at:9): ok     (0m13.802s 0m7.353s)
541. AC_STRUCT_ST_BLOCKS (actypes.at:10): ok     (0m15.145s 0m8.263s)
542. AC_STRUCT_TIMEZONE (actypes.at:11): ok     (0m13.747s 0m7.406s)
543. AC_TYPE_INT16_T (actypes.at:12): ok     (0m15.233s 0m9.485s)
544. AC_TYPE_INT32_T (actypes.at:13): ok     (0m15.294s 0m8.962s)
545. AC_TYPE_INT64_T (actypes.at:14): ok     (0m15.209s 0m8.090s)
546. AC_TYPE_INT8_T (actypes.at:15): ok     (0m14.945s 0m8.065s)
547. AC_TYPE_INTMAX_T (actypes.at:16): ok     (0m15.124s 0m8.719s)
548. AC_TYPE_INTPTR_T (actypes.at:17): ok     (0m14.727s 0m8.010s)
549. AC_TYPE_LONG_DOUBLE (actypes.at:18): ok     (0m12.687s 0m6.993s)
550. AC_TYPE_LONG_DOUBLE_WIDER (actypes.at:19): ok     (0m12.925s 0m7.051s)
551. AC_TYPE_MODE_T (actypes.at:20): ok     (0m15.326s 0m8.512s)
552. AC_TYPE_OFF_T (actypes.at:21): ok     (0m13.238s 0m7.131s)
553. AC_TYPE_SSIZE_T (actypes.at:22): ok     (0m13.695s 0m7.739s)
554. AC_TYPE_UINT16_T (actypes.at:23): ok     (0m15.153s 0m8.135s)
555. AC_TYPE_UINT32_T (actypes.at:24): ok     (0m15.085s 0m8.236s)
556. AC_TYPE_UINT64_T (actypes.at:25): ok     (0m14.745s 0m7.971s)
557. AC_TYPE_UINT8_T (actypes.at:26): ok     (0m14.962s 0m8.160s)
558. AC_TYPE_UINTMAX_T (actypes.at:27): ok     (0m15.554s 0m8.587s)
559. AC_TYPE_UINTPTR_T (actypes.at:28): ok     (0m15.300s 0m8.401s)
560. AC_C_LONG_DOUBLE (actypes.at:31): ok     (0m12.923s 0m6.900s)
561. autoupdating AC_C_LONG_DOUBLE (actypes.at:31): ok (0m9.859s 0m2.249s)
562. AC_INT_16_BITS (actypes.at:32): ok     (0m15.879s 0m8.912s)
563. autoupdating AC_INT_16_BITS (actypes.at:32): ok (0m11.134s 0m3.198s)
564. AC_LONG_64_BITS (actypes.at:33): ok     (0m16.088s 0m8.868s)
565. autoupdating AC_LONG_64_BITS (actypes.at:33): ok (0m11.169s 0m3.195s)
566. AC_STRUCT_ST_BLKSIZE (actypes.at:34): ok     (0m15.200s 0m8.123s)
567. autoupdating AC_STRUCT_ST_BLKSIZE (actypes.at:34): ok (0m10.701s 0m2.963s)
568. AC_STRUCT_ST_RDEV (actypes.at:35): ok     (0m14.831s 0m7.768s)
569. autoupdating AC_STRUCT_ST_RDEV (actypes.at:35): ok (0m11.207s 0m3.162s)
570. AC_TYPE_SIGNAL (actypes.at:36): ok     (0m13.063s 0m6.955s)
571. autoupdating AC_TYPE_SIGNAL (actypes.at:36): ok (0m10.153s 0m2.413s)
572. AM_TYPE_PTRDIFF_T (actypes.at:37): ok     (0m15.157s 0m8.359s)
573. autoupdating AM_TYPE_PTRDIFF_T (actypes.at:37): ok (0m10.663s 0m2.914s)
574. AC_CHECK_FUNCS_ONCE (acfunctions.at:8): ok     (0m2.921s 0m1.454s)
575. AC_FUNC_ALLOCA (acfunctions.at:9): ok     (0m11.844s 0m6.703s)
576. AC_FUNC_CHOWN (acfunctions.at:10): ok     (0m6.933s 0m3.917s)
577. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:11): ok     (0m13.439s 0m7.485s)
578. AC_FUNC_ERROR_AT_LINE (acfunctions.at:12): ok     (0m11.395s 0m6.328s)
579. AC_FUNC_FNMATCH (acfunctions.at:13): ok     (0m6.600s 0m3.683s)
580. AC_FUNC_FORK (acfunctions.at:14): ok     (0m8.578s 0m4.944s)
581. AC_FUNC_FSEEKO (acfunctions.at:15): ok     (0m13.090s 0m7.414s)
582. AC_FUNC_GETGROUPS (acfunctions.at:16): ok     (0m8.692s 0m6.359s)
583. AC_FUNC_GETMNTENT (acfunctions.at:17): ok     (0m13.651s 0m7.727s)
584. AC_FUNC_GETPGRP (acfunctions.at:18): ok     (0m15.398s 0m8.297s)
585. AC_FUNC_LSTAT (acfunctions.at:19): ok     (0m8.489s 0m4.590s)
586. AC_FUNC_MALLOC (acfunctions.at:20): ok     (0m7.131s 0m3.853s)
587. AC_FUNC_MBRTOWC (acfunctions.at:21): ok     (0m13.822s 0m7.327s)
588. AC_FUNC_MEMCMP (acfunctions.at:22): ok     (0m8.017s 0m4.495s)
589. AC_FUNC_MKTIME (acfunctions.at:23): ok     (0m8.018s 0m4.627s)
590. AC_FUNC_MMAP (acfunctions.at:24): ok     (0m8.591s 0m4.851s)
591. AC_FUNC_OBSTACK (acfunctions.at:25): ok     (0m15.669s 0m8.301s)
592. AC_FUNC_REALLOC (acfunctions.at:26): ok     (0m7.244s 0m3.907s)
593. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:27): ok (0m16.544s 0m9.026s)
594. AC_FUNC_SETPGRP (acfunctions.at:28): ok     (0m16.088s 0m8.657s)
595. AC_FUNC_STAT (acfunctions.at:29): ok     (0m8.630s 0m4.893s)
596. AC_FUNC_STRCOLL (acfunctions.at:30): ok     (0m8.335s 0m4.714s)
597. AC_FUNC_STRERROR_R (acfunctions.at:31): ok     (0m16.195s 0m9.267s)
598. AC_FUNC_STRFTIME (acfunctions.at:32): ok     (0m13.330s 0m7.283s)
599. AC_FUNC_STRNLEN (acfunctions.at:33): ok     (0m7.734s 0m4.202s)
600. AC_FUNC_STRTOD (acfunctions.at:34): ok     (0m7.764s 0m4.588s)
601. AC_FUNC_STRTOLD (acfunctions.at:35): ok     (0m12.627s 0m7.466s)
602. AC_FUNC_UTIME_NULL (acfunctions.at:36): ok     (0m15.386s 0m9.261s)
603. AC_FUNC_VPRINTF (acfunctions.at:37): ok     (0m13.295s 0m7.337s)
604. Libtool (foreign.at:26): skipped (foreign.at:29)
605. shtool (foreign.at:93): skipped (foreign.at:130)
606. AX_PROG_CC_FOR_BUILD (foreign.at:145): ok     (0m2.453s 0m1.670s)
607. AX_PROG_CXX_FOR_BUILD (foreign.at:179): ok     (0m3.381s 0m2.319s)
608. gnulib-std-gnu11.m4 (foreign.at:215): ok     (0m10.829s 0m1.652s)
609. autoscan (autoscan.at:21): ok     (0m0.699s 0m0.147s)
testsuite: ending at: Thu Dec 21 17:55:02 GMT 2023
testsuite: test suite duration: 1h 38m 47s

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

ERROR: 549 tests were run,
6 failed (4 expected failures).
60 tests were skipped.

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

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

  11: tools.at:442       autoconf: forbidden tokens, basic
 332: acc.at:20          AC_PROG_CC_C_O

Skipped tests:
GNU Autoconf 2.72e test suite test groups:

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

  40: tools.at:1462      autoupdating with aclocal and m4_include
  41: tools.at:1497      autom4te preselections
  45: tools.at:1708      autotools and relative TMPDIR
 280: torture.at:1456    Configuring subdirectories
      autoreconf
 281: torture.at:1584    Deep Package
      autoreconf
 282: torture.at:1723    Non-Autoconf AC_CONFIG_SUBDIRS
      autoreconf
 286: torture.at:1874    Unusual Automake input files
      autoreconf
 287: torture.at:1909    Specific warnings options for autoreconf
      autoreconf
 311: c.at:150           AC_PROG_CPP without warnings
 312: c.at:194           AC_PROG_CPP via CC
 318: c.at:370           AC_OPENMP and C
 319: c.at:423           AC_OPENMP and C++
 340: fortran.at:31      GNU Fortran 77
 341: fortran.at:61      GNU Fortran
 342: fortran.at:84      AC_OPENMP and Fortran 77
 343: fortran.at:129     AC_OPENMP and Fortran
 344: fortran.at:186     AC_F77_DUMMY_MAIN usage
 345: fortran.at:267     AC_FC_DUMMY_MAIN usage
 346: fortran.at:349     AC_F77_MAIN usage
 347: fortran.at:433     AC_FC_MAIN usage
 348: fortran.at:517     AC_F77_FUNC usage
 349: fortran.at:593     AC_FC_FUNC usage
 350: fortran.at:669     AC_FC_SRCEXT usage
 351: fortran.at:753     AC_FC_PP_SRCEXT usage
 352: fortran.at:853     AC_FC_FREEFORM
 353: fortran.at:889     AC_FC_FREEFORM with AC_FC_SRCEXT
 354: fortran.at:926     AC_FC_FIXEDFORM
 355: fortran.at:963     AC_FC_FIXEDFORM with AC_FC_SRCEXT
 356: fortran.at:1001    AC_FC_LINE_LENGTH
 357: fortran.at:1073    AC_FC_CHECK_BOUNDS
 358: fortran.at:1131    AC_FC_MODULE_FLAG
 359: fortran.at:1201    AC_F77_CRAY_POINTERS
 360: fortran.at:1243    AC_FC_CRAY_POINTERS
 361: acfortran.at:8     AC_F77_CRAY_POINTERS
 362: acfortran.at:9     AC_F77_IMPLICIT_NONE
 363: acfortran.at:10    AC_F77_MAIN
 364: acfortran.at:11    AC_F77_WRAPPERS
 365: acfortran.at:12    AC_FC_CHECK_BOUNDS
 366: acfortran.at:13    AC_FC_CRAY_POINTERS
 367: acfortran.at:14    AC_FC_FIXEDFORM
 368: acfortran.at:15    AC_FC_FREEFORM
 369: acfortran.at:16    AC_FC_IMPLICIT_NONE
 370: acfortran.at:17    AC_FC_LINE_LENGTH
 371: acfortran.at:18    AC_FC_MAIN
 372: acfortran.at:19    AC_FC_MODULE_EXTENSION
 373: acfortran.at:20    AC_FC_MODULE_FLAG
 374: acfortran.at:21    AC_FC_MODULE_OUTPUT_FLAG
 375: acfortran.at:22    AC_FC_PP_DEFINE
 376: acfortran.at:23    AC_FC_WRAPPERS
 377: acfortran.at:24    AC_PROG_F77_C_O
 378: acfortran.at:25    AC_PROG_FC_C_O
 383: erlang.at:36       Erlang basic compilation
 384: erlang.at:66       AC_ERLANG_CHECK_LIB
 385: erlang.at:82       AC_ERLANG_SUBST_ROOT_DIR
 386: erlang.at:95       AC_ERLANG_SUBST_LIB_DIR
      erlang
 390: acerlang.at:10     AC_ERLANG_SUBST_ERTS_VER
 391: acerlang.at:11     AC_ERLANG_SUBST_LIB_DIR
 394: go.at:30           Go
 604: foreign.at:26      Libtool
 605: foreign.at:93      shtool

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

#                             -*- compilation -*-
11. tools.at:442: testing autoconf: forbidden tokens, basic ...
../../autoconf-2.72e/tests/tools.at:465: autoconf --force
stderr:
/Users/sme/Downloads/auto/../autoconf-2.72e/lib/autoconf/trailer.m4:4: warning: AC_INIT was never used /Users/sme/Downloads/auto/../autoconf-2.72e/lib/autoconf/trailer.m4:4: warning: AC_OUTPUT was never used
configure.ac:2: error: possibly undefined macro: m4_foo
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:3: error: possibly undefined macro: _m4_bar
configure.ac:4: error: possibly undefined macro: AS_FOO
configure.ac:5: error: possibly undefined macro: _AS_BAR
configure.ac:6: error: possibly undefined macro: dnl
../../autoconf-2.72e/tests/tools.at:465: mv stderr stderr-raw &&
   sed 's/^[^:]*m4[-.ex0-9]*: *\([^:]*:\) *\([0-9][0-9]*: \)/m4:\1\2/
        s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4[-.ex0-9]*: /m4:\1\2 /
        s/: include: [cC]\(annot open\)/: c\1/
s/: [cC]\(annot open \)[`'\'']*\([^'\'':]*\)'\''*:/: c\1'\''\2'\'':/
        s/^autom4te: [^ ]*m4[.ex]* /autom4te: m4 /
        s/^autom4te: error: [^ ]*m4[.ex]* /autom4te: error: m4 /
        s!^.*/\([^/][^/]*\)\.m4: *[0-9][0-9]*: *!\1.m4: !
        s!^.*/\([^/][^/]*\)\.m4: *[0-9][0-9]*: *[0-9][0-9]*: *!\1.m4: !
        s/ (E[A-Z]*)$//
    ' stderr-raw >&2
../../autoconf-2.72e/tests/tools.at:465: "$SHELL_N" -n configure
stderr:
../../autoconf-2.72e/tests/tools.at:481: autoconf
stderr:
/Users/sme/Downloads/auto/../autoconf-2.72e/lib/autoconf/trailer.m4:4: warning: AC_INIT was never used /Users/sme/Downloads/auto/../autoconf-2.72e/lib/autoconf/trailer.m4:4: warning: AC_OUTPUT was never used
configure.ac:2: error: possibly undefined macro: m4_foo
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:3: error: possibly undefined macro: _m4_bar
configure.ac:4: error: possibly undefined macro: AS_FOO
configure.ac:5: error: possibly undefined macro: _AS_BAR
configure.ac:6: error: possibly undefined macro: dnl
../../autoconf-2.72e/tests/tools.at:481: exit code was 1, expected 0
11. tools.at:442: 11. autoconf: forbidden tokens, basic (tools.at:442): FAILED (tools.at:481)

#                             -*- compilation -*-
332. acc.at:20: testing AC_PROG_CC_C_O ...
../../autoconf-2.72e/tests/acc.at:20: autoconf --force
../../autoconf-2.72e/tests/acc.at:20: "$SHELL_N" -n configure
stderr:
../../autoconf-2.72e/tests/acc.at:20: autoheader
../../autoconf-2.72e/tests/acc.at:20: ./configure $configure_options -C
stdout:
configure: creating cache config.cache
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... -std=gnu11
checking whether gcc -std=gnu11 and cc understand -c and -o together... yes
configure: updating cache config.cache
configure: creating ./config.status
config.status: creating config.h
../../autoconf-2.72e/tests/acc.at:20: ath_fn_check_env
../../autoconf-2.72e/tests/acc.at:20: ./configure $configure_options -C
stdout:
configure: loading cache config.cache
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) -std=gnu11
checking whether gcc -std=gnu11 and cc understand -c and -o together... (cached) yes
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged
../../autoconf-2.72e/tests/acc.at:20: ath_fn_check_env
../../autoconf-2.72e/tests/acc.at:20: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ../../autoconf-2.72e/tests/acc.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2"
../../autoconf-2.72e/tests/acc.at:20: autoconf --force
../../autoconf-2.72e/tests/acc.at:20: "$SHELL_N" -n configure
stderr:
../../autoconf-2.72e/tests/acc.at:20: autoheader
../../autoconf-2.72e/tests/acc.at:20: ./configure $configure_options -C
stdout:
configure: creating cache config.cache
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... -std=gnu11
checking whether gcc -std=gnu11 and cc understand -c and -o together... yes
configure: updating cache config.cache
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged
../../autoconf-2.72e/tests/acc.at:20: ath_fn_check_env
../../autoconf-2.72e/tests/acc.at:20: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ../../autoconf-2.72e/tests/acc.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1"
../../autoconf-2.72e/tests/acc.at:20: ./configure $configure_options -C
stdout:
configure: loading cache config.cache
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... (cached) o
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) -std=gnu11
checking whether gcc -std=gnu11 and cc understand -c and -o together... (cached) yes
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged
../../autoconf-2.72e/tests/acc.at:20: ath_fn_check_env
../../autoconf-2.72e/tests/acc.at:20: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ../../autoconf-2.72e/tests/acc.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2"
../../autoconf-2.72e/tests/acc.at:20: autoconf --force
stderr:
stdout:
../../autoconf-2.72e/tests/acc.at:20: mv stderr stderr-raw &&
   sed 's/^[^:]*m4[-.ex0-9]*: *\([^:]*:\) *\([0-9][0-9]*: \)/m4:\1\2/
        s/^\([^:]*:\) *\([0-9][0-9]*:\)[^:]*m4[-.ex0-9]*: /m4:\1\2 /
        s/: include: [cC]\(annot open\)/: c\1/
s/: [cC]\(annot open \)[`'\'']*\([^'\'':]*\)'\''*:/: c\1'\''\2'\'':/
        s/^autom4te: [^ ]*m4[.ex]* /autom4te: m4 /
        s/^autom4te: error: [^ ]*m4[.ex]* /autom4te: error: m4 /
        s!^.*/\([^/][^/]*\)\.m4: *[0-9][0-9]*: *!\1.m4: !
        s!^.*/\([^/][^/]*\)\.m4: *[0-9][0-9]*: *[0-9][0-9]*: *!\1.m4: !
        s/ (E[A-Z]*)$//
    ' stderr-raw >&2
stderr:
../../autoconf-2.72e/tests/acc.at:20: "$SHELL_N" -n configure
stderr:
../../autoconf-2.72e/tests/acc.at:20: autoheader
../../autoconf-2.72e/tests/acc.at:20: ./configure $configure_options -C;
      status=$?
      if test $status -eq 77; then
        touch at-no-cxx
        exit 0
      else
        exit $status
      fi

stdout:
configure: creating cache config.cache
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... -std=gnu11
checking whether gcc -std=gnu11 and cc understand -c and -o together... no
configure: updating cache config.cache
configure: creating ./config.status
config.status: creating config.h
../../autoconf-2.72e/tests/acc.at:20: ath_fn_check_env
../../autoconf-2.72e/tests/acc.at:20: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1"
--- /dev/null   2023-12-21 16:44:32.000000000 +0000
+++ /Users/sme/Downloads/auto/tests/testsuite.dir/at-groups/332/stdout 2023-12-21 16:44:32.000000000 +0000
@@ -0,0 +1,11 @@
+--- config-h.c-native-r1       2023-12-21 16:44:16.000000000 +0000
++++ config-h.cxx-native-r1     2023-12-21 16:44:32.000000000 +0000
+@@ -2,7 +2,7 @@
+ /* config.hin.  Generated from configure.ac by autoheader.  */
+
+ /* Define to 1 if your C compiler doesn't accept -c and -o together. */
+-/* #undef NO_MINUS_C_MINUS_O */
++#define NO_MINUS_C_MINUS_O 1
+
+ /* Define to the address where bug reports for this package should be sent. */
+ #define PACKAGE_BUGREPORT ""
../../autoconf-2.72e/tests/acc.at:20: exit code was 1, expected 0
config.log:
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by configure, which was
> generated by GNU Autoconf 2.72e.  Invocation command line was
>
>   $ ./configure -C
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = mba.local
> uname -m = x86_64
> uname -r = 13.4.0
> uname -s = Darwin
> uname -v = Darwin Kernel Version 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64
>
> /usr/bin/uname -p = i386
> /bin/uname -X     = unknown
>
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = Mach kernel version:
> Darwin Kernel Version 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64
> Kernel configured for up to 2 processors.
> 2 processors are physically available.
> 2 processors are logically available.
> Processor type: i486 (Intel 80486)
> Processors active: 0 1
> Primary memory available: 2.00 gigabytes
> Default processor set: 127 tasks, 406 threads, 2 processors
> Load average: 4.36, Mach factor: 0.38
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /Users/sme/Downloads/auto/tests/
> PATH: /Users/sme/Downloads/autoconf-2.72e/tests/
> PATH: /Users/sme/Downloads/auto/tests/
> PATH: /usr/bin/
> PATH: /bin/
> PATH: /usr/sbin/
> PATH: /sbin/
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1699: creating cache config.cache
> configure:2183: checking for gcc
> configure:2204: found /usr/bin/gcc
> configure:2216: result: gcc
> configure:2575: checking for C compiler version
> configure:2584: gcc --version >&5
> Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
> Target: x86_64-apple-darwin13.4.0
> Thread model: posix
> Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
> configure:2595: $? = 0
> configure:2584: gcc -v >&5
> Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
> Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)
> Target: x86_64-apple-darwin13.4.0
> Thread model: posix
> configure:2595: $? = 0
> configure:2584: gcc -V >&5
> clang: error: argument to '-V' is missing (expected 1 value)
> clang: error: no input files
> configure:2595: $? = 1
> configure:2584: gcc -qversion >&5
> clang: error: unknown argument: '-qversion'
> clang: error: no input files
> configure:2595: $? = 1
> configure:2584: gcc -version >&5
> clang: error: unknown argument: '-version'
> clang: error: no input files
> configure:2595: $? = 1
> configure:2615: checking whether the C compiler works
> configure:2637: gcc    conftest.c  >&5
> configure:2641: $? = 0
> configure:2692: result: yes
> configure:2696: checking for C compiler default output file name
> configure:2698: result: a.out
> configure:2704: checking for suffix of executables
> configure:2711: gcc -o conftest    conftest.c  >&5
> configure:2715: $? = 0
> configure:2739: result:
> configure:2763: checking whether we are cross compiling
> configure:2771: gcc -o conftest    conftest.c  >&5
> configure:2775: $? = 0
> configure:2782: ./conftest
> configure:2786: $? = 0
> configure:2801: result: no
> configure:2807: checking for suffix of object files
> configure:2830: gcc -c   conftest.c >&5
> configure:2834: $? = 0
> configure:2858: result: o
> configure:2862: checking whether the compiler supports GNU C
> configure:2882: gcc -c   conftest.c >&5
> configure:2882: $? = 0
> configure:2894: result: yes
> configure:2905: checking whether gcc accepts -g
> configure:2926: gcc -c -g  conftest.c >&5
> configure:2926: $? = 0
> configure:2973: result: yes
> configure:2993: checking for gcc option to enable C11 features
> configure:3008: gcc  -c -g -O2  conftest.c >&5
> conftest.c:180:3: error: "Compiler does not advertise C11 conformance"
> # error "Compiler does not advertise C11 conformance"
>   ^
> conftest.c:212:29: error: use of undeclared identifier 'syntax'
> char const utf8_literal[] = u8"happens to be ASCII" "another string";
>                             ^
> conftest.c:211:12: note: expanded from macro 'u8'
> #define u8 syntax error!
>            ^
> conftest.c:216:19: warning: redefinition of typedef 'long_ptr' is a C11 feature [-Wtypedef-redefinition]
> typedef long int *long_ptr;
>                   ^
> conftest.c:215:15: note: previous definition is here
> typedef long *long_ptr;
>               ^
> conftest.c:217:18: warning: redefinition of typedef 'long_ptr' is a C11 feature [-Wtypedef-redefinition]
> typedef long_ptr long_ptr;
>                  ^
> conftest.c:216:19: note: previous definition is here
> typedef long int *long_ptr;
>                   ^
> 2 warnings and 2 errors generated.
> configure:3008: $? = 1
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define PACKAGE_URL ""
> | /* end confdefs.h.  */
> |
> | /* Does the compiler advertise C89 conformance?
> | Do not test the value of __STDC__, because some compilers set it to 0
> |    while being otherwise adequately conformant. */
> | #if !defined __STDC__
> | # error "Compiler does not advertise C89 conformance"
> | #endif
> |
> | #include <stddef.h>
> | #include <stdarg.h>
> | struct stat;
> | /* Most of the following tests are stolen from RCS 5.7 src/conf.sh.  */
> | struct buf { int x; };
> | struct buf * (*rcsopen) (struct buf *, struct stat *, int);
> | static char *e (char **p, int i)
> | {
> |   return p[i];
> | }
> | static char *f (char * (*g) (char **, int), char **p, ...)
> | {
> |   char *s;
> |   va_list v;
> |   va_start (v,p);
> |   s = g (p, va_arg (v,int));
> |   va_end (v);
> |   return s;
> | }
> |
> | /* C89 style stringification. */
> | #define noexpand_stringify(a) #a
> | const char *stringified = noexpand_stringify(arbitrary+token=sequence);
> |
> | /* C89 style token pasting.  Exercises some of the corner cases that
> |    e.g. old MSVC gets wrong, but not very hard. */
> | #define noexpand_concat(a,b) a##b
> | #define expand_concat(a,b) noexpand_concat(a,b)
> | extern int vA;
> | extern int vbee;
> | #define aye A
> | #define bee B
> | int *pvA = &expand_concat(v,aye);
> | int *pvbee = &noexpand_concat(v,bee);
> |
> | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
> |    function prototypes and stuff, but not \xHH hex character constants.
> | These do not provoke an error unfortunately, instead are silently treated > | as an "x". The following induces an error, until -std is added to get
> |    proper ANSI mode.  Curiously \x00 != x always comes out true, for an
> | array size at least. It is necessary to write \x00 == 0 to get something
> |    that is true only with -std.  */
> | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
> |
> | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
> |    inside strings and character constants.  */
> | #define FOO(x) 'x'
> | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
> |
> | int test (int i, double x);
> | struct s1 {int (*f) (int a);};
> | struct s2 {int (*f) (double a);};
> | int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int),
> |                int, int);
> |
> | /* Does the compiler advertise C99 conformance? */
> | #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L
> | # error "Compiler does not advertise C99 conformance"
> | #endif
> |
> | // See if C++-style comments work.
> |
> | #include <stdbool.h>
> | extern int puts (const char *);
> | extern int printf (const char *, ...);
> | extern int dprintf (int, const char *, ...);
> | extern void *malloc (size_t);
> | extern void free (void *);
> |
> | // Check varargs macros.  These examples are taken from C99 6.10.3.5.
> | // dprintf is used instead of fprintf to avoid needing to declare
> | // FILE and stderr.
> | #define debug(...) dprintf (2, __VA_ARGS__)
> | #define showlist(...) puts (#__VA_ARGS__)
> | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
> | static void
> | test_varargs_macros (void)
> | {
> |   int x = 1234;
> |   int y = 5678;
> |   debug ("Flag");
> |   debug ("X = %d\n", x);
> |   showlist (The first, second, and third items.);
> |   report (x>y, "x is %d but y is %d", x, y);
> | }
> |
> | // Check long long types.
> | #define BIG64 18446744073709551615ull
> | #define BIG32 4294967295ul
> | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
> | #if !BIG_OK
> |   #error "your preprocessor is broken"
> | #endif
> | #if BIG_OK
> | #else
> |   #error "your preprocessor is broken"
> | #endif
> | static long long int bignum = -9223372036854775807LL;
> | static unsigned long long int ubignum = BIG64;
> |
> | struct incomplete_array
> | {
> |   int datasize;
> |   double data[];
> | };
> |
> | struct named_init {
> |   int number;
> |   const wchar_t *name;
> |   double average;
> | };
> |
> | typedef const char *ccp;
> |
> | static inline int
> | test_restrict (ccp restrict text)
> | {
> |   // Iterate through items via the restricted pointer.
> |   // Also check for declarations in for loops.
> |   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
> |     continue;
> |   return 0;
> | }
> |
> | // Check varargs and va_copy.
> | static bool
> | test_varargs (const char *format, ...)
> | {
> |   va_list args;
> |   va_start (args, format);
> |   va_list args_copy;
> |   va_copy (args_copy, args);
> |
> |   const char *str = "";
> |   int number = 0;
> |   float fnumber = 0;
> |
> |   while (*format)
> |     {
> |       switch (*format++)
> |  {
> |  case 's': // string
> |    str = va_arg (args_copy, const char *);
> |    break;
> |  case 'd': // int
> |    number = va_arg (args_copy, int);
> |    break;
> |  case 'f': // float
> |    fnumber = va_arg (args_copy, double);
> |    break;
> |  default:
> |    break;
> |  }
> |     }
> |   va_end (args_copy);
> |   va_end (args);
> |
> |   return *str && number && fnumber;
> | }
> |
> |
> | /* Does the compiler advertise C11 conformance? */
> | #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
> | # error "Compiler does not advertise C11 conformance"
> | #endif
> |
> | // Check _Alignas.
> | char _Alignas (double) aligned_as_double;
> | char _Alignas (0) no_special_alignment;
> | extern char aligned_as_int;
> | char _Alignas (0) _Alignas (int) aligned_as_int;
> |
> | // Check _Alignof.
> | enum
> | {
> |   int_alignment = _Alignof (int),
> |   int_array_alignment = _Alignof (int[100]),
> |   char_alignment = _Alignof (char)
> | };
> | _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
> |
> | // Check _Noreturn.
> | int _Noreturn does_not_return (void) { for (;;) continue; }
> |
> | // Check _Static_assert.
> | struct test_static_assert
> | {
> |   int x;
> |   _Static_assert (sizeof (int) <= sizeof (long int),
> |                   "_Static_assert does not work in struct");
> |   long int y;
> | };
> |
> | // Check UTF-8 literals.
> | #define u8 syntax error!
> | char const utf8_literal[] = u8"happens to be ASCII" "another string";
> |
> | // Check duplicate typedefs.
> | typedef long *long_ptr;
> | typedef long int *long_ptr;
> | typedef long_ptr long_ptr;
> |
> | // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1.
> | struct anonymous
> | {
> |   union {
> |     struct { int i; int j; };
> |     struct { int k; long int l; } w;
> |   };
> |   int m;
> | } v1;
> |
> |
> | int
> | main (int argc, char **argv)
> | {
> |   int ok = 0;
> |
> | ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]);
> |
> |
> |   // Check bool.
> |   _Bool success = false;
> |   success |= (argc != 0);
> |
> |   // Check restrict.
> |   if (test_restrict ("String literal") == 0)
> |     success = true;
> |   char *restrict newvar = "Another string";
> |
> |   // Check varargs.
> |   success &= test_varargs ("s, d' f .", "string", 65, 34.234);
> |   test_varargs_macros ();
> |
> |   // Check flexible array members.
> |   struct incomplete_array *ia =
> |     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
> |   ia->datasize = 10;
> |   for (int i = 0; i < ia->datasize; ++i)
> |     ia->data[i] = i * 1.234;
> |   // Work around memory leak warnings.
> |   free (ia);
> |
> |   // Check named initializers.
> |   struct named_init ni = {
> |     .number = 34,
> |     .name = L"Test wide string",
> |     .average = 543.34343,
> |   };
> |
> |   ni.number = 58;
> |
> |   int dynamic_array[ni.number];
> |   dynamic_array[0] = argv[0][0];
> |   dynamic_array[ni.number - 1] = 543;
> |
> |   // work around unused variable warnings
> | ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
> |   || dynamic_array[ni.number - 1] != 543);
> |
> |
> |   _Static_assert ((offsetof (struct anonymous, i)
> |             == offsetof (struct anonymous, w.k)),
> |            "Anonymous union alignment botch");
> |   v1.i = 2;
> |   v1.w.k = 5;
> |   ok |= v1.i != 5;
> |
> |   return ok;
> | }
> |
> configure:3008: gcc -std=gnu11 -c -g -O2  conftest.c >&5
> configure:3008: $? = 0
> configure:3030: result: -std=gnu11
> configure:3146: checking whether gcc -std=gnu11 and cc understand -c and -o together
> configure:3178: gcc -std=gnu11 -c conftest.cpp -o conftest2.o >&5
> error: invalid argument '-std=gnu11' not allowed with 'C++/ObjC++'
> configure:3182: $? = 1
> configure:3251: result: no
> configure:3323: updating cache config.cache
> configure:3372: creating ./config.status
>
> ## ---------------------- ##
> ## Running config.status. ##
> ## ---------------------- ##
>
> This file was extended by config.status, which was
> generated by GNU Autoconf 2.72e.  Invocation command line was
>
>   CONFIG_FILES    =
>   CONFIG_HEADERS  =
>   CONFIG_LINKS    =
>   CONFIG_COMMANDS =
>   $ ./config.status
>
> on mba.local
>
> config.status:661: creating config.h
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_c_compiler_gnu=yes
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=
> ac_cv_env_CFLAGS_value=
> ac_cv_env_CPPFLAGS_set=
> ac_cv_env_CPPFLAGS_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_LIBS_set=
> ac_cv_env_LIBS_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_objext=o
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_cc_c11=-std=gnu11
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cc_gcc_c_o=no
> ac_cv_prog_cc_stdc=-std=gnu11
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> CC='gcc -std=gnu11'
> CFLAGS='-g -O2'
> CPPFLAGS=''
> DEFS='-DHAVE_CONFIG_H'
> ECHO_C='\c'
> ECHO_N=''
> ECHO_T=''
> EXEEXT=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT='o'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SHELL='/bin/sh'
> ac_ct_CC='gcc'
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='${prefix}'
> host_alias=''
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${datarootdir}/info'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localedir='${datarootdir}/locale'
> localstatedir='${prefix}/var'
> mandir='${datarootdir}/man'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='/usr/local'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> runstatedir='${localstatedir}/run'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> /* confdefs.h */
> #define PACKAGE_NAME ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define PACKAGE_STRING ""
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_URL ""
> #define NO_MINUS_C_MINUS_O 1
>
> configure: exit 0
332. acc.at:20: 332. AC_PROG_CC_C_O (acc.at:20): FAILED (acc.at:20)


## ------------- ##
## ../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.72e, which was
| generated by GNU Autoconf 2.72e.  Invocation command line was
|
|   $ ../autoconf-2.72e/configure M4=/Users/sme/teabrew/opt/m4/bin/m4
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = mba.local
| uname -m = x86_64
| uname -r = 13.4.0
| uname -s = Darwin
| uname -v = Darwin Kernel Version 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64
|
| /usr/bin/uname -p = i386
| /bin/uname -X     = unknown
|
| /bin/arch              = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = Mach kernel version:
| Darwin Kernel Version 13.4.0: Mon Jan 11 18:17:34 PST 2016; root:xnu-2422.115.15~1/RELEASE_X86_64
| Kernel configured for up to 2 processors.
| 2 processors are physically available.
| 2 processors are logically available.
| Processor type: i486 (Intel 80486)
| Processors active: 0 1
| Primary memory available: 2.00 gigabytes
| Default processor set: 130 tasks, 446 threads, 2 processors
| Load average: 2.22, Mach factor: 0.41
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
|
| PATH: /usr/bin/
| PATH: /bin/
| PATH: /usr/sbin/
| PATH: /sbin/
| PATH: /usr/local/bin/
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:1756: looking for aux files: config.guess config.sub missing install-sh
| configure:1769:  trying ../autoconf-2.72e/build-aux/
| configure:1798:   ../autoconf-2.72e/build-aux/config.guess found
| configure:1798:   ../autoconf-2.72e/build-aux/config.sub found
| configure:1798:   ../autoconf-2.72e/build-aux/missing found
| configure:1780:   ../autoconf-2.72e/build-aux/install-sh found
| configure:1932: checking for a BSD-compatible install
| configure:2006: result: /usr/bin/install -c
| configure:2017: checking whether build environment is sane
| configure:2072: result: yes
| configure:2233: checking for a race-free mkdir -p
| configure:2276: result: mkdir -p
| configure:2283: checking for gawk
| configure:2319: result: no
| configure:2283: checking for mawk
| configure:2319: result: no
| configure:2283: checking for nawk
| configure:2319: result: no
| configure:2283: checking for awk
| configure:2304: found /usr/bin/awk
| configure:2316: result: awk
| configure:2327: checking whether make sets $(MAKE)
| configure:2351: result: yes
| configure:2381: checking whether make supports nested variables
| configure:2400: result: yes
| configure:2548: checking build system type
| configure:2564: result: x86_64-apple-darwin13.4.0
| configure:2584: checking host system type
| configure:2599: result: x86_64-apple-darwin13.4.0
| configure:2626: autobuild project... GNU Autoconf
| configure:2632: autobuild revision... 2.72e
| configure:2637: autobuild hostname... mba.local
| configure:2648: autobuild timestamp... 20231221T161518Z
| configure:2675: checking for a shell whose -n mode is known to work
| configure:2708: result: /bin/sh
| configure:2713: checking for characters that cannot appear in file names
| configure:2735: result: none
| configure:2741: checking whether directories can have trailing spaces
| configure:2757: result: yes
| configure:2768: checking for expr
| configure:2791: found /bin/expr
| configure:2804: result: /bin/expr
| configure:2823: checking for GNU M4 that supports accurate traces
| configure:2889: result: /Users/sme/teabrew/opt/m4/bin/m4
| configure:2892: checking whether /Users/sme/teabrew/opt/m4/bin/m4 accepts --gnu
| configure:2904: result: yes
| configure:2921: checking how m4 supports trace files
| configure:2933: result: --debugfile
| configure:2955: checking for perl
| configure:2978: found /usr/bin/perl
| configure:2992: result: /usr/bin/perl
| configure:3011: checking whether /usr/bin/perl Fcntl::flock is implemented
| configure:3027: result: yes
| configure:3043: checking for emacs
| configure:3064: found /usr/bin/emacs
| configure:3076: result: emacs
| configure:3095: checking whether emacs is sufficiently recent
| configure:3106: $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 /Users/sme/Downloads/auto/conftest.elc
| configure:3109: $? = 0
| configure:3120: result: yes
| configure:3138: checking for emacs
| configure:3171: result: emacs
| configure:3196: checking where .elc files should go
| configure:3210: $EMACS -batch -Q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
| configure:3213: $? = 0
| configure:3227: result: ${datarootdir}/emacs/site-lisp
| configure:3241: checking for grep that handles long lines and -e
| configure:3307: result: /usr/bin/grep
| configure:3312: checking for egrep
| configure:3382: result: /usr/bin/grep -E
| configure:3389: checking for a sed that does not truncate output
| configure:3461: result: /usr/bin/sed
| configure:3474: checking whether make is case sensitive
| configure:3491: result: yes
| configure:3659: checking that generated files are newer than configure
| configure:3665: result: done
| configure:3677: creating ./config.status
|
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
|
| This file was extended by GNU Autoconf config.status 2.72e, which was
| generated by GNU Autoconf 2.72e.  Invocation command line was
|
|   CONFIG_FILES    =
|   CONFIG_HEADERS  =
|   CONFIG_LINKS    =
|   CONFIG_COMMANDS =
|   $ ./config.status
|
| on mba.local
|
| config.status:791: creating tests/atlocal
| config.status:791: creating Makefile
| config.status:791: creating lib/version.m4
| config.status:960: linking ../autoconf-2.72e/GNUmakefile to GNUmakefile
| config.status:979: executing tests/atconfig commands
|
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
|
| ac_cv_build=x86_64-apple-darwin13.4.0
| ac_cv_dir_trailing_space=yes
| ac_cv_env_EMACSLOADPATH_set=
| ac_cv_env_EMACSLOADPATH_value=
| ac_cv_env_EMACS_set=
| ac_cv_env_EMACS_value=
| ac_cv_env_M4_set=set
| ac_cv_env_M4_value=/Users/sme/teabrew/opt/m4/bin/m4
| ac_cv_env_build_alias_set=
| ac_cv_env_build_alias_value=
| ac_cv_env_host_alias_set=
| ac_cv_env_host_alias_value=
| ac_cv_env_target_alias_set=
| ac_cv_env_target_alias_value=
| ac_cv_host=x86_64-apple-darwin13.4.0
| ac_cv_path_EGREP='/usr/bin/grep -E'
| ac_cv_path_EGREP_TRADITIONAL='/usr/bin/grep -E'
| ac_cv_path_EXPR=/bin/expr
| ac_cv_path_GREP=/usr/bin/grep
| ac_cv_path_M4=/Users/sme/teabrew/opt/m4/bin/m4
| ac_cv_path_PERL=/usr/bin/perl
| ac_cv_path_SED=/usr/bin/sed
| ac_cv_path_install='/usr/bin/install -c'
| ac_cv_perl_flock_implemented=yes
| ac_cv_prog_AWK=awk
| 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_gnu_m4_gnu=yes
| ac_cv_prog_make_make_case=yes
| ac_cv_prog_make_make_set=yes
| ac_cv_sh_working_n=/bin/sh
| ac_cv_unsupported_fs_chars=
| am_cv_lispdir='${datarootdir}/emacs/site-lisp'
| am_cv_make_support_nested_variables=yes
|
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
|
| ACLOCAL='${SHELL} '\''/Users/sme/Downloads/autoconf-2.72e/build-aux/missing'\'' aclocal-1.16'
| AMTAR='$${TAR-tar}'
| AM_BACKSLASH='\'
| AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
| AM_DEFAULT_VERBOSITY='1'
| AM_V='$(V)'
| AUTOCONF='${SHELL} '\''/Users/sme/Downloads/autoconf-2.72e/build-aux/missing'\'' autoconf' | AUTOHEADER='${SHELL} '\''/Users/sme/Downloads/autoconf-2.72e/build-aux/missing'\'' autoheader' | AUTOMAKE='${SHELL} '\''/Users/sme/Downloads/autoconf-2.72e/build-aux/missing'\'' automake-1.16'
| AWK='awk'
| CSCOPE='cscope'
| CTAGS='ctags'
| CYGPATH_W='echo'
| DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" -DPACKAGE_VERSION=\"2.72e\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 2.72e\" -DPACKAGE_BUGREPORT=\"bug-autoconf@gnu.org\" -DPACKAGE_URL=\"https://www.gnu.org/software/autoconf/\"; -DPACKAGE=\"autoconf\" -DVERSION=\"2.72e\"'
| ECHO_C='\c'
| ECHO_N=''
| ECHO_T=''
| EGREP='/usr/bin/grep -E'
| EMACS='emacs'
| EMACSLOADPATH=''
| ETAGS='etags'
| EXPR='/bin/expr'
| GREP='/usr/bin/grep'
| HELP2MAN='${SHELL} '\''/Users/sme/Downloads/autoconf-2.72e/build-aux/missing'\'' help2man'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
| LIBOBJS=''
| LIBS=''
| LTLIBOBJS=''
| M4='/Users/sme/teabrew/opt/m4/bin/m4'
| M4_DEBUGFILE='--debugfile'
| M4_GNU='--gnu'
| MAKEINFO='${SHELL} '\''/Users/sme/Downloads/autoconf-2.72e/build-aux/missing'\'' makeinfo'
| MAKE_CASE_SENSITIVE_FALSE='#'
| MAKE_CASE_SENSITIVE_TRUE=''
| MKDIR_P='mkdir -p'
| PACKAGE='autoconf'
| PACKAGE_BUGREPORT='bug-autoconf@gnu.org'
| PACKAGE_NAME='GNU Autoconf'
| PACKAGE_STRING='GNU Autoconf 2.72e'
| PACKAGE_TARNAME='autoconf'
| PACKAGE_URL='https://www.gnu.org/software/autoconf/'
| PACKAGE_VERSION='2.72e'
| PATH_SEPARATOR=':'
| PERL='/usr/bin/perl'
| PERL_FLOCK='yes'
| RELEASE_YEAR='2023'
| SED='/usr/bin/sed'
| SET_MAKE=''
| SHELL='/bin/sh'
| SHELL_N='/bin/sh'
| STRIP=''
| TEST_EMACS='emacs'
| VERSION='2.72e'
| ac_cv_dir_trailing_space='yes'
| ac_cv_unsupported_fs_chars=''
| am__isrc=' -I$(srcdir)'
| am__leading_dot='.'
| am__tar='$${TAR-tar} chof - "$$tardir"'
| am__untar='$${TAR-tar} xf -'
| bindir='${exec_prefix}/bin'
| build='x86_64-apple-darwin13.4.0'
| build_alias=''
| build_cpu='x86_64'
| build_os='darwin13.4.0'
| build_vendor='apple'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host='x86_64-apple-darwin13.4.0'
| host_alias=''
| host_cpu='x86_64'
| host_os='darwin13.4.0'
| host_vendor='apple'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='${SHELL} /Users/sme/Downloads/autoconf-2.72e/build-aux/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| lispdir='${datarootdir}/emacs/site-lisp'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='$(MKDIR_P)'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| runstatedir='${localstatedir}/run'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
|
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
|
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Autoconf"
| #define PACKAGE_TARNAME "autoconf"
| #define PACKAGE_VERSION "2.72e"
| #define PACKAGE_STRING "GNU Autoconf 2.72e"
| #define PACKAGE_BUGREPORT "bug-autoconf@gnu.org"
| #define PACKAGE_URL "https://www.gnu.org/software/autoconf/";
| #define PACKAGE "autoconf"
| #define VERSION "2.72e"
|
| configure: exit 0



reply via email to

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