## ----------------------------- ## ## GNU Autoconf 2.71 test suite. ## ## ----------------------------- ## testsuite: command line was: $ tests/testsuite -C tests MAKE=make ## ---------- ## ## ChangeLog. ## ## ---------- ## | dummy ## --------- ## ## Platform. ## ## --------- ## hostname = pippin112 uname -m = x86_64 uname -r = 5.19.2-lfs11.1-rc1 uname -s = Linux uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sources/autoconf-2.71/tests/ PATH: /sources/autoconf-2.71/tests/ PATH: /usr/bin/ PATH: /usr/sbin/ testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2021 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/sources/autoconf-2.71/tests' | at_srcdir='.' | abs_srcdir='/sources/autoconf-2.71/tests' | at_top_srcdir='..' | abs_top_srcdir='/sources/autoconf-2.71' | at_top_build_prefix='../' | abs_top_builddir='/sources/autoconf-2.71' | | # 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-2021 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 . | | AWK='gawk' | EGREP='/usr/bin/grep -E' | GREP='/usr/bin/grep' | M4='/usr/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 ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./local.at:25: /sources/autoconf-2.71/tests/autom4te --version autom4te (GNU Autoconf) 2.71 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Akim Demaille. ./local.at:25: /sources/autoconf-2.71/tests/autoconf --version autoconf (GNU Autoconf) 2.71 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. ./local.at:25: /sources/autoconf-2.71/tests/autoheader --version autoheader (GNU Autoconf) 2.71 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Roland McGrath and Akim Demaille. ./local.at:25: /sources/autoconf-2.71/tests/autoupdate --version autoupdate (GNU Autoconf) 2.71 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. ./local.at:25: /sources/autoconf-2.71/tests/autoreconf --version autoreconf (GNU Autoconf) 2.71 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. ./local.at:25: /sources/autoconf-2.71/tests/ifnames --version ifnames (GNU Autoconf) 2.71 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , 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. ./local.at:25: /usr/bin/perl --version This is perl 5, version 36, subversion 0 (v5.36.0) built for x86_64-linux-thread-multi Copyright 1987-2022, 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 https://www.perl.org/, the Perl Home Page. ./local.at:25: /usr/bin/m4 --version m4 (GNU M4) 1.4.19 Copyright (C) 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . 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. ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Wed Sep 28 19:27:38 CDT 2022 1. Syntax of the shell scripts (tools.at:46): ok (0m0.268s 0m0.004s) 2. Syntax of the Perl scripts (tools.at:70): ok (0m0.176s 0m0.024s) 3. autom4te cache (tools.at:88): ok (0m0.129s 0m0.022s) 4. autom4te --force (tools.at:119): ok (0m0.090s 0m0.012s) 5. autom4te and whitespace in file names (tools.at:145): ok (0m0.446s 0m0.091s) 6. autom4te --trace and unusual macro names (tools.at:217): ok (0m0.043s 0m0.008s) 7. autom4te --trace and whitespace (tools.at:227): ok (0m0.042s 0m0.010s) 8. autoconf --trace: user macros (tools.at:252): ok (0m0.232s 0m0.048s) 9. autoconf --trace: builtins (tools.at:338): ok (0m0.182s 0m0.027s) 10. autoconf --trace: AC_CONFIG_MACRO_DIRS (tools.at:363): ok (0m0.498s 0m0.086s) 11. autoconf: forbidden tokens, basic (tools.at:442): ok (0m0.114s 0m0.029s) 12. autoconf: forbidden tokens, exceptions (tools.at:495): ok (0m0.059s 0m0.015s) 13. autoconf: automatically allowed tokens (tools.at:536): ok (0m0.088s 0m0.010s) 14. autoconf: the empty token (tools.at:553): ok (0m0.057s 0m0.015s) 15. autoconf: subdirectories (tools.at:571): ok (0m0.146s 0m0.037s) 16. autoconf: input from stdin (tools.at:597): ok (0m0.135s 0m0.031s) 17. autoconf: AC_AUTOCONF_VERSION (tools.at:615): ok (0m0.083s 0m0.015s) 18. autoconf: AC_PRESERVE_HELP_ORDER (tools.at:633): ok (0m0.097s 0m0.018s) 19. autoconf: timestamp changes (tools.at:670): ok (0m0.298s 0m0.040s) 20. ifnames (tools.at:716): ok (0m0.030s 0m0.007s) 21. autoheader (tools.at:764): ok (0m0.280s 0m0.044s) 22. autoheader and macros (tools.at:897): ok (0m0.188s 0m0.025s) 23. autoheader with multiple headers (tools.at:933): ok (0m0.185s 0m0.030s) 24. autoupdate (tools.at:963): ok (0m0.612s 0m0.054s) 25. autoupdating AC_LINK_FILES (tools.at:995): ok (0m0.432s 0m0.066s) 26. autoupdating AC_PREREQ (tools.at:1032): ok (0m0.931s 0m0.093s) 27. autoupdating AU_ALIAS (tools.at:1053): ok (0m0.800s 0m0.142s) 28. autoupdating OLD to NEW (tools.at:1105): ok (0m0.440s 0m0.051s) 30. autoupdating AC_HELP_STRING (tools.at:1156): ok (0m0.436s 0m0.056s) 31. autoupdating with m4sugar (tools.at:1175): ok (0m0.475s 0m0.059s) 35. autoupdating AC_LANG_SAVE (tools.at:1290): ok (0m0.427s 0m0.056s) 36. autoupdating AC_FOREACH (tools.at:1318): ok (0m0.438s 0m0.059s) 37. autoupdating AC_OBSOLETE (tools.at:1346): ok (0m0.831s 0m0.088s) 38. autoupdating AC_DIAGNOSE and AC_WARNING (tools.at:1408): ok (0m0.438s 0m0.060s) 39. autoupdating AC_FATAL (tools.at:1437): ok (0m0.371s 0m0.035s) 40. autoupdating with aclocal and m4_include (tools.at:1466): ok (0m0.842s 0m0.075s) 41. autom4te preselections (tools.at:1501): ok (0m0.607s 0m0.079s) 42. autom4te cache creation (tools.at:1560): skipped (tools.at:1581) 43. autom4te cache locking (tools.at:1620): ok (0m0.159s 0m0.024s) 44. autotools and whitespace in file names (tools.at:1647): ok (0m4.483s 0m0.613s) 45. autotools and relative TMPDIR (tools.at:1714): ok (0m0.356s 0m0.068s) 46. m4_stack (m4sugar.at:42): ok (0m0.045s 0m0.008s) 47. m4_defn (m4sugar.at:103): ok (0m0.224s 0m0.036s) 48. m4_dumpdef (m4sugar.at:187): ok (0m0.174s 0m0.038s) 49. m4_warn (m4sugar.at:246): ok (0m0.188s 0m0.028s) 50. m4_divert_stack (m4sugar.at:305): ok (0m0.216s 0m0.046s) 51. m4_expansion_stack (m4sugar.at:394): ok (0m0.043s 0m0.009s) 52. m4_require: error message (m4sugar.at:418): ok (0m0.042s 0m0.008s) 53. m4_require: warning message (m4sugar.at:438): ok (0m0.129s 0m0.025s) 54. m4_require: circular dependencies (m4sugar.at:489): ok (0m0.046s 0m0.007s) 55. m4_require: one-shot initialization (m4sugar.at:519): ok (0m0.091s 0m0.014s) 56. m4_require: nested (m4sugar.at:580): ok (0m0.219s 0m0.046s) 57. m4sugar shorthand conditionals (m4sugar.at:748): ok (0m0.040s 0m0.012s) 58. m4_cond (m4sugar.at:833): ok (0m0.043s 0m0.010s) 59. m4 lists (m4sugar.at:885): ok (0m0.088s 0m0.015s) 60. m4_split (m4sugar.at:937): ok (0m0.040s 0m0.012s) 61. m4_do (m4sugar.at:983): ok (0m0.046s 0m0.006s) 62. m4_append (m4sugar.at:1011): ok (0m0.088s 0m0.019s) 63. m4_join (m4sugar.at:1095): ok (0m0.044s 0m0.009s) 64. m4_expand (m4sugar.at:1146): ok (0m0.045s 0m0.008s) 65. m4_text_box (m4sugar.at:1202): ok (0m0.048s 0m0.003s) 66. m4_text_wrap (m4sugar.at:1226): ok (0m0.045s 0m0.007s) 67. m4_version_compare (m4sugar.at:1288): ok (0m0.048s 0m0.006s) 68. Standard regular expressions (m4sugar.at:1346): ok (0m0.314s 0m0.050s) 69. m4_bmatch (m4sugar.at:1373): ok (0m0.045s 0m0.008s) 70. m4_toupper and m4_tolower (m4sugar.at:1405): ok (0m0.045s 0m0.008s) 71. m4_bpatsubsts (m4sugar.at:1442): ok (0m0.044s 0m0.007s) 72. m4_esyscmd_s (m4sugar.at:1471): ok (0m0.044s 0m0.010s) 73. M4 loops (m4sugar.at:1499): ok (0m0.219s 0m0.042s) 74. m4_map (m4sugar.at:1653): ok (0m0.046s 0m0.009s) 75. m4_map_args and m4_curry (m4sugar.at:1728): ok (0m0.139s 0m0.020s) 76. m4_combine (m4sugar.at:1800): ok (0m0.045s 0m0.007s) 77. m4_max and m4_min (m4sugar.at:1827): ok (0m0.141s 0m0.016s) 78. recursion (m4sugar.at:1906): ok (0m1.047s 0m0.018s) 79. m4_set (m4sugar.at:2023): ok (0m0.587s 0m0.025s) 80. __file__ and __line__ (m4sugar.at:2173): ok (0m0.043s 0m0.009s) 81. No extra re-exec with CONFIG_SHELL (m4sh.at:24): ok (0m0.047s 0m0.011s) 82. Forced re-exec with CONFIG_SHELL (m4sh.at:42): ok (0m0.057s 0m0.010s) 83. Configure re-execs self with CONFIG_SHELL (m4sh.at:110): ok (0m0.125s 0m0.036s) 84. AS_WARN and AS_ERROR (m4sh.at:146): ok (0m0.115s 0m0.031s) 85. LINENO (m4sh.at:211): ok (0m0.247s 0m0.058s) 86. LINENO stack (m4sh.at:288): ok (0m0.048s 0m0.015s) 87. AS_BOX (m4sh.at:317): ok (0m0.054s 0m0.010s) 88. AS_BASENAME (m4sh.at:359): ok (0m0.094s 0m0.016s) 89. AS_DIRNAME (m4sh.at:416): ok (0m0.096s 0m0.019s) 90. AS_SET_CATFILE (m4sh.at:475): ok (0m0.053s 0m0.008s) 91. AS_ECHO and AS_ECHO_N (m4sh.at:519): ok (0m0.054s 0m0.012s) 92. obsolete $as_echo and $as_echo_n (m4sh.at:562): ok (0m0.056s 0m0.014s) 93. Redefining AS_ECHO internals (m4sh.at:641): ok (0m0.429s 0m0.111s) 94. AS_EXECUTABLE_P (m4sh.at:742): ok (0m0.053s 0m0.008s) 95. AS_EXIT (m4sh.at:794): ok (0m0.079s 0m0.020s) 96. AS_MKDIR_P (m4sh.at:843): ok (0m0.056s 0m0.009s) 97. AS_VERSION_COMPARE (m4sh.at:875): ok (0m0.064s 0m0.024s) 98. as_me (m4sh.at:921): ok (0m0.048s 0m0.013s) 99. Negated classes in globbing (m4sh.at:945): ok (0m0.051s 0m0.012s) 100. Null variable substitution (m4sh.at:973): ok (0m0.048s 0m0.014s) 101. Functions Support (m4sh.at:1039): ok (0m0.052s 0m0.012s) 102. Functions and return Support (m4sh.at:1081): ok (0m0.052s 0m0.011s) 103. Nested AS_REQUIRE_SHELL_FN (m4sh.at:1118): ok (0m0.051s 0m0.008s) 104. Nested AS_REQUIRE (m4sh.at:1151): ok (0m0.049s 0m0.011s) 105. AS_REQUIRE_SHELL_FN and m4_require (m4sh.at:1189): ok (0m0.052s 0m0.010s) 106. AS_HELP_STRING (m4sh.at:1230): ok (0m0.052s 0m0.011s) 107. AS_IF and AS_CASE (m4sh.at:1369): ok (0m0.198s 0m0.025s) 108. AS_FOR (m4sh.at:1528): ok (0m0.051s 0m0.010s) 109. AS_LITERAL_IF (m4sh.at:1596): ok (0m0.054s 0m0.007s) 110. AS_TR_SH and AS_TR_CPP (m4sh.at:1674): ok (0m0.091s 0m0.021s) 111. AS_VAR basics (m4sh.at:1759): ok (0m0.058s 0m0.010s) 112. AS_VAR_APPEND (m4sh.at:1871): ok (0m0.050s 0m0.011s) 113. AS_VAR_ARITH (m4sh.at:1906): ok (0m0.048s 0m0.012s) 114. AS_INIT cleanup (m4sh.at:1937): ok (0m0.051s 0m0.008s) 115. AS_INIT basename __file__ (m4sh.at:1974): ok (0m0.048s 0m0.008s) 116. AS_INIT_GENERATED (m4sh.at:1993): ok (0m0.164s 0m0.042s) 117. AS_MESSAGE_FD (m4sh.at:2067): ok (0m0.063s 0m0.014s) 118. _AS_CLEAN_DIR (m4sh.at:2111): ok (0m0.050s 0m0.015s) 119. ECHO_C (m4sh.at:2140): ok (0m0.058s 0m0.011s) 120. AT_COPYRIGHT (autotest.at:144): ok (0m0.083s 0m0.021s) 121. AT_DATA (autotest.at:165): ok (0m0.131s 0m0.038s) 122. AT_DATA_UNQUOTED (autotest.at:184): ok (0m0.133s 0m0.035s) 123. AT_PREPARE_TESTS (autotest.at:202): ok (0m0.125s 0m0.032s) 124. AT_PREPARE_EACH_TEST (autotest.at:211): ok (0m0.136s 0m0.032s) 125. AT_TEST_HELPER_FN (autotest.at:228): ok (0m0.130s 0m0.030s) 126. Empty test suite (autotest.at:245): ok (0m0.117s 0m0.029s) 127. Banner-only test suite (autotest.at:249): ok (0m0.108s 0m0.036s) 128. Empty test (autotest.at:255): ok (0m0.125s 0m0.029s) 129. Empty check (autotest.at:258): ok (0m0.124s 0m0.033s) 130. AT_SETUP without AT_INIT (autotest.at:261): ok (0m0.046s 0m0.009s) 131. AT_BANNER without AT_INIT (autotest.at:267): ok (0m0.044s 0m0.010s) 132. AT_CLEANUP without AT_INIT (autotest.at:271): ok (0m0.049s 0m0.006s) 133. Missing AT_CLEANUP (autotest.at:275): ok (0m0.052s 0m0.010s) 134. AT_FAIL_IF without AT_SETUP (autotest.at:281): ok (0m0.056s 0m0.006s) 135. AT_SKIP_IF without AT_SETUP (autotest.at:286): ok (0m0.054s 0m0.009s) 136. AT_CHECK without AT_SETUP (autotest.at:291): ok (0m0.056s 0m0.007s) 137. AT_DATA without AT_SETUP (autotest.at:296): ok (0m0.052s 0m0.010s) 138. AT_XFAIL_IF without AT_SETUP (autotest.at:301): ok (0m0.051s 0m0.012s) 139. AT_KEYWORDS without AT_SETUP (autotest.at:306): ok (0m0.054s 0m0.008s) 140. AT_CLEANUP without AT_SETUP (autotest.at:311): ok (0m0.058s 0m0.005s) 141. AT_BANNER inside AT_SETUP (autotest.at:316): ok (0m0.057s 0m0.006s) 142. AT_SETUP inside AT_SETUP (autotest.at:324): ok (0m0.053s 0m0.010s) 143. Multiple AT_INIT (autotest.at:334): ok (0m0.056s 0m0.007s) 144. Invalid AT_TEST_HELPER_FN (spaces) (autotest.at:339): ok (0m0.058s 0m0.003s) 145. Invalid AT_TEST_HELPER_FN (substitutions) (autotest.at:347): ok (0m0.054s 0m0.009s) 146. Multiple AT_TEST_HELPER_FN (autotest.at:355): ok (0m0.056s 0m0.007s) 147. Tested programs (autotest.at:366): ok (0m0.222s 0m0.047s) 148. Startup error messages (autotest.at:376): ok (0m0.123s 0m0.033s) 149. Truth (autotest.at:388): ok (0m0.120s 0m0.036s) 150. Fallacy (autotest.at:391): ok (0m0.147s 0m0.044s) 151. Skip (autotest.at:396): ok (0m0.129s 0m0.030s) 152. Hard fail (autotest.at:401): ok (0m0.162s 0m0.039s) 153. AT_FAIL_IF (autotest.at:411): ok (0m0.173s 0m0.059s) 154. AT_SKIP_IF (autotest.at:431): ok (0m0.156s 0m0.041s) 155. Syntax error (autotest.at:451): skipped (autotest.at:451) 156. errexit (autotest.at:470): ok (0m0.262s 0m0.087s) 157. at_status (autotest.at:512): ok (0m0.282s 0m0.106s) 158. AT_CHECK execution environment (autotest.at:538): ok (0m0.134s 0m0.041s) 159. unquoted output (autotest.at:557): ok (0m0.124s 0m0.035s) 160. Trace output (autotest.at:564): ok (0m0.131s 0m0.029s) 161. Logging (autotest.at:570): ok (0m0.289s 0m0.095s) 162. Binary output (autotest.at:615): ok (0m0.287s 0m0.096s) 163. Cleanup (autotest.at:657): ok (0m0.335s 0m0.123s) 164. Literal multiline command (autotest.at:697): ok (0m0.126s 0m0.031s) 165. Multiline parameter expansion (autotest.at:703): ok (0m0.130s 0m0.028s) 166. Backquote command substitution (autotest.at:710): ok (0m0.133s 0m0.024s) 167. Multiline backquote command substitution (autotest.at:715): ok (0m0.122s 0m0.037s) 168. Parenthetical command substitution (autotest.at:723): ok (0m0.126s 0m0.033s) 169. Multiline parenthetical command substitution (autotest.at:728): ok (0m0.126s 0m0.033s) 170. Shell comment in command (autotest.at:738): ok (0m0.129s 0m0.030s) 171. Invalid brace-enclosed parameter expansion (autotest.at:752): ok (0m0.150s 0m0.043s) 172. Multiline command from M4 expansion (autotest.at:760): ok (0m0.124s 0m0.032s) 173. Double-M4-quoted command (autotest.at:767): ok (0m0.120s 0m0.039s) 174. Metacharacters in command from M4 expansion (autotest.at:774): ok (0m0.129s 0m0.029s) 175. BS-newline in command (autotest.at:784): ok (0m0.122s 0m0.036s) 176. ^BS-newline in command (autotest.at:789): ok (0m0.129s 0m0.030s) 177. BSx641-newline in command (autotest.at:794): ok (0m0.123s 0m0.036s) 178. BS-BS-newline in command (autotest.at:799): ok (0m0.122s 0m0.035s) 179. BSx640-newline in command (autotest.at:807): ok (0m0.126s 0m0.032s) 180. Newline-CODE-BS-newline in command (autotest.at:814): ok (0m0.123s 0m0.035s) 181. Single-quote-BS-newline in command (autotest.at:821): ok (0m0.125s 0m0.032s) 182. Single-quote-newline-BS-newline in command (autotest.at:827): ok (0m0.122s 0m0.034s) 183. Input from stdin (autotest.at:840): ok (0m0.139s 0m0.036s) 184. Backquote in a test title (autotest.at:916): ok (0m0.192s 0m0.066s) 185. Single-quote in a test title (autotest.at:917): ok (0m0.198s 0m0.060s) 186. Double-quote in a test title (autotest.at:918): ok (0m0.196s 0m0.062s) 187. Backslash in a test title (autotest.at:920): ok (0m0.194s 0m0.064s) 188. Brackets in a test title (autotest.at:921): ok (0m0.191s 0m0.068s) 189. Left bracket in a test title (autotest.at:922): ok (0m0.197s 0m0.061s) 190. Right bracket in a test title (autotest.at:923): ok (0m0.192s 0m0.066s) 191. Quoted pound in a test title (autotest.at:924): ok (0m0.200s 0m0.057s) 192. Pound in a test title (autotest.at:925): ok (0m0.198s 0m0.061s) 193. Quoted comma in a test title (autotest.at:926): ok (0m0.199s 0m0.061s) 194. Comma in a test title (autotest.at:927): ok (0m0.201s 0m0.060s) 195. Parentheses in a test title (autotest.at:929): ok (0m0.198s 0m0.059s) 196. Left paren in a test title (autotest.at:930): ok (0m0.203s 0m0.056s) 197. Right paren in a test title (autotest.at:931): ok (0m0.193s 0m0.065s) 198. Quoted Macro in a test title (autotest.at:933): ok (0m0.189s 0m0.071s) 199. Macro in a test title (autotest.at:934): ok (0m0.198s 0m0.062s) 200. Macro with backquote in a test title (autotest.at:935): ok (0m0.200s 0m0.059s) 201. Macro with single-quote in a test title (autotest.at:936): ok (0m0.198s 0m0.060s) 202. Macro with double-quote in a test title (autotest.at:937): ok (0m0.194s 0m0.065s) 203. Macro with backslash in a test title (autotest.at:939): ok (0m0.194s 0m0.064s) 204. Macro echoing macro in a test title (autotest.at:940): ok (0m0.199s 0m0.060s) 205. Macro echoing single-quote in a test title (autotest.at:942): ok (0m0.189s 0m0.069s) 206. Long test title in a test title (autotest.at:943): ok (0m0.199s 0m0.061s) 207. Longer test title in a test title (autotest.at:944): ok (0m0.195s 0m0.063s) 208. Long test source lines (autotest.at:955): ok (0m0.152s 0m0.051s) 209. Huge testsuite (autotest.at:969): ok (0m0.444s 0m0.035s) 210. Debugging a successful test (autotest.at:981): ok (0m0.206s 0m0.078s) 211. Debugging script and environment (autotest.at:995): ok (0m0.288s 0m0.100s) 212. Debugging a failed test (autotest.at:1012): ok (0m0.231s 0m0.069s) 213. Using atlocal (autotest.at:1023): ok (0m0.333s 0m0.135s) 214. Choosing where testsuite is run (autotest.at:1058): ok (0m0.268s 0m0.089s) 215. recheck (autotest.at:1093): ok (0m0.420s 0m0.165s) 216. Banners (autotest.at:1141): ok (0m0.761s 0m0.300s) 217. Keywords and ranges (autotest.at:1208): ok (0m1.488s 0m0.574s) 218. Keyword wrapping (autotest.at:1311): ok (0m0.075s 0m0.016s) 219. AT_ARG_OPTION (autotest.at:1340): ok (0m0.524s 0m0.222s) 220. AT_ARG_OPTION_ARG (autotest.at:1389): ok (0m0.544s 0m0.189s) 221. parallel test execution (autotest.at:1455): ok (0m0.461s 0m0.199s) 222. parallel truth (autotest.at:1557): ok (0m0.123s 0m0.036s) 223. parallel fallacy (autotest.at:1562): ok (0m0.148s 0m0.045s) 224. parallel skip (autotest.at:1567): ok (0m0.120s 0m0.040s) 225. parallel syntax error (autotest.at:1572): skipped (autotest.at:1572) 226. parallel errexit (autotest.at:1591): ok (0m0.168s 0m0.050s) 227. parallel autotest and signal handling (autotest.at:1607): ok (0m0.485s 0m0.175s) 228. parallel args but non-working mkfifo (autotest.at:1719): ok (0m0.129s 0m0.043s) 229. colored test results (autotest.at:1741): ok (0m0.517s 0m0.202s) 230. srcdir propagation (autotest.at:1830): ok (0m0.703s 0m0.229s) 231. whitespace in absolute testdir (autotest.at:1909): ok (0m0.157s 0m0.044s) 232. unusual file names (autotest.at:1933): ok (0m0.102s 0m0.020s) 233. C unit tests (autotest.at:1963): ok (0m0.388s 0m0.091s) 234. C unit tests (EXEEXT) (autotest.at:2009): ok (0m0.386s 0m0.094s) 235. Erlang Eunit unit tests (autotest.at:2061): ok (0m0.263s 0m0.059s) 236. AC_REQUIRE: topological sort (base.at:28): ok (0m0.066s 0m0.016s) 237. AC_REQUIRE: error message (base.at:75): ok (0m0.055s 0m0.013s) 238. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:93): ok (0m0.067s 0m0.016s) 239. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:138): ok (0m0.066s 0m0.017s) 240. AC_REQUIRE & AC_PROVIDE (base.at:183): ok (0m0.069s 0m0.012s) 241. AC_INIT (base.at:219): ok (0m0.128s 0m0.031s) 242. AC_INIT (obsolete invocation) (base.at:243): ok (0m0.141s 0m0.034s) 243. AC_INIT with unusual version strings (base.at:271): ok (0m1.999s 0m0.343s) 244. AC_COPYRIGHT (base.at:568): ok (0m0.100s 0m0.019s) 245. AC_CACHE_CHECK (base.at:600): skipped (base.at:762) 246. AC_CACHE_LOAD (base.at:798): ok (0m0.135s 0m0.028s) 247. AC_COMPUTE_INT (base.at:824): ok (0m0.269s 0m0.061s) 248. AC_TRY_COMMAND (base.at:847): ok (0m0.126s 0m0.035s) 249. Input/Output (base.at:879): ok (0m0.169s 0m0.052s) 250. configure arguments (base.at:901): ok (0m0.151s 0m0.043s) 251. AC_ARG_ENABLE and AC_ARG_WITH (base.at:924): ok (0m0.240s 0m0.081s) 252. configure directories (base.at:977): ok (0m0.158s 0m0.041s) 253. AC_SUBST (base.at:1010): ok (0m0.348s 0m0.071s) 255. AC_CONFIG_COMMANDS with empty commands (torture.at:26): ok (0m0.601s 0m0.152s) 256. AC_CONFIG_COMMANDS with temporary directory (torture.at:35): ok (0m0.631s 0m0.160s) 257. Multiple AC_CONFIG_FILES (torture.at:63): ok (0m0.062s 0m0.014s) 258. Parameterized AC_CONFIG_FILES (torture.at:75): ok (0m0.153s 0m0.045s) 259. AC_ARG_VAR (torture.at:129): ok (0m1.024s 0m0.404s) 260. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:189): ok (0m1.200s 0m0.490s) 261. Macro calls in AC_CONFIG_COMMANDS tags (torture.at:380): ok (0m0.130s 0m0.034s) 262. Missing templates (torture.at:400): ok (0m0.199s 0m0.055s) 263. configure invocation (torture.at:442): ok (0m0.722s 0m0.251s) 264. --help and --version in unwritable directory (torture.at:503): ok (0m0.112s 0m0.023s) 265. #define header templates (torture.at:533): ok (0m0.152s 0m0.041s) 266. Torturing config.status (torture.at:667): ok (0m0.435s 0m0.087s) 267. Substitute a 2000-byte string (torture.at:811): ok (0m0.256s 0m0.074s) 268. Define to a 2000-byte string (torture.at:889): ok (0m0.247s 0m0.043s) 269. Substitute and define special characters (torture.at:913): ok (0m0.350s 0m0.097s) 270. Substitute a newline (torture.at:1021): ok (0m0.207s 0m0.063s) 271. Define a newline (torture.at:1062): ok (0m0.475s 0m0.106s) 272. AC_SUBST: variable name validation (torture.at:1101): ok (0m1.188s 0m0.233s) 273. datarootdir workaround (torture.at:1131): ok (0m0.294s 0m0.079s) 274. srcdir (torture.at:1182): ok (0m0.276s 0m0.090s) 275. VPATH (torture.at:1225): ok (0m0.325s 0m0.119s) 276. Signal handling (torture.at:1310): ok (0m0.108s 0m0.027s) 277. AC_CONFIG_LINKS (torture.at:1329): ok (0m0.752s 0m0.288s) 278. AC_CONFIG_LINKS and identical files (torture.at:1383): ok (0m0.476s 0m0.165s) 279. Configuring subdirectories (torture.at:1456): ok (0m2.053s 0m0.547s) 280. Deep Package (torture.at:1584): ok (0m2.482s 0m0.716s) 281. Non-Autoconf AC_CONFIG_SUBDIRS (torture.at:1723): ok (0m0.394s 0m0.077s) 282. Non-literal AC_CONFIG_SUBDIRS (torture.at:1771): ok (0m0.688s 0m0.138s) 283. Empty AC_CONFIG_SUBDIRS (torture.at:1822): ok (0m0.301s 0m0.070s) 284. Empty directory (torture.at:1851): ok (0m0.028s 0m0.011s) 285. Unusual Automake input files (torture.at:1874): ok (0m0.554s 0m0.103s) 286. Specific warnings options for autoreconf (torture.at:1909): ok (0m1.816s 0m0.309s) 287. Missing auxiliary files (config.*) (torture.at:1962): ok (0m0.749s 0m0.173s) 288. Missing auxiliary files (install-sh) (torture.at:2024): ok (0m0.527s 0m0.132s) 289. Missing auxiliary files (foreign) (torture.at:2071): ok (0m0.675s 0m0.146s) 290. Missing auxiliary files (--force) (torture.at:2118): ok (0m0.430s 0m0.076s) 291. Files clobbered by AC_OPENMP (torture.at:2189): ok (0m0.838s 0m0.197s) 292. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:31): ok (0m0.086s 0m0.015s) 293. AC_REQUIRE & AC_LANG (compile.at:84): ok (0m0.109s 0m0.021s) 294. AC_LANG_SOURCE (compile.at:123): ok (0m0.267s 0m0.058s) 295. AC_LANG_SOURCE(C++) (compile.at:149): ok (0m0.329s 0m0.071s) 296. AC_LANG_SOURCE example (compile.at:176): ok (0m0.133s 0m0.034s) 297. AC_LANG_PROGRAM example (compile.at:217): ok (0m0.131s 0m0.034s) 298. AC_COMPILE_IFELSE (compile.at:265): ok (0m0.916s 0m0.190s) 299. AC_RUN_IFELSE (compile.at:311): ok (0m0.308s 0m0.070s) 300. Order of user actions and cleanup (compile.at:351): ok (0m0.339s 0m0.083s) 302. Multiple languages (compile.at:409): ok (0m1.084s 0m0.272s) 303. AC_NO_EXECUTABLES (aclang.at:8): ok (0m0.603s 0m0.153s) 305. Object file extensions (c.at:31): ok (0m0.416s 0m0.082s) 306. Broken/missing compilers (c.at:59): ok (0m0.133s 0m0.032s) 307. C keywords (c.at:77): ok (0m0.404s 0m0.093s) 308. AC_PROG_CPP requires AC_PROG_CC (c.at:97): ok (0m0.396s 0m0.086s) 309. AC_PROG_CPP with warnings (c.at:114): ok (0m0.397s 0m0.099s) 310. AC_PROG_CPP without warnings (c.at:150): ok (0m0.400s 0m0.106s) 311. AC_PROG_CPP via CC (c.at:194): ok (0m0.402s 0m0.110s) 312. AC_NO_EXECUTABLES (working linker) (c.at:239): ok (0m0.389s 0m0.086s) 313. AC_NO_EXECUTABLES (broken linker) (c.at:249): ok (0m0.335s 0m0.076s) 314. AC_USE_SYSTEM_EXTENSIONS (c.at:260): ok (0m1.066s 0m0.241s) 315. AC_C_RESTRICT and C++ (c.at:283): ok (0m0.495s 0m0.107s) 316. AC_OPENMP and C (c.at:346): ok (0m0.325s 0m0.083s) 317. AC_OPENMP and C++ (c.at:399): ok (0m0.411s 0m0.112s) 333. AC_LANG_C (acc.at:25): ok (0m0.592s 0m0.164s) 334. autoupdating AC_LANG_C (acc.at:25): ok (0m0.790s 0m0.123s) 335. AC_LANG_CPLUSPLUS (acc.at:26): ok (0m0.608s 0m0.150s) 336. autoupdating AC_LANG_CPLUSPLUS (acc.at:26): ok (0m0.778s 0m0.138s) 337. AC_LANG_OBJC (acc.at:27): ok (0m0.605s 0m0.153s) 338. autoupdating AC_LANG_OBJC (acc.at:27): ok (0m0.791s 0m0.131s) 339. GNU Fortran 77 (fortran.at:31): skipped (fortran.at:31) 340. GNU Fortran (fortran.at:61): skipped (fortran.at:61) 341. AC_OPENMP and Fortran 77 (fortran.at:84): skipped (fortran.at:119) 342. AC_OPENMP and Fortran (fortran.at:129): skipped (fortran.at:164) 343. AC_F77_DUMMY_MAIN usage (fortran.at:186): skipped (fortran.at:256) 344. AC_FC_DUMMY_MAIN usage (fortran.at:267): skipped (fortran.at:338) 345. AC_F77_MAIN usage (fortran.at:349): skipped (fortran.at:419) 346. AC_FC_MAIN usage (fortran.at:433): skipped (fortran.at:503) 347. AC_F77_FUNC usage (fortran.at:517): skipped (fortran.at:582) 348. AC_FC_FUNC usage (fortran.at:593): skipped (fortran.at:658) 349. AC_FC_SRCEXT usage (fortran.at:669): skipped (fortran.at:743) 350. AC_FC_PP_SRCEXT usage (fortran.at:753): skipped (fortran.at:842) 351. AC_FC_FREEFORM (fortran.at:853): skipped (fortran.at:878) 352. AC_FC_FREEFORM with AC_FC_SRCEXT (fortran.at:889): skipped (fortran.at:915) 353. AC_FC_FIXEDFORM (fortran.at:926): skipped (fortran.at:952) 354. AC_FC_FIXEDFORM with AC_FC_SRCEXT (fortran.at:963): skipped (fortran.at:990) 355. AC_FC_LINE_LENGTH (fortran.at:1001): skipped (fortran.at:1058) 356. AC_FC_CHECK_BOUNDS (fortran.at:1073): skipped (fortran.at:1119) 357. AC_FC_MODULE_FLAG (fortran.at:1131): skipped (fortran.at:1186) 358. AC_F77_IMPLICIT_NONE (acfortran.at:8): skipped (acfortran.at:8) 359. AC_F77_MAIN (acfortran.at:9): skipped (acfortran.at:9) 360. AC_F77_WRAPPERS (acfortran.at:10): skipped (acfortran.at:10) 361. AC_FC_CHECK_BOUNDS (acfortran.at:11): skipped (acfortran.at:11) 362. AC_FC_FIXEDFORM (acfortran.at:12): skipped (acfortran.at:12) 363. AC_FC_FREEFORM (acfortran.at:13): skipped (acfortran.at:13) 364. AC_FC_IMPLICIT_NONE (acfortran.at:14): skipped (acfortran.at:14) 365. AC_FC_LINE_LENGTH (acfortran.at:15): skipped (acfortran.at:15) 366. AC_FC_MAIN (acfortran.at:16): skipped (acfortran.at:16) 367. AC_FC_MODULE_EXTENSION (acfortran.at:17): skipped (acfortran.at:17) 368. AC_FC_MODULE_FLAG (acfortran.at:18): skipped (acfortran.at:18) 369. AC_FC_MODULE_OUTPUT_FLAG (acfortran.at:19): skipped (acfortran.at:19) 370. AC_FC_PP_DEFINE (acfortran.at:20): skipped (acfortran.at:20) 371. AC_FC_WRAPPERS (acfortran.at:21): skipped (acfortran.at:21) 372. AC_PROG_F77_C_O (acfortran.at:22): skipped (acfortran.at:22) 373. AC_PROG_FC_C_O (acfortran.at:23): skipped (acfortran.at:23) 374. AC_F77_NAME_MANGLING (acfortran.at:26): ok (0m0.603s 0m0.157s) 375. autoupdating AC_F77_NAME_MANGLING (acfortran.at:26): ok (0m0.796s 0m0.128s) 376. AC_LANG_FORTRAN77 (acfortran.at:27): ok (0m0.613s 0m0.148s) 377. autoupdating AC_LANG_FORTRAN77 (acfortran.at:27): ok (0m0.805s 0m0.123s) 378. Erlang basic compilation (erlang.at:36): skipped (erlang.at:36) 379. AC_ERLANG_CHECK_LIB (erlang.at:66): skipped (erlang.at:66) 380. AC_ERLANG_SUBST_ROOT_DIR (erlang.at:82): skipped (erlang.at:82) 381. AC_ERLANG_SUBST_LIB_DIR (erlang.at:95): skipped (erlang.at:95) 382. AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR (erlang.at:109): ok (0m0.618s 0m0.154s) 383. AC_ERLANG_PATH_ERL (acerlang.at:8): ok (0m0.611s 0m0.158s) 384. AC_ERLANG_PATH_ERLC (acerlang.at:9): ok (0m0.616s 0m0.148s) 385. AC_ERLANG_SUBST_ERTS_VER (acerlang.at:10): skipped (acerlang.at:10) 386. AC_ERLANG_SUBST_LIB_DIR (acerlang.at:11): skipped (acerlang.at:11) 387. AC_LANG_ERLANG (acerlang.at:14): ok (0m0.611s 0m0.149s) 388. autoupdating AC_LANG_ERLANG (acerlang.at:14): ok (0m0.804s 0m0.110s) 389. Go (go.at:30): skipped (go.at:30) 390. AC_LANG_GO (acgo.at:8): ok (0m0.610s 0m0.150s) 391. autoupdating AC_LANG_GO (acgo.at:8): ok (0m0.808s 0m0.120s) 397. AC_REPLACE_FUNCS (semantics.at:282): ok (0m0.510s 0m0.135s) 398. AC_CHECK_HEADERS (semantics.at:341): ok (0m0.505s 0m0.118s) 399. AC_CHECK_HEADERS (preprocessor test) (semantics.at:377): ok (0m0.414s 0m0.087s) 400. AC_CHECK_HEADERS (compiler test) (semantics.at:415): ok (0m0.397s 0m0.087s) 408. AC_CHECK_TYPES: backward compatibility (semantics.at:576): ok (0m0.083s 0m0.017s) 409. AC_CHECK_FILES (semantics.at:615): ok (0m0.259s 0m0.047s) 410. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:659): ok (0m0.136s 0m0.036s) 411. AC_C_BIGENDIAN (semantics.at:708): ok (0m1.084s 0m0.244s) 412. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:770): ok (0m0.138s 0m0.031s) 413. AC_PATH_PROGS_FEATURE_CHECK (semantics.at:812): ok (0m0.139s 0m0.034s) 414. AC_PATH_XTRA (semantics.at:892): ok (0m0.611s 0m0.157s) 416. AC_FUNC_SETVBUF_REVERSED (semantics.at:911): ok (0m0.600s 0m0.154s) 419. autoupdating AC_TRY_CPP (semantics.at:926): ok (0m1.082s 0m0.220s) 421. autoupdating AC_TRY_COMPILE (semantics.at:941): ok (0m1.060s 0m0.202s) 423. autoupdating AC_TRY_LINK (semantics.at:953): ok (0m1.091s 0m0.195s) 425. autoupdating AC_COMPILE_CHECK (semantics.at:969): ok (0m1.086s 0m0.202s) 427. autoupdating AC_TRY_RUN (semantics.at:981): ok (0m1.082s 0m0.200s) 429. autoupdating AC_HAVE_LIBRARY (semantics.at:999): ok (0m1.161s 0m0.211s) 430. Macro expansion in AC_CHECK_FUNCS (literal) (semantics.at:1153): ok (0m0.451s 0m0.106s) 431. Macro expansion in AC_CHECK_FUNCS (variable) (semantics.at:1153): ok (0m0.456s 0m0.102s) 432. Macro expansion in AC_CHECK_FUNCS_ONCE (semantics.at:1154): ok (0m0.446s 0m0.107s) 433. Macro expansion in AC_REPLACE_FUNCS (literal) (semantics.at:1155): ok (0m0.452s 0m0.108s) 434. Macro expansion in AC_REPLACE_FUNCS (variable) (semantics.at:1155): ok (0m0.460s 0m0.106s) 435. Macro expansion in AC_CHECK_HEADERS (literal) (semantics.at:1157): ok (0m0.521s 0m0.130s) 436. Macro expansion in AC_CHECK_HEADERS (variable) (semantics.at:1157): ok (0m0.542s 0m0.114s) 437. Macro expansion in AC_CHECK_HEADERS_ONCE (semantics.at:1158): ok (0m0.514s 0m0.129s) 438. Macro expansion in AC_CHECK_FILES (semantics.at:1160): ok (0m0.246s 0m0.052s) 439. Macro expansion in AC_CONFIG_MACRO_DIRS (semantics.at:1186): ok (0m0.078s 0m0.013s) 440. Macro expansion in AC_CONFIG_SUBDIRS (semantics.at:1210): ok (0m0.256s 0m0.050s) 442. AC_PROG_LEX with yywrap (semantics.at:1257): skipped (semantics.at:1257) 443. AC_PROG_LEX in legacy mode (semantics.at:1272): ok (0m0.761s 0m0.115s) 444. Invalid arguments to AC_PROG_LEX (semantics.at:1292): ok (0m0.622s 0m0.103s) 445. AC_ARG_ENABLE (acgeneral.at:8): ok (0m0.602s 0m0.155s) 446. AC_ARG_PROGRAM (acgeneral.at:9): ok (0m0.622s 0m0.139s) 447. AC_ARG_WITH (acgeneral.at:10): ok (0m0.604s 0m0.153s) 451. AC_LIBOBJ (acgeneral.at:14): ok (0m0.607s 0m0.156s) 452. AC_LIBSOURCES (acgeneral.at:15): ok (0m0.599s 0m0.155s) 453. AC_PREFIX_DEFAULT (acgeneral.at:16): ok (0m0.609s 0m0.146s) 454. AC_REQUIRE_AUX_FILE (acgeneral.at:17): ok (0m0.615s 0m0.145s) 455. AC_CHECKING (acgeneral.at:20): ok (0m0.617s 0m0.143s) 456. autoupdating AC_CHECKING (acgeneral.at:20): ok (0m0.806s 0m0.123s) 457. AC_ENABLE (acgeneral.at:21): ok (0m0.610s 0m0.149s) 458. autoupdating AC_ENABLE (acgeneral.at:21): ok (0m0.782s 0m0.131s) 459. AC_MSG_RESULT_UNQUOTED (acgeneral.at:22): ok (0m0.608s 0m0.151s) 460. autoupdating AC_MSG_RESULT_UNQUOTED (acgeneral.at:22): ok (0m0.782s 0m0.131s) 461. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:23): ok (0m0.599s 0m0.162s) 462. autoupdating AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:23): ok (0m0.806s 0m0.123s) 463. AC_WITH (acgeneral.at:24): ok (0m0.606s 0m0.154s) 464. autoupdating AC_WITH (acgeneral.at:24): ok (0m0.779s 0m0.134s) 466. autoupdating _AC_COMPUTE_INT (acgeneral.at:25): ok (0m1.087s 0m0.174s) 467. AC_OUTPUT_COMMANDS (acstatus.at:8): ok (0m0.609s 0m0.154s) 468. autoupdating AC_OUTPUT_COMMANDS (acstatus.at:8): ok (0m0.777s 0m0.138s) 469. AC_SYS_INTERPRETER (acspecific.at:8): ok (0m0.605s 0m0.156s) 471. AC_SYS_LONG_FILE_NAMES (acspecific.at:10): ok (0m0.602s 0m0.167s) 474. autoupdating AC_AIX (acspecific.at:14): ok (0m1.372s 0m0.286s) 475. AC_ARG_ARRAY (acspecific.at:15): ok (0m0.617s 0m0.144s) 476. autoupdating AC_ARG_ARRAY (acspecific.at:15): ok (0m0.799s 0m0.133s) 478. autoupdating AC_DECL_SYS_SIGLIST (acspecific.at:16): ok (0m1.115s 0m0.217s) 480. autoupdating AC_DYNIX_SEQ (acspecific.at:17): ok (0m1.121s 0m0.193s) 481. AC_HAVE_POUNDBANG (acspecific.at:18): ok (0m0.600s 0m0.164s) 482. autoupdating AC_HAVE_POUNDBANG (acspecific.at:18): ok (0m0.784s 0m0.137s) 484. autoupdating AC_IRIX_SUN (acspecific.at:19): ok (0m1.087s 0m0.232s) 486. autoupdating AC_ISC_POSIX (acspecific.at:20): ok (0m1.072s 0m0.211s) 488. autoupdating AC_MINIX (acspecific.at:21): ok (0m1.343s 0m0.288s) 490. autoupdating AC_SCO_INTL (acspecific.at:22): ok (0m1.127s 0m0.194s) 492. autoupdating AC_XENIX_DIR (acspecific.at:23): ok (0m1.184s 0m0.234s) 493. AC_PROG_AWK (acprograms.at:8): ok (0m0.612s 0m0.149s) 494. AC_PROG_FGREP (acprograms.at:9): ok (0m0.603s 0m0.166s) 495. AC_PROG_INSTALL (acprograms.at:10): ok (0m0.618s 0m0.156s) 496. AC_PROG_LN_S (acprograms.at:11): ok (0m0.611s 0m0.149s) 497. AC_PROG_MAKE_SET (acprograms.at:12): ok (0m0.613s 0m0.156s) 498. AC_PROG_MKDIR_P (acprograms.at:13): ok (0m0.600s 0m0.169s) 499. AC_PROG_RANLIB (acprograms.at:14): ok (0m0.620s 0m0.147s) 500. AC_PROG_SED (acprograms.at:15): ok (0m0.617s 0m0.151s) 501. AC_PROG_YACC (acprograms.at:16): ok (0m0.618s 0m0.150s) 502. AC_CHECK_TOOL_PREFIX (acprograms.at:19): ok (0m0.604s 0m0.159s) 503. autoupdating AC_CHECK_TOOL_PREFIX (acprograms.at:19): ok (0m0.790s 0m0.126s) 505. autoupdating AC_DECL_YYTEXT (acprograms.at:20): ok (0m1.843s 0m0.259s) 506. AC_RSH (acprograms.at:21): ok (0m0.607s 0m0.150s) 507. autoupdating AC_RSH (acprograms.at:21): ok (0m0.796s 0m0.116s) 510. AC_HEADER_ASSERT (acheaders.at:10): ok (0m0.609s 0m0.153s) 517. autoupdating AC_DIR_HEADER (acheaders.at:18): ok (0m1.152s 0m0.202s) 519. autoupdating AC_HEADER_STDC (acheaders.at:19): ok (0m1.267s 0m0.267s) 521. autoupdating AC_HEADER_TIME (acheaders.at:20): ok (0m1.301s 0m0.252s) 523. autoupdating AC_MEMORY_H (acheaders.at:21): ok (0m1.290s 0m0.259s) 525. autoupdating AC_UNISTD_H (acheaders.at:22): ok (0m1.250s 0m0.234s) 527. autoupdating AC_USG (acheaders.at:23): ok (0m1.087s 0m0.205s) 529. autoupdating _AC_CHECK_HEADER_MONGREL (acheaders.at:24): ok (0m1.088s 0m0.223s) 552. autoupdating AC_C_LONG_DOUBLE (actypes.at:31): ok (0m1.077s 0m0.205s) 554. autoupdating AC_INT_16_BITS (actypes.at:32): ok (0m1.311s 0m0.294s) 556. autoupdating AC_LONG_64_BITS (actypes.at:33): ok (0m1.339s 0m0.266s) 558. autoupdating AC_STRUCT_ST_BLKSIZE (actypes.at:34): ok (0m1.296s 0m0.277s) 560. autoupdating AC_STRUCT_ST_RDEV (actypes.at:35): ok (0m1.315s 0m0.249s) 562. autoupdating AC_TYPE_SIGNAL (actypes.at:36): ok (0m1.084s 0m0.209s) 564. autoupdating AM_TYPE_PTRDIFF_T (actypes.at:37): ok (0m1.305s 0m0.259s) 565. AC_CHECK_FUNCS_ONCE (acfunctions.at:8): ok (0m0.601s 0m0.162s) 594. Libtool (foreign.at:26): ok (0m0.708s 0m0.213s) 595. shtool (foreign.at:93): skipped (foreign.at:130) 596. AX_PROG_CC_FOR_BUILD (foreign.at:145): ok (0m0.421s 0m0.117s) 597. AX_PROG_CXX_FOR_BUILD (foreign.at:179): ok (0m0.571s 0m0.143s) 598. gnulib-std-gnu11.m4 (foreign.at:215): ok (0m4.533s 0m0.179s) 599. autoscan (autoscan.at:21): ok (0m0.107s 0m0.008s) testsuite: ending at: Wed Sep 28 19:37:01 CDT 2022 testsuite: test suite duration: 0h 9m 23s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 551 tests were run, 128 failed (4 expected failures). 48 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU Autoconf 2.71 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 254: base.at:1069 configure with closed standard fds as_init 301: compile.at:399 AC_TRY_LINK_FUNC 304: aclang.at:9 AC_REQUIRE_CPP 318: acc.at:8 AC_C_BACKSLASH_A 319: acc.at:9 AC_C_BIGENDIAN 320: acc.at:10 AC_C_CHAR_UNSIGNED 321: acc.at:11 AC_C_FLEXIBLE_ARRAY_MEMBER 322: acc.at:12 AC_C_INLINE 323: acc.at:13 AC_C_PROTOTYPES 324: acc.at:14 AC_C_RESTRICT 325: acc.at:15 AC_C_STRINGIZE 326: acc.at:16 AC_C_TYPEOF 327: acc.at:17 AC_C_VARARRAYS 328: acc.at:18 AC_C__GENERIC 329: acc.at:19 AC_OPENMP 330: acc.at:20 AC_PROG_CC_C_O 331: acc.at:21 AC_PROG_CPP_WERROR 332: acc.at:22 AC_PROG_GCC_TRADITIONAL 392: semantics.at:35 AC_CHECK_LIB 393: semantics.at:117 AC_SEARCH_LIBS (needed) 394: semantics.at:190 AC_SEARCH_LIBS (none needed) 395: semantics.at:205 AC_CHECK_DECLS 396: semantics.at:269 AC_CHECK_FUNCS 401: semantics.at:451 AC_CHECK_MEMBER 402: semantics.at:477 AC_CHECK_MEMBERS 403: semantics.at:492 AC_CHECK_ALIGNOF 404: semantics.at:509 AC_CHECK_ALIGNOF struct 405: semantics.at:521 AC_CHECK_SIZEOF 406: semantics.at:537 AC_CHECK_SIZEOF struct 407: semantics.at:562 AC_CHECK_TYPES 415: semantics.at:910 AC_SYS_RESTARTABLE_SYSCALLS 417: semantics.at:912 AC_FUNC_WAIT3 418: semantics.at:926 AC_TRY_CPP 420: semantics.at:941 AC_TRY_COMPILE 422: semantics.at:953 AC_TRY_LINK 424: semantics.at:969 AC_COMPILE_CHECK 426: semantics.at:981 AC_TRY_RUN 428: semantics.at:999 AC_HAVE_LIBRARY 441: semantics.at:1255 AC_PROG_LEX with noyywrap 448: acgeneral.at:11 AC_CHECK_DECLS_ONCE 449: acgeneral.at:12 AC_EGREP_CPP 450: acgeneral.at:13 AC_EGREP_HEADER 465: acgeneral.at:25 _AC_COMPUTE_INT 470: acspecific.at:9 AC_SYS_LARGEFILE 472: acspecific.at:11 AC_SYS_POSIX_TERMIOS 473: acspecific.at:14 AC_AIX 477: acspecific.at:16 AC_DECL_SYS_SIGLIST 479: acspecific.at:17 AC_DYNIX_SEQ 483: acspecific.at:19 AC_IRIX_SUN 485: acspecific.at:20 AC_ISC_POSIX 487: acspecific.at:21 AC_MINIX 489: acspecific.at:22 AC_SCO_INTL 491: acspecific.at:23 AC_XENIX_DIR 504: acprograms.at:20 AC_DECL_YYTEXT 508: acheaders.at:8 AC_CHECK_HEADERS_ONCE 509: acheaders.at:9 AC_CHECK_HEADER_STDBOOL 511: acheaders.at:11 AC_HEADER_MAJOR 512: acheaders.at:12 AC_HEADER_RESOLV 513: acheaders.at:13 AC_HEADER_STAT 514: acheaders.at:14 AC_HEADER_STDBOOL 515: acheaders.at:15 AC_HEADER_TIOCGWINSZ 516: acheaders.at:18 AC_DIR_HEADER 518: acheaders.at:19 AC_HEADER_STDC 520: acheaders.at:20 AC_HEADER_TIME 522: acheaders.at:21 AC_MEMORY_H 524: acheaders.at:22 AC_UNISTD_H 526: acheaders.at:23 AC_USG 528: acheaders.at:24 _AC_CHECK_HEADER_MONGREL 530: actypes.at:8 AC_STRUCT_DIRENT_D_INO 531: actypes.at:9 AC_STRUCT_DIRENT_D_TYPE 532: actypes.at:10 AC_STRUCT_ST_BLOCKS 533: actypes.at:11 AC_STRUCT_TIMEZONE 534: actypes.at:12 AC_TYPE_INT16_T 535: actypes.at:13 AC_TYPE_INT32_T 536: actypes.at:14 AC_TYPE_INT64_T 537: actypes.at:15 AC_TYPE_INT8_T 538: actypes.at:16 AC_TYPE_INTMAX_T 539: actypes.at:17 AC_TYPE_INTPTR_T 540: actypes.at:18 AC_TYPE_LONG_DOUBLE 541: actypes.at:19 AC_TYPE_LONG_DOUBLE_WIDER 542: actypes.at:20 AC_TYPE_MODE_T 543: actypes.at:21 AC_TYPE_OFF_T 544: actypes.at:22 AC_TYPE_SSIZE_T 545: actypes.at:23 AC_TYPE_UINT16_T 546: actypes.at:24 AC_TYPE_UINT32_T 547: actypes.at:25 AC_TYPE_UINT64_T 548: actypes.at:26 AC_TYPE_UINT8_T 549: actypes.at:27 AC_TYPE_UINTMAX_T 550: actypes.at:28 AC_TYPE_UINTPTR_T 551: actypes.at:31 AC_C_LONG_DOUBLE 553: actypes.at:32 AC_INT_16_BITS 555: actypes.at:33 AC_LONG_64_BITS 557: actypes.at:34 AC_STRUCT_ST_BLKSIZE 559: actypes.at:35 AC_STRUCT_ST_RDEV 561: actypes.at:36 AC_TYPE_SIGNAL 563: actypes.at:37 AM_TYPE_PTRDIFF_T 566: acfunctions.at:9 AC_FUNC_CHOWN 567: acfunctions.at:10 AC_FUNC_CLOSEDIR_VOID 568: acfunctions.at:11 AC_FUNC_ERROR_AT_LINE 569: acfunctions.at:12 AC_FUNC_FNMATCH 570: acfunctions.at:13 AC_FUNC_FORK 571: acfunctions.at:14 AC_FUNC_FSEEKO 572: acfunctions.at:15 AC_FUNC_GETGROUPS 573: acfunctions.at:16 AC_FUNC_GETMNTENT 574: acfunctions.at:17 AC_FUNC_GETPGRP 575: acfunctions.at:18 AC_FUNC_LSTAT 576: acfunctions.at:19 AC_FUNC_MALLOC 577: acfunctions.at:20 AC_FUNC_MBRTOWC 578: acfunctions.at:21 AC_FUNC_MEMCMP 579: acfunctions.at:22 AC_FUNC_MKTIME 580: acfunctions.at:23 AC_FUNC_MMAP 581: acfunctions.at:24 AC_FUNC_OBSTACK 582: acfunctions.at:25 AC_FUNC_REALLOC 583: acfunctions.at:26 AC_FUNC_SELECT_ARGTYPES 584: acfunctions.at:27 AC_FUNC_SETPGRP 585: acfunctions.at:28 AC_FUNC_STAT 586: acfunctions.at:29 AC_FUNC_STRCOLL 587: acfunctions.at:30 AC_FUNC_STRERROR_R 588: acfunctions.at:31 AC_FUNC_STRFTIME 589: acfunctions.at:32 AC_FUNC_STRNLEN 590: acfunctions.at:33 AC_FUNC_STRTOD 591: acfunctions.at:34 AC_FUNC_STRTOLD 592: acfunctions.at:35 AC_FUNC_UTIME_NULL 593: acfunctions.at:36 AC_FUNC_VPRINTF Skipped tests: GNU Autoconf 2.71 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 42: tools.at:1560 autom4te cache creation 155: autotest.at:451 Syntax error autotest 225: autotest.at:1572 parallel syntax error autotest 245: base.at:600 AC_CACHE_CHECK config_site 339: fortran.at:31 GNU Fortran 77 340: fortran.at:61 GNU Fortran 341: fortran.at:84 AC_OPENMP and Fortran 77 342: fortran.at:129 AC_OPENMP and Fortran 343: fortran.at:186 AC_F77_DUMMY_MAIN usage 344: fortran.at:267 AC_FC_DUMMY_MAIN usage 345: fortran.at:349 AC_F77_MAIN usage 346: fortran.at:433 AC_FC_MAIN usage 347: fortran.at:517 AC_F77_FUNC usage 348: fortran.at:593 AC_FC_FUNC usage 349: fortran.at:669 AC_FC_SRCEXT usage 350: fortran.at:753 AC_FC_PP_SRCEXT usage 351: fortran.at:853 AC_FC_FREEFORM 352: fortran.at:889 AC_FC_FREEFORM with AC_FC_SRCEXT 353: fortran.at:926 AC_FC_FIXEDFORM 354: fortran.at:963 AC_FC_FIXEDFORM with AC_FC_SRCEXT 355: fortran.at:1001 AC_FC_LINE_LENGTH 356: fortran.at:1073 AC_FC_CHECK_BOUNDS 357: fortran.at:1131 AC_FC_MODULE_FLAG 358: acfortran.at:8 AC_F77_IMPLICIT_NONE 359: acfortran.at:9 AC_F77_MAIN 360: acfortran.at:10 AC_F77_WRAPPERS 361: acfortran.at:11 AC_FC_CHECK_BOUNDS 362: acfortran.at:12 AC_FC_FIXEDFORM 363: acfortran.at:13 AC_FC_FREEFORM 364: acfortran.at:14 AC_FC_IMPLICIT_NONE 365: acfortran.at:15 AC_FC_LINE_LENGTH 366: acfortran.at:16 AC_FC_MAIN 367: acfortran.at:17 AC_FC_MODULE_EXTENSION 368: acfortran.at:18 AC_FC_MODULE_FLAG 369: acfortran.at:19 AC_FC_MODULE_OUTPUT_FLAG 370: acfortran.at:20 AC_FC_PP_DEFINE 371: acfortran.at:21 AC_FC_WRAPPERS 372: acfortran.at:22 AC_PROG_F77_C_O 373: acfortran.at:23 AC_PROG_FC_C_O 378: erlang.at:36 Erlang basic compilation 379: erlang.at:66 AC_ERLANG_CHECK_LIB 380: erlang.at:82 AC_ERLANG_SUBST_ROOT_DIR 381: erlang.at:95 AC_ERLANG_SUBST_LIB_DIR erlang 385: acerlang.at:10 AC_ERLANG_SUBST_ERTS_VER 386: acerlang.at:11 AC_ERLANG_SUBST_LIB_DIR 389: go.at:30 Go 442: semantics.at:1257 AC_PROG_LEX with yywrap 595: foreign.at:93 shtool ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 254. base.at:1069: testing configure with closed standard fds ... ./base.at:1075: autoconf --force ./base.at:1075: "$SHELL_N" -n configure stderr: ./base.at:1076: autoheader ./base.at:1076: sort -o expout expout.in ./base.at:1076: sed -ne 's/^[ ]*#[ ]*undef[ ][ ]*//p' \ $config_h_in | sort ./base.at:1077: ./configure $configure_options stderr: stdout: 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... none needed configure: creating ./config.status config.status: creating config.h ./base.at:1078: ath_fn_check_env ./base.at:1090: ./configure $configure_options 0<&- stderr: stdout: 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... none needed configure: creating ./config.status config.status: creating config.h ./base.at:1091: ath_fn_check_env ./base.at:1092: $at_diff "stdout-expected" "stdout" ./base.at:1093: $at_diff "stderr-expected" "stderr" ./base.at:1094: $at_diff "at_config_vars-state-env-expected" "at_config_vars-state-env.after" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/254/stdout 2022-09-28 19:29:45.093404338 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env-expected 2022-09-28 19:29:45.091404292 -0500 ++++ at_config_vars-state-env.after 2022-09-28 19:29:45.092404315 -0500 +@@ -44,7 +44,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/254 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./base.at:1094: 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.71. Invocation command line was > > $ ./configure > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:2165: checking for gcc > configure:2186: found /usr/bin/gcc > configure:2197: result: gcc > configure:2550: checking for C compiler version > configure:2559: gcc --version >&5 > gcc (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2570: $? = 0 > configure:2559: gcc -v >&5 > Using built-in specs. > COLLECT_GCC=gcc > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2570: $? = 0 > configure:2559: gcc -V >&5 > gcc: error: unrecognized command-line option '-V' > gcc: fatal error: no input files > compilation terminated. > configure:2570: $? = 1 > configure:2559: gcc -qversion >&5 > gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? > gcc: fatal error: no input files > compilation terminated. > configure:2570: $? = 1 > configure:2559: gcc -version >&5 > gcc: error: unrecognized command-line option '-version' > gcc: fatal error: no input files > compilation terminated. > configure:2570: $? = 1 > configure:2590: checking whether the C compiler works > configure:2612: gcc conftest.c >&5 > configure:2616: $? = 0 > configure:2666: result: yes > configure:2669: checking for C compiler default output file name > configure:2671: result: a.out > configure:2677: checking for suffix of executables > configure:2684: gcc -o conftest conftest.c >&5 > configure:2688: $? = 0 > configure:2711: result: > configure:2733: checking whether we are cross compiling > configure:2741: gcc -o conftest conftest.c >&5 > configure:2745: $? = 0 > configure:2752: ./conftest > configure:2756: $? = 0 > configure:2771: result: no > configure:2776: checking for suffix of object files > configure:2799: gcc -c conftest.c >&5 > configure:2803: $? = 0 > configure:2825: result: o > configure:2829: checking whether the compiler supports GNU C > configure:2849: gcc -c conftest.c >&5 > configure:2849: $? = 0 > configure:2859: result: yes > configure:2870: checking whether gcc accepts -g > configure:2891: gcc -c -g conftest.c >&5 > configure:2891: $? = 0 > configure:2935: result: yes > configure:2955: checking for gcc option to enable C11 features > configure:2970: gcc -c -g -O2 conftest.c >&5 > configure:2970: $? = 0 > configure:2988: result: none needed > configure:3204: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: 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= > ac_cv_prog_cc_g=yes > ac_cv_prog_cc_stdc= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CC='gcc' > CFLAGS='-g -O2' > CPPFLAGS='' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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 "" > > configure: exit 0 254. base.at:1069: 254. configure with closed standard fds (base.at:1069): FAILED (base.at:1094) # -*- compilation -*- 301. compile.at:399: testing AC_TRY_LINK_FUNC ... ./compile.at:399: autoconf --force ./compile.at:399: "$SHELL_N" -n configure stderr: ./compile.at:399: autoheader ./compile.at:399: ./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... none needed configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./compile.at:399: ath_fn_check_env ./compile.at:399: ./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) none needed configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./compile.at:399: ath_fn_check_env ./compile.at:399: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./compile.at:399: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./compile.at:399: autoconf --force ./compile.at:399: "$SHELL_N" -n configure stderr: ./compile.at:399: autoheader ./compile.at:399: ./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... none needed configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./compile.at:399: ath_fn_check_env ./compile.at:399: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./compile.at:399: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./compile.at:399: ./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) none needed configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./compile.at:399: ath_fn_check_env ./compile.at:399: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./compile.at:399: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./compile.at:399: autoconf --force stderr: stdout: ./compile.at:399: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./compile.at:399: "$SHELL_N" -n configure stderr: ./compile.at:399: autoheader ./compile.at:399: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./compile.at:399: ath_fn_check_env ./compile.at:399: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./compile.at:399: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/301/stdout 2022-09-28 19:30:30.606434473 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:30:30.604434428 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:30:30.606434473 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/301 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./compile.at:399: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2710: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2710: $? = 0 > configure:2732: g++ -o conftest -g -O2 conftest.cpp >&5 > /usr/bin/ld: /tmp/cclIupRu.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/301/conftest.cpp:16: undefined reference to `Be_doomed_if_your_libc_has_a_function_named_like_this' > collect2: error: ld returned 1 exit status > configure:2732: $? = 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. */ > | > | namespace conftest { > | extern "C" int Be_doomed_if_your_libc_has_a_function_named_like_this (); > | } > | int > | main (void) > | { > | return conftest::Be_doomed_if_your_libc_has_a_function_named_like_this (); > | ; > | return 0; > | } > configure:2795: updating cache config.cache > configure:2844: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 "" > > configure: exit 0 301. compile.at:399: 301. AC_TRY_LINK_FUNC (compile.at:399): FAILED (compile.at:399) # -*- compilation -*- 304. aclang.at:9: testing AC_REQUIRE_CPP ... ./aclang.at:9: autoconf --force ./aclang.at:9: "$SHELL_N" -n configure stderr: ./aclang.at:9: autoheader ./aclang.at:9: ./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... none needed checking how to run the C preprocessor... gcc -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./aclang.at:9: ath_fn_check_env ./aclang.at:9: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./aclang.at:9: ath_fn_check_env ./aclang.at:9: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./aclang.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./aclang.at:9: autoconf --force ./aclang.at:9: "$SHELL_N" -n configure stderr: ./aclang.at:9: autoheader ./aclang.at:9: ./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... none needed checking how to run the C preprocessor... gcc -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./aclang.at:9: ath_fn_check_env ./aclang.at:9: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./aclang.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./aclang.at:9: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./aclang.at:9: ath_fn_check_env ./aclang.at:9: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./aclang.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./aclang.at:9: autoconf --force stderr: stdout: ./aclang.at:9: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./aclang.at:9: "$SHELL_N" -n configure stderr: ./aclang.at:9: autoheader ./aclang.at:9: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./aclang.at:9: ath_fn_check_env ./aclang.at:9: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./aclang.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/304/stdout 2022-09-28 19:30:34.452521523 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:30:34.449521455 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:30:34.452521523 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/304 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./aclang.at:9: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1747: creating cache config.cache > configure:2128: checking for g++ > configure:2149: found /usr/bin/g++ > configure:2160: result: g++ > configure:2187: checking for C++ compiler version > configure:2196: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2207: $? = 0 > configure:2196: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2207: $? = 0 > configure:2196: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2207: $? = 1 > configure:2196: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2207: $? = 1 > configure:2227: checking whether the C++ compiler works > configure:2249: g++ conftest.cpp >&5 > configure:2253: $? = 0 > configure:2303: result: yes > configure:2306: checking for C++ compiler default output file name > configure:2308: result: a.out > configure:2314: checking for suffix of executables > configure:2321: g++ -o conftest conftest.cpp >&5 > configure:2325: $? = 0 > configure:2348: result: > configure:2370: checking whether we are cross compiling > configure:2378: g++ -o conftest conftest.cpp >&5 > configure:2382: $? = 0 > configure:2389: ./conftest > configure:2393: $? = 0 > configure:2408: result: no > configure:2413: checking for suffix of object files > configure:2436: g++ -c conftest.cpp >&5 > configure:2440: $? = 0 > configure:2462: result: o > configure:2466: checking whether the compiler supports GNU C++ > configure:2486: g++ -c conftest.cpp >&5 > configure:2486: $? = 0 > configure:2496: result: yes > configure:2507: checking whether g++ accepts -g > configure:2528: g++ -c -g conftest.cpp >&5 > configure:2528: $? = 0 > configure:2572: result: yes > configure:2592: checking for g++ option to enable C++11 features > configure:2607: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2607: $? = 0 > configure:2625: result: none needed > configure:2695: checking how to run the C++ preprocessor > configure:2717: g++ -E conftest.cpp > configure:2717: $? = 0 > configure:2732: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2732: $? = 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. */ > | #include > configure:2759: result: g++ -E > configure:2773: g++ -E conftest.cpp > configure:2773: $? = 0 > configure:2788: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2788: $? = 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. */ > | #include > configure:2877: updating cache config.cache > configure:2926: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXXCPP='g++ -E' > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXCPP='g++ -E' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 "" > > configure: exit 0 304. aclang.at:9: 304. AC_REQUIRE_CPP (aclang.at:9): FAILED (aclang.at:9) # -*- compilation -*- 318. acc.at:8: testing AC_C_BACKSLASH_A ... ./acc.at:8: autoconf --force ./acc.at:8: "$SHELL_N" -n configure stderr: ./acc.at:8: autoheader ./acc.at:8: ./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... none needed checking whether backslash-a works in strings... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:8: ath_fn_check_env ./acc.at:8: ./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) none needed checking whether backslash-a works in strings... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:8: ath_fn_check_env ./acc.at:8: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:8: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:8: autoconf --force ./acc.at:8: "$SHELL_N" -n configure stderr: ./acc.at:8: autoheader ./acc.at:8: ./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... none needed checking whether backslash-a works in strings... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:8: ath_fn_check_env ./acc.at:8: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:8: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acc.at:8: ./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) none needed checking whether backslash-a works in strings... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:8: ath_fn_check_env ./acc.at:8: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:8: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:8: autoconf --force stderr: stdout: ./acc.at:8: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:8: "$SHELL_N" -n configure stderr: ./acc.at:8: autoheader ./acc.at:8: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking whether backslash-a works in strings... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:8: ath_fn_check_env ./acc.at:8: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acc.at:8: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/318/stdout 2022-09-28 19:30:42.970714316 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:30:42.967714248 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:30:42.969714293 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/318 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acc.at:8: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1706: creating cache config.cache > configure:2087: checking for g++ > configure:2108: found /usr/bin/g++ > configure:2119: result: g++ > configure:2146: checking for C++ compiler version > configure:2155: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2166: $? = 0 > configure:2155: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2166: $? = 0 > configure:2155: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2155: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2186: checking whether the C++ compiler works > configure:2208: g++ conftest.cpp >&5 > configure:2212: $? = 0 > configure:2262: result: yes > configure:2265: checking for C++ compiler default output file name > configure:2267: result: a.out > configure:2273: checking for suffix of executables > configure:2280: g++ -o conftest conftest.cpp >&5 > configure:2284: $? = 0 > configure:2307: result: > configure:2329: checking whether we are cross compiling > configure:2337: g++ -o conftest conftest.cpp >&5 > configure:2341: $? = 0 > configure:2348: ./conftest > configure:2352: $? = 0 > configure:2367: result: no > configure:2372: checking for suffix of object files > configure:2395: g++ -c conftest.cpp >&5 > configure:2399: $? = 0 > configure:2421: result: o > configure:2425: checking whether the compiler supports GNU C++ > configure:2445: g++ -c conftest.cpp >&5 > configure:2445: $? = 0 > configure:2455: result: yes > configure:2466: checking whether g++ accepts -g > configure:2487: g++ -c -g conftest.cpp >&5 > configure:2487: $? = 0 > configure:2531: result: yes > configure:2551: checking for g++ option to enable C++11 features > configure:2566: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2566: $? = 0 > configure:2584: result: none needed > configure:2650: checking whether backslash-a works in strings > configure:2674: g++ -c -g -O2 conftest.cpp >&5 > configure:2674: $? = 0 > configure:2682: result: yes > configure:2747: updating cache config.cache > configure:2796: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_backslash_a=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_C_BACKSLASH_A 1 > > configure: exit 0 318. acc.at:8: 318. AC_C_BACKSLASH_A (acc.at:8): FAILED (acc.at:8) # -*- compilation -*- 319. acc.at:9: testing AC_C_BIGENDIAN ... ./acc.at:9: autoconf --force ./acc.at:9: "$SHELL_N" -n configure stderr: ./acc.at:9: autoheader ./acc.at:9: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:9: ath_fn_check_env ./acc.at:9: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:9: ath_fn_check_env ./acc.at:9: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:9: autoconf --force ./acc.at:9: "$SHELL_N" -n configure stderr: ./acc.at:9: autoheader ./acc.at:9: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:9: ath_fn_check_env ./acc.at:9: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acc.at:9: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether byte ordering is bigendian... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:9: ath_fn_check_env ./acc.at:9: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:9: autoconf --force stderr: stdout: ./acc.at:9: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:9: "$SHELL_N" -n configure stderr: ./acc.at:9: autoheader ./acc.at:9: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:9: ath_fn_check_env ./acc.at:9: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acc.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/319/stdout 2022-09-28 19:30:45.213765083 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:30:45.210765015 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:30:45.213765083 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/319 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acc.at:9: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1814: creating cache config.cache > configure:2204: checking for g++ > configure:2225: found /usr/bin/g++ > configure:2236: result: g++ > configure:2263: checking for C++ compiler version > configure:2272: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2283: $? = 0 > configure:2272: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2283: $? = 0 > configure:2272: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2283: $? = 1 > configure:2272: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2283: $? = 1 > configure:2303: checking whether the C++ compiler works > configure:2325: g++ conftest.cpp >&5 > configure:2329: $? = 0 > configure:2379: result: yes > configure:2382: checking for C++ compiler default output file name > configure:2384: result: a.out > configure:2390: checking for suffix of executables > configure:2397: g++ -o conftest conftest.cpp >&5 > configure:2401: $? = 0 > configure:2424: result: > configure:2446: checking whether we are cross compiling > configure:2454: g++ -o conftest conftest.cpp >&5 > configure:2458: $? = 0 > configure:2465: ./conftest > configure:2469: $? = 0 > configure:2484: result: no > configure:2489: checking for suffix of object files > configure:2512: g++ -c conftest.cpp >&5 > configure:2516: $? = 0 > configure:2538: result: o > configure:2542: checking whether the compiler supports GNU C++ > configure:2562: g++ -c conftest.cpp >&5 > configure:2562: $? = 0 > configure:2572: result: yes > configure:2583: checking whether g++ accepts -g > configure:2604: g++ -c -g conftest.cpp >&5 > configure:2604: $? = 0 > configure:2648: result: yes > configure:2668: checking for g++ option to enable C++11 features > configure:2683: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2683: $? = 0 > configure:2701: result: none needed > configure:2770: checking for stdio.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for stdlib.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for string.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for inttypes.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for stdint.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for strings.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for sys/stat.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for sys/types.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for unistd.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2795: checking whether byte ordering is bigendian > configure:2811: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp:20:16: error: expected unqualified-id before 'not' token > 20 | not a universal capable compiler > | ^~~ > configure:2811: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #ifndef __APPLE_CC__ > | not a universal capable compiler > | #endif > | typedef int dummy; > | > configure:2857: g++ -c -g -O2 conftest.cpp >&5 > configure:2857: $? = 0 > configure:2876: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:26:22: error: 'big' was not declared in this scope > 26 | not big endian > | ^~~ > configure:2876: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #include > | > | int > | main (void) > | { > | #if BYTE_ORDER != BIG_ENDIAN > | not big endian > | #endif > | > | ; > | return 0; > | } > configure:3010: result: no > configure:3085: updating cache config.cache > configure:3135: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_bigendian=no > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 319. acc.at:9: 319. AC_C_BIGENDIAN (acc.at:9): FAILED (acc.at:9) # -*- compilation -*- 320. acc.at:10: testing AC_C_CHAR_UNSIGNED ... ./acc.at:10: autoconf --force ./acc.at:10: "$SHELL_N" -n configure stderr: ./acc.at:10: autoheader ./acc.at:10: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether char is unsigned... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:10: ath_fn_check_env ./acc.at:10: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether char is unsigned... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:10: ath_fn_check_env ./acc.at:10: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:10: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:10: autoconf --force ./acc.at:10: "$SHELL_N" -n configure stderr: ./acc.at:10: autoheader ./acc.at:10: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether char is unsigned... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:10: ath_fn_check_env ./acc.at:10: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:10: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acc.at:10: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether char is unsigned... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:10: ath_fn_check_env ./acc.at:10: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:10: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:10: autoconf --force stderr: stdout: ./acc.at:10: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:10: "$SHELL_N" -n configure stderr: ./acc.at:10: autoheader ./acc.at:10: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether char is unsigned... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:10: ath_fn_check_env ./acc.at:10: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acc.at:10: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/320/stdout 2022-09-28 19:30:47.399814560 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:30:47.396814492 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:30:47.398814537 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/320 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acc.at:10: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1771: creating cache config.cache > configure:2161: checking for g++ > configure:2182: found /usr/bin/g++ > configure:2193: result: g++ > configure:2220: checking for C++ compiler version > configure:2229: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2240: $? = 0 > configure:2229: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2240: $? = 0 > configure:2229: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2240: $? = 1 > configure:2229: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2240: $? = 1 > configure:2260: checking whether the C++ compiler works > configure:2282: g++ conftest.cpp >&5 > configure:2286: $? = 0 > configure:2336: result: yes > configure:2339: checking for C++ compiler default output file name > configure:2341: result: a.out > configure:2347: checking for suffix of executables > configure:2354: g++ -o conftest conftest.cpp >&5 > configure:2358: $? = 0 > configure:2381: result: > configure:2403: checking whether we are cross compiling > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2422: ./conftest > configure:2426: $? = 0 > configure:2441: result: no > configure:2446: checking for suffix of object files > configure:2469: g++ -c conftest.cpp >&5 > configure:2473: $? = 0 > configure:2495: result: o > configure:2499: checking whether the compiler supports GNU C++ > configure:2519: g++ -c conftest.cpp >&5 > configure:2519: $? = 0 > configure:2529: result: yes > configure:2540: checking whether g++ accepts -g > configure:2561: g++ -c -g conftest.cpp >&5 > configure:2561: $? = 0 > configure:2605: result: yes > configure:2625: checking for g++ option to enable C++11 features > configure:2640: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2640: $? = 0 > configure:2658: result: none needed > configure:2727: checking for stdio.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for stdlib.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for string.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for inttypes.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for stdint.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for strings.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for sys/stat.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for sys/types.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for unistd.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2752: checking whether char is unsigned > configure:2772: g++ -c -g -O2 conftest.cpp >&5 > configure:2772: $? = 0 > configure:2780: result: no > configure:2844: updating cache config.cache > configure:2893: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_char_unsigned=no > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 320. acc.at:10: 320. AC_C_CHAR_UNSIGNED (acc.at:10): FAILED (acc.at:10) # -*- compilation -*- 321. acc.at:11: testing AC_C_FLEXIBLE_ARRAY_MEMBER ... ./acc.at:11: autoconf --force ./acc.at:11: "$SHELL_N" -n configure stderr: ./acc.at:11: autoheader ./acc.at:11: ./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... none needed checking for flexible array members... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:11: ath_fn_check_env ./acc.at:11: ./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) none needed checking for flexible array members... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:11: ath_fn_check_env ./acc.at:11: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:11: autoconf --force ./acc.at:11: "$SHELL_N" -n configure stderr: ./acc.at:11: autoheader ./acc.at:11: ./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... none needed checking for flexible array members... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:11: ath_fn_check_env ./acc.at:11: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acc.at:11: ./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) none needed checking for flexible array members... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:11: ath_fn_check_env ./acc.at:11: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:11: autoconf --force stderr: stdout: ./acc.at:11: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:11: "$SHELL_N" -n configure stderr: ./acc.at:11: autoheader ./acc.at:11: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for flexible array members... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:11: ath_fn_check_env ./acc.at:11: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acc.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/321/stdout 2022-09-28 19:30:49.160854417 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:30:49.157854349 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:30:49.160854417 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/321 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acc.at:11: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1706: creating cache config.cache > configure:2087: checking for g++ > configure:2108: found /usr/bin/g++ > configure:2119: result: g++ > configure:2146: checking for C++ compiler version > configure:2155: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2166: $? = 0 > configure:2155: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2166: $? = 0 > configure:2155: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2155: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2186: checking whether the C++ compiler works > configure:2208: g++ conftest.cpp >&5 > configure:2212: $? = 0 > configure:2262: result: yes > configure:2265: checking for C++ compiler default output file name > configure:2267: result: a.out > configure:2273: checking for suffix of executables > configure:2280: g++ -o conftest conftest.cpp >&5 > configure:2284: $? = 0 > configure:2307: result: > configure:2329: checking whether we are cross compiling > configure:2337: g++ -o conftest conftest.cpp >&5 > configure:2341: $? = 0 > configure:2348: ./conftest > configure:2352: $? = 0 > configure:2367: result: no > configure:2372: checking for suffix of object files > configure:2395: g++ -c conftest.cpp >&5 > configure:2399: $? = 0 > configure:2421: result: o > configure:2425: checking whether the compiler supports GNU C++ > configure:2445: g++ -c conftest.cpp >&5 > configure:2445: $? = 0 > configure:2455: result: yes > configure:2466: checking whether g++ accepts -g > configure:2487: g++ -c -g conftest.cpp >&5 > configure:2487: $? = 0 > configure:2531: result: yes > configure:2551: checking for g++ option to enable C++11 features > configure:2566: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2566: $? = 0 > configure:2584: result: none needed > configure:2650: checking for flexible array members > configure:2674: g++ -c -g -O2 conftest.cpp >&5 > configure:2674: $? = 0 > configure:2682: result: yes > configure:2750: updating cache config.cache > configure:2799: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_flexmember=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 FLEXIBLE_ARRAY_MEMBER /**/ > > configure: exit 0 321. acc.at:11: 321. AC_C_FLEXIBLE_ARRAY_MEMBER (acc.at:11): FAILED (acc.at:11) # -*- compilation -*- 322. acc.at:12: testing AC_C_INLINE ... ./acc.at:12: autoconf --force ./acc.at:12: "$SHELL_N" -n configure stderr: ./acc.at:12: autoheader ./acc.at:12: ./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... none needed checking for inline... inline configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:12: ath_fn_check_env ./acc.at:12: ./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) none needed checking for inline... (cached) inline configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:12: ath_fn_check_env ./acc.at:12: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:12: autoconf --force ./acc.at:12: "$SHELL_N" -n configure stderr: ./acc.at:12: autoheader ./acc.at:12: ./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... none needed checking for inline... inline configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:12: ath_fn_check_env ./acc.at:12: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acc.at:12: ./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) none needed checking for inline... (cached) inline configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:12: ath_fn_check_env ./acc.at:12: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:12: autoconf --force stderr: stdout: ./acc.at:12: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:12: "$SHELL_N" -n configure stderr: ./acc.at:12: autoheader ./acc.at:12: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for inline... inline configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:12: ath_fn_check_env ./acc.at:12: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acc.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/322/stdout 2022-09-28 19:30:50.877893279 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:30:50.874893211 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:30:50.877893279 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/322 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acc.at:12: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1706: creating cache config.cache > configure:2087: checking for g++ > configure:2108: found /usr/bin/g++ > configure:2119: result: g++ > configure:2146: checking for C++ compiler version > configure:2155: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2166: $? = 0 > configure:2155: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2166: $? = 0 > configure:2155: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2155: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2186: checking whether the C++ compiler works > configure:2208: g++ conftest.cpp >&5 > configure:2212: $? = 0 > configure:2262: result: yes > configure:2265: checking for C++ compiler default output file name > configure:2267: result: a.out > configure:2273: checking for suffix of executables > configure:2280: g++ -o conftest conftest.cpp >&5 > configure:2284: $? = 0 > configure:2307: result: > configure:2329: checking whether we are cross compiling > configure:2337: g++ -o conftest conftest.cpp >&5 > configure:2341: $? = 0 > configure:2348: ./conftest > configure:2352: $? = 0 > configure:2367: result: no > configure:2372: checking for suffix of object files > configure:2395: g++ -c conftest.cpp >&5 > configure:2399: $? = 0 > configure:2421: result: o > configure:2425: checking whether the compiler supports GNU C++ > configure:2445: g++ -c conftest.cpp >&5 > configure:2445: $? = 0 > configure:2455: result: yes > configure:2466: checking whether g++ accepts -g > configure:2487: g++ -c -g conftest.cpp >&5 > configure:2487: $? = 0 > configure:2531: result: yes > configure:2551: checking for g++ option to enable C++11 features > configure:2566: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2566: $? = 0 > configure:2584: result: none needed > configure:2649: checking for inline > configure:2666: g++ -c -g -O2 conftest.cpp >&5 > configure:2666: $? = 0 > configure:2675: result: inline > configure:2750: updating cache config.cache > configure:2799: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_inline=inline > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 "" > > configure: exit 0 322. acc.at:12: 322. AC_C_INLINE (acc.at:12): FAILED (acc.at:12) # -*- compilation -*- 323. acc.at:13: testing AC_C_PROTOTYPES ... ./acc.at:13: autoconf --force ./acc.at:13: "$SHELL_N" -n configure stderr: ./acc.at:13: autoheader ./acc.at:13: ./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... none needed configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:13: ath_fn_check_env ./acc.at:13: ./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) none needed configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:13: ath_fn_check_env ./acc.at:13: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:13: autoconf --force ./acc.at:13: "$SHELL_N" -n configure stderr: ./acc.at:13: autoheader ./acc.at:13: ./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... none needed configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:13: ath_fn_check_env ./acc.at:13: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acc.at:13: ./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) none needed configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:13: ath_fn_check_env ./acc.at:13: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:13: autoconf --force stderr: stdout: ./acc.at:13: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:13: "$SHELL_N" -n configure stderr: ./acc.at:13: autoheader ./acc.at:13: ./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... none needed configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:13: ath_fn_check_env ./acc.at:13: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acc.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/323/stdout 2022-09-28 19:30:52.494929877 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:30:52.491929809 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:30:52.493929854 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/323 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acc.at:13: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1705: creating cache config.cache > configure:2171: checking for gcc > configure:2192: found /usr/bin/gcc > configure:2203: result: gcc > configure:2556: checking for C compiler version > configure:2565: gcc --version >&5 > gcc (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2576: $? = 0 > configure:2565: gcc -v >&5 > Using built-in specs. > COLLECT_GCC=gcc > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2576: $? = 0 > configure:2565: gcc -V >&5 > gcc: error: unrecognized command-line option '-V' > gcc: fatal error: no input files > compilation terminated. > configure:2576: $? = 1 > configure:2565: gcc -qversion >&5 > gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? > gcc: fatal error: no input files > compilation terminated. > configure:2576: $? = 1 > configure:2565: gcc -version >&5 > gcc: error: unrecognized command-line option '-version' > gcc: fatal error: no input files > compilation terminated. > configure:2576: $? = 1 > configure:2596: checking whether the C compiler works > configure:2618: gcc conftest.c >&5 > configure:2622: $? = 0 > configure:2672: result: yes > configure:2675: checking for C compiler default output file name > configure:2677: result: a.out > configure:2683: checking for suffix of executables > configure:2690: gcc -o conftest conftest.c >&5 > configure:2694: $? = 0 > configure:2717: result: > configure:2739: checking whether we are cross compiling > configure:2747: gcc -o conftest conftest.c >&5 > configure:2751: $? = 0 > configure:2758: ./conftest > configure:2762: $? = 0 > configure:2777: result: no > configure:2782: checking for suffix of object files > configure:2805: gcc -c conftest.c >&5 > configure:2809: $? = 0 > configure:2831: result: o > configure:2835: checking whether the compiler supports GNU C > configure:2855: gcc -c conftest.c >&5 > configure:2855: $? = 0 > configure:2865: result: yes > configure:2876: checking whether gcc accepts -g > configure:2897: gcc -c -g conftest.c >&5 > configure:2897: $? = 0 > configure:2941: result: yes > configure:2961: checking for gcc option to enable C11 features > configure:2976: gcc -c -g -O2 conftest.c >&5 > configure:2976: $? = 0 > configure:2994: result: none needed > configure:3170: updating cache config.cache > configure:3219: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:659: creating config.h > config.status:749: config.h is unchanged > > ## ---------------- ## > ## 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= > ac_cv_prog_cc_g=yes > ac_cv_prog_cc_stdc= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CC='gcc' > CFLAGS='-g -O2' > CPPFLAGS='' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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 PROTOTYPES 1 > #define __PROTOTYPES 1 > > configure: exit 0 323. acc.at:13: 323. AC_C_PROTOTYPES (acc.at:13): FAILED (acc.at:13) # -*- compilation -*- 324. acc.at:14: testing AC_C_RESTRICT ... ./acc.at:14: autoconf --force ./acc.at:14: "$SHELL_N" -n configure stderr: ./acc.at:14: autoheader ./acc.at:14: ./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... none needed checking for C/C++ restrict keyword... __restrict__ configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:14: ath_fn_check_env ./acc.at:14: ./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) none needed checking for C/C++ restrict keyword... (cached) __restrict__ configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:14: ath_fn_check_env ./acc.at:14: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:14: autoconf --force ./acc.at:14: "$SHELL_N" -n configure stderr: ./acc.at:14: autoheader ./acc.at:14: ./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... none needed checking for C/C++ restrict keyword... __restrict__ configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:14: ath_fn_check_env ./acc.at:14: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acc.at:14: ./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) none needed checking for C/C++ restrict keyword... (cached) __restrict__ configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:14: ath_fn_check_env ./acc.at:14: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:14: autoconf --force stderr: stdout: ./acc.at:14: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:14: "$SHELL_N" -n configure stderr: ./acc.at:14: autoheader ./acc.at:14: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for C/C++ restrict keyword... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:14: ath_fn_check_env /usr/bin/sed: -e expression #1, char 22: unterminated address regex /usr/bin/sed: -e expression #1, char 22: unterminated address regex ./acc.at:14: $at_diff "at_defines-config-h.c-native-r1" "at_defines-config-h.cxx-native-r1" ./acc.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/324/stdout 2022-09-28 19:30:54.254969711 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:30:54.251969644 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:30:54.253969689 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/324 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acc.at:14: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1706: creating cache config.cache > configure:2087: checking for g++ > configure:2108: found /usr/bin/g++ > configure:2119: result: g++ > configure:2146: checking for C++ compiler version > configure:2155: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2166: $? = 0 > configure:2155: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2166: $? = 0 > configure:2155: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2155: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2186: checking whether the C++ compiler works > configure:2208: g++ conftest.cpp >&5 > configure:2212: $? = 0 > configure:2262: result: yes > configure:2265: checking for C++ compiler default output file name > configure:2267: result: a.out > configure:2273: checking for suffix of executables > configure:2280: g++ -o conftest conftest.cpp >&5 > configure:2284: $? = 0 > configure:2307: result: > configure:2329: checking whether we are cross compiling > configure:2337: g++ -o conftest conftest.cpp >&5 > configure:2341: $? = 0 > configure:2348: ./conftest > configure:2352: $? = 0 > configure:2367: result: no > configure:2372: checking for suffix of object files > configure:2395: g++ -c conftest.cpp >&5 > configure:2399: $? = 0 > configure:2421: result: o > configure:2425: checking whether the compiler supports GNU C++ > configure:2445: g++ -c conftest.cpp >&5 > configure:2445: $? = 0 > configure:2455: result: yes > configure:2466: checking whether g++ accepts -g > configure:2487: g++ -c -g conftest.cpp >&5 > configure:2487: $? = 0 > configure:2531: result: yes > configure:2551: checking for g++ option to enable C++11 features > configure:2566: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2566: $? = 0 > configure:2584: result: none needed > configure:2649: checking for C/C++ restrict keyword > configure:2679: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp:11:26: error: expected primary-expression before '__restrict__' > 11 | int bar (int [__restrict__]); /* Catch GCC bug 14050. */ > | ^~~~~~~~~~~~ > conftest.cpp:11:26: error: expected ']' before '__restrict__' > 11 | int bar (int [__restrict__]); /* Catch GCC bug 14050. */ > | ^~~~~~~~~~~~ > | ] > conftest.cpp:11:26: error: expected ')' before '__restrict__' > 11 | int bar (int [__restrict__]); /* Catch GCC bug 14050. */ > | ~ ^~~~~~~~~~~~ > | ) > conftest.cpp:11:38: error: expected initializer before ']' token > 11 | int bar (int [__restrict__]); /* Catch GCC bug 14050. */ > | ^ > conftest.cpp:12:28: error: expected primary-expression before '__restrict__' > 12 | int bar (int ip[__restrict__]) { return ip[0]; } > | ^~~~~~~~~~~~ > conftest.cpp:12:28: error: expected ']' before '__restrict__' > 12 | int bar (int ip[__restrict__]) { return ip[0]; } > | ^~~~~~~~~~~~ > | ] > conftest.cpp:12:28: error: expected ')' before '__restrict__' > 12 | int bar (int ip[__restrict__]) { return ip[0]; } > | ~ ^~~~~~~~~~~~ > | ) > conftest.cpp:12:40: error: expected initializer before ']' token > 12 | int bar (int ip[__restrict__]) { return ip[0]; } > | ^ > conftest.cpp: In function 'int main()': > conftest.cpp:20:29: error: 'bar' was not declared in this scope > 20 | return foo (t) + bar (t); > | ^~~ > configure:2679: $? = 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. */ > | typedef int *int_ptr; > | int foo (int_ptr __restrict__ ip) { return ip[0]; } > | int bar (int [__restrict__]); /* Catch GCC bug 14050. */ > | int bar (int ip[__restrict__]) { return ip[0]; } > | > | int > | main (void) > | { > | int s[1]; > | int *__restrict__ t = s; > | t[0] = 0; > | return foo (t) + bar (t); > | > | ; > | return 0; > | } > configure:2679: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp:11:26: error: expected primary-expression before '__restrict' > 11 | int bar (int [__restrict]); /* Catch GCC bug 14050. */ > | ^~~~~~~~~~ > conftest.cpp:11:26: error: expected ']' before '__restrict' > 11 | int bar (int [__restrict]); /* Catch GCC bug 14050. */ > | ^~~~~~~~~~ > | ] > conftest.cpp:11:26: error: expected ')' before '__restrict' > 11 | int bar (int [__restrict]); /* Catch GCC bug 14050. */ > | ~ ^~~~~~~~~~ > | ) > conftest.cpp:11:36: error: expected initializer before ']' token > 11 | int bar (int [__restrict]); /* Catch GCC bug 14050. */ > | ^ > conftest.cpp:12:28: error: expected primary-expression before '__restrict' > 12 | int bar (int ip[__restrict]) { return ip[0]; } > | ^~~~~~~~~~ > conftest.cpp:12:28: error: expected ']' before '__restrict' > 12 | int bar (int ip[__restrict]) { return ip[0]; } > | ^~~~~~~~~~ > | ] > conftest.cpp:12:28: error: expected ')' before '__restrict' > 12 | int bar (int ip[__restrict]) { return ip[0]; } > | ~ ^~~~~~~~~~ > | ) > conftest.cpp:12:38: error: expected initializer before ']' token > 12 | int bar (int ip[__restrict]) { return ip[0]; } > | ^ > conftest.cpp: In function 'int main()': > conftest.cpp:20:29: error: 'bar' was not declared in this scope > 20 | return foo (t) + bar (t); > | ^~~ > configure:2679: $? = 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. */ > | typedef int *int_ptr; > | int foo (int_ptr __restrict ip) { return ip[0]; } > | int bar (int [__restrict]); /* Catch GCC bug 14050. */ > | int bar (int ip[__restrict]) { return ip[0]; } > | > | int > | main (void) > | { > | int s[1]; > | int *__restrict t = s; > | t[0] = 0; > | return foo (t) + bar (t); > | > | ; > | return 0; > | } > configure:2679: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp:10:39: error: expected ',' or '...' before 'ip' > 10 | int foo (int_ptr _Restrict ip) { return ip[0]; } > | ^~ > conftest.cpp: In function 'int foo(int_ptr)': > conftest.cpp:10:52: error: 'ip' was not declared in this scope > 10 | int foo (int_ptr _Restrict ip) { return ip[0]; } > | ^~ > conftest.cpp: At global scope: > conftest.cpp:11:26: error: '_Restrict' was not declared in this scope > 11 | int bar (int [_Restrict]); /* Catch GCC bug 14050. */ > | ^~~~~~~~~ > conftest.cpp:12:28: error: '_Restrict' was not declared in this scope > 12 | int bar (int ip[_Restrict]) { return ip[0]; } > | ^~~~~~~~~ > conftest.cpp: In function 'int bar(...)': > conftest.cpp:12:49: error: 'ip' was not declared in this scope > 12 | int bar (int ip[_Restrict]) { return ip[0]; } > | ^~ > conftest.cpp: In function 'int main()': > conftest.cpp:18:27: error: expected initializer before 't' > 18 | int *_Restrict t = s; > | ^ > conftest.cpp:19:12: error: 't' was not declared in this scope > 19 | t[0] = 0; > | ^ > configure:2679: $? = 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. */ > | typedef int *int_ptr; > | int foo (int_ptr _Restrict ip) { return ip[0]; } > | int bar (int [_Restrict]); /* Catch GCC bug 14050. */ > | int bar (int ip[_Restrict]) { return ip[0]; } > | > | int > | main (void) > | { > | int s[1]; > | int *_Restrict t = s; > | t[0] = 0; > | return foo (t) + bar (t); > | > | ; > | return 0; > | } > configure:2679: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp:10:38: error: expected ',' or '...' before 'ip' > 10 | int foo (int_ptr restrict ip) { return ip[0]; } > | ^~ > conftest.cpp: In function 'int foo(int_ptr)': > conftest.cpp:10:51: error: 'ip' was not declared in this scope > 10 | int foo (int_ptr restrict ip) { return ip[0]; } > | ^~ > conftest.cpp: At global scope: > conftest.cpp:11:26: error: 'restrict' was not declared in this scope; did you mean 'struct'? > 11 | int bar (int [restrict]); /* Catch GCC bug 14050. */ > | ^~~~~~~~ > | struct > conftest.cpp:12:28: error: 'restrict' was not declared in this scope; did you mean 'struct'? > 12 | int bar (int ip[restrict]) { return ip[0]; } > | ^~~~~~~~ > | struct > conftest.cpp: In function 'int bar(...)': > conftest.cpp:12:48: error: 'ip' was not declared in this scope > 12 | int bar (int ip[restrict]) { return ip[0]; } > | ^~ > conftest.cpp: In function 'int main()': > conftest.cpp:18:26: error: expected initializer before 't' > 18 | int *restrict t = s; > | ^ > conftest.cpp:19:12: error: 't' was not declared in this scope > 19 | t[0] = 0; > | ^ > configure:2679: $? = 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. */ > | typedef int *int_ptr; > | int foo (int_ptr restrict ip) { return ip[0]; } > | int bar (int [restrict]); /* Catch GCC bug 14050. */ > | int bar (int ip[restrict]) { return ip[0]; } > | > | int > | main (void) > | { > | int s[1]; > | int *restrict t = s; > | t[0] = 0; > | return foo (t) + bar (t); > | > | ; > | return 0; > | } > configure:2688: result: no > configure:2756: updating cache config.cache > configure:2805: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_restrict=no > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 restrict /**/ > > configure: exit 0 324. acc.at:14: 324. AC_C_RESTRICT (acc.at:14): FAILED (acc.at:14) # -*- compilation -*- 325. acc.at:15: testing AC_C_STRINGIZE ... ./acc.at:15: autoconf --force ./acc.at:15: "$SHELL_N" -n configure stderr: ./acc.at:15: autoheader ./acc.at:15: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for preprocessor stringizing operator... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:15: ath_fn_check_env ./acc.at:15: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for preprocessor stringizing operator... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:15: ath_fn_check_env ./acc.at:15: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:15: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:15: autoconf --force ./acc.at:15: "$SHELL_N" -n configure stderr: ./acc.at:15: autoheader ./acc.at:15: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for preprocessor stringizing operator... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:15: ath_fn_check_env ./acc.at:15: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:15: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acc.at:15: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for preprocessor stringizing operator... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:15: ath_fn_check_env ./acc.at:15: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:15: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:15: autoconf --force stderr: stdout: ./acc.at:15: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:15: "$SHELL_N" -n configure stderr: ./acc.at:15: autoheader ./acc.at:15: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for preprocessor stringizing operator... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:15: ath_fn_check_env ./acc.at:15: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acc.at:15: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/325/stdout 2022-09-28 19:30:56.074010881 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:30:56.071010814 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:30:56.073010859 -0500 +@@ -43,7 +43,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/325 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acc.at:15: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1750: creating cache config.cache > configure:2131: checking for g++ > configure:2152: found /usr/bin/g++ > configure:2163: result: g++ > configure:2190: checking for C++ compiler version > configure:2199: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2210: $? = 0 > configure:2199: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2210: $? = 0 > configure:2199: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2210: $? = 1 > configure:2199: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2210: $? = 1 > configure:2230: checking whether the C++ compiler works > configure:2252: g++ conftest.cpp >&5 > configure:2256: $? = 0 > configure:2306: result: yes > configure:2309: checking for C++ compiler default output file name > configure:2311: result: a.out > configure:2317: checking for suffix of executables > configure:2324: g++ -o conftest conftest.cpp >&5 > configure:2328: $? = 0 > configure:2351: result: > configure:2373: checking whether we are cross compiling > configure:2381: g++ -o conftest conftest.cpp >&5 > configure:2385: $? = 0 > configure:2392: ./conftest > configure:2396: $? = 0 > configure:2411: result: no > configure:2416: checking for suffix of object files > configure:2439: g++ -c conftest.cpp >&5 > configure:2443: $? = 0 > configure:2465: result: o > configure:2469: checking whether the compiler supports GNU C++ > configure:2489: g++ -c conftest.cpp >&5 > configure:2489: $? = 0 > configure:2499: result: yes > configure:2510: checking whether g++ accepts -g > configure:2531: g++ -c -g conftest.cpp >&5 > configure:2531: $? = 0 > configure:2575: result: yes > configure:2595: checking for g++ option to enable C++11 features > configure:2610: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2610: $? = 0 > configure:2628: result: none needed > configure:2698: checking how to run the C++ preprocessor > configure:2720: g++ -E conftest.cpp > configure:2720: $? = 0 > configure:2735: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2735: $? = 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. */ > | #include > configure:2762: result: g++ -E > configure:2776: g++ -E conftest.cpp > configure:2776: $? = 0 > configure:2791: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2791: $? = 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. */ > | #include > configure:2822: checking for grep that handles long lines and -e > configure:2886: result: /usr/bin/grep > configure:2891: checking for egrep > configure:2959: result: /usr/bin/grep -E > configure:2964: checking for preprocessor stringizing operator > configure:2986: result: yes > configure:3051: updating cache config.cache > configure:3100: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_stringize=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_path_EGREP='/usr/bin/grep -E' > ac_cv_path_GREP=/usr/bin/grep > ac_cv_prog_CXXCPP='g++ -E' > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXCPP='g++ -E' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='/usr/bin/grep -E' > EXEEXT='' > GREP='/usr/bin/grep' > 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_CXX='g++' > 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 HAVE_STRINGIZE 1 > > configure: exit 0 325. acc.at:15: 325. AC_C_STRINGIZE (acc.at:15): FAILED (acc.at:15) # -*- compilation -*- 326. acc.at:16: testing AC_C_TYPEOF ... ./acc.at:16: autoconf --force ./acc.at:16: "$SHELL_N" -n configure stderr: ./acc.at:16: autoheader ./acc.at:16: ./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... none needed checking for typeof syntax and keyword spelling... typeof configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:16: ath_fn_check_env ./acc.at:16: ./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) none needed checking for typeof syntax and keyword spelling... (cached) typeof configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:16: ath_fn_check_env ./acc.at:16: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:16: autoconf --force ./acc.at:16: "$SHELL_N" -n configure stderr: ./acc.at:16: autoheader ./acc.at:16: ./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... none needed checking for typeof syntax and keyword spelling... typeof configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:16: ath_fn_check_env ./acc.at:16: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acc.at:16: ./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) none needed checking for typeof syntax and keyword spelling... (cached) typeof configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:16: ath_fn_check_env ./acc.at:16: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:16: autoconf --force stderr: stdout: ./acc.at:16: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:16: "$SHELL_N" -n configure stderr: ./acc.at:16: autoheader ./acc.at:16: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for typeof syntax and keyword spelling... typeof configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:16: ath_fn_check_env /usr/bin/sed: -e expression #1, char 20: unterminated address regex /usr/bin/sed: -e expression #1, char 20: unterminated address regex ./acc.at:16: $at_diff "at_defines-config-h.c-native-r1" "at_defines-config-h.cxx-native-r1" ./acc.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/326/stdout 2022-09-28 19:30:57.800049946 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:30:57.796049856 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:30:57.799049924 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/326 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acc.at:16: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1706: creating cache config.cache > configure:2087: checking for g++ > configure:2108: found /usr/bin/g++ > configure:2119: result: g++ > configure:2146: checking for C++ compiler version > configure:2155: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2166: $? = 0 > configure:2155: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2166: $? = 0 > configure:2155: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2155: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2186: checking whether the C++ compiler works > configure:2208: g++ conftest.cpp >&5 > configure:2212: $? = 0 > configure:2262: result: yes > configure:2265: checking for C++ compiler default output file name > configure:2267: result: a.out > configure:2273: checking for suffix of executables > configure:2280: g++ -o conftest conftest.cpp >&5 > configure:2284: $? = 0 > configure:2307: result: > configure:2329: checking whether we are cross compiling > configure:2337: g++ -o conftest conftest.cpp >&5 > configure:2341: $? = 0 > configure:2348: ./conftest > configure:2352: $? = 0 > configure:2367: result: no > configure:2372: checking for suffix of object files > configure:2395: g++ -c conftest.cpp >&5 > configure:2399: $? = 0 > configure:2421: result: o > configure:2425: checking whether the compiler supports GNU C++ > configure:2445: g++ -c conftest.cpp >&5 > configure:2445: $? = 0 > configure:2455: result: yes > configure:2466: checking whether g++ accepts -g > configure:2487: g++ -c -g conftest.cpp >&5 > configure:2487: $? = 0 > configure:2531: result: yes > configure:2551: checking for g++ option to enable C++11 features > configure:2566: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2566: $? = 0 > configure:2584: result: none needed > configure:2650: checking for typeof syntax and keyword spelling > configure:2682: g++ -c -g -O2 conftest.cpp >&5 > configure:2682: $? = 0 > configure:2690: result: typeof > configure:2760: updating cache config.cache > configure:2809: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_typeof=typeof > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_TYPEOF 1 > > configure: exit 0 326. acc.at:16: 326. AC_C_TYPEOF (acc.at:16): FAILED (acc.at:16) # -*- compilation -*- 327. acc.at:17: testing AC_C_VARARRAYS ... ./acc.at:17: autoconf --force ./acc.at:17: "$SHELL_N" -n configure stderr: ./acc.at:17: autoheader ./acc.at:17: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for variable-length arrays... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:17: ath_fn_check_env ./acc.at:17: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for variable-length arrays... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:17: ath_fn_check_env ./acc.at:17: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:17: autoconf --force ./acc.at:17: "$SHELL_N" -n configure stderr: ./acc.at:17: autoheader ./acc.at:17: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for variable-length arrays... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:17: ath_fn_check_env ./acc.at:17: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acc.at:17: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for variable-length arrays... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:17: ath_fn_check_env ./acc.at:17: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:17: autoconf --force stderr: stdout: ./acc.at:17: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:17: "$SHELL_N" -n configure stderr: ./acc.at:17: autoheader ./acc.at:17: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for variable-length arrays... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:17: ath_fn_check_env /usr/bin/sed: -e expression #1, char 30: unterminated address regex /usr/bin/sed: -e expression #1, char 30: unterminated address regex ./acc.at:17: $at_diff "at_defines-config-h.c-native-r1" "at_defines-config-h.cxx-native-r1" ./acc.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/327/stdout 2022-09-28 19:30:59.668092225 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:30:59.664092134 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:30:59.667092202 -0500 +@@ -43,7 +43,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/327 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acc.at:17: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1750: creating cache config.cache > configure:2131: checking for g++ > configure:2152: found /usr/bin/g++ > configure:2163: result: g++ > configure:2190: checking for C++ compiler version > configure:2199: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2210: $? = 0 > configure:2199: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2210: $? = 0 > configure:2199: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2210: $? = 1 > configure:2199: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2210: $? = 1 > configure:2230: checking whether the C++ compiler works > configure:2252: g++ conftest.cpp >&5 > configure:2256: $? = 0 > configure:2306: result: yes > configure:2309: checking for C++ compiler default output file name > configure:2311: result: a.out > configure:2317: checking for suffix of executables > configure:2324: g++ -o conftest conftest.cpp >&5 > configure:2328: $? = 0 > configure:2351: result: > configure:2373: checking whether we are cross compiling > configure:2381: g++ -o conftest conftest.cpp >&5 > configure:2385: $? = 0 > configure:2392: ./conftest > configure:2396: $? = 0 > configure:2411: result: no > configure:2416: checking for suffix of object files > configure:2439: g++ -c conftest.cpp >&5 > configure:2443: $? = 0 > configure:2465: result: o > configure:2469: checking whether the compiler supports GNU C++ > configure:2489: g++ -c conftest.cpp >&5 > configure:2489: $? = 0 > configure:2499: result: yes > configure:2510: checking whether g++ accepts -g > configure:2531: g++ -c -g conftest.cpp >&5 > configure:2531: $? = 0 > configure:2575: result: yes > configure:2595: checking for g++ option to enable C++11 features > configure:2610: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2610: $? = 0 > configure:2628: result: none needed > configure:2698: checking how to run the C++ preprocessor > configure:2720: g++ -E conftest.cpp > configure:2720: $? = 0 > configure:2735: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2735: $? = 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. */ > | #include > configure:2762: result: g++ -E > configure:2776: g++ -E conftest.cpp > configure:2776: $? = 0 > configure:2791: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2791: $? = 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. */ > | #include > configure:2822: checking for grep that handles long lines and -e > configure:2886: result: /usr/bin/grep > configure:2891: checking for egrep > configure:2959: result: /usr/bin/grep -E > configure:2965: checking for variable-length arrays > configure:3023: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp:19:42: error: use of parameter outside function body before ']' token > 19 | int fvla (int m, int C[m][m]); > | ^ > conftest.cpp:19:45: error: use of parameter outside function body before ']' token > 19 | int fvla (int m, int C[m][m]); > | ^ > conftest.cpp:22:45: error: expected primary-expression before 'static' > 22 | simple (int count, int all[static count]) > | ^~~~~~ > conftest.cpp:22:45: error: expected ']' before 'static' > 22 | simple (int count, int all[static count]) > | ^~~~~~ > | ] > conftest.cpp:22:45: error: expected ')' before 'static' > 22 | simple (int count, int all[static count]) > | ~ ^~~~~~ > | ) > conftest.cpp:22:45: error: expected initializer before 'static' > 22 | simple (int count, int all[static count]) > | ^~~~~~ > conftest.cpp:28:38: error: use of parameter outside function body before ']' token > 28 | fvla (int m, int C[m][m]) > | ^ > conftest.cpp:28:41: error: use of parameter outside function body before ']' token > 28 | fvla (int m, int C[m][m]) > | ^ > conftest.cpp: In function 'int fvla(...)': > conftest.cpp:30:36: error: 'm' was not declared in this scope > 30 | typedef int VLA[m][m]; > | ^ > conftest.cpp:31:20: error: 'VLA' was not declared in this scope > 31 | VLA x; > | ^~~ > conftest.cpp:34:34: error: 'q' was not declared in this scope > 34 | int (*s)[n] = q; > | ^ > conftest.cpp:35:27: error: 'C' was not declared in this scope > 35 | return C && &x[0][0] == &D[0] && &D[0] == s[0]; > | ^ > conftest.cpp:35:33: error: 'x' was not declared in this scope > 35 | return C && &x[0][0] == &D[0] && &D[0] == s[0]; > | ^ > conftest.cpp:35:45: error: 'D' was not declared in this scope > 35 | return C && &x[0][0] == &D[0] && &D[0] == s[0]; > | ^ > configure:3023: $? = 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. */ > | /* Test for VLA support. This test is partly inspired > | from examples in the C standard. Use at least two VLA > | functions to detect the GCC 3.4.3 bug described in: > | https://lists.gnu.org/archive/html/bug-gnulib/2014-08/msg00014.html > | */ > | #ifdef __STDC_NO_VLA__ > | syntax error; > | #else > | extern int n; > | int B[100]; > | int fvla (int m, int C[m][m]); > | > | int > | simple (int count, int all[static count]) > | { > | return all[count - 1]; > | } > | > | int > | fvla (int m, int C[m][m]) > | { > | typedef int VLA[m][m]; > | VLA x; > | int D[m]; > | static int (*q)[m] = &B; > | int (*s)[n] = q; > | return C && &x[0][0] == &D[0] && &D[0] == s[0]; > | } > | #endif > | > | int > | main (void) > | { > | > | ; > | return 0; > | } > configure:3034: result: no > configure:3103: updating cache config.cache > configure:3152: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_vararrays=no > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_path_EGREP='/usr/bin/grep -E' > ac_cv_path_GREP=/usr/bin/grep > ac_cv_prog_CXXCPP='g++ -E' > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXCPP='g++ -E' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='/usr/bin/grep -E' > EXEEXT='' > GREP='/usr/bin/grep' > 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_CXX='g++' > 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 __STDC_NO_VLA__ 1 > > configure: exit 0 327. acc.at:17: 327. AC_C_VARARRAYS (acc.at:17): FAILED (acc.at:17) # -*- compilation -*- 328. acc.at:18: testing AC_C__GENERIC ... ./acc.at:18: autoconf --force ./acc.at:18: "$SHELL_N" -n configure stderr: ./acc.at:18: autoheader ./acc.at:18: ./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... none needed checking for _Generic... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:18: ath_fn_check_env ./acc.at:18: ./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) none needed checking for _Generic... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:18: ath_fn_check_env ./acc.at:18: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:18: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:18: autoconf --force ./acc.at:18: "$SHELL_N" -n configure stderr: ./acc.at:18: autoheader ./acc.at:18: ./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... none needed checking for _Generic... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:18: ath_fn_check_env ./acc.at:18: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:18: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acc.at:18: ./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) none needed checking for _Generic... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:18: ath_fn_check_env ./acc.at:18: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:18: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:18: autoconf --force stderr: stdout: ./acc.at:18: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:18: "$SHELL_N" -n configure stderr: ./acc.at:18: autoheader ./acc.at:18: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for _Generic... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:18: ath_fn_check_env /usr/bin/sed: -e expression #1, char 29: unterminated address regex /usr/bin/sed: -e expression #1, char 29: unterminated address regex ./acc.at:18: $at_diff "at_defines-config-h.c-native-r1" "at_defines-config-h.cxx-native-r1" ./acc.at:18: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/328/stdout 2022-09-28 19:31:01.399131403 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:01.396131335 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:01.398131380 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/328 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acc.at:18: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1706: creating cache config.cache > configure:2087: checking for g++ > configure:2108: found /usr/bin/g++ > configure:2119: result: g++ > configure:2146: checking for C++ compiler version > configure:2155: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2166: $? = 0 > configure:2155: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2166: $? = 0 > configure:2155: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2155: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2186: checking whether the C++ compiler works > configure:2208: g++ conftest.cpp >&5 > configure:2212: $? = 0 > configure:2262: result: yes > configure:2265: checking for C++ compiler default output file name > configure:2267: result: a.out > configure:2273: checking for suffix of executables > configure:2280: g++ -o conftest conftest.cpp >&5 > configure:2284: $? = 0 > configure:2307: result: > configure:2329: checking whether we are cross compiling > configure:2337: g++ -o conftest conftest.cpp >&5 > configure:2341: $? = 0 > configure:2348: ./conftest > configure:2352: $? = 0 > configure:2367: result: no > configure:2372: checking for suffix of object files > configure:2395: g++ -c conftest.cpp >&5 > configure:2399: $? = 0 > configure:2421: result: o > configure:2425: checking whether the compiler supports GNU C++ > configure:2445: g++ -c conftest.cpp >&5 > configure:2445: $? = 0 > configure:2455: result: yes > configure:2466: checking whether g++ accepts -g > configure:2487: g++ -c -g conftest.cpp >&5 > configure:2487: $? = 0 > configure:2531: result: yes > configure:2551: checking for g++ option to enable C++11 features > configure:2566: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2566: $? = 0 > configure:2584: result: none needed > configure:2649: checking for _Generic > configure:2669: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:12:36: error: expected primary-expression before 'int' > 12 | int a = _Generic (argc, int: argc = 1); > | ^~~ > conftest.cpp:12:20: error: '_Generic' was not declared in this scope > 12 | int a = _Generic (argc, int: argc = 1); > | ^~~~~~~~ > conftest.cpp:13:38: error: expected primary-expression before 'default' > 13 | int *b = &_Generic (argc, default: argc); > | ^~~~~~~ > conftest.cpp:14:40: error: expected primary-expression before 'int' > 14 | char ***c = _Generic (argv, int: argc, default: argv ? &argv : 0); > | ^~~ > conftest.cpp:14:51: error: expected primary-expression before 'default' > 14 | char ***c = _Generic (argv, int: argc, default: argv ? &argv : 0); > | ^~~~~~~ > conftest.cpp:15:33: error: expected primary-expression before 'int' > 15 | _Generic (1 ? 0 : b, int: a, default: b) = &argc; > | ^~~ > conftest.cpp:15:41: error: expected primary-expression before 'default' > 15 | _Generic (1 ? 0 : b, int: a, default: b) = &argc; > | ^~~~~~~ > conftest.cpp:16:29: error: expected primary-expression before 'default' > 16 | _Generic (a = 1, default: a) = 3; > | ^~~~~~~ > configure:2669: $? = 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. */ > | int > | main (int argc, char **argv) > | { > | int a = _Generic (argc, int: argc = 1); > | int *b = &_Generic (argc, default: argc); > | char ***c = _Generic (argv, int: argc, default: argv ? &argv : 0); > | _Generic (1 ? 0 : b, int: a, default: b) = &argc; > | _Generic (a = 1, default: a) = 3; > | return a + !b + !c; > | } > | > configure:2677: result: no > configure:2742: updating cache config.cache > configure:2791: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c__Generic=no > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 "" > > configure: exit 0 328. acc.at:18: 328. AC_C__GENERIC (acc.at:18): FAILED (acc.at:18) # -*- compilation -*- 329. acc.at:19: testing AC_OPENMP ... ./acc.at:19: autoconf --force ./acc.at:19: "$SHELL_N" -n configure stderr: ./acc.at:19: autoheader ./acc.at:19: ./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... none needed checking for gcc option to support OpenMP... -fopenmp configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:19: ath_fn_check_env ./acc.at:19: ./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) none needed checking for gcc option to support OpenMP... (cached) -fopenmp configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:19: ath_fn_check_env ./acc.at:19: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:19: autoconf --force ./acc.at:19: "$SHELL_N" -n configure stderr: ./acc.at:19: autoheader ./acc.at:19: ./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... none needed checking for gcc option to support OpenMP... -fopenmp configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:19: ath_fn_check_env ./acc.at:19: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acc.at:19: ./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) none needed checking for gcc option to support OpenMP... (cached) -fopenmp configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:19: ath_fn_check_env ./acc.at:19: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:19: autoconf --force stderr: stdout: ./acc.at:19: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:19: "$SHELL_N" -n configure stderr: ./acc.at:19: autoheader ./acc.at:19: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for g++ option to support OpenMP... -fopenmp configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:19: ath_fn_check_env ./acc.at:19: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acc.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/329/stdout 2022-09-28 19:31:03.250173297 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:03.247173229 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:03.249173274 -0500 +@@ -42,7 +42,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/329 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acc.at:19: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1761: creating cache config.cache > configure:2145: checking for g++ > configure:2166: found /usr/bin/g++ > configure:2177: result: g++ > configure:2204: checking for C++ compiler version > configure:2213: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2224: $? = 0 > configure:2213: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2224: $? = 0 > configure:2213: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2224: $? = 1 > configure:2213: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2224: $? = 1 > configure:2244: checking whether the C++ compiler works > configure:2266: g++ conftest.cpp >&5 > configure:2270: $? = 0 > configure:2320: result: yes > configure:2323: checking for C++ compiler default output file name > configure:2325: result: a.out > configure:2331: checking for suffix of executables > configure:2338: g++ -o conftest conftest.cpp >&5 > configure:2342: $? = 0 > configure:2365: result: > configure:2387: checking whether we are cross compiling > configure:2395: g++ -o conftest conftest.cpp >&5 > configure:2399: $? = 0 > configure:2406: ./conftest > configure:2410: $? = 0 > configure:2425: result: no > configure:2430: checking for suffix of object files > configure:2453: g++ -c conftest.cpp >&5 > configure:2457: $? = 0 > configure:2479: result: o > configure:2483: checking whether the compiler supports GNU C++ > configure:2503: g++ -c conftest.cpp >&5 > configure:2503: $? = 0 > configure:2513: result: yes > configure:2524: checking whether g++ accepts -g > configure:2545: g++ -c -g conftest.cpp >&5 > configure:2545: $? = 0 > configure:2589: result: yes > configure:2609: checking for g++ option to enable C++11 features > configure:2624: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2624: $? = 0 > configure:2642: result: none needed > configure:2715: checking for g++ option to support OpenMP > configure:2737: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp:11:2: error: #error "OpenMP not supported" > 11 | #error "OpenMP not supported" > | ^~~~~ > configure:2737: $? = 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. */ > | > | #ifndef _OPENMP > | #error "OpenMP not supported" > | #endif > | #include > | int main (void) { return omp_get_num_threads (); } > | > configure:2737: g++ -c -g -O2 -fopenmp conftest.cpp >&5 > configure:2737: $? = 0 > configure:2749: g++ -o conftest -g -O2 -fopenmp conftest.cpp >&5 > configure:2749: $? = 0 > configure:2772: result: -fopenmp > configure:2838: updating cache config.cache > configure:2887: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_openmp=-fopenmp > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EXEEXT='' > LDFLAGS='' > LIBOBJS='' > LIBS='' > LTLIBOBJS='' > OBJEXT='o' > OPENMP_CXXFLAGS='-fopenmp' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_URL='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > SHELL='/bin/sh' > ac_ct_CXX='g++' > 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 "" > > configure: exit 0 329. acc.at:19: 329. AC_OPENMP (acc.at:19): FAILED (acc.at:19) # -*- compilation -*- 330. acc.at:20: testing AC_PROG_CC_C_O ... ./acc.at:20: autoconf --force ./acc.at:20: "$SHELL_N" -n configure stderr: ./acc.at:20: autoheader ./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... none needed checking whether gcc and cc understand -c and -o together... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:20: ath_fn_check_env ./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) none needed checking whether gcc and cc understand -c and -o together... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:20: ath_fn_check_env ./acc.at:20: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:20: autoconf --force ./acc.at:20: "$SHELL_N" -n configure stderr: ./acc.at:20: autoheader ./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... none needed checking whether gcc 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 ./acc.at:20: ath_fn_check_env ./acc.at:20: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./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) none needed checking whether gcc and cc understand -c and -o together... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:20: ath_fn_check_env ./acc.at:20: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:20: autoconf --force stderr: stdout: ./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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:20: "$SHELL_N" -n configure stderr: ./acc.at:20: autoheader ./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... none needed checking whether gcc 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 ./acc.at:20: ath_fn_check_env ./acc.at:20: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acc.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/330/stdout 2022-09-28 19:31:05.020213357 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:05.017213289 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:05.019213334 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/330 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1705: creating cache config.cache > configure:2171: checking for gcc > configure:2192: found /usr/bin/gcc > configure:2203: result: gcc > configure:2556: checking for C compiler version > configure:2565: gcc --version >&5 > gcc (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2576: $? = 0 > configure:2565: gcc -v >&5 > Using built-in specs. > COLLECT_GCC=gcc > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2576: $? = 0 > configure:2565: gcc -V >&5 > gcc: error: unrecognized command-line option '-V' > gcc: fatal error: no input files > compilation terminated. > configure:2576: $? = 1 > configure:2565: gcc -qversion >&5 > gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? > gcc: fatal error: no input files > compilation terminated. > configure:2576: $? = 1 > configure:2565: gcc -version >&5 > gcc: error: unrecognized command-line option '-version' > gcc: fatal error: no input files > compilation terminated. > configure:2576: $? = 1 > configure:2596: checking whether the C compiler works > configure:2618: gcc conftest.c >&5 > configure:2622: $? = 0 > configure:2672: result: yes > configure:2675: checking for C compiler default output file name > configure:2677: result: a.out > configure:2683: checking for suffix of executables > configure:2690: gcc -o conftest conftest.c >&5 > configure:2694: $? = 0 > configure:2717: result: > configure:2739: checking whether we are cross compiling > configure:2747: gcc -o conftest conftest.c >&5 > configure:2751: $? = 0 > configure:2758: ./conftest > configure:2762: $? = 0 > configure:2777: result: no > configure:2782: checking for suffix of object files > configure:2805: gcc -c conftest.c >&5 > configure:2809: $? = 0 > configure:2831: result: o > configure:2835: checking whether the compiler supports GNU C > configure:2855: gcc -c conftest.c >&5 > configure:2855: $? = 0 > configure:2865: result: yes > configure:2876: checking whether gcc accepts -g > configure:2897: gcc -c -g conftest.c >&5 > configure:2897: $? = 0 > configure:2941: result: yes > configure:2961: checking for gcc option to enable C11 features > configure:2976: gcc -c -g -O2 conftest.c >&5 > configure:2976: $? = 0 > configure:2994: result: none needed > configure:3105: checking whether gcc and cc understand -c and -o together > configure:3137: gcc -c conftest.cpp -o conftest2.o >&5 > configure:3141: $? = 0 > configure:3147: gcc -c conftest.cpp -o conftest2.o >&5 > configure:3151: $? = 0 > configure:3162: cc -c conftest.cpp >&5 > configure:3166: $? = 0 > configure:3174: cc -c conftest.cpp -o conftest2.o >&5 > configure:3178: $? = 0 > configure:3184: cc -c conftest.cpp -o conftest2.o >&5 > configure:3188: $? = 0 > configure:3206: result: yes > configure:3273: updating cache config.cache > configure:3322: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## 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= > ac_cv_prog_cc_g=yes > ac_cv_prog_cc_gcc_c_o=yes > ac_cv_prog_cc_stdc= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CC='gcc' > CFLAGS='-g -O2' > CPPFLAGS='' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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 "" > > configure: exit 0 330. acc.at:20: 330. AC_PROG_CC_C_O (acc.at:20): FAILED (acc.at:20) # -*- compilation -*- 331. acc.at:21: testing AC_PROG_CPP_WERROR ... ./acc.at:21: autoconf --force ./acc.at:21: "$SHELL_N" -n configure stderr: ./acc.at:21: autoheader ./acc.at:21: ./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... none needed checking how to run the C preprocessor... gcc -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:21: ath_fn_check_env ./acc.at:21: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:21: ath_fn_check_env ./acc.at:21: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:21: autoconf --force ./acc.at:21: "$SHELL_N" -n configure stderr: ./acc.at:21: autoheader ./acc.at:21: ./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... none needed checking how to run the C preprocessor... gcc -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:21: ath_fn_check_env ./acc.at:21: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acc.at:21: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:21: ath_fn_check_env ./acc.at:21: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:21: autoconf --force stderr: stdout: ./acc.at:21: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:21: "$SHELL_N" -n configure stderr: ./acc.at:21: autoheader ./acc.at:21: ./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... none needed checking how to run the C preprocessor... gcc -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:21: ath_fn_check_env ./acc.at:21: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acc.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/331/stdout 2022-09-28 19:31:06.732252105 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:06.728252014 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:06.731252082 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/331 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acc.at:21: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1746: creating cache config.cache > configure:2212: checking for gcc > configure:2233: found /usr/bin/gcc > configure:2244: result: gcc > configure:2597: checking for C compiler version > configure:2606: gcc --version >&5 > gcc (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2617: $? = 0 > configure:2606: gcc -v >&5 > Using built-in specs. > COLLECT_GCC=gcc > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2617: $? = 0 > configure:2606: gcc -V >&5 > gcc: error: unrecognized command-line option '-V' > gcc: fatal error: no input files > compilation terminated. > configure:2617: $? = 1 > configure:2606: gcc -qversion >&5 > gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? > gcc: fatal error: no input files > compilation terminated. > configure:2617: $? = 1 > configure:2606: gcc -version >&5 > gcc: error: unrecognized command-line option '-version' > gcc: fatal error: no input files > compilation terminated. > configure:2617: $? = 1 > configure:2637: checking whether the C compiler works > configure:2659: gcc conftest.c >&5 > configure:2663: $? = 0 > configure:2713: result: yes > configure:2716: checking for C compiler default output file name > configure:2718: result: a.out > configure:2724: checking for suffix of executables > configure:2731: gcc -o conftest conftest.c >&5 > configure:2735: $? = 0 > configure:2758: result: > configure:2780: checking whether we are cross compiling > configure:2788: gcc -o conftest conftest.c >&5 > configure:2792: $? = 0 > configure:2799: ./conftest > configure:2803: $? = 0 > configure:2818: result: no > configure:2823: checking for suffix of object files > configure:2846: gcc -c conftest.c >&5 > configure:2850: $? = 0 > configure:2872: result: o > configure:2876: checking whether the compiler supports GNU C > configure:2896: gcc -c conftest.c >&5 > configure:2896: $? = 0 > configure:2906: result: yes > configure:2917: checking whether gcc accepts -g > configure:2938: gcc -c -g conftest.c >&5 > configure:2938: $? = 0 > configure:2982: result: yes > configure:3002: checking for gcc option to enable C11 features > configure:3017: gcc -c -g -O2 conftest.c >&5 > configure:3017: $? = 0 > configure:3035: result: none needed > configure:3150: checking how to run the C preprocessor > configure:3176: gcc -E conftest.c > configure:3176: $? = 0 > configure:3191: gcc -E conftest.c > conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:3191: $? = 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. */ > | #include > configure:3218: result: gcc -E > configure:3232: gcc -E conftest.c > configure:3232: $? = 0 > configure:3247: gcc -E conftest.c > conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:3247: $? = 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. */ > | #include > configure:3335: updating cache config.cache > configure:3384: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## 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_CPP_set= > ac_cv_env_CPP_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_CPP='gcc -E' > ac_cv_prog_ac_ct_CC=gcc > ac_cv_prog_cc_c11= > ac_cv_prog_cc_g=yes > ac_cv_prog_cc_stdc= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CC='gcc' > CFLAGS='-g -O2' > CPP='gcc -E' > CPPFLAGS='' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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 "" > > configure: exit 0 331. acc.at:21: 331. AC_PROG_CPP_WERROR (acc.at:21): FAILED (acc.at:21) # -*- compilation -*- 332. acc.at:22: testing AC_PROG_GCC_TRADITIONAL ... ./acc.at:22: autoconf --force ./acc.at:22: "$SHELL_N" -n configure stderr: ./acc.at:22: autoheader ./acc.at:22: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether gcc needs -traditional... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acc.at:22: ath_fn_check_env ./acc.at:22: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking whether gcc needs -traditional... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:22: ath_fn_check_env ./acc.at:22: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acc.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acc.at:22: autoconf --force ./acc.at:22: "$SHELL_N" -n configure stderr: ./acc.at:22: autoheader ./acc.at:22: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether gcc needs -traditional... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:22: ath_fn_check_env ./acc.at:22: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acc.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acc.at:22: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking whether gcc needs -traditional... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:22: ath_fn_check_env ./acc.at:22: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acc.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acc.at:22: autoconf --force stderr: stdout: ./acc.at:22: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acc.at:22: "$SHELL_N" -n configure stderr: ./acc.at:22: autoheader ./acc.at:22: ./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... none needed checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether gcc needs -traditional... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acc.at:22: ath_fn_check_env ./acc.at:22: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acc.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/332/stdout 2022-09-28 19:31:08.597294315 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:08.593294224 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:08.596294292 -0500 +@@ -43,7 +43,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/332 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acc.at:22: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1796: creating cache config.cache > configure:2478: checking for gcc > configure:2499: found /usr/bin/gcc > configure:2510: result: gcc > configure:2863: checking for C compiler version > configure:2872: gcc --version >&5 > gcc (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2883: $? = 0 > configure:2872: gcc -v >&5 > Using built-in specs. > COLLECT_GCC=gcc > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2883: $? = 0 > configure:2872: gcc -V >&5 > gcc: error: unrecognized command-line option '-V' > gcc: fatal error: no input files > compilation terminated. > configure:2883: $? = 1 > configure:2872: gcc -qversion >&5 > gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? > gcc: fatal error: no input files > compilation terminated. > configure:2883: $? = 1 > configure:2872: gcc -version >&5 > gcc: error: unrecognized command-line option '-version' > gcc: fatal error: no input files > compilation terminated. > configure:2883: $? = 1 > configure:2903: checking whether the C compiler works > configure:2925: gcc conftest.c >&5 > configure:2929: $? = 0 > configure:2979: result: yes > configure:2982: checking for C compiler default output file name > configure:2984: result: a.out > configure:2990: checking for suffix of executables > configure:2997: gcc -o conftest conftest.c >&5 > configure:3001: $? = 0 > configure:3024: result: > configure:3046: checking whether we are cross compiling > configure:3054: gcc -o conftest conftest.c >&5 > configure:3058: $? = 0 > configure:3065: ./conftest > configure:3069: $? = 0 > configure:3084: result: no > configure:3089: checking for suffix of object files > configure:3112: gcc -c conftest.c >&5 > configure:3116: $? = 0 > configure:3138: result: o > configure:3142: checking whether the compiler supports GNU C > configure:3162: gcc -c conftest.c >&5 > configure:3162: $? = 0 > configure:3172: result: yes > configure:3183: checking whether gcc accepts -g > configure:3204: gcc -c -g conftest.c >&5 > configure:3204: $? = 0 > configure:3248: result: yes > configure:3268: checking for gcc option to enable C11 features > configure:3283: gcc -c -g -O2 conftest.c >&5 > configure:3283: $? = 0 > configure:3301: result: none needed > configure:3480: checking for g++ > configure:3501: found /usr/bin/g++ > configure:3512: result: g++ > configure:3539: checking for C++ compiler version > configure:3548: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:3559: $? = 0 > configure:3548: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:3559: $? = 0 > configure:3548: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:3559: $? = 1 > configure:3548: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:3559: $? = 1 > configure:3563: checking whether the compiler supports GNU C++ > configure:3583: g++ -c conftest.cpp >&5 > configure:3583: $? = 0 > configure:3593: result: yes > configure:3604: checking whether g++ accepts -g > configure:3625: g++ -c -g conftest.cpp >&5 > configure:3625: $? = 0 > configure:3669: result: yes > configure:3689: checking for g++ option to enable C++11 features > configure:3704: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:3704: $? = 0 > configure:3722: result: none needed > configure:3792: checking how to run the C++ preprocessor > configure:3814: g++ -E conftest.cpp > configure:3814: $? = 0 > configure:3829: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:3829: $? = 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. */ > | #include > configure:3856: result: g++ -E > configure:3870: g++ -E conftest.cpp > configure:3870: $? = 0 > configure:3885: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:3885: $? = 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. */ > | #include > configure:3916: checking for grep that handles long lines and -e > configure:3980: result: /usr/bin/grep > configure:3985: checking for egrep > configure:4053: result: /usr/bin/grep -E > configure:4059: checking whether gcc needs -traditional > configure:4096: result: no > configure:4160: updating cache config.cache > configure:4209: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_compiler_gnu=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > 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_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_path_EGREP='/usr/bin/grep -E' > ac_cv_path_GREP=/usr/bin/grep > ac_cv_prog_CXXCPP='g++ -E' > ac_cv_prog_ac_ct_CC=gcc > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cc_c11= > ac_cv_prog_cc_g=yes > ac_cv_prog_cc_stdc= > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_prog_gcc_traditional=no > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CC='gcc' > CFLAGS='-g -O2' > CPPFLAGS='' > CXX='g++' > CXXCPP='g++ -E' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='/usr/bin/grep -E' > EXEEXT='' > GREP='/usr/bin/grep' > 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' > ac_ct_CXX='g++' > 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 "" > > configure: exit 0 332. acc.at:22: 332. AC_PROG_GCC_TRADITIONAL (acc.at:22): FAILED (acc.at:22) # -*- compilation -*- 392. semantics.at:35: testing AC_CHECK_LIB ... ./semantics.at:35: autoconf --force ./semantics.at:35: "$SHELL_N" -n configure stderr: ./semantics.at:35: autoheader ./semantics.at:35: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for zlib.h... yes checking for zlibVersion in -lz... yes checking for deflate in -lz... yes checking for deflateEnd in -lz... yes checking for inflate in -lz... yes checking for deflagrate in -lz... no checking for defenestrate in -lz... no checking for defoliate in -lz... no checking for infiltrate in -lz... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:35: ath_fn_check_env ./semantics.at:35: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for zlib.h... (cached) yes checking for zlibVersion in -lz... (cached) yes checking for deflate in -lz... (cached) yes checking for deflateEnd in -lz... (cached) yes checking for inflate in -lz... (cached) yes checking for deflagrate in -lz... (cached) no checking for defenestrate in -lz... (cached) no checking for defoliate in -lz... (cached) no checking for infiltrate in -lz... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:35: ath_fn_check_env ./semantics.at:35: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:35: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:35: autoconf --force ./semantics.at:35: "$SHELL_N" -n configure stderr: ./semantics.at:35: autoheader ./semantics.at:35: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for zlib.h... yes checking for zlibVersion in -lz... yes checking for deflate in -lz... yes checking for deflateEnd in -lz... yes checking for inflate in -lz... yes checking for deflagrate in -lz... no checking for defenestrate in -lz... no checking for defoliate in -lz... no checking for infiltrate in -lz... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:35: ath_fn_check_env ./semantics.at:35: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:35: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:35: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for zlib.h... (cached) yes checking for zlibVersion in -lz... (cached) yes checking for deflate in -lz... (cached) yes checking for deflateEnd in -lz... (cached) yes checking for inflate in -lz... (cached) yes checking for deflagrate in -lz... (cached) no checking for defenestrate in -lz... (cached) no checking for defoliate in -lz... (cached) no checking for infiltrate in -lz... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:35: ath_fn_check_env ./semantics.at:35: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:35: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:35: autoconf --force stderr: stdout: ./semantics.at:35: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:35: "$SHELL_N" -n configure stderr: ./semantics.at:35: autoheader ./semantics.at:35: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for zlib.h... yes checking for zlibVersion in -lz... yes checking for deflate in -lz... yes checking for deflateEnd in -lz... yes checking for inflate in -lz... yes checking for deflagrate in -lz... no checking for defenestrate in -lz... no checking for defoliate in -lz... no checking for infiltrate in -lz... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:35: ath_fn_check_env ./semantics.at:35: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:35: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/392/stdout 2022-09-28 19:31:36.596928005 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:36.592927915 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:36.595927983 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/392 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:35: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1818: creating cache config.cache > configure:2209: checking for g++ > configure:2230: found /usr/bin/g++ > configure:2241: result: g++ > configure:2268: checking for C++ compiler version > configure:2277: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2288: $? = 0 > configure:2277: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2288: $? = 0 > configure:2277: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2288: $? = 1 > configure:2277: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2288: $? = 1 > configure:2308: checking whether the C++ compiler works > configure:2330: g++ conftest.cpp >&5 > configure:2334: $? = 0 > configure:2384: result: yes > configure:2387: checking for C++ compiler default output file name > configure:2389: result: a.out > configure:2395: checking for suffix of executables > configure:2402: g++ -o conftest conftest.cpp >&5 > configure:2406: $? = 0 > configure:2429: result: > configure:2451: checking whether we are cross compiling > configure:2459: g++ -o conftest conftest.cpp >&5 > configure:2463: $? = 0 > configure:2470: ./conftest > configure:2474: $? = 0 > configure:2489: result: no > configure:2494: checking for suffix of object files > configure:2517: g++ -c conftest.cpp >&5 > configure:2521: $? = 0 > configure:2543: result: o > configure:2547: checking whether the compiler supports GNU C++ > configure:2567: g++ -c conftest.cpp >&5 > configure:2567: $? = 0 > configure:2577: result: yes > configure:2588: checking whether g++ accepts -g > configure:2609: g++ -c -g conftest.cpp >&5 > configure:2609: $? = 0 > configure:2653: result: yes > configure:2673: checking for g++ option to enable C++11 features > configure:2688: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2688: $? = 0 > configure:2706: result: none needed > configure:2775: checking for stdio.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for stdlib.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for string.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for inttypes.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for stdint.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for strings.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for sys/stat.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for sys/types.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for unistd.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2800: checking for zlib.h > configure:2800: g++ -c -g -O2 conftest.cpp >&5 > configure:2800: $? = 0 > configure:2800: result: yes > configure:2816: checking for zlibVersion in -lz > configure:2838: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > configure:2838: $? = 0 > configure:2848: result: yes > configure:2867: checking for deflate in -lz > configure:2889: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > configure:2889: $? = 0 > configure:2900: result: yes > configure:2917: checking for deflateEnd in -lz > configure:2939: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > configure:2939: $? = 0 > configure:2950: result: yes > configure:2967: checking for inflate in -lz > configure:2989: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > configure:2989: $? = 0 > configure:3000: result: yes > configure:3017: checking for deflagrate in -lz > configure:3039: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > /usr/bin/ld: /tmp/cca5FiR8.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/392/conftest.cpp:26: undefined reference to `deflagrate' > collect2: error: ld returned 1 exit status > configure:3039: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int deflagrate (); > | } > | int > | main (void) > | { > | return conftest::deflagrate (); > | ; > | return 0; > | } > configure:3049: result: no > configure:3066: checking for defenestrate in -lz > configure:3088: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > /usr/bin/ld: /tmp/ccFgkpgo.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/392/conftest.cpp:26: undefined reference to `defenestrate' > collect2: error: ld returned 1 exit status > configure:3088: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int defenestrate (); > | } > | int > | main (void) > | { > | return conftest::defenestrate (); > | ; > | return 0; > | } > configure:3099: result: no > configure:3115: checking for defoliate in -lz > configure:3137: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > /usr/bin/ld: /tmp/ccpFdh94.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/392/conftest.cpp:26: undefined reference to `defoliate' > collect2: error: ld returned 1 exit status > configure:3137: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int defoliate (); > | } > | int > | main (void) > | { > | return conftest::defoliate (); > | ; > | return 0; > | } > configure:3148: result: no > configure:3165: checking for infiltrate in -lz > configure:3187: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > /usr/bin/ld: /tmp/ccFYFQfp.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/392/conftest.cpp:26: undefined reference to `infiltrate' > collect2: error: ld returned 1 exit status > configure:3187: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int infiltrate (); > | } > | int > | main (void) > | { > | return conftest::infiltrate (); > | ; > | return 0; > | } > configure:3198: result: no > configure:3270: updating cache config.cache > configure:3319: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_header_zlib_h=yes > ac_cv_lib_z_defenestrate=no > ac_cv_lib_z_deflagrate=no > ac_cv_lib_z_deflate=yes > ac_cv_lib_z_deflateEnd=yes > ac_cv_lib_z_defoliate=no > ac_cv_lib_z_infiltrate=no > ac_cv_lib_z_inflate=yes > ac_cv_lib_z_zlibVersion=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 392. semantics.at:35: 392. AC_CHECK_LIB (semantics.at:35): FAILED (semantics.at:35) # -*- compilation -*- 393. semantics.at:117: testing AC_SEARCH_LIBS (needed) ... ./semantics.at:117: autoconf --force ./semantics.at:117: "$SHELL_N" -n configure stderr: ./semantics.at:117: autoheader ./semantics.at:117: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for zlib.h... yes checking for library containing zlibVersion... -lz checking for library containing deflate... -lz checking for library containing deflateEnd... -lz checking for library containing inflate... -lz checking for library containing deflagrate... no checking for library containing defenestrate... no checking for library containing defoliate... no checking for library containing infiltrate... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:117: ath_fn_check_env ./semantics.at:117: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for zlib.h... (cached) yes checking for library containing zlibVersion... (cached) -lz checking for library containing deflate... (cached) -lz checking for library containing deflateEnd... (cached) -lz checking for library containing inflate... (cached) -lz checking for library containing deflagrate... (cached) no checking for library containing defenestrate... (cached) no checking for library containing defoliate... (cached) no checking for library containing infiltrate... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:117: ath_fn_check_env ./semantics.at:117: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:117: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:117: autoconf --force ./semantics.at:117: "$SHELL_N" -n configure stderr: ./semantics.at:117: autoheader ./semantics.at:117: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for zlib.h... yes checking for library containing zlibVersion... -lz checking for library containing deflate... -lz checking for library containing deflateEnd... -lz checking for library containing inflate... -lz checking for library containing deflagrate... no checking for library containing defenestrate... no checking for library containing defoliate... no checking for library containing infiltrate... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:117: ath_fn_check_env ./semantics.at:117: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:117: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:117: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for zlib.h... (cached) yes checking for library containing zlibVersion... (cached) -lz checking for library containing deflate... (cached) -lz checking for library containing deflateEnd... (cached) -lz checking for library containing inflate... (cached) -lz checking for library containing deflagrate... (cached) no checking for library containing defenestrate... (cached) no checking for library containing defoliate... (cached) no checking for library containing infiltrate... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:117: ath_fn_check_env ./semantics.at:117: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:117: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:117: autoconf --force stderr: stdout: ./semantics.at:117: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:117: "$SHELL_N" -n configure stderr: ./semantics.at:117: autoheader ./semantics.at:117: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for zlib.h... yes checking for library containing zlibVersion... -lz checking for library containing deflate... -lz checking for library containing deflateEnd... -lz checking for library containing inflate... -lz checking for library containing deflagrate... no checking for library containing defenestrate... no checking for library containing defoliate... no checking for library containing infiltrate... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:117: ath_fn_check_env ./semantics.at:117: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:117: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/393/stdout 2022-09-28 19:31:40.217009933 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:40.214009866 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:40.216009911 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/393 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:117: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1818: creating cache config.cache > configure:2209: checking for g++ > configure:2230: found /usr/bin/g++ > configure:2241: result: g++ > configure:2268: checking for C++ compiler version > configure:2277: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2288: $? = 0 > configure:2277: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2288: $? = 0 > configure:2277: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2288: $? = 1 > configure:2277: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2288: $? = 1 > configure:2308: checking whether the C++ compiler works > configure:2330: g++ conftest.cpp >&5 > configure:2334: $? = 0 > configure:2384: result: yes > configure:2387: checking for C++ compiler default output file name > configure:2389: result: a.out > configure:2395: checking for suffix of executables > configure:2402: g++ -o conftest conftest.cpp >&5 > configure:2406: $? = 0 > configure:2429: result: > configure:2451: checking whether we are cross compiling > configure:2459: g++ -o conftest conftest.cpp >&5 > configure:2463: $? = 0 > configure:2470: ./conftest > configure:2474: $? = 0 > configure:2489: result: no > configure:2494: checking for suffix of object files > configure:2517: g++ -c conftest.cpp >&5 > configure:2521: $? = 0 > configure:2543: result: o > configure:2547: checking whether the compiler supports GNU C++ > configure:2567: g++ -c conftest.cpp >&5 > configure:2567: $? = 0 > configure:2577: result: yes > configure:2588: checking whether g++ accepts -g > configure:2609: g++ -c -g conftest.cpp >&5 > configure:2609: $? = 0 > configure:2653: result: yes > configure:2673: checking for g++ option to enable C++11 features > configure:2688: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2688: $? = 0 > configure:2706: result: none needed > configure:2775: checking for stdio.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for stdlib.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for string.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for inttypes.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for stdint.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for strings.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for sys/stat.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for sys/types.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2775: checking for unistd.h > configure:2775: g++ -c -g -O2 conftest.cpp >&5 > configure:2775: $? = 0 > configure:2775: result: yes > configure:2800: checking for zlib.h > configure:2800: g++ -c -g -O2 conftest.cpp >&5 > configure:2800: $? = 0 > configure:2800: result: yes > configure:2817: checking for library containing zlibVersion > configure:2846: g++ -o conftest -g -O2 conftest.cpp >&5 > /usr/bin/ld: /tmp/cc0oeCll.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/393/conftest.cpp:26: undefined reference to `zlibVersion' > collect2: error: ld returned 1 exit status > configure:2846: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int zlibVersion (); > | } > | int > | main (void) > | { > | return conftest::zlibVersion (); > | ; > | return 0; > | } > configure:2846: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > configure:2846: $? = 0 > configure:2866: result: -lz > configure:2885: checking for library containing deflate > configure:2914: g++ -o conftest -g -O2 conftest.cpp >&5 > /usr/bin/ld: /tmp/cca23v4U.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/393/conftest.cpp:26: undefined reference to `deflate' > collect2: error: ld returned 1 exit status > configure:2914: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int deflate (); > | } > | int > | main (void) > | { > | return conftest::deflate (); > | ; > | return 0; > | } > configure:2914: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > configure:2914: $? = 0 > configure:2935: result: -lz > configure:2952: checking for library containing deflateEnd > configure:2981: g++ -o conftest -g -O2 conftest.cpp >&5 > /usr/bin/ld: /tmp/cch6Bofc.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/393/conftest.cpp:26: undefined reference to `deflateEnd' > collect2: error: ld returned 1 exit status > configure:2981: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int deflateEnd (); > | } > | int > | main (void) > | { > | return conftest::deflateEnd (); > | ; > | return 0; > | } > configure:2981: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > configure:2981: $? = 0 > configure:3001: result: -lz > configure:3019: checking for library containing inflate > configure:3048: g++ -o conftest -g -O2 conftest.cpp >&5 > /usr/bin/ld: /tmp/ccpTlwjN.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/393/conftest.cpp:26: undefined reference to `inflate' > collect2: error: ld returned 1 exit status > configure:3048: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int inflate (); > | } > | int > | main (void) > | { > | return conftest::inflate (); > | ; > | return 0; > | } > configure:3048: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > configure:3048: $? = 0 > configure:3069: result: -lz > configure:3087: checking for library containing deflagrate > configure:3116: g++ -o conftest -g -O2 conftest.cpp >&5 > /usr/bin/ld: /tmp/ccn8hJpT.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/393/conftest.cpp:26: undefined reference to `deflagrate' > collect2: error: ld returned 1 exit status > configure:3116: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int deflagrate (); > | } > | int > | main (void) > | { > | return conftest::deflagrate (); > | ; > | return 0; > | } > configure:3116: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > /usr/bin/ld: /tmp/ccqiaeWc.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/393/conftest.cpp:26: undefined reference to `deflagrate' > collect2: error: ld returned 1 exit status > configure:3116: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int deflagrate (); > | } > | int > | main (void) > | { > | return conftest::deflagrate (); > | ; > | return 0; > | } > configure:3136: result: no > configure:3154: checking for library containing defenestrate > configure:3183: g++ -o conftest -g -O2 conftest.cpp >&5 > /usr/bin/ld: /tmp/ccI9G4M2.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/393/conftest.cpp:26: undefined reference to `defenestrate' > collect2: error: ld returned 1 exit status > configure:3183: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int defenestrate (); > | } > | int > | main (void) > | { > | return conftest::defenestrate (); > | ; > | return 0; > | } > configure:3183: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > /usr/bin/ld: /tmp/cchlTOCN.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/393/conftest.cpp:26: undefined reference to `defenestrate' > collect2: error: ld returned 1 exit status > configure:3183: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int defenestrate (); > | } > | int > | main (void) > | { > | return conftest::defenestrate (); > | ; > | return 0; > | } > configure:3204: result: no > configure:3220: checking for library containing defoliate > configure:3249: g++ -o conftest -g -O2 conftest.cpp >&5 > /usr/bin/ld: /tmp/ccRZY2Jh.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/393/conftest.cpp:26: undefined reference to `defoliate' > collect2: error: ld returned 1 exit status > configure:3249: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int defoliate (); > | } > | int > | main (void) > | { > | return conftest::defoliate (); > | ; > | return 0; > | } > configure:3249: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > /usr/bin/ld: /tmp/ccXY0TzN.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/393/conftest.cpp:26: undefined reference to `defoliate' > collect2: error: ld returned 1 exit status > configure:3249: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int defoliate (); > | } > | int > | main (void) > | { > | return conftest::defoliate (); > | ; > | return 0; > | } > configure:3269: result: no > configure:3287: checking for library containing infiltrate > configure:3316: g++ -o conftest -g -O2 conftest.cpp >&5 > /usr/bin/ld: /tmp/cc6BWQPP.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/393/conftest.cpp:26: undefined reference to `infiltrate' > collect2: error: ld returned 1 exit status > configure:3316: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int infiltrate (); > | } > | int > | main (void) > | { > | return conftest::infiltrate (); > | ; > | return 0; > | } > configure:3316: g++ -o conftest -g -O2 conftest.cpp -lz >&5 > /usr/bin/ld: /tmp/cc0PzRre.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/393/conftest.cpp:26: undefined reference to `infiltrate' > collect2: error: ld returned 1 exit status > configure:3316: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int infiltrate (); > | } > | int > | main (void) > | { > | return conftest::infiltrate (); > | ; > | return 0; > | } > configure:3337: result: no > configure:3410: updating cache config.cache > configure:3459: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_header_zlib_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_search_defenestrate=no > ac_cv_search_deflagrate=no > ac_cv_search_deflate=-lz > ac_cv_search_deflateEnd=-lz > ac_cv_search_defoliate=no > ac_cv_search_infiltrate=no > ac_cv_search_inflate=-lz > ac_cv_search_zlibVersion=-lz > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 393. semantics.at:117: 393. AC_SEARCH_LIBS (needed) (semantics.at:117): FAILED (semantics.at:117) # -*- compilation -*- 394. semantics.at:190: testing AC_SEARCH_LIBS (none needed) ... ./semantics.at:190: autoconf --force ./semantics.at:190: "$SHELL_N" -n configure stderr: ./semantics.at:190: autoheader ./semantics.at:190: ./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... none needed checking for library containing printf... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:190: ath_fn_check_env ./semantics.at:190: ./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) none needed checking for library containing printf... (cached) none required configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:190: ath_fn_check_env ./semantics.at:190: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:190: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:190: autoconf --force ./semantics.at:190: "$SHELL_N" -n configure stderr: ./semantics.at:190: autoheader ./semantics.at:190: ./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... none needed checking for library containing printf... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:190: ath_fn_check_env ./semantics.at:190: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:190: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:190: ./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) none needed checking for library containing printf... (cached) none required configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:190: ath_fn_check_env ./semantics.at:190: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:190: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:190: autoconf --force stderr: stdout: ./semantics.at:190: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:190: "$SHELL_N" -n configure stderr: ./semantics.at:190: autoheader ./semantics.at:190: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for library containing printf... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:190: ath_fn_check_env ./semantics.at:190: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:190: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/394/stdout 2022-09-28 19:31:42.002050332 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:41.999050264 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:42.001050309 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/394 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:190: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2138: checking for g++ > configure:2159: found /usr/bin/g++ > configure:2170: result: g++ > configure:2197: checking for C++ compiler version > configure:2206: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2217: $? = 0 > configure:2206: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2217: $? = 0 > configure:2206: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2217: $? = 1 > configure:2206: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2217: $? = 1 > configure:2237: checking whether the C++ compiler works > configure:2259: g++ conftest.cpp >&5 > configure:2263: $? = 0 > configure:2313: result: yes > configure:2316: checking for C++ compiler default output file name > configure:2318: result: a.out > configure:2324: checking for suffix of executables > configure:2331: g++ -o conftest conftest.cpp >&5 > configure:2335: $? = 0 > configure:2358: result: > configure:2380: checking whether we are cross compiling > configure:2388: g++ -o conftest conftest.cpp >&5 > configure:2392: $? = 0 > configure:2399: ./conftest > configure:2403: $? = 0 > configure:2418: result: no > configure:2423: checking for suffix of object files > configure:2446: g++ -c conftest.cpp >&5 > configure:2450: $? = 0 > configure:2472: result: o > configure:2476: checking whether the compiler supports GNU C++ > configure:2496: g++ -c conftest.cpp >&5 > configure:2496: $? = 0 > configure:2506: result: yes > configure:2517: checking whether g++ accepts -g > configure:2538: g++ -c -g conftest.cpp >&5 > configure:2538: $? = 0 > configure:2582: result: yes > configure:2602: checking for g++ option to enable C++11 features > configure:2617: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2617: $? = 0 > configure:2635: result: none needed > configure:2700: checking for library containing printf > configure:2729: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2749: result: none required > configure:2822: updating cache config.cache > configure:2871: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_search_printf='none required' > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 "" > > configure: exit 0 394. semantics.at:190: 394. AC_SEARCH_LIBS (none needed) (semantics.at:190): FAILED (semantics.at:190) # -*- compilation -*- 395. semantics.at:205: testing AC_CHECK_DECLS ... ./semantics.at:205: autoconf --force ./semantics.at:205: "$SHELL_N" -n configure stderr: ./semantics.at:205: autoheader ./semantics.at:205: ./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... none needed checking for gcc options needed to detect all undeclared functions... none needed checking whether yes is declared... yes checking whether no is declared... no checking whether myenum is declared... yes checking whether mystruct is declared... yes checking whether myfunc is declared... yes checking whether mymacro1 is declared... yes checking whether mymacro2 is declared... yes checking whether memcpy is declared... no checking whether strchr is declared... no checking whether strerror is declared... no checking whether basenam is declared... yes checking whether dirnam is declared... no checking whether moreargs is declared... yes checking whether declared is declared... yes checking whether undeclared is declared... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:205: ath_fn_check_env ./semantics.at:205: ./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) none needed checking for gcc options needed to detect all undeclared functions... (cached) none needed checking whether yes is declared... (cached) yes checking whether no is declared... (cached) no checking whether myenum is declared... (cached) yes checking whether mystruct is declared... (cached) yes checking whether myfunc is declared... (cached) yes checking whether mymacro1 is declared... (cached) yes checking whether mymacro2 is declared... (cached) yes checking whether memcpy is declared... (cached) no checking whether strchr is declared... (cached) no checking whether strerror is declared... (cached) no checking whether basenam is declared... (cached) yes checking whether dirnam is declared... (cached) no checking whether moreargs is declared... (cached) yes checking whether declared is declared... (cached) yes checking whether undeclared is declared... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:205: ath_fn_check_env ./semantics.at:205: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:205: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:205: sed '/#/!d /INTTYPES_H/d /MEMORY_H/d /PACKAGE_/d /STDC_HEADERS/d /STDINT_H/d /STDIO_H/d /STDLIB_H/d /STRING_H/d /STRINGS_H/d /SYS_STAT_H/d /SYS_TYPES_H/d /UNISTD_H/d' config.h ./semantics.at:205: autoconf --force ./semantics.at:205: "$SHELL_N" -n configure stderr: ./semantics.at:205: autoheader ./semantics.at:205: ./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... none needed checking for gcc options needed to detect all undeclared functions... none needed checking whether yes is declared... yes checking whether no is declared... no checking whether myenum is declared... yes checking whether mystruct is declared... yes checking whether myfunc is declared... yes checking whether mymacro1 is declared... yes checking whether mymacro2 is declared... yes checking whether memcpy is declared... no checking whether strchr is declared... no checking whether strerror is declared... no checking whether basenam is declared... yes checking whether dirnam is declared... no checking whether moreargs is declared... yes checking whether declared is declared... yes checking whether undeclared is declared... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:205: ath_fn_check_env ./semantics.at:205: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:205: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:205: ./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) none needed checking for gcc options needed to detect all undeclared functions... (cached) none needed checking whether yes is declared... (cached) yes checking whether no is declared... (cached) no checking whether myenum is declared... (cached) yes checking whether mystruct is declared... (cached) yes checking whether myfunc is declared... (cached) yes checking whether mymacro1 is declared... (cached) yes checking whether mymacro2 is declared... (cached) yes checking whether memcpy is declared... (cached) no checking whether strchr is declared... (cached) no checking whether strerror is declared... (cached) no checking whether basenam is declared... (cached) yes checking whether dirnam is declared... (cached) no checking whether moreargs is declared... (cached) yes checking whether declared is declared... (cached) yes checking whether undeclared is declared... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:205: ath_fn_check_env ./semantics.at:205: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:205: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:205: autoconf --force stderr: stdout: ./semantics.at:205: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:205: "$SHELL_N" -n configure stderr: ./semantics.at:205: autoheader ./semantics.at:205: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for g++ options needed to detect all undeclared functions... none needed checking whether yes is declared... yes checking whether no is declared... no checking whether myenum is declared... yes checking whether mystruct is declared... yes checking whether myfunc is declared... yes checking whether mymacro1 is declared... yes checking whether mymacro2 is declared... yes checking whether memcpy is declared... no checking whether strchr is declared... no checking whether strerror is declared... no checking whether basenam is declared... yes checking whether dirnam is declared... no checking whether moreargs is declared... yes checking whether declared is declared... yes checking whether undeclared is declared... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:205: ath_fn_check_env ./semantics.at:205: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:205: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/395/stdout 2022-09-28 19:31:44.362103744 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:44.359103676 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:44.361103721 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/395 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:205: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1759: creating cache config.cache > configure:2140: checking for g++ > configure:2161: found /usr/bin/g++ > configure:2172: result: g++ > configure:2199: checking for C++ compiler version > configure:2208: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2219: $? = 0 > configure:2208: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2219: $? = 0 > configure:2208: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2219: $? = 1 > configure:2208: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2219: $? = 1 > configure:2239: checking whether the C++ compiler works > configure:2261: g++ conftest.cpp >&5 > configure:2265: $? = 0 > configure:2315: result: yes > configure:2318: checking for C++ compiler default output file name > configure:2320: result: a.out > configure:2326: checking for suffix of executables > configure:2333: g++ -o conftest conftest.cpp >&5 > configure:2337: $? = 0 > configure:2360: result: > configure:2382: checking whether we are cross compiling > configure:2390: g++ -o conftest conftest.cpp >&5 > configure:2394: $? = 0 > configure:2401: ./conftest > configure:2405: $? = 0 > configure:2420: result: no > configure:2425: checking for suffix of object files > configure:2448: g++ -c conftest.cpp >&5 > configure:2452: $? = 0 > configure:2474: result: o > configure:2478: checking whether the compiler supports GNU C++ > configure:2498: g++ -c conftest.cpp >&5 > configure:2498: $? = 0 > configure:2508: result: yes > configure:2519: checking whether g++ accepts -g > configure:2540: g++ -c -g conftest.cpp >&5 > configure:2540: $? = 0 > configure:2584: result: yes > configure:2604: checking for g++ option to enable C++11 features > configure:2619: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2619: $? = 0 > configure:2637: result: none needed > configure:2702: checking for g++ options needed to detect all undeclared functions > configure:2724: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:13:8: error: 'strchr' was not declared in this scope > 13 | (void) strchr; > | ^~~~~~ > conftest.cpp:1:1: note: 'strchr' is defined in header ''; did you forget to '#include '? > 1 | /* confdefs.h */ > configure:2724: $? = 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. */ > | > | int > | main (void) > | { > | (void) strchr; > | ; > | return 0; > | } > configure:2751: g++ -c -g -O2 conftest.cpp >&5 > configure:2751: $? = 0 > configure:2768: result: none needed > configure:2782: checking whether yes is declared > configure:2782: g++ -c -g -O2 conftest.cpp >&5 > configure:2782: $? = 0 > configure:2782: result: yes > configure:2796: checking whether no is declared > configure:2796: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:22:10: error: 'no' was not declared in this scope > 22 | (void) no; > | ^~ > configure:2796: $? = 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 "" > | #define HAVE_DECL_YES 1 > | /* end confdefs.h. */ > | extern int yes; > | enum { myenum }; > | extern struct mystruct_s { int x[20]; } mystruct; > | extern int myfunc(); > | #define mymacro1(arg) arg > | #define mymacro2 > | > | int > | main (void) > | { > | #ifndef no > | #ifdef __cplusplus > | (void) no; > | #else > | (void) no; > | #endif > | #endif > | > | ; > | return 0; > | } > configure:2796: result: no > configure:2810: checking whether myenum is declared > configure:2810: g++ -c -g -O2 conftest.cpp >&5 > configure:2810: $? = 0 > configure:2810: result: yes > configure:2824: checking whether mystruct is declared > configure:2824: g++ -c -g -O2 conftest.cpp >&5 > configure:2824: $? = 0 > configure:2824: result: yes > configure:2838: checking whether myfunc is declared > configure:2838: g++ -c -g -O2 conftest.cpp >&5 > configure:2838: $? = 0 > configure:2838: result: yes > configure:2852: checking whether mymacro1 is declared > configure:2852: g++ -c -g -O2 conftest.cpp >&5 > configure:2852: $? = 0 > configure:2852: result: yes > configure:2866: checking whether mymacro2 is declared > configure:2866: g++ -c -g -O2 conftest.cpp >&5 > configure:2866: $? = 0 > configure:2866: result: yes > configure:2883: checking whether memcpy is declared > configure:2883: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:23:10: error: 'memcpy' was not declared in this scope > 23 | (void) memcpy; > | ^~~~~~ > conftest.cpp:1:1: note: 'memcpy' is defined in header ''; did you forget to '#include '? > 1 | /* confdefs.h */ > configure:2883: $? = 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 "" > | #define HAVE_DECL_YES 1 > | #define HAVE_DECL_NO 0 > | #define HAVE_DECL_MYENUM 1 > | #define HAVE_DECL_MYSTRUCT 1 > | #define HAVE_DECL_MYFUNC 1 > | #define HAVE_DECL_MYMACRO1 1 > | #define HAVE_DECL_MYMACRO2 1 > | /* end confdefs.h. */ > | > | > | int > | main (void) > | { > | #ifndef memcpy > | #ifdef __cplusplus > | (void) memcpy; > | #else > | (void) memcpy; > | #endif > | #endif > | > | ; > | return 0; > | } > configure:2883: result: no > configure:2892: checking whether strchr is declared > configure:2892: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:24:10: error: 'strchr' was not declared in this scope > 24 | (void) strchr; > | ^~~~~~ > conftest.cpp:1:1: note: 'strchr' is defined in header ''; did you forget to '#include '? > 1 | /* confdefs.h */ > configure:2892: $? = 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 "" > | #define HAVE_DECL_YES 1 > | #define HAVE_DECL_NO 0 > | #define HAVE_DECL_MYENUM 1 > | #define HAVE_DECL_MYSTRUCT 1 > | #define HAVE_DECL_MYFUNC 1 > | #define HAVE_DECL_MYMACRO1 1 > | #define HAVE_DECL_MYMACRO2 1 > | #define HAVE_DECL_MEMCPY 0 > | /* end confdefs.h. */ > | > | > | int > | main (void) > | { > | #ifndef strchr > | #ifdef __cplusplus > | (void) strchr; > | #else > | (void) strchr; > | #endif > | #endif > | > | ; > | return 0; > | } > configure:2892: result: no > configure:2901: checking whether strerror is declared > configure:2901: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:25:10: error: 'strerror' was not declared in this scope > 25 | (void) strerror; > | ^~~~~~~~ > configure:2901: $? = 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 "" > | #define HAVE_DECL_YES 1 > | #define HAVE_DECL_NO 0 > | #define HAVE_DECL_MYENUM 1 > | #define HAVE_DECL_MYSTRUCT 1 > | #define HAVE_DECL_MYFUNC 1 > | #define HAVE_DECL_MYMACRO1 1 > | #define HAVE_DECL_MYMACRO2 1 > | #define HAVE_DECL_MEMCPY 0 > | #define HAVE_DECL_STRCHR 0 > | /* end confdefs.h. */ > | > | > | int > | main (void) > | { > | #ifndef strerror > | #ifdef __cplusplus > | (void) strerror; > | #else > | (void) strerror; > | #endif > | #endif > | > | ; > | return 0; > | } > configure:2901: result: no > configure:2913: checking whether basenam is declared > configure:2913: g++ -c -g -O2 conftest.cpp >&5 > configure:2913: $? = 0 > configure:2913: result: yes > configure:2937: checking whether dirnam is declared > configure:2937: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:41:10: error: 'dirnam' was not declared in this scope > 41 | (void) dirnam((char *) 0); > | ^~~~~~ > configure:2937: $? = 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 "" > | #define HAVE_DECL_YES 1 > | #define HAVE_DECL_NO 0 > | #define HAVE_DECL_MYENUM 1 > | #define HAVE_DECL_MYSTRUCT 1 > | #define HAVE_DECL_MYFUNC 1 > | #define HAVE_DECL_MYMACRO1 1 > | #define HAVE_DECL_MYMACRO2 1 > | #define HAVE_DECL_MEMCPY 0 > | #define HAVE_DECL_STRCHR 0 > | #define HAVE_DECL_STRERROR 0 > | #define HAVE_DECL_BASENAM 1 > | /* end confdefs.h. */ > | #ifdef __cplusplus > | extern "C++" char *basenam (char *); > | extern "C++" const char *basenam (const char *); > | #else > | extern char *basenam (const char *); > | #endif > | #ifdef __cplusplus > | extern "C" { > | #endif > | extern int moreargs (char, short, int, long, void *, > | char [], float, double); > | #ifdef __cplusplus > | } > | #endif > | > | > | int > | main (void) > | { > | #ifndef dirnam > | #ifdef __cplusplus > | (void) dirnam((char *) 0); > | #else > | (void) dirnam; > | #endif > | #endif > | > | ; > | return 0; > | } > configure:2937: result: no > configure:2961: checking whether moreargs is declared > configure:2961: g++ -c -g -O2 conftest.cpp >&5 > configure:2961: $? = 0 > configure:2961: result: yes > configure:2986: checking whether declared is declared > configure:2986: g++ -c -g -O2 conftest.cpp >&5 > configure:2986: $? = 0 > configure:2986: result: yes > configure:3003: checking whether undeclared is declared > configure:3003: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:29:10: error: 'undeclared' was not declared in this scope > 29 | (void) undeclared ((char *) 0); > | ^~~~~~~~~~ > configure:3003: $? = 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 "" > | #define HAVE_DECL_YES 1 > | #define HAVE_DECL_NO 0 > | #define HAVE_DECL_MYENUM 1 > | #define HAVE_DECL_MYSTRUCT 1 > | #define HAVE_DECL_MYFUNC 1 > | #define HAVE_DECL_MYMACRO1 1 > | #define HAVE_DECL_MYMACRO2 1 > | #define HAVE_DECL_MEMCPY 0 > | #define HAVE_DECL_STRCHR 0 > | #define HAVE_DECL_STRERROR 0 > | #define HAVE_DECL_BASENAM 1 > | #define HAVE_DECL_DIRNAM 0 > | #define HAVE_DECL_MOREARGS 1 > | /* end confdefs.h. */ > | > | > | int > | main (void) > | { > | #ifndef undeclared > | #ifdef __cplusplus > | (void) undeclared ((char *) 0); > | #else > | (void) undeclared; > | #endif > | #endif > | > | ; > | return 0; > | } > configure:3003: result: no > configure:3070: updating cache config.cache > configure:3119: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:670: creating config.h > config.status:760: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_cxx_undeclared_builtin_options='none needed' > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_have_decl_basenam__char_p_=yes > ac_cv_have_decl_declared__char_p_=yes > ac_cv_have_decl_dirnam_char_p_=no > ac_cv_have_decl_memcpy=no > ac_cv_have_decl_moreargs__char__short__int__long__void_p__char_p__float__double_=yes > ac_cv_have_decl_myenum=yes > ac_cv_have_decl_myfunc=yes > ac_cv_have_decl_mymacro1=yes > ac_cv_have_decl_mymacro2=yes > ac_cv_have_decl_mystruct=yes > ac_cv_have_decl_no=no > ac_cv_have_decl_strchr=no > ac_cv_have_decl_strerror=no > ac_cv_have_decl_undeclared__char_p_=no > ac_cv_have_decl_yes=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_DECL_YES 1 > #define HAVE_DECL_NO 0 > #define HAVE_DECL_MYENUM 1 > #define HAVE_DECL_MYSTRUCT 1 > #define HAVE_DECL_MYFUNC 1 > #define HAVE_DECL_MYMACRO1 1 > #define HAVE_DECL_MYMACRO2 1 > #define HAVE_DECL_MEMCPY 0 > #define HAVE_DECL_STRCHR 0 > #define HAVE_DECL_STRERROR 0 > #define HAVE_DECL_BASENAM 1 > #define HAVE_DECL_DIRNAM 0 > #define HAVE_DECL_MOREARGS 1 > > configure: exit 0 395. semantics.at:205: 395. AC_CHECK_DECLS (semantics.at:205): FAILED (semantics.at:205) # -*- compilation -*- 396. semantics.at:269: testing AC_CHECK_FUNCS ... ./semantics.at:269: autoconf --force ./semantics.at:269: "$SHELL_N" -n configure stderr: ./semantics.at:269: autoheader ./semantics.at:269: ./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... none needed checking for printf... yes checking for autoconf_ftnirp... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:269: ath_fn_check_env ./semantics.at:269: ./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) none needed checking for printf... (cached) yes checking for autoconf_ftnirp... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:269: ath_fn_check_env ./semantics.at:269: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:269: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:269: sed '/#/!d /INTTYPES_H/d /MEMORY_H/d /PACKAGE_/d /STDC_HEADERS/d /STDINT_H/d /STDIO_H/d /STDLIB_H/d /STRING_H/d /STRINGS_H/d /SYS_STAT_H/d /SYS_TYPES_H/d /UNISTD_H/d' config.h ./semantics.at:269: autoconf --force ./semantics.at:269: "$SHELL_N" -n configure stderr: ./semantics.at:269: autoheader ./semantics.at:269: ./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... none needed checking for printf... yes checking for autoconf_ftnirp... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:269: ath_fn_check_env ./semantics.at:269: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:269: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:269: ./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) none needed checking for printf... (cached) yes checking for autoconf_ftnirp... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:269: ath_fn_check_env ./semantics.at:269: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:269: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:269: autoconf --force stderr: stdout: ./semantics.at:269: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:269: "$SHELL_N" -n configure stderr: ./semantics.at:269: autoheader ./semantics.at:269: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for printf... yes checking for autoconf_ftnirp... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:269: ath_fn_check_env ./semantics.at:269: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:269: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/396/stdout 2022-09-28 19:31:46.255146586 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:46.251146496 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:46.254146564 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/396 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:269: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1815: creating cache config.cache > configure:2196: checking for g++ > configure:2217: found /usr/bin/g++ > configure:2228: result: g++ > configure:2255: checking for C++ compiler version > configure:2264: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2275: $? = 0 > configure:2264: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2275: $? = 0 > configure:2264: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2275: $? = 1 > configure:2264: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2275: $? = 1 > configure:2295: checking whether the C++ compiler works > configure:2317: g++ conftest.cpp >&5 > configure:2321: $? = 0 > configure:2371: result: yes > configure:2374: checking for C++ compiler default output file name > configure:2376: result: a.out > configure:2382: checking for suffix of executables > configure:2389: g++ -o conftest conftest.cpp >&5 > configure:2393: $? = 0 > configure:2416: result: > configure:2438: checking whether we are cross compiling > configure:2446: g++ -o conftest conftest.cpp >&5 > configure:2450: $? = 0 > configure:2457: ./conftest > configure:2461: $? = 0 > configure:2476: result: no > configure:2481: checking for suffix of object files > configure:2504: g++ -c conftest.cpp >&5 > configure:2508: $? = 0 > configure:2530: result: o > configure:2534: checking whether the compiler supports GNU C++ > configure:2554: g++ -c conftest.cpp >&5 > configure:2554: $? = 0 > configure:2564: result: yes > configure:2575: checking whether g++ accepts -g > configure:2596: g++ -c -g conftest.cpp >&5 > configure:2596: $? = 0 > configure:2640: result: yes > configure:2660: checking for g++ option to enable C++11 features > configure:2675: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2675: $? = 0 > configure:2693: result: none needed > configure:2758: checking for printf > configure:2758: g++ -o conftest -g -O2 conftest.cpp >&5 > conftest.cpp:25:6: warning: declaration of 'char printf()' conflicts with built-in declaration 'int printf(const char*, ...)' [-Wbuiltin-declaration-mismatch] > 25 | char printf (); > | ^~~~~~ > configure:2758: $? = 0 > configure:2758: result: yes > configure:2764: checking for autoconf_ftnirp > configure:2764: g++ -o conftest -g -O2 conftest.cpp >&5 > /usr/bin/ld: /tmp/ccB3nesH.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/396/conftest.cpp:37: undefined reference to `autoconf_ftnirp' > collect2: error: ld returned 1 exit status > configure:2764: $? = 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 "" > | #define HAVE_PRINTF 1 > | /* end confdefs.h. */ > | /* Define autoconf_ftnirp to an innocuous variant, in case declares autoconf_ftnirp. > | For example, HP-UX 11i declares gettimeofday. */ > | #define autoconf_ftnirp innocuous_autoconf_ftnirp > | > | /* System header to define __stub macros and hopefully few prototypes, > | which can conflict with char autoconf_ftnirp (); below. */ > | > | #include > | #undef autoconf_ftnirp > | > | /* Override any GCC internal prototype to avoid an error. > | Use char because int might match the return type of a GCC > | builtin and then its argument prototype would still apply. */ > | #ifdef __cplusplus > | extern "C" > | #endif > | char autoconf_ftnirp (); > | /* The GNU C library defines this for functions which it implements > | to always fail with ENOSYS. Some functions are actually named > | something starting with __ and the normal name is an alias. */ > | #if defined __stub_autoconf_ftnirp || defined __stub___autoconf_ftnirp > | choke me > | #endif > | > | int > | main (void) > | { > | return autoconf_ftnirp (); > | ; > | return 0; > | } > configure:2764: result: no > configure:2828: updating cache config.cache > configure:2877: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_autoconf_ftnirp=no > ac_cv_func_printf=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_PRINTF 1 > > configure: exit 0 396. semantics.at:269: 396. AC_CHECK_FUNCS (semantics.at:269): FAILED (semantics.at:269) # -*- compilation -*- 401. semantics.at:451: testing AC_CHECK_MEMBER ... ./semantics.at:451: autoconf --force ./semantics.at:451: "$SHELL_N" -n configure stderr: ./semantics.at:451: autoheader ./semantics.at:451: ./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... none needed checking for struct yes_s.yes... yes checking for struct yes_s.no... no checking for struct yes_s.substruct... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:451: ath_fn_check_env ./semantics.at:451: ./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) none needed checking for struct yes_s.yes... (cached) yes checking for struct yes_s.no... (cached) no checking for struct yes_s.substruct... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:451: ath_fn_check_env ./semantics.at:451: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:451: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:451: sed '/#/!d /INTTYPES_H/d /MEMORY_H/d /PACKAGE_/d /STDC_HEADERS/d /STDINT_H/d /STDIO_H/d /STDLIB_H/d /STRING_H/d /STRINGS_H/d /SYS_STAT_H/d /SYS_TYPES_H/d /UNISTD_H/d' config.h ./semantics.at:451: autoconf --force ./semantics.at:451: "$SHELL_N" -n configure stderr: ./semantics.at:451: autoheader ./semantics.at:451: ./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... none needed checking for struct yes_s.yes... yes checking for struct yes_s.no... no checking for struct yes_s.substruct... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:451: ath_fn_check_env ./semantics.at:451: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:451: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:451: ./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) none needed checking for struct yes_s.yes... (cached) yes checking for struct yes_s.no... (cached) no checking for struct yes_s.substruct... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:451: ath_fn_check_env ./semantics.at:451: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:451: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:451: autoconf --force stderr: stdout: ./semantics.at:451: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:451: "$SHELL_N" -n configure stderr: ./semantics.at:451: autoheader ./semantics.at:451: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for struct yes_s.yes... yes checking for struct yes_s.no... no checking for struct yes_s.substruct... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:451: ath_fn_check_env ./semantics.at:451: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:451: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/401/stdout 2022-09-28 19:31:50.326238721 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:50.323238653 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:50.326238721 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/401 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:451: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1766: creating cache config.cache > configure:2147: checking for g++ > configure:2168: found /usr/bin/g++ > configure:2179: result: g++ > configure:2206: checking for C++ compiler version > configure:2215: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2226: $? = 0 > configure:2215: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2226: $? = 0 > configure:2215: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2226: $? = 1 > configure:2215: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2226: $? = 1 > configure:2246: checking whether the C++ compiler works > configure:2268: g++ conftest.cpp >&5 > configure:2272: $? = 0 > configure:2322: result: yes > configure:2325: checking for C++ compiler default output file name > configure:2327: result: a.out > configure:2333: checking for suffix of executables > configure:2340: g++ -o conftest conftest.cpp >&5 > configure:2344: $? = 0 > configure:2367: result: > configure:2389: checking whether we are cross compiling > configure:2397: g++ -o conftest conftest.cpp >&5 > configure:2401: $? = 0 > configure:2408: ./conftest > configure:2412: $? = 0 > configure:2427: result: no > configure:2432: checking for suffix of object files > configure:2455: g++ -c conftest.cpp >&5 > configure:2459: $? = 0 > configure:2481: result: o > configure:2485: checking whether the compiler supports GNU C++ > configure:2505: g++ -c conftest.cpp >&5 > configure:2505: $? = 0 > configure:2515: result: yes > configure:2526: checking whether g++ accepts -g > configure:2547: g++ -c -g conftest.cpp >&5 > configure:2547: $? = 0 > configure:2591: result: yes > configure:2611: checking for g++ option to enable C++11 features > configure:2626: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2626: $? = 0 > configure:2644: result: none needed > configure:2709: checking for struct yes_s.yes > configure:2709: g++ -c -g -O2 conftest.cpp >&5 > configure:2709: $? = 0 > configure:2709: result: yes > configure:2719: checking for struct yes_s.no > configure:2719: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:17:13: error: 'struct yes_s' has no member named 'no' > 17 | if (ac_aggr.no) > | ^~ > configure:2719: $? = 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 "" > | #define HAVE_STRUCT_YES_S_YES 1 > | /* end confdefs.h. */ > | struct sub { int x; }; > | struct yes_s { int yes; struct sub substruct; }; > | > | int > | main (void) > | { > | static struct yes_s ac_aggr; > | if (ac_aggr.no) > | return 0; > | ; > | return 0; > | } > configure:2719: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:17:20: error: 'struct yes_s' has no member named 'no' > 17 | if (sizeof ac_aggr.no) > | ^~ > configure:2719: $? = 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 "" > | #define HAVE_STRUCT_YES_S_YES 1 > | /* end confdefs.h. */ > | struct sub { int x; }; > | struct yes_s { int yes; struct sub substruct; }; > | > | int > | main (void) > | { > | static struct yes_s ac_aggr; > | if (sizeof ac_aggr.no) > | return 0; > | ; > | return 0; > | } > configure:2719: result: no > configure:2729: checking for struct yes_s.substruct > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:17:13: error: could not convert 'ac_aggr.yes_s::substruct' from 'sub' to 'bool' > 17 | if (ac_aggr.substruct) > | ~~~~~~~~^~~~~~~~~ > | | > | sub > configure:2729: $? = 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 "" > | #define HAVE_STRUCT_YES_S_YES 1 > | /* end confdefs.h. */ > | struct sub { int x; }; > | struct yes_s { int yes; struct sub substruct; }; > | > | int > | main (void) > | { > | static struct yes_s ac_aggr; > | if (ac_aggr.substruct) > | return 0; > | ; > | return 0; > | } > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2796: updating cache config.cache > configure:2845: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:659: creating config.h > config.status:749: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_member_struct_yes_s_no=no > ac_cv_member_struct_yes_s_substruct=yes > ac_cv_member_struct_yes_s_yes=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STRUCT_YES_S_YES 1 > #define HAVE_STRUCT_YES_S_SUBSTRUCT 1 > > configure: exit 0 401. semantics.at:451: 401. AC_CHECK_MEMBER (semantics.at:451): FAILED (semantics.at:451) # -*- compilation -*- 402. semantics.at:477: testing AC_CHECK_MEMBERS ... ./semantics.at:477: autoconf --force ./semantics.at:477: "$SHELL_N" -n configure stderr: ./semantics.at:477: autoheader ./semantics.at:477: ./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... none needed checking for struct yes_s.yes... yes checking for struct yes_s.no... no checking for struct yes_s.substruct... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:477: ath_fn_check_env ./semantics.at:477: ./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) none needed checking for struct yes_s.yes... (cached) yes checking for struct yes_s.no... (cached) no checking for struct yes_s.substruct... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:477: ath_fn_check_env ./semantics.at:477: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:477: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:477: sed '/#/!d /INTTYPES_H/d /MEMORY_H/d /PACKAGE_/d /STDC_HEADERS/d /STDINT_H/d /STDIO_H/d /STDLIB_H/d /STRING_H/d /STRINGS_H/d /SYS_STAT_H/d /SYS_TYPES_H/d /UNISTD_H/d' config.h ./semantics.at:477: grep 'yes.*member of.*yes_s' config.h stdout: /* Define to 1 if `yes' is a member of `struct yes_s'. */ ./semantics.at:477: autoconf --force ./semantics.at:477: "$SHELL_N" -n configure stderr: ./semantics.at:477: autoheader ./semantics.at:477: ./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... none needed checking for struct yes_s.yes... yes checking for struct yes_s.no... no checking for struct yes_s.substruct... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:477: ath_fn_check_env ./semantics.at:477: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:477: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:477: ./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) none needed checking for struct yes_s.yes... (cached) yes checking for struct yes_s.no... (cached) no checking for struct yes_s.substruct... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:477: ath_fn_check_env ./semantics.at:477: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:477: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:477: autoconf --force stderr: stdout: ./semantics.at:477: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:477: "$SHELL_N" -n configure stderr: ./semantics.at:477: autoheader ./semantics.at:477: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for struct yes_s.yes... yes checking for struct yes_s.no... no checking for struct yes_s.substruct... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:477: ath_fn_check_env ./semantics.at:477: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:477: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/402/stdout 2022-09-28 19:31:52.172280499 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:52.169280431 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:52.171280477 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/402 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:477: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1766: creating cache config.cache > configure:2147: checking for g++ > configure:2168: found /usr/bin/g++ > configure:2179: result: g++ > configure:2206: checking for C++ compiler version > configure:2215: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2226: $? = 0 > configure:2215: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2226: $? = 0 > configure:2215: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2226: $? = 1 > configure:2215: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2226: $? = 1 > configure:2246: checking whether the C++ compiler works > configure:2268: g++ conftest.cpp >&5 > configure:2272: $? = 0 > configure:2322: result: yes > configure:2325: checking for C++ compiler default output file name > configure:2327: result: a.out > configure:2333: checking for suffix of executables > configure:2340: g++ -o conftest conftest.cpp >&5 > configure:2344: $? = 0 > configure:2367: result: > configure:2389: checking whether we are cross compiling > configure:2397: g++ -o conftest conftest.cpp >&5 > configure:2401: $? = 0 > configure:2408: ./conftest > configure:2412: $? = 0 > configure:2427: result: no > configure:2432: checking for suffix of object files > configure:2455: g++ -c conftest.cpp >&5 > configure:2459: $? = 0 > configure:2481: result: o > configure:2485: checking whether the compiler supports GNU C++ > configure:2505: g++ -c conftest.cpp >&5 > configure:2505: $? = 0 > configure:2515: result: yes > configure:2526: checking whether g++ accepts -g > configure:2547: g++ -c -g conftest.cpp >&5 > configure:2547: $? = 0 > configure:2591: result: yes > configure:2611: checking for g++ option to enable C++11 features > configure:2626: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2626: $? = 0 > configure:2644: result: none needed > configure:2709: checking for struct yes_s.yes > configure:2709: g++ -c -g -O2 conftest.cpp >&5 > configure:2709: $? = 0 > configure:2709: result: yes > configure:2719: checking for struct yes_s.no > configure:2719: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:17:13: error: 'struct yes_s' has no member named 'no' > 17 | if (ac_aggr.no) > | ^~ > configure:2719: $? = 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 "" > | #define HAVE_STRUCT_YES_S_YES 1 > | /* end confdefs.h. */ > | struct sub { int x; }; > | struct yes_s { int yes; struct sub substruct; }; > | > | int > | main (void) > | { > | static struct yes_s ac_aggr; > | if (ac_aggr.no) > | return 0; > | ; > | return 0; > | } > configure:2719: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:17:20: error: 'struct yes_s' has no member named 'no' > 17 | if (sizeof ac_aggr.no) > | ^~ > configure:2719: $? = 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 "" > | #define HAVE_STRUCT_YES_S_YES 1 > | /* end confdefs.h. */ > | struct sub { int x; }; > | struct yes_s { int yes; struct sub substruct; }; > | > | int > | main (void) > | { > | static struct yes_s ac_aggr; > | if (sizeof ac_aggr.no) > | return 0; > | ; > | return 0; > | } > configure:2719: result: no > configure:2729: checking for struct yes_s.substruct > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:17:13: error: could not convert 'ac_aggr.yes_s::substruct' from 'sub' to 'bool' > 17 | if (ac_aggr.substruct) > | ~~~~~~~~^~~~~~~~~ > | | > | sub > configure:2729: $? = 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 "" > | #define HAVE_STRUCT_YES_S_YES 1 > | /* end confdefs.h. */ > | struct sub { int x; }; > | struct yes_s { int yes; struct sub substruct; }; > | > | int > | main (void) > | { > | static struct yes_s ac_aggr; > | if (ac_aggr.substruct) > | return 0; > | ; > | return 0; > | } > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2797: updating cache config.cache > configure:2846: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:659: creating config.h > config.status:749: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_member_struct_yes_s_no=no > ac_cv_member_struct_yes_s_substruct=yes > ac_cv_member_struct_yes_s_yes=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STRUCT_YES_S_YES 1 > #define HAVE_STRUCT_YES_S_SUBSTRUCT 1 > > configure: exit 0 402. semantics.at:477: 402. AC_CHECK_MEMBERS (semantics.at:477): FAILED (semantics.at:477) # -*- compilation -*- 403. semantics.at:492: testing AC_CHECK_ALIGNOF ... ./semantics.at:492: autoconf --force ./semantics.at:492: "$SHELL_N" -n configure stderr: ./semantics.at:492: autoheader ./semantics.at:492: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking alignment of char... 1 checking alignment of charchar... 1 checking alignment of charcharchar... 0 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:492: ath_fn_check_env ./semantics.at:492: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking alignment of char... (cached) 1 checking alignment of charchar... (cached) 1 checking alignment of charcharchar... (cached) 0 configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:492: ath_fn_check_env ./semantics.at:492: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:492: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:492: sed '/#/!d /INTTYPES_H/d /MEMORY_H/d /PACKAGE_/d /STDC_HEADERS/d /STDINT_H/d /STDIO_H/d /STDLIB_H/d /STRING_H/d /STRINGS_H/d /SYS_STAT_H/d /SYS_TYPES_H/d /UNISTD_H/d' config.h ./semantics.at:492: autoconf --force ./semantics.at:492: "$SHELL_N" -n configure stderr: ./semantics.at:492: autoheader ./semantics.at:492: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking alignment of char... 1 checking alignment of charchar... 1 checking alignment of charcharchar... 0 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:492: ath_fn_check_env ./semantics.at:492: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:492: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:492: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking alignment of char... (cached) 1 checking alignment of charchar... (cached) 1 checking alignment of charcharchar... (cached) 0 configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:492: ath_fn_check_env ./semantics.at:492: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:492: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:492: autoconf --force stderr: stdout: ./semantics.at:492: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:492: "$SHELL_N" -n configure stderr: ./semantics.at:492: autoheader ./semantics.at:492: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking alignment of char... 1 checking alignment of charchar... 1 checking alignment of charcharchar... 0 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:492: ath_fn_check_env ./semantics.at:492: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:492: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/403/stdout 2022-09-28 19:31:54.678337215 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:54.675337147 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:54.678337215 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/403 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:492: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:2004: creating cache config.cache > configure:2394: checking for g++ > configure:2415: found /usr/bin/g++ > configure:2426: result: g++ > configure:2453: checking for C++ compiler version > configure:2462: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2473: $? = 0 > configure:2462: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2473: $? = 0 > configure:2462: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2473: $? = 1 > configure:2462: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2473: $? = 1 > configure:2493: checking whether the C++ compiler works > configure:2515: g++ conftest.cpp >&5 > configure:2519: $? = 0 > configure:2569: result: yes > configure:2572: checking for C++ compiler default output file name > configure:2574: result: a.out > configure:2580: checking for suffix of executables > configure:2587: g++ -o conftest conftest.cpp >&5 > configure:2591: $? = 0 > configure:2614: result: > configure:2636: checking whether we are cross compiling > configure:2644: g++ -o conftest conftest.cpp >&5 > configure:2648: $? = 0 > configure:2655: ./conftest > configure:2659: $? = 0 > configure:2674: result: no > configure:2679: checking for suffix of object files > configure:2702: g++ -c conftest.cpp >&5 > configure:2706: $? = 0 > configure:2728: result: o > configure:2732: checking whether the compiler supports GNU C++ > configure:2752: g++ -c conftest.cpp >&5 > configure:2752: $? = 0 > configure:2762: result: yes > configure:2773: checking whether g++ accepts -g > configure:2794: g++ -c -g conftest.cpp >&5 > configure:2794: $? = 0 > configure:2838: result: yes > configure:2858: checking for g++ option to enable C++11 features > configure:2873: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2873: $? = 0 > configure:2891: result: none needed > configure:2960: checking for stdio.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for stdlib.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for string.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for inttypes.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for stdint.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for strings.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for sys/stat.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for sys/types.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for unistd.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2987: checking alignment of char > configure:2993: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2993: $? = 0 > configure:2993: ./conftest > configure:2993: $? = 0 > configure:3009: result: 1 > configure:3019: checking alignment of charchar > configure:3025: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3025: $? = 0 > configure:3025: ./conftest > configure:3025: $? = 0 > configure:3044: result: 1 > configure:3054: checking alignment of charcharchar > configure:3060: g++ -o conftest -g -O2 conftest.cpp >&5 > conftest.cpp:49:26: error: 'charcharchar' does not name a type > 49 | typedef struct { char x; charcharchar y; } ac__type_alignof_; > | ^~~~~~~~~~~~ > In file included from /usr/include/unistd.h:226, > from conftest.cpp:47: > conftest.cpp: In function 'long int longval()': > conftest.cpp:50:81: error: 'struct ac__type_alignof_' has no member named 'y' > 50 | static long int longval (void) { return (long int) offsetof (ac__type_alignof_, y); } > | ^ > conftest.cpp: In function 'long unsigned int ulongval()': > conftest.cpp:51:91: error: 'struct ac__type_alignof_' has no member named 'y' > 51 | static unsigned long int ulongval (void) { return (long int) offsetof (ac__type_alignof_, y); } > | ^ > conftest.cpp: In function 'int main()': > conftest.cpp:61:48: error: 'struct ac__type_alignof_' has no member named 'y' > 61 | if (((long int) offsetof (ac__type_alignof_, y)) < 0) > | ^ > conftest.cpp:64:57: error: 'struct ac__type_alignof_' has no member named 'y' > 64 | if (i != ((long int) offsetof (ac__type_alignof_, y))) > | ^ > conftest.cpp:71:57: error: 'struct ac__type_alignof_' has no member named 'y' > 71 | if (i != ((long int) offsetof (ac__type_alignof_, y))) > | ^ > configure:3060: $? = 1 > configure: program exited with status 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | #define ALIGNOF_CHAR 1 > | #define ALIGNOF_CHARCHAR 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | typedef struct { char x; charcharchar y; } ac__type_alignof_; > | static long int longval (void) { return (long int) offsetof (ac__type_alignof_, y); } > | static unsigned long int ulongval (void) { return (long int) offsetof (ac__type_alignof_, y); } > | #include > | #include > | int > | main (void) > | { > | > | FILE *f = fopen ("conftest.val", "w"); > | if (! f) > | return 1; > | if (((long int) offsetof (ac__type_alignof_, y)) < 0) > | { > | long int i = longval (); > | if (i != ((long int) offsetof (ac__type_alignof_, y))) > | return 1; > | fprintf (f, "%ld", i); > | } > | else > | { > | unsigned long int i = ulongval (); > | if (i != ((long int) offsetof (ac__type_alignof_, y))) > | return 1; > | fprintf (f, "%lu", i); > | } > | /* Do not output a trailing newline, as this causes \r\n confusion > | on some platforms. */ > | return ferror (f) || fclose (f) != 0; > | > | ; > | return 0; > | } > configure:3076: result: 0 > configure:3142: updating cache config.cache > configure:3191: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:670: creating config.h > config.status:760: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_alignof_char=1 > ac_cv_alignof_charchar=1 > ac_cv_alignof_charcharchar=0 > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define ALIGNOF_CHAR 1 > #define ALIGNOF_CHARCHAR 1 > #define ALIGNOF_CHARCHARCHAR 0 > > configure: exit 0 403. semantics.at:492: 403. AC_CHECK_ALIGNOF (semantics.at:492): FAILED (semantics.at:492) # -*- compilation -*- 404. semantics.at:509: testing AC_CHECK_ALIGNOF struct ... ./semantics.at:509: autoconf --force ./semantics.at:509: "$SHELL_N" -n configure stderr: ./semantics.at:509: autoheader ./semantics.at:509: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking alignment of struct { char c; }... 1 checking alignment of struct nosuchstruct... 0 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:509: ath_fn_check_env ./semantics.at:509: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking alignment of struct { char c; }... (cached) 1 checking alignment of struct nosuchstruct... (cached) 0 configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:509: ath_fn_check_env ./semantics.at:509: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:509: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:509: grep "#define ALIGNOF_STRUCT___CHAR_C___ [1-9]" config.h stdout: #define ALIGNOF_STRUCT___CHAR_C___ 1 ./semantics.at:509: grep "#define ALIGNOF_STRUCT_NOSUCHSTRUCT 0" config.h stdout: #define ALIGNOF_STRUCT_NOSUCHSTRUCT 0 ./semantics.at:509: autoconf --force ./semantics.at:509: "$SHELL_N" -n configure stderr: ./semantics.at:509: autoheader ./semantics.at:509: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking alignment of struct { char c; }... 1 checking alignment of struct nosuchstruct... 0 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:509: ath_fn_check_env ./semantics.at:509: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:509: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:509: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking alignment of struct { char c; }... (cached) 1 checking alignment of struct nosuchstruct... (cached) 0 configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:509: ath_fn_check_env ./semantics.at:509: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:509: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:509: autoconf --force stderr: stdout: ./semantics.at:509: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:509: "$SHELL_N" -n configure stderr: ./semantics.at:509: autoheader ./semantics.at:509: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking alignment of struct { char c; }... 1 checking alignment of struct nosuchstruct... 0 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:509: ath_fn_check_env ./semantics.at:509: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:509: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/404/stdout 2022-09-28 19:31:57.059391101 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:57.056391033 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:57.058391078 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/404 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:509: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:2004: creating cache config.cache > configure:2394: checking for g++ > configure:2415: found /usr/bin/g++ > configure:2426: result: g++ > configure:2453: checking for C++ compiler version > configure:2462: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2473: $? = 0 > configure:2462: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2473: $? = 0 > configure:2462: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2473: $? = 1 > configure:2462: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2473: $? = 1 > configure:2493: checking whether the C++ compiler works > configure:2515: g++ conftest.cpp >&5 > configure:2519: $? = 0 > configure:2569: result: yes > configure:2572: checking for C++ compiler default output file name > configure:2574: result: a.out > configure:2580: checking for suffix of executables > configure:2587: g++ -o conftest conftest.cpp >&5 > configure:2591: $? = 0 > configure:2614: result: > configure:2636: checking whether we are cross compiling > configure:2644: g++ -o conftest conftest.cpp >&5 > configure:2648: $? = 0 > configure:2655: ./conftest > configure:2659: $? = 0 > configure:2674: result: no > configure:2679: checking for suffix of object files > configure:2702: g++ -c conftest.cpp >&5 > configure:2706: $? = 0 > configure:2728: result: o > configure:2732: checking whether the compiler supports GNU C++ > configure:2752: g++ -c conftest.cpp >&5 > configure:2752: $? = 0 > configure:2762: result: yes > configure:2773: checking whether g++ accepts -g > configure:2794: g++ -c -g conftest.cpp >&5 > configure:2794: $? = 0 > configure:2838: result: yes > configure:2858: checking for g++ option to enable C++11 features > configure:2873: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2873: $? = 0 > configure:2891: result: none needed > configure:2960: checking for stdio.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for stdlib.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for string.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for inttypes.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for stdint.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for strings.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for sys/stat.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for sys/types.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for unistd.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2987: checking alignment of struct { char c; } > configure:2993: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2993: $? = 0 > configure:2993: ./conftest > configure:2993: $? = 0 > configure:3009: result: 1 > configure:3019: checking alignment of struct nosuchstruct > configure:3025: g++ -o conftest -g -O2 conftest.cpp >&5 > conftest.cpp:48:46: error: field 'y' has incomplete type 'nosuchstruct' > 48 | typedef struct { char x; struct nosuchstruct y; } ac__type_alignof_; > | ^ > conftest.cpp:48:33: note: forward declaration of 'struct nosuchstruct' > 48 | typedef struct { char x; struct nosuchstruct y; } ac__type_alignof_; > | ^~~~~~~~~~~~ > configure:3025: $? = 1 > configure: program exited with status 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | #define ALIGNOF_STRUCT___CHAR_C___ 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | typedef struct { char x; struct nosuchstruct y; } ac__type_alignof_; > | static long int longval (void) { return (long int) offsetof (ac__type_alignof_, y); } > | static unsigned long int ulongval (void) { return (long int) offsetof (ac__type_alignof_, y); } > | #include > | #include > | int > | main (void) > | { > | > | FILE *f = fopen ("conftest.val", "w"); > | if (! f) > | return 1; > | if (((long int) offsetof (ac__type_alignof_, y)) < 0) > | { > | long int i = longval (); > | if (i != ((long int) offsetof (ac__type_alignof_, y))) > | return 1; > | fprintf (f, "%ld", i); > | } > | else > | { > | unsigned long int i = ulongval (); > | if (i != ((long int) offsetof (ac__type_alignof_, y))) > | return 1; > | fprintf (f, "%lu", i); > | } > | /* Do not output a trailing newline, as this causes \r\n confusion > | on some platforms. */ > | return ferror (f) || fclose (f) != 0; > | > | ; > | return 0; > | } > configure:3041: result: 0 > configure:3107: updating cache config.cache > configure:3156: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:669: creating config.h > config.status:759: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_alignof_struct___char_c___=1 > ac_cv_alignof_struct_nosuchstruct=0 > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define ALIGNOF_STRUCT___CHAR_C___ 1 > #define ALIGNOF_STRUCT_NOSUCHSTRUCT 0 > > configure: exit 0 404. semantics.at:509: 404. AC_CHECK_ALIGNOF struct (semantics.at:509): FAILED (semantics.at:509) # -*- compilation -*- 405. semantics.at:521: testing AC_CHECK_SIZEOF ... ./semantics.at:521: autoconf --force ./semantics.at:521: "$SHELL_N" -n configure stderr: ./semantics.at:521: autoheader ./semantics.at:521: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking size of char... 1 checking size of charchar... 2 checking size of charcharchar... 0 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:521: ath_fn_check_env ./semantics.at:521: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking size of char... (cached) 1 checking size of charchar... (cached) 2 checking size of charcharchar... (cached) 0 configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:521: ath_fn_check_env ./semantics.at:521: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:521: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:521: sed '/#/!d /INTTYPES_H/d /MEMORY_H/d /PACKAGE_/d /STDC_HEADERS/d /STDINT_H/d /STDIO_H/d /STDLIB_H/d /STRING_H/d /STRINGS_H/d /SYS_STAT_H/d /SYS_TYPES_H/d /UNISTD_H/d' config.h ./semantics.at:521: autoconf --force ./semantics.at:521: "$SHELL_N" -n configure stderr: ./semantics.at:521: autoheader ./semantics.at:521: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking size of char... 1 checking size of charchar... 2 checking size of charcharchar... 0 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:521: ath_fn_check_env ./semantics.at:521: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:521: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:521: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking size of char... (cached) 1 checking size of charchar... (cached) 2 checking size of charcharchar... (cached) 0 configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:521: ath_fn_check_env ./semantics.at:521: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:521: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:521: autoconf --force stderr: stdout: ./semantics.at:521: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:521: "$SHELL_N" -n configure stderr: ./semantics.at:521: autoheader ./semantics.at:521: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking size of char... 1 checking size of charchar... 2 checking size of charcharchar... 0 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:521: ath_fn_check_env ./semantics.at:521: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:521: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/405/stdout 2022-09-28 19:31:59.585448619 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:31:59.582448548 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:31:59.585448619 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/405 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:521: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:2004: creating cache config.cache > configure:2394: checking for g++ > configure:2415: found /usr/bin/g++ > configure:2426: result: g++ > configure:2453: checking for C++ compiler version > configure:2462: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2473: $? = 0 > configure:2462: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2473: $? = 0 > configure:2462: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2473: $? = 1 > configure:2462: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2473: $? = 1 > configure:2493: checking whether the C++ compiler works > configure:2515: g++ conftest.cpp >&5 > configure:2519: $? = 0 > configure:2569: result: yes > configure:2572: checking for C++ compiler default output file name > configure:2574: result: a.out > configure:2580: checking for suffix of executables > configure:2587: g++ -o conftest conftest.cpp >&5 > configure:2591: $? = 0 > configure:2614: result: > configure:2636: checking whether we are cross compiling > configure:2644: g++ -o conftest conftest.cpp >&5 > configure:2648: $? = 0 > configure:2655: ./conftest > configure:2659: $? = 0 > configure:2674: result: no > configure:2679: checking for suffix of object files > configure:2702: g++ -c conftest.cpp >&5 > configure:2706: $? = 0 > configure:2728: result: o > configure:2732: checking whether the compiler supports GNU C++ > configure:2752: g++ -c conftest.cpp >&5 > configure:2752: $? = 0 > configure:2762: result: yes > configure:2773: checking whether g++ accepts -g > configure:2794: g++ -c -g conftest.cpp >&5 > configure:2794: $? = 0 > configure:2838: result: yes > configure:2858: checking for g++ option to enable C++11 features > configure:2873: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2873: $? = 0 > configure:2891: result: none needed > configure:2960: checking for stdio.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for stdlib.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for string.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for inttypes.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for stdint.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for strings.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for sys/stat.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for sys/types.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for unistd.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2989: checking size of char > configure:2995: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2995: $? = 0 > configure:2995: ./conftest > configure:2995: $? = 0 > configure:3010: result: 1 > configure:3022: checking size of charchar > configure:3028: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3028: $? = 0 > configure:3028: ./conftest > configure:3028: $? = 0 > configure:3045: result: 2 > configure:3057: checking size of charcharchar > configure:3063: g++ -o conftest -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'long int longval()': > conftest.cpp:49:61: error: 'charcharchar' was not declared in this scope > 49 | static long int longval (void) { return (long int) (sizeof (charcharchar)); } > | ^~~~~~~~~~~~ > conftest.cpp: In function 'long unsigned int ulongval()': > conftest.cpp:50:71: error: 'charcharchar' was not declared in this scope > 50 | static unsigned long int ulongval (void) { return (long int) (sizeof (charcharchar)); } > | ^~~~~~~~~~~~ > conftest.cpp: In function 'int main()': > conftest.cpp:60:28: error: 'charcharchar' was not declared in this scope > 60 | if (((long int) (sizeof (charcharchar))) < 0) > | ^~~~~~~~~~~~ > configure:3063: $? = 1 > configure: program exited with status 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | #define SIZEOF_CHAR 1 > | #define SIZEOF_CHARCHAR 2 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | static long int longval (void) { return (long int) (sizeof (charcharchar)); } > | static unsigned long int ulongval (void) { return (long int) (sizeof (charcharchar)); } > | #include > | #include > | int > | main (void) > | { > | > | FILE *f = fopen ("conftest.val", "w"); > | if (! f) > | return 1; > | if (((long int) (sizeof (charcharchar))) < 0) > | { > | long int i = longval (); > | if (i != ((long int) (sizeof (charcharchar)))) > | return 1; > | fprintf (f, "%ld", i); > | } > | else > | { > | unsigned long int i = ulongval (); > | if (i != ((long int) (sizeof (charcharchar)))) > | return 1; > | fprintf (f, "%lu", i); > | } > | /* Do not output a trailing newline, as this causes \r\n confusion > | on some platforms. */ > | return ferror (f) || fclose (f) != 0; > | > | ; > | return 0; > | } > configure:3078: result: 0 > configure:3144: updating cache config.cache > configure:3193: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:670: creating config.h > config.status:760: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_sizeof_char=1 > ac_cv_sizeof_charchar=2 > ac_cv_sizeof_charcharchar=0 > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define SIZEOF_CHAR 1 > #define SIZEOF_CHARCHAR 2 > #define SIZEOF_CHARCHARCHAR 0 > > configure: exit 0 405. semantics.at:521: 405. AC_CHECK_SIZEOF (semantics.at:521): FAILED (semantics.at:521) # -*- compilation -*- 406. semantics.at:537: testing AC_CHECK_SIZEOF struct ... ./semantics.at:537: autoconf --force ./semantics.at:537: "$SHELL_N" -n configure stderr: ./semantics.at:537: autoheader ./semantics.at:537: ./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... none needed checking for an ANSI C-conforming const... yes checking size of struct x... 8 checking size of const struct x... 16 checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking size of struct nosuchstruct... 0 checking size of int *... 8 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:537: ath_fn_check_env ./semantics.at:537: ./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) none needed checking for an ANSI C-conforming const... (cached) yes checking size of struct x... (cached) 8 checking size of const struct x... (cached) 16 checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking size of struct nosuchstruct... (cached) 0 checking size of int *... (cached) 8 configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:537: ath_fn_check_env ./semantics.at:537: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:537: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:537: grep "#define SIZEOF_STRUCT_X [1-9]" config.h stdout: #define SIZEOF_STRUCT_X 8 ./semantics.at:537: grep "#define SIZEOF_CONST_STRUCT_X [1-9]" config.h stdout: #define SIZEOF_CONST_STRUCT_X 16 ./semantics.at:537: grep "#define SIZEOF_STRUCT_NOSUCHSTRUCT 0" config.h stdout: #define SIZEOF_STRUCT_NOSUCHSTRUCT 0 ./semantics.at:537: grep "#define SIZEOF_INT_P [1-9]" config.h stdout: #define SIZEOF_INT_P 8 ./semantics.at:537: autoconf --force ./semantics.at:537: "$SHELL_N" -n configure stderr: ./semantics.at:537: autoheader ./semantics.at:537: ./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... none needed checking for an ANSI C-conforming const... yes checking size of struct x... 8 checking size of const struct x... 16 checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking size of struct nosuchstruct... 0 checking size of int *... 8 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:537: ath_fn_check_env ./semantics.at:537: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:537: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:537: ./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) none needed checking for an ANSI C-conforming const... (cached) yes checking size of struct x... (cached) 8 checking size of const struct x... (cached) 16 checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking size of struct nosuchstruct... (cached) 0 checking size of int *... (cached) 8 configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:537: ath_fn_check_env ./semantics.at:537: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:537: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:537: autoconf --force stderr: stdout: ./semantics.at:537: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:537: "$SHELL_N" -n configure stderr: ./semantics.at:537: autoheader ./semantics.at:537: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for an ANSI C-conforming const... yes checking size of struct x... 8 checking size of const struct x... 16 checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking size of struct nosuchstruct... 0 checking size of int *... 8 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:537: ath_fn_check_env ./semantics.at:537: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:537: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/406/stdout 2022-09-28 19:32:02.471515645 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:32:02.468515576 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:32:02.470515622 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/406 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:537: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:2004: creating cache config.cache > configure:2394: checking for g++ > configure:2415: found /usr/bin/g++ > configure:2426: result: g++ > configure:2453: checking for C++ compiler version > configure:2462: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2473: $? = 0 > configure:2462: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2473: $? = 0 > configure:2462: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2473: $? = 1 > configure:2462: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2473: $? = 1 > configure:2493: checking whether the C++ compiler works > configure:2515: g++ conftest.cpp >&5 > configure:2519: $? = 0 > configure:2569: result: yes > configure:2572: checking for C++ compiler default output file name > configure:2574: result: a.out > configure:2580: checking for suffix of executables > configure:2587: g++ -o conftest conftest.cpp >&5 > configure:2591: $? = 0 > configure:2614: result: > configure:2636: checking whether we are cross compiling > configure:2644: g++ -o conftest conftest.cpp >&5 > configure:2648: $? = 0 > configure:2655: ./conftest > configure:2659: $? = 0 > configure:2674: result: no > configure:2679: checking for suffix of object files > configure:2702: g++ -c conftest.cpp >&5 > configure:2706: $? = 0 > configure:2728: result: o > configure:2732: checking whether the compiler supports GNU C++ > configure:2752: g++ -c conftest.cpp >&5 > configure:2752: $? = 0 > configure:2762: result: yes > configure:2773: checking whether g++ accepts -g > configure:2794: g++ -c -g conftest.cpp >&5 > configure:2794: $? = 0 > configure:2838: result: yes > configure:2858: checking for g++ option to enable C++11 features > configure:2873: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2873: $? = 0 > configure:2891: result: none needed > configure:2956: checking for an ANSI C-conforming const > configure:3023: g++ -c -g -O2 conftest.cpp >&5 > configure:3023: $? = 0 > configure:3031: result: yes > configure:3043: checking size of struct x > configure:3049: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3049: $? = 0 > configure:3049: ./conftest > configure:3049: $? = 0 > configure:3065: result: 8 > configure:3077: checking size of const struct x > configure:3083: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3083: $? = 0 > configure:3083: ./conftest > configure:3083: $? = 0 > configure:3099: result: 16 > configure:3111: checking for stdio.h > configure:3111: g++ -c -g -O2 conftest.cpp >&5 > configure:3111: $? = 0 > configure:3111: result: yes > configure:3111: checking for stdlib.h > configure:3111: g++ -c -g -O2 conftest.cpp >&5 > configure:3111: $? = 0 > configure:3111: result: yes > configure:3111: checking for string.h > configure:3111: g++ -c -g -O2 conftest.cpp >&5 > configure:3111: $? = 0 > configure:3111: result: yes > configure:3111: checking for inttypes.h > configure:3111: g++ -c -g -O2 conftest.cpp >&5 > configure:3111: $? = 0 > configure:3111: result: yes > configure:3111: checking for stdint.h > configure:3111: g++ -c -g -O2 conftest.cpp >&5 > configure:3111: $? = 0 > configure:3111: result: yes > configure:3111: checking for strings.h > configure:3111: g++ -c -g -O2 conftest.cpp >&5 > configure:3111: $? = 0 > configure:3111: result: yes > configure:3111: checking for sys/stat.h > configure:3111: g++ -c -g -O2 conftest.cpp >&5 > configure:3111: $? = 0 > configure:3111: result: yes > configure:3111: checking for sys/types.h > configure:3111: g++ -c -g -O2 conftest.cpp >&5 > configure:3111: $? = 0 > configure:3111: result: yes > configure:3111: checking for unistd.h > configure:3111: g++ -c -g -O2 conftest.cpp >&5 > configure:3111: $? = 0 > configure:3111: result: yes > configure:3140: checking size of struct nosuchstruct > configure:3146: g++ -o conftest -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'long int longval()': > conftest.cpp:49:53: error: invalid application of 'sizeof' to incomplete type 'longval()::nosuchstruct' > 49 | static long int longval (void) { return (long int) (sizeof (struct nosuchstruct)); } > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > conftest.cpp: In function 'long unsigned int ulongval()': > conftest.cpp:50:63: error: invalid application of 'sizeof' to incomplete type 'ulongval()::nosuchstruct' > 50 | static unsigned long int ulongval (void) { return (long int) (sizeof (struct nosuchstruct)); } > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > conftest.cpp: In function 'int main()': > conftest.cpp:60:20: error: invalid application of 'sizeof' to incomplete type 'main()::nosuchstruct' > 60 | if (((long int) (sizeof (struct nosuchstruct))) < 0) > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > conftest.cpp:63:29: error: invalid application of 'sizeof' to incomplete type 'main()::nosuchstruct' > 63 | if (i != ((long int) (sizeof (struct nosuchstruct)))) > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > conftest.cpp:70:29: error: invalid application of 'sizeof' to incomplete type 'main()::nosuchstruct' > 70 | if (i != ((long int) (sizeof (struct nosuchstruct)))) > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ > configure:3146: $? = 1 > configure: program exited with status 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 "" > | #define SIZEOF_STRUCT_X 8 > | #define SIZEOF_CONST_STRUCT_X 16 > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | static long int longval (void) { return (long int) (sizeof (struct nosuchstruct)); } > | static unsigned long int ulongval (void) { return (long int) (sizeof (struct nosuchstruct)); } > | #include > | #include > | int > | main (void) > | { > | > | FILE *f = fopen ("conftest.val", "w"); > | if (! f) > | return 1; > | if (((long int) (sizeof (struct nosuchstruct))) < 0) > | { > | long int i = longval (); > | if (i != ((long int) (sizeof (struct nosuchstruct)))) > | return 1; > | fprintf (f, "%ld", i); > | } > | else > | { > | unsigned long int i = ulongval (); > | if (i != ((long int) (sizeof (struct nosuchstruct)))) > | return 1; > | fprintf (f, "%lu", i); > | } > | /* Do not output a trailing newline, as this causes \r\n confusion > | on some platforms. */ > | return ferror (f) || fclose (f) != 0; > | > | ; > | return 0; > | } > configure:3161: result: 0 > configure:3174: checking size of int * > configure:3180: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3180: $? = 0 > configure:3180: ./conftest > configure:3180: $? = 0 > configure:3195: result: 8 > configure:3261: updating cache config.cache > configure:3310: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:671: creating config.h > config.status:761: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_const=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_sizeof_const_struct_x=16 > ac_cv_sizeof_int_p=8 > ac_cv_sizeof_struct_nosuchstruct=0 > ac_cv_sizeof_struct_x=8 > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 SIZEOF_STRUCT_X 8 > #define SIZEOF_CONST_STRUCT_X 16 > #define HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define SIZEOF_STRUCT_NOSUCHSTRUCT 0 > #define SIZEOF_INT_P 8 > > configure: exit 0 406. semantics.at:537: 406. AC_CHECK_SIZEOF struct (semantics.at:537): FAILED (semantics.at:537) # -*- compilation -*- 407. semantics.at:562: testing AC_CHECK_TYPES ... ./semantics.at:562: autoconf --force ./semantics.at:562: "$SHELL_N" -n configure stderr: ./semantics.at:562: autoheader ./semantics.at:562: ./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... none needed checking for int... yes checking for struct yes_s... yes checking for struct no_s... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:562: ath_fn_check_env ./semantics.at:562: ./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) none needed checking for int... (cached) yes checking for struct yes_s... (cached) yes checking for struct no_s... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:562: ath_fn_check_env ./semantics.at:562: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:562: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:562: sed '/#/!d /INTTYPES_H/d /MEMORY_H/d /PACKAGE_/d /STDC_HEADERS/d /STDINT_H/d /STDIO_H/d /STDLIB_H/d /STRING_H/d /STRINGS_H/d /SYS_STAT_H/d /SYS_TYPES_H/d /UNISTD_H/d' config.h ./semantics.at:562: autoconf --force ./semantics.at:562: "$SHELL_N" -n configure stderr: ./semantics.at:562: autoheader ./semantics.at:562: ./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... none needed checking for int... yes checking for struct yes_s... yes checking for struct no_s... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:562: ath_fn_check_env ./semantics.at:562: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:562: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:562: ./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) none needed checking for int... (cached) yes checking for struct yes_s... (cached) yes checking for struct no_s... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:562: ath_fn_check_env ./semantics.at:562: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:562: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:562: autoconf --force stderr: stdout: ./semantics.at:562: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:562: "$SHELL_N" -n configure stderr: ./semantics.at:562: autoheader ./semantics.at:562: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for int... yes checking for struct yes_s... yes checking for struct no_s... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:562: ath_fn_check_env ./semantics.at:562: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:562: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/407/stdout 2022-09-28 19:32:04.312558402 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:32:04.309558332 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:32:04.311558379 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/407 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:562: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1763: creating cache config.cache > configure:2144: checking for g++ > configure:2165: found /usr/bin/g++ > configure:2176: result: g++ > configure:2203: checking for C++ compiler version > configure:2212: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2223: $? = 0 > configure:2212: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2223: $? = 0 > configure:2212: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2223: $? = 1 > configure:2212: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2223: $? = 1 > configure:2243: checking whether the C++ compiler works > configure:2265: g++ conftest.cpp >&5 > configure:2269: $? = 0 > configure:2319: result: yes > configure:2322: checking for C++ compiler default output file name > configure:2324: result: a.out > configure:2330: checking for suffix of executables > configure:2337: g++ -o conftest conftest.cpp >&5 > configure:2341: $? = 0 > configure:2364: result: > configure:2386: checking whether we are cross compiling > configure:2394: g++ -o conftest conftest.cpp >&5 > configure:2398: $? = 0 > configure:2405: ./conftest > configure:2409: $? = 0 > configure:2424: result: no > configure:2429: checking for suffix of object files > configure:2452: g++ -c conftest.cpp >&5 > configure:2456: $? = 0 > configure:2478: result: o > configure:2482: checking whether the compiler supports GNU C++ > configure:2502: g++ -c conftest.cpp >&5 > configure:2502: $? = 0 > configure:2512: result: yes > configure:2523: checking whether g++ accepts -g > configure:2544: g++ -c -g conftest.cpp >&5 > configure:2544: $? = 0 > configure:2588: result: yes > configure:2608: checking for g++ option to enable C++11 features > configure:2623: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2623: $? = 0 > configure:2641: result: none needed > configure:2706: checking for int > configure:2706: g++ -c -g -O2 conftest.cpp >&5 > configure:2706: $? = 0 > configure:2706: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:14:14: error: expected primary-expression before 'int' > 14 | if (sizeof ((int))) > | ^~~ > conftest.cpp:14:14: error: expected ')' before 'int' > 14 | if (sizeof ((int))) > | ~^~~ > | ) > conftest.cpp:15:21: error: expected ')' before ';' token > 15 | return 0; > | ^ > | ) > conftest.cpp:14:12: note: to match this '(' > 14 | if (sizeof ((int))) > | ^ > conftest.cpp:15:21: error: expected ')' before ';' token > 15 | return 0; > | ^ > | ) > conftest.cpp:14:4: note: to match this '(' > 14 | if (sizeof ((int))) > | ^ > configure:2706: $? = 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. */ > | struct yes_s { int yes ;} ; > | > | int > | main (void) > | { > | if (sizeof ((int))) > | return 0; > | ; > | return 0; > | } > configure:2706: result: yes > configure:2715: checking for struct yes_s > configure:2715: g++ -c -g -O2 conftest.cpp >&5 > configure:2715: $? = 0 > configure:2715: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:15:14: error: expected primary-expression before 'struct' > 15 | if (sizeof ((struct yes_s))) > | ^~~~~~ > conftest.cpp:15:14: error: expected ')' before 'struct' > 15 | if (sizeof ((struct yes_s))) > | ~^~~~~~ > | ) > conftest.cpp:16:21: error: expected ')' before ';' token > 16 | return 0; > | ^ > | ) > conftest.cpp:15:12: note: to match this '(' > 15 | if (sizeof ((struct yes_s))) > | ^ > conftest.cpp:16:21: error: expected ')' before ';' token > 16 | return 0; > | ^ > | ) > conftest.cpp:15:4: note: to match this '(' > 15 | if (sizeof ((struct yes_s))) > | ^ > configure:2715: $? = 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 "" > | #define HAVE_INT 1 > | /* end confdefs.h. */ > | struct yes_s { int yes ;} ; > | > | int > | main (void) > | { > | if (sizeof ((struct yes_s))) > | return 0; > | ; > | return 0; > | } > configure:2715: result: yes > configure:2724: checking for struct no_s > configure:2724: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:16:5: error: invalid application of 'sizeof' to incomplete type 'main()::no_s' > 16 | if (sizeof (struct no_s)) > | ^~~~~~~~~~~~~~~~~~~~ > configure:2724: $? = 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 "" > | #define HAVE_INT 1 > | #define HAVE_STRUCT_YES_S 1 > | /* end confdefs.h. */ > | struct yes_s { int yes ;} ; > | > | int > | main (void) > | { > | if (sizeof (struct no_s)) > | return 0; > | ; > | return 0; > | } > configure:2724: result: no > configure:2791: updating cache config.cache > configure:2840: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:659: creating config.h > config.status:749: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_int=yes > ac_cv_type_struct_no_s=no > ac_cv_type_struct_yes_s=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_INT 1 > #define HAVE_STRUCT_YES_S 1 > > configure: exit 0 407. semantics.at:562: 407. AC_CHECK_TYPES (semantics.at:562): FAILED (semantics.at:562) # -*- compilation -*- 415. semantics.at:910: testing AC_SYS_RESTARTABLE_SYSCALLS ... ./semantics.at:910: autoconf --force -W no-obsolete ./semantics.at:910: "$SHELL_N" -n configure stderr: ./semantics.at:910: autoheader -W no-obsolete ./semantics.at:910: ./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... none needed checking for sys/wait.h that is POSIX.1 compatible... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for restartable system calls... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:910: ath_fn_check_env ./semantics.at:910: ./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) none needed checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for restartable system calls... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:910: ath_fn_check_env ./semantics.at:910: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:910: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:910: autoconf --force -W no-obsolete stderr: stdout: ./semantics.at:910: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:910: "$SHELL_N" -n configure stderr: ./semantics.at:910: autoheader -W no-obsolete ./semantics.at:910: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for sys/wait.h that is POSIX.1 compatible... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for restartable system calls... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:910: ath_fn_check_env ./semantics.at:910: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:910: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/415/stdout 2022-09-28 19:32:20.894943488 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:32:20.892943442 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:32:20.894943488 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/415 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:910: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1814: creating cache config.cache > configure:2204: checking for g++ > configure:2225: found /usr/bin/g++ > configure:2236: result: g++ > configure:2263: checking for C++ compiler version > configure:2272: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2283: $? = 0 > configure:2272: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2283: $? = 0 > configure:2272: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2283: $? = 1 > configure:2272: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2283: $? = 1 > configure:2303: checking whether the C++ compiler works > configure:2325: g++ conftest.cpp >&5 > configure:2329: $? = 0 > configure:2379: result: yes > configure:2382: checking for C++ compiler default output file name > configure:2384: result: a.out > configure:2390: checking for suffix of executables > configure:2397: g++ -o conftest conftest.cpp >&5 > configure:2401: $? = 0 > configure:2424: result: > configure:2446: checking whether we are cross compiling > configure:2454: g++ -o conftest conftest.cpp >&5 > configure:2458: $? = 0 > configure:2465: ./conftest > configure:2469: $? = 0 > configure:2484: result: no > configure:2489: checking for suffix of object files > configure:2512: g++ -c conftest.cpp >&5 > configure:2516: $? = 0 > configure:2538: result: o > configure:2542: checking whether the compiler supports GNU C++ > configure:2562: g++ -c conftest.cpp >&5 > configure:2562: $? = 0 > configure:2572: result: yes > configure:2583: checking whether g++ accepts -g > configure:2604: g++ -c -g conftest.cpp >&5 > configure:2604: $? = 0 > configure:2648: result: yes > configure:2668: checking for g++ option to enable C++11 features > configure:2683: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2683: $? = 0 > configure:2701: result: none needed > configure:2766: checking for sys/wait.h that is POSIX.1 compatible > configure:2793: g++ -c -g -O2 conftest.cpp >&5 > configure:2793: $? = 0 > configure:2801: result: yes > configure:2813: checking for stdio.h > configure:2813: g++ -c -g -O2 conftest.cpp >&5 > configure:2813: $? = 0 > configure:2813: result: yes > configure:2813: checking for stdlib.h > configure:2813: g++ -c -g -O2 conftest.cpp >&5 > configure:2813: $? = 0 > configure:2813: result: yes > configure:2813: checking for string.h > configure:2813: g++ -c -g -O2 conftest.cpp >&5 > configure:2813: $? = 0 > configure:2813: result: yes > configure:2813: checking for inttypes.h > configure:2813: g++ -c -g -O2 conftest.cpp >&5 > configure:2813: $? = 0 > configure:2813: result: yes > configure:2813: checking for stdint.h > configure:2813: g++ -c -g -O2 conftest.cpp >&5 > configure:2813: $? = 0 > configure:2813: result: yes > configure:2813: checking for strings.h > configure:2813: g++ -c -g -O2 conftest.cpp >&5 > configure:2813: $? = 0 > configure:2813: result: yes > configure:2813: checking for sys/stat.h > configure:2813: g++ -c -g -O2 conftest.cpp >&5 > configure:2813: $? = 0 > configure:2813: result: yes > configure:2813: checking for sys/types.h > configure:2813: g++ -c -g -O2 conftest.cpp >&5 > configure:2813: $? = 0 > configure:2813: result: yes > configure:2813: checking for unistd.h > configure:2813: g++ -c -g -O2 conftest.cpp >&5 > configure:2813: $? = 0 > configure:2813: result: yes > configure:2838: checking for restartable system calls > configure:2893: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2893: $? = 0 > configure:2893: ./conftest > configure:2893: $? = 0 > configure:2904: result: yes > configure:2969: updating cache config.cache > configure:3018: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:669: creating config.h > config.status:759: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_sys_wait_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_sys_restartable_syscalls=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_SYS_WAIT_H 1 > #define HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_RESTARTABLE_SYSCALLS 1 > > configure: exit 0 415. semantics.at:910: 415. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:910): FAILED (semantics.at:910) # -*- compilation -*- 417. semantics.at:912: testing AC_FUNC_WAIT3 ... ./semantics.at:912: autoconf --force -W no-obsolete ./semantics.at:912: "$SHELL_N" -n configure stderr: ./semantics.at:912: autoheader -W no-obsolete ./semantics.at:912: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wait3 that fills in rusage... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:912: ath_fn_check_env ./semantics.at:912: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wait3 that fills in rusage... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:912: ath_fn_check_env ./semantics.at:912: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:912: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:912: autoconf --force -W no-obsolete stderr: stdout: ./semantics.at:912: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:912: "$SHELL_N" -n configure stderr: ./semantics.at:912: autoheader -W no-obsolete ./semantics.at:912: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wait3 that fills in rusage... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:912: ath_fn_check_env ./semantics.at:912: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:912: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/417/stdout 2022-09-28 19:32:29.171135685 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:32:29.168135615 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:32:29.171135685 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/417 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:912: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1814: creating cache config.cache > configure:2204: checking for g++ > configure:2225: found /usr/bin/g++ > configure:2236: result: g++ > configure:2263: checking for C++ compiler version > configure:2272: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2283: $? = 0 > configure:2272: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2283: $? = 0 > configure:2272: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2283: $? = 1 > configure:2272: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2283: $? = 1 > configure:2303: checking whether the C++ compiler works > configure:2325: g++ conftest.cpp >&5 > configure:2329: $? = 0 > configure:2379: result: yes > configure:2382: checking for C++ compiler default output file name > configure:2384: result: a.out > configure:2390: checking for suffix of executables > configure:2397: g++ -o conftest conftest.cpp >&5 > configure:2401: $? = 0 > configure:2424: result: > configure:2446: checking whether we are cross compiling > configure:2454: g++ -o conftest conftest.cpp >&5 > configure:2458: $? = 0 > configure:2465: ./conftest > configure:2469: $? = 0 > configure:2484: result: no > configure:2489: checking for suffix of object files > configure:2512: g++ -c conftest.cpp >&5 > configure:2516: $? = 0 > configure:2538: result: o > configure:2542: checking whether the compiler supports GNU C++ > configure:2562: g++ -c conftest.cpp >&5 > configure:2562: $? = 0 > configure:2572: result: yes > configure:2583: checking whether g++ accepts -g > configure:2604: g++ -c -g conftest.cpp >&5 > configure:2604: $? = 0 > configure:2648: result: yes > configure:2668: checking for g++ option to enable C++11 features > configure:2683: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2683: $? = 0 > configure:2701: result: none needed > configure:2770: checking for stdio.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for stdlib.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for string.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for inttypes.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for stdint.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for strings.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for sys/stat.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for sys/types.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for unistd.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2795: checking for wait3 that fills in rusage > configure:2843: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2843: $? = 0 > configure:2843: ./conftest > configure:2843: $? = 0 > configure:2854: result: yes > configure:2919: updating cache config.cache > configure:2968: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > config.status:758: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_wait3_rusage=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_WAIT3 1 > > configure: exit 0 417. semantics.at:912: 417. AC_FUNC_WAIT3 (semantics.at:912): FAILED (semantics.at:912) # -*- compilation -*- 418. semantics.at:926: testing AC_TRY_CPP ... ./semantics.at:926: autoconf --force -Wno-obsolete ./semantics.at:926: "$SHELL_N" -n configure stderr: ./semantics.at:926: autoheader -Wno-obsolete ./semantics.at:926: ./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... none needed checking how to run the C preprocessor... gcc -E checking working ac_try_cpp... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:926: ath_fn_check_env ./semantics.at:926: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking working ac_try_cpp... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:926: ath_fn_check_env ./semantics.at:926: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:926: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:926: autoconf --force -Wno-obsolete ./semantics.at:926: "$SHELL_N" -n configure stderr: ./semantics.at:926: autoheader -Wno-obsolete ./semantics.at:926: ./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... none needed checking how to run the C preprocessor... gcc -E checking working ac_try_cpp... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:926: ath_fn_check_env ./semantics.at:926: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:926: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:926: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking working ac_try_cpp... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:926: ath_fn_check_env ./semantics.at:926: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:926: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:926: autoconf --force -Wno-obsolete stderr: stdout: ./semantics.at:926: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:926: "$SHELL_N" -n configure stderr: ./semantics.at:926: autoheader -Wno-obsolete ./semantics.at:926: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E checking working ac_try_cpp... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:926: ath_fn_check_env ./semantics.at:926: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:926: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/418/stdout 2022-09-28 19:32:30.984177761 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:32:30.981177692 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:32:30.984177761 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/418 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:926: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1747: creating cache config.cache > configure:2128: checking for g++ > configure:2149: found /usr/bin/g++ > configure:2160: result: g++ > configure:2187: checking for C++ compiler version > configure:2196: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2207: $? = 0 > configure:2196: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2207: $? = 0 > configure:2196: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2207: $? = 1 > configure:2196: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2207: $? = 1 > configure:2227: checking whether the C++ compiler works > configure:2249: g++ conftest.cpp >&5 > configure:2253: $? = 0 > configure:2303: result: yes > configure:2306: checking for C++ compiler default output file name > configure:2308: result: a.out > configure:2314: checking for suffix of executables > configure:2321: g++ -o conftest conftest.cpp >&5 > configure:2325: $? = 0 > configure:2348: result: > configure:2370: checking whether we are cross compiling > configure:2378: g++ -o conftest conftest.cpp >&5 > configure:2382: $? = 0 > configure:2389: ./conftest > configure:2393: $? = 0 > configure:2408: result: no > configure:2413: checking for suffix of object files > configure:2436: g++ -c conftest.cpp >&5 > configure:2440: $? = 0 > configure:2462: result: o > configure:2466: checking whether the compiler supports GNU C++ > configure:2486: g++ -c conftest.cpp >&5 > configure:2486: $? = 0 > configure:2496: result: yes > configure:2507: checking whether g++ accepts -g > configure:2528: g++ -c -g conftest.cpp >&5 > configure:2528: $? = 0 > configure:2572: result: yes > configure:2592: checking for g++ option to enable C++11 features > configure:2607: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2607: $? = 0 > configure:2625: result: none needed > configure:2695: checking how to run the C++ preprocessor > configure:2717: g++ -E conftest.cpp > configure:2717: $? = 0 > configure:2732: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2732: $? = 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. */ > | #include > configure:2759: result: g++ -E > configure:2773: g++ -E conftest.cpp > configure:2773: $? = 0 > configure:2788: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2788: $? = 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. */ > | #include > configure:2819: checking working ac_try_cpp > configure:2834: g++ -E conftest.cpp > configure:2834: $? = 0 > configure:2843: result: yes > configure:2908: updating cache config.cache > configure:2957: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_ac_try_cpp_works=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXXCPP='g++ -E' > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXCPP='g++ -E' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 ac_try_cpp_works 1 > > configure: exit 0 418. semantics.at:926: 418. AC_TRY_CPP (semantics.at:926): FAILED (semantics.at:926) # -*- compilation -*- 420. semantics.at:941: testing AC_TRY_COMPILE ... ./semantics.at:941: autoconf --force -Wno-obsolete ./semantics.at:941: "$SHELL_N" -n configure stderr: ./semantics.at:941: autoheader -Wno-obsolete ./semantics.at:941: ./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... none needed checking working ac_try_compile... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:941: ath_fn_check_env ./semantics.at:941: ./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) none needed checking working ac_try_compile... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:941: ath_fn_check_env ./semantics.at:941: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:941: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:941: autoconf --force -Wno-obsolete ./semantics.at:941: "$SHELL_N" -n configure stderr: ./semantics.at:941: autoheader -Wno-obsolete ./semantics.at:941: ./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... none needed checking working ac_try_compile... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:941: ath_fn_check_env ./semantics.at:941: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:941: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:941: ./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) none needed checking working ac_try_compile... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:941: ath_fn_check_env ./semantics.at:941: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:941: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:941: autoconf --force -Wno-obsolete stderr: stdout: ./semantics.at:941: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:941: "$SHELL_N" -n configure stderr: ./semantics.at:941: autoheader -Wno-obsolete ./semantics.at:941: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking working ac_try_compile... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:941: ath_fn_check_env ./semantics.at:941: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:941: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/420/stdout 2022-09-28 19:32:33.991247583 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:32:33.988247513 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:32:33.991247583 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/420 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:941: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1706: creating cache config.cache > configure:2087: checking for g++ > configure:2108: found /usr/bin/g++ > configure:2119: result: g++ > configure:2146: checking for C++ compiler version > configure:2155: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2166: $? = 0 > configure:2155: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2166: $? = 0 > configure:2155: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2155: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2186: checking whether the C++ compiler works > configure:2208: g++ conftest.cpp >&5 > configure:2212: $? = 0 > configure:2262: result: yes > configure:2265: checking for C++ compiler default output file name > configure:2267: result: a.out > configure:2273: checking for suffix of executables > configure:2280: g++ -o conftest conftest.cpp >&5 > configure:2284: $? = 0 > configure:2307: result: > configure:2329: checking whether we are cross compiling > configure:2337: g++ -o conftest conftest.cpp >&5 > configure:2341: $? = 0 > configure:2348: ./conftest > configure:2352: $? = 0 > configure:2367: result: no > configure:2372: checking for suffix of object files > configure:2395: g++ -c conftest.cpp >&5 > configure:2399: $? = 0 > configure:2421: result: o > configure:2425: checking whether the compiler supports GNU C++ > configure:2445: g++ -c conftest.cpp >&5 > configure:2445: $? = 0 > configure:2455: result: yes > configure:2466: checking whether g++ accepts -g > configure:2487: g++ -c -g conftest.cpp >&5 > configure:2487: $? = 0 > configure:2531: result: yes > configure:2551: checking for g++ option to enable C++11 features > configure:2566: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2566: $? = 0 > configure:2584: result: none needed > configure:2649: checking working ac_try_compile > configure:2667: g++ -c -g -O2 conftest.cpp >&5 > configure:2667: $? = 0 > configure:2676: result: yes > configure:2741: updating cache config.cache > configure:2790: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_ac_try_compile_works=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 ac_try_compile_works 1 > > configure: exit 0 420. semantics.at:941: 420. AC_TRY_COMPILE (semantics.at:941): FAILED (semantics.at:941) # -*- compilation -*- 422. semantics.at:953: testing AC_TRY_LINK ... ./semantics.at:953: autoconf --force -Wno-obsolete ./semantics.at:953: "$SHELL_N" -n configure stderr: ./semantics.at:953: autoheader -Wno-obsolete ./semantics.at:953: ./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... none needed checking working ac_try_link... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:953: ath_fn_check_env ./semantics.at:953: ./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) none needed checking working ac_try_link... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:953: ath_fn_check_env ./semantics.at:953: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:953: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:953: autoconf --force -Wno-obsolete ./semantics.at:953: "$SHELL_N" -n configure stderr: ./semantics.at:953: autoheader -Wno-obsolete ./semantics.at:953: ./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... none needed checking working ac_try_link... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:953: ath_fn_check_env ./semantics.at:953: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:953: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:953: ./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) none needed checking working ac_try_link... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:953: ath_fn_check_env ./semantics.at:953: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:953: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:953: autoconf --force -Wno-obsolete stderr: stdout: ./semantics.at:953: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:953: "$SHELL_N" -n configure stderr: ./semantics.at:953: autoheader -Wno-obsolete ./semantics.at:953: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking working ac_try_link... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:953: ath_fn_check_env ./semantics.at:953: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:953: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/422/stdout 2022-09-28 19:32:37.029318123 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:32:37.026318053 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:32:37.028318100 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/422 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:953: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2696: checking working ac_try_link > configure:2714: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2714: $? = 0 > configure:2724: result: yes > configure:2789: updating cache config.cache > configure:2838: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_ac_try_link_works=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 ac_try_link_works 1 > > configure: exit 0 422. semantics.at:953: 422. AC_TRY_LINK (semantics.at:953): FAILED (semantics.at:953) # -*- compilation -*- 424. semantics.at:969: testing AC_COMPILE_CHECK ... ./semantics.at:969: autoconf --force -Wno-obsolete ./semantics.at:969: "$SHELL_N" -n configure stderr: ./semantics.at:969: autoheader -Wno-obsolete ./semantics.at:969: ./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... none needed checking working ac_compile_check... checking for feof... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:969: ath_fn_check_env ./semantics.at:969: ./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) none needed checking working ac_compile_check... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:969: ath_fn_check_env ./semantics.at:969: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:969: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:969: autoconf --force -Wno-obsolete ./semantics.at:969: "$SHELL_N" -n configure stderr: ./semantics.at:969: autoheader -Wno-obsolete ./semantics.at:969: ./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... none needed checking working ac_compile_check... checking for feof... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:969: ath_fn_check_env ./semantics.at:969: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:969: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:969: ./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) none needed checking working ac_compile_check... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:969: ath_fn_check_env ./semantics.at:969: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:969: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:969: autoconf --force -Wno-obsolete stderr: stdout: ./semantics.at:969: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:969: "$SHELL_N" -n configure stderr: ./semantics.at:969: autoheader -Wno-obsolete ./semantics.at:969: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking working ac_compile_check... checking for feof... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:969: ath_fn_check_env ./semantics.at:969: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:969: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/424/stdout 2022-09-28 19:32:40.086389102 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:32:40.083389032 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:32:40.085389079 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/424 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:969: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2696: checking working ac_compile_check > configure:2703: checking for feof > configure:2716: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2716: $? = 0 > configure:2726: result: yes > configure:2791: updating cache config.cache > configure:2840: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_ac_compile_check_works=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 ac_compile_check_works 1 > > configure: exit 0 424. semantics.at:969: 424. AC_COMPILE_CHECK (semantics.at:969): FAILED (semantics.at:969) # -*- compilation -*- 426. semantics.at:981: testing AC_TRY_RUN ... ./semantics.at:981: autoconf --force -Wno-obsolete ./semantics.at:981: "$SHELL_N" -n configure stderr: ./semantics.at:981: autoheader -Wno-obsolete ./semantics.at:981: ./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... none needed checking working ac_try_run... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:981: ath_fn_check_env ./semantics.at:981: ./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) none needed checking working ac_try_run... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:981: ath_fn_check_env ./semantics.at:981: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:981: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:981: autoconf --force -Wno-obsolete ./semantics.at:981: "$SHELL_N" -n configure stderr: ./semantics.at:981: autoheader -Wno-obsolete ./semantics.at:981: ./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... none needed checking working ac_try_run... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:981: ath_fn_check_env ./semantics.at:981: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:981: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:981: ./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) none needed checking working ac_try_run... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:981: ath_fn_check_env ./semantics.at:981: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:981: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:981: autoconf --force -Wno-obsolete stderr: stdout: ./semantics.at:981: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:981: "$SHELL_N" -n configure stderr: ./semantics.at:981: autoheader -Wno-obsolete ./semantics.at:981: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking working ac_try_run... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:981: ath_fn_check_env ./semantics.at:981: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:981: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/426/stdout 2022-09-28 19:32:43.116459454 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:32:43.113459384 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:32:43.115459431 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/426 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:981: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1749: creating cache config.cache > configure:2130: checking for g++ > configure:2151: found /usr/bin/g++ > configure:2162: result: g++ > configure:2189: checking for C++ compiler version > configure:2198: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2209: $? = 0 > configure:2198: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2209: $? = 0 > configure:2198: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2209: $? = 1 > configure:2198: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2209: $? = 1 > configure:2229: checking whether the C++ compiler works > configure:2251: g++ conftest.cpp >&5 > configure:2255: $? = 0 > configure:2305: result: yes > configure:2308: checking for C++ compiler default output file name > configure:2310: result: a.out > configure:2316: checking for suffix of executables > configure:2323: g++ -o conftest conftest.cpp >&5 > configure:2327: $? = 0 > configure:2350: result: > configure:2372: checking whether we are cross compiling > configure:2380: g++ -o conftest conftest.cpp >&5 > configure:2384: $? = 0 > configure:2391: ./conftest > configure:2395: $? = 0 > configure:2410: result: no > configure:2415: checking for suffix of object files > configure:2438: g++ -c conftest.cpp >&5 > configure:2442: $? = 0 > configure:2464: result: o > configure:2468: checking whether the compiler supports GNU C++ > configure:2488: g++ -c conftest.cpp >&5 > configure:2488: $? = 0 > configure:2498: result: yes > configure:2509: checking whether g++ accepts -g > configure:2530: g++ -c -g conftest.cpp >&5 > configure:2530: $? = 0 > configure:2574: result: yes > configure:2594: checking for g++ option to enable C++11 features > configure:2609: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2609: $? = 0 > configure:2627: result: none needed > configure:2692: checking working ac_try_run > configure:2707: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2707: $? = 0 > configure:2707: ./conftest > configure:2707: $? = 0 > configure:2719: result: yes > configure:2784: updating cache config.cache > configure:2833: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_ac_try_run_works=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 ac_try_run_works 1 > > configure: exit 0 426. semantics.at:981: 426. AC_TRY_RUN (semantics.at:981): FAILED (semantics.at:981) # -*- compilation -*- 428. semantics.at:999: testing AC_HAVE_LIBRARY ... ./semantics.at:999: autoconf --force -Wno-obsolete ./semantics.at:999: "$SHELL_N" -n configure stderr: ./semantics.at:999: autoheader -Wno-obsolete ./semantics.at:999: ./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... none needed checking for main in -lalice... no checking for main in -lbob... no checking for main in -lmallory... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:999: ath_fn_check_env ./semantics.at:999: ./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) none needed checking for main in -lalice... (cached) no checking for main in -lbob... (cached) no checking for main in -lmallory... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:999: ath_fn_check_env ./semantics.at:999: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:999: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:999: autoconf --force -Wno-obsolete ./semantics.at:999: "$SHELL_N" -n configure stderr: ./semantics.at:999: autoheader -Wno-obsolete ./semantics.at:999: ./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... none needed checking for main in -lalice... no checking for main in -lbob... no checking for main in -lmallory... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:999: ath_fn_check_env ./semantics.at:999: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:999: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:999: ./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) none needed checking for main in -lalice... (cached) no checking for main in -lbob... (cached) no checking for main in -lmallory... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:999: ath_fn_check_env ./semantics.at:999: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:999: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:999: autoconf --force -Wno-obsolete stderr: stdout: ./semantics.at:999: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:999: "$SHELL_N" -n configure stderr: ./semantics.at:999: autoheader -Wno-obsolete ./semantics.at:999: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for main in -lalice... no checking for main in -lbob... no checking for main in -lmallory... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:999: ath_fn_check_env ./semantics.at:999: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:999: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/428/stdout 2022-09-28 19:32:46.246532125 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:32:46.243532055 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:32:46.246532125 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/428 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:999: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2696: checking for main in -lalice > configure:2718: g++ -o conftest -g -O2 conftest.cpp -lalice >&5 > /usr/bin/ld: cannot find -lalice: No such file or directory > collect2: error: ld returned 1 exit status > configure:2718: $? = 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. */ > | > | namespace conftest { > | extern "C" int main (); > | } > | int > | main (void) > | { > | return conftest::main (); > | ; > | return 0; > | } > configure:2728: result: no > configure:2739: checking for main in -lbob > configure:2761: g++ -o conftest -g -O2 conftest.cpp -lbob >&5 > /usr/bin/ld: cannot find -lbob: No such file or directory > collect2: error: ld returned 1 exit status > configure:2761: $? = 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. */ > | > | namespace conftest { > | extern "C" int main (); > | } > | int > | main (void) > | { > | return conftest::main (); > | ; > | return 0; > | } > configure:2771: result: no > configure:2782: checking for main in -lmallory > configure:2804: g++ -o conftest -g -O2 conftest.cpp -lmallory >&5 > /usr/bin/ld: cannot find -lmallory: No such file or directory > collect2: error: ld returned 1 exit status > configure:2804: $? = 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. */ > | > | namespace conftest { > | extern "C" int main (); > | } > | int > | main (void) > | { > | return conftest::main (); > | ; > | return 0; > | } > configure:2814: result: no > configure:2883: updating cache config.cache > configure:2932: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_lib_alice=ac_cv_lib_alice_main > ac_cv_lib_alice_main=no > ac_cv_lib_bob=ac_cv_lib_bob_main > ac_cv_lib_bob_main=no > ac_cv_lib_mallory=ac_cv_lib_mallory_main > ac_cv_lib_mallory_main=no > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 "" > > configure: exit 0 428. semantics.at:999: 428. AC_HAVE_LIBRARY (semantics.at:999): FAILED (semantics.at:999) # -*- compilation -*- 441. semantics.at:1255: testing AC_PROG_LEX with noyywrap ... ./semantics.at:1255: autoconf --force ./semantics.at:1255: "$SHELL_N" -n configure stderr: ./semantics.at:1255: autoheader ./semantics.at:1255: ./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... none needed checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking whether yytext is a pointer... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./semantics.at:1255: ath_fn_check_env ./semantics.at:1255: ./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) none needed checking for flex... (cached) flex checking for lex output file root... (cached) lex.yy checking for lex library... (cached) none needed checking whether yytext is a pointer... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:1255: ath_fn_check_env ./semantics.at:1255: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./semantics.at:1255: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./semantics.at:1255: autoconf --force ./semantics.at:1255: "$SHELL_N" -n configure stderr: ./semantics.at:1255: autoheader ./semantics.at:1255: ./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... none needed checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking whether yytext is a pointer... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:1255: ath_fn_check_env ./semantics.at:1255: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./semantics.at:1255: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./semantics.at:1255: ./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) none needed checking for flex... (cached) flex checking for lex output file root... (cached) lex.yy checking for lex library... (cached) none needed checking whether yytext is a pointer... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:1255: ath_fn_check_env ./semantics.at:1255: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./semantics.at:1255: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./semantics.at:1255: autoconf --force stderr: stdout: ./semantics.at:1255: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./semantics.at:1255: "$SHELL_N" -n configure stderr: ./semantics.at:1255: autoheader ./semantics.at:1255: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking whether yytext is a pointer... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./semantics.at:1255: ath_fn_check_env ./semantics.at:1255: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./semantics.at:1255: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/441/stdout 2022-09-28 19:32:55.840754865 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:32:55.837754795 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:32:55.840754865 -0500 +@@ -43,7 +43,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/441 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./semantics.at:1255: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1756: creating cache config.cache > configure:2137: checking for g++ > configure:2158: found /usr/bin/g++ > configure:2169: result: g++ > configure:2196: checking for C++ compiler version > configure:2205: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2216: $? = 0 > configure:2205: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2216: $? = 0 > configure:2205: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2216: $? = 1 > configure:2205: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2216: $? = 1 > configure:2236: checking whether the C++ compiler works > configure:2258: g++ conftest.cpp >&5 > configure:2262: $? = 0 > configure:2312: result: yes > configure:2315: checking for C++ compiler default output file name > configure:2317: result: a.out > configure:2323: checking for suffix of executables > configure:2330: g++ -o conftest conftest.cpp >&5 > configure:2334: $? = 0 > configure:2357: result: > configure:2379: checking whether we are cross compiling > configure:2387: g++ -o conftest conftest.cpp >&5 > configure:2391: $? = 0 > configure:2398: ./conftest > configure:2402: $? = 0 > configure:2417: result: no > configure:2422: checking for suffix of object files > configure:2445: g++ -c conftest.cpp >&5 > configure:2449: $? = 0 > configure:2471: result: o > configure:2475: checking whether the compiler supports GNU C++ > configure:2495: g++ -c conftest.cpp >&5 > configure:2495: $? = 0 > configure:2505: result: yes > configure:2516: checking whether g++ accepts -g > configure:2537: g++ -c -g conftest.cpp >&5 > configure:2537: $? = 0 > configure:2581: result: yes > configure:2601: checking for g++ option to enable C++11 features > configure:2616: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2616: $? = 0 > configure:2634: result: none needed > configure:2703: checking for flex > configure:2724: found /usr/bin/flex > configure:2735: result: flex > configure:2784: checking for lex output file root > configure:2797: flex conftest.l > configure:2801: $? = 0 > configure:2809: result: lex.yy > configure:2824: checking for lex library > configure:2849: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2849: $? = 0 > configure:2862: result: none needed > configure:2882: checking whether yytext is a pointer > configure:2898: g++ -c -g -O2 conftest.cpp >&5 > configure:2898: $? = 0 > configure:2905: result: yes > configure:2974: updating cache config.cache > configure:3023: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_lib_lex='none needed' > ac_cv_objext=o > ac_cv_prog_LEX=flex > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_prog_lex_root=lex.yy > ac_cv_prog_lex_yytext_pointer=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EXEEXT='' > LDFLAGS='' > LEX='flex' > LEXLIB='' > LEX_OUTPUT_ROOT='lex.yy' > LIBOBJS='' > LIBS='' > LTLIBOBJS='' > OBJEXT='o' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_URL='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > SHELL='/bin/sh' > ac_ct_CXX='g++' > 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 YYTEXT_POINTER 1 > > configure: exit 0 441. semantics.at:1255: 441. AC_PROG_LEX with noyywrap (semantics.at:1255): FAILED (semantics.at:1255) # -*- compilation -*- 448. acgeneral.at:11: testing AC_CHECK_DECLS_ONCE ... ./acgeneral.at:11: autoconf --force ./acgeneral.at:11: "$SHELL_N" -n configure stderr: ./acgeneral.at:11: autoheader ./acgeneral.at:11: ./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... none needed checking for gcc options needed to detect all undeclared functions... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether is declared... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acgeneral.at:11: ath_fn_check_env ./acgeneral.at:11: ./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) none needed checking for gcc options needed to detect all undeclared functions... (cached) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether is declared... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:11: ath_fn_check_env ./acgeneral.at:11: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acgeneral.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acgeneral.at:11: autoconf --force ./acgeneral.at:11: "$SHELL_N" -n configure stderr: ./acgeneral.at:11: autoheader ./acgeneral.at:11: ./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... none needed checking for gcc options needed to detect all undeclared functions... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether is declared... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:11: ath_fn_check_env ./acgeneral.at:11: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acgeneral.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acgeneral.at:11: ./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) none needed checking for gcc options needed to detect all undeclared functions... (cached) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether is declared... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:11: ath_fn_check_env ./acgeneral.at:11: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acgeneral.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acgeneral.at:11: autoconf --force stderr: stdout: ./acgeneral.at:11: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acgeneral.at:11: "$SHELL_N" -n configure stderr: ./acgeneral.at:11: autoheader ./acgeneral.at:11: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for g++ options needed to detect all undeclared functions... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether is declared... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:11: ath_fn_check_env ./acgeneral.at:11: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acgeneral.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/448/stdout 2022-09-28 19:33:02.255903791 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:33:02.252903721 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:33:02.255903791 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/448 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acgeneral.at:11: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1823: creating cache config.cache > configure:2213: checking for g++ > configure:2234: found /usr/bin/g++ > configure:2245: result: g++ > configure:2272: checking for C++ compiler version > configure:2281: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2292: $? = 0 > configure:2281: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2292: $? = 0 > configure:2281: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2292: $? = 1 > configure:2281: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2292: $? = 1 > configure:2312: checking whether the C++ compiler works > configure:2334: g++ conftest.cpp >&5 > configure:2338: $? = 0 > configure:2388: result: yes > configure:2391: checking for C++ compiler default output file name > configure:2393: result: a.out > configure:2399: checking for suffix of executables > configure:2406: g++ -o conftest conftest.cpp >&5 > configure:2410: $? = 0 > configure:2433: result: > configure:2455: checking whether we are cross compiling > configure:2463: g++ -o conftest conftest.cpp >&5 > configure:2467: $? = 0 > configure:2474: ./conftest > configure:2478: $? = 0 > configure:2493: result: no > configure:2498: checking for suffix of object files > configure:2521: g++ -c conftest.cpp >&5 > configure:2525: $? = 0 > configure:2547: result: o > configure:2551: checking whether the compiler supports GNU C++ > configure:2571: g++ -c conftest.cpp >&5 > configure:2571: $? = 0 > configure:2581: result: yes > configure:2592: checking whether g++ accepts -g > configure:2613: g++ -c -g conftest.cpp >&5 > configure:2613: $? = 0 > configure:2657: result: yes > configure:2677: checking for g++ option to enable C++11 features > configure:2692: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2692: $? = 0 > configure:2710: result: none needed > configure:2775: checking for g++ options needed to detect all undeclared functions > configure:2797: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:13:8: error: 'strchr' was not declared in this scope > 13 | (void) strchr; > | ^~~~~~ > conftest.cpp:1:1: note: 'strchr' is defined in header ''; did you forget to '#include '? > 1 | /* confdefs.h */ > configure:2797: $? = 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. */ > | > | int > | main (void) > | { > | (void) strchr; > | ; > | return 0; > | } > configure:2824: g++ -c -g -O2 conftest.cpp >&5 > configure:2824: $? = 0 > configure:2841: result: none needed > configure:2859: checking for stdio.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for stdlib.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for string.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for inttypes.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for stdint.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for strings.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for sys/stat.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for sys/types.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for unistd.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2884: checking whether is declared > configure:2884: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp:50:9: error: no macro name given in #ifndef directive > 50 | #ifndef > | ^ > configure:2884: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | int > | main (void) > | { > | #ifndef > | #ifdef __cplusplus > | (void) ; > | #else > | (void) ; > | #endif > | #endif > | > | ; > | return 0; > | } > configure:2884: result: no > configure:2951: updating cache config.cache > configure:3000: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > config.status:758: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_cxx_undeclared_builtin_options='none needed' > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_have_decl_=no > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_DECL_ 0 > > configure: exit 0 448. acgeneral.at:11: 448. AC_CHECK_DECLS_ONCE (acgeneral.at:11): FAILED (acgeneral.at:11) # -*- compilation -*- 449. acgeneral.at:12: testing AC_EGREP_CPP ... ./acgeneral.at:12: autoconf --force ./acgeneral.at:12: "$SHELL_N" -n configure stderr: ./acgeneral.at:12: autoheader ./acgeneral.at:12: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acgeneral.at:12: ath_fn_check_env ./acgeneral.at:12: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:12: ath_fn_check_env ./acgeneral.at:12: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acgeneral.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acgeneral.at:12: autoconf --force ./acgeneral.at:12: "$SHELL_N" -n configure stderr: ./acgeneral.at:12: autoheader ./acgeneral.at:12: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:12: ath_fn_check_env ./acgeneral.at:12: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acgeneral.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acgeneral.at:12: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:12: ath_fn_check_env ./acgeneral.at:12: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acgeneral.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acgeneral.at:12: autoconf --force stderr: stdout: ./acgeneral.at:12: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acgeneral.at:12: "$SHELL_N" -n configure stderr: ./acgeneral.at:12: autoheader ./acgeneral.at:12: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:12: ath_fn_check_env ./acgeneral.at:12: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acgeneral.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/449/stdout 2022-09-28 19:33:04.094946482 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:33:04.091946413 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:33:04.094946482 -0500 +@@ -43,7 +43,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/449 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acgeneral.at:12: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1750: creating cache config.cache > configure:2131: checking for g++ > configure:2152: found /usr/bin/g++ > configure:2163: result: g++ > configure:2190: checking for C++ compiler version > configure:2199: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2210: $? = 0 > configure:2199: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2210: $? = 0 > configure:2199: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2210: $? = 1 > configure:2199: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2210: $? = 1 > configure:2230: checking whether the C++ compiler works > configure:2252: g++ conftest.cpp >&5 > configure:2256: $? = 0 > configure:2306: result: yes > configure:2309: checking for C++ compiler default output file name > configure:2311: result: a.out > configure:2317: checking for suffix of executables > configure:2324: g++ -o conftest conftest.cpp >&5 > configure:2328: $? = 0 > configure:2351: result: > configure:2373: checking whether we are cross compiling > configure:2381: g++ -o conftest conftest.cpp >&5 > configure:2385: $? = 0 > configure:2392: ./conftest > configure:2396: $? = 0 > configure:2411: result: no > configure:2416: checking for suffix of object files > configure:2439: g++ -c conftest.cpp >&5 > configure:2443: $? = 0 > configure:2465: result: o > configure:2469: checking whether the compiler supports GNU C++ > configure:2489: g++ -c conftest.cpp >&5 > configure:2489: $? = 0 > configure:2499: result: yes > configure:2510: checking whether g++ accepts -g > configure:2531: g++ -c -g conftest.cpp >&5 > configure:2531: $? = 0 > configure:2575: result: yes > configure:2595: checking for g++ option to enable C++11 features > configure:2610: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2610: $? = 0 > configure:2628: result: none needed > configure:2698: checking how to run the C++ preprocessor > configure:2720: g++ -E conftest.cpp > configure:2720: $? = 0 > configure:2735: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2735: $? = 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. */ > | #include > configure:2762: result: g++ -E > configure:2776: g++ -E conftest.cpp > configure:2776: $? = 0 > configure:2791: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2791: $? = 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. */ > | #include > configure:2822: checking for grep that handles long lines and -e > configure:2886: result: /usr/bin/grep > configure:2891: checking for egrep > configure:2959: result: /usr/bin/grep -E > configure:3032: updating cache config.cache > configure:3081: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_path_EGREP='/usr/bin/grep -E' > ac_cv_path_GREP=/usr/bin/grep > ac_cv_prog_CXXCPP='g++ -E' > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXCPP='g++ -E' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='/usr/bin/grep -E' > EXEEXT='' > GREP='/usr/bin/grep' > 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_CXX='g++' > 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 "" > > configure: exit 0 449. acgeneral.at:12: 449. AC_EGREP_CPP (acgeneral.at:12): FAILED (acgeneral.at:12) # -*- compilation -*- 450. acgeneral.at:13: testing AC_EGREP_HEADER ... ./acgeneral.at:13: autoconf --force ./acgeneral.at:13: "$SHELL_N" -n configure stderr: ./acgeneral.at:13: autoheader ./acgeneral.at:13: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acgeneral.at:13: ath_fn_check_env ./acgeneral.at:13: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:13: ath_fn_check_env ./acgeneral.at:13: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acgeneral.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acgeneral.at:13: autoconf --force ./acgeneral.at:13: "$SHELL_N" -n configure stderr: ./acgeneral.at:13: autoheader ./acgeneral.at:13: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:13: ath_fn_check_env ./acgeneral.at:13: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acgeneral.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acgeneral.at:13: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:13: ath_fn_check_env ./acgeneral.at:13: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acgeneral.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acgeneral.at:13: autoconf --force stderr: stdout: ./acgeneral.at:13: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acgeneral.at:13: "$SHELL_N" -n configure stderr: ./acgeneral.at:13: autoheader ./acgeneral.at:13: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:13: ath_fn_check_env ./acgeneral.at:13: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acgeneral.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/450/stdout 2022-09-28 19:33:05.928989057 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:33:05.925988987 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:33:05.928989057 -0500 +@@ -43,7 +43,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/450 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acgeneral.at:13: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1750: creating cache config.cache > configure:2131: checking for g++ > configure:2152: found /usr/bin/g++ > configure:2163: result: g++ > configure:2190: checking for C++ compiler version > configure:2199: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2210: $? = 0 > configure:2199: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2210: $? = 0 > configure:2199: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2210: $? = 1 > configure:2199: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2210: $? = 1 > configure:2230: checking whether the C++ compiler works > configure:2252: g++ conftest.cpp >&5 > configure:2256: $? = 0 > configure:2306: result: yes > configure:2309: checking for C++ compiler default output file name > configure:2311: result: a.out > configure:2317: checking for suffix of executables > configure:2324: g++ -o conftest conftest.cpp >&5 > configure:2328: $? = 0 > configure:2351: result: > configure:2373: checking whether we are cross compiling > configure:2381: g++ -o conftest conftest.cpp >&5 > configure:2385: $? = 0 > configure:2392: ./conftest > configure:2396: $? = 0 > configure:2411: result: no > configure:2416: checking for suffix of object files > configure:2439: g++ -c conftest.cpp >&5 > configure:2443: $? = 0 > configure:2465: result: o > configure:2469: checking whether the compiler supports GNU C++ > configure:2489: g++ -c conftest.cpp >&5 > configure:2489: $? = 0 > configure:2499: result: yes > configure:2510: checking whether g++ accepts -g > configure:2531: g++ -c -g conftest.cpp >&5 > configure:2531: $? = 0 > configure:2575: result: yes > configure:2595: checking for g++ option to enable C++11 features > configure:2610: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2610: $? = 0 > configure:2628: result: none needed > configure:2698: checking how to run the C++ preprocessor > configure:2720: g++ -E conftest.cpp > configure:2720: $? = 0 > configure:2735: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2735: $? = 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. */ > | #include > configure:2762: result: g++ -E > configure:2776: g++ -E conftest.cpp > configure:2776: $? = 0 > configure:2791: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2791: $? = 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. */ > | #include > configure:2822: checking for grep that handles long lines and -e > configure:2886: result: /usr/bin/grep > configure:2891: checking for egrep > configure:2959: result: /usr/bin/grep -E > conftest.cpp:9:10: error: empty filename in #include > 9 | #include <> > | ^~ > configure:3033: updating cache config.cache > configure:3082: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_path_EGREP='/usr/bin/grep -E' > ac_cv_path_GREP=/usr/bin/grep > ac_cv_prog_CXXCPP='g++ -E' > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXCPP='g++ -E' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='/usr/bin/grep -E' > EXEEXT='' > GREP='/usr/bin/grep' > 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_CXX='g++' > 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 "" > > configure: exit 0 450. acgeneral.at:13: 450. AC_EGREP_HEADER (acgeneral.at:13): FAILED (acgeneral.at:13) # -*- compilation -*- 465. acgeneral.at:25: testing _AC_COMPUTE_INT ... ./acgeneral.at:25: autoconf --force -Wno-obsolete ./acgeneral.at:25: "$SHELL_N" -n configure stderr: ./acgeneral.at:25: autoheader -Wno-obsolete ./acgeneral.at:25: ./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... none needed configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acgeneral.at:25: ath_fn_check_env ./acgeneral.at:25: ./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) none needed configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:25: ath_fn_check_env ./acgeneral.at:25: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acgeneral.at:25: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acgeneral.at:25: autoconf --force -Wno-obsolete ./acgeneral.at:25: "$SHELL_N" -n configure stderr: ./acgeneral.at:25: autoheader -Wno-obsolete ./acgeneral.at:25: ./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... none needed configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:25: ath_fn_check_env ./acgeneral.at:25: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acgeneral.at:25: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acgeneral.at:25: ./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) none needed configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:25: ath_fn_check_env ./acgeneral.at:25: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acgeneral.at:25: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acgeneral.at:25: autoconf --force -Wno-obsolete stderr: stdout: ./acgeneral.at:25: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acgeneral.at:25: "$SHELL_N" -n configure stderr: ./acgeneral.at:25: autoheader -Wno-obsolete ./acgeneral.at:25: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acgeneral.at:25: ath_fn_check_env ./acgeneral.at:25: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acgeneral.at:25: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/465/stdout 2022-09-28 19:33:18.805287949 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:33:18.802287879 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:33:18.805287949 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/465 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acgeneral.at:25: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1939: creating cache config.cache > configure:2320: checking for g++ > configure:2341: found /usr/bin/g++ > configure:2352: result: g++ > configure:2379: checking for C++ compiler version > configure:2388: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2399: $? = 0 > configure:2388: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2399: $? = 0 > configure:2388: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2399: $? = 1 > configure:2388: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2399: $? = 1 > configure:2419: checking whether the C++ compiler works > configure:2441: g++ conftest.cpp >&5 > configure:2445: $? = 0 > configure:2495: result: yes > configure:2498: checking for C++ compiler default output file name > configure:2500: result: a.out > configure:2506: checking for suffix of executables > configure:2513: g++ -o conftest conftest.cpp >&5 > configure:2517: $? = 0 > configure:2540: result: > configure:2562: checking whether we are cross compiling > configure:2570: g++ -o conftest conftest.cpp >&5 > configure:2574: $? = 0 > configure:2581: ./conftest > configure:2585: $? = 0 > configure:2600: result: no > configure:2605: checking for suffix of object files > configure:2628: g++ -c conftest.cpp >&5 > configure:2632: $? = 0 > configure:2654: result: o > configure:2658: checking whether the compiler supports GNU C++ > configure:2678: g++ -c conftest.cpp >&5 > configure:2678: $? = 0 > configure:2688: result: yes > configure:2699: checking whether g++ accepts -g > configure:2720: g++ -c -g conftest.cpp >&5 > configure:2720: $? = 0 > configure:2764: result: yes > configure:2784: checking for g++ option to enable C++11 features > configure:2799: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2799: $? = 0 > configure:2817: result: none needed > configure:2882: g++ -o conftest -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'long int longval()': > conftest.cpp:10:34: error: return-statement with no value, in function returning 'long int' [-fpermissive] > 10 | static long int longval (void) { return ; } > | ^~~~~~ > conftest.cpp: In function 'long unsigned int ulongval()': > conftest.cpp:11:44: error: return-statement with no value, in function returning 'long unsigned int' [-fpermissive] > 11 | static unsigned long int ulongval (void) { return ; } > | ^~~~~~ > conftest.cpp: In function 'int main()': > conftest.cpp:21:8: error: expected primary-expression before ')' token > 21 | if (() < 0) > | ^ > conftest.cpp:24:17: error: expected primary-expression before ')' token > 24 | if (i != ()) > | ^ > conftest.cpp:31:17: error: expected primary-expression before ')' token > 31 | if (i != ()) > | ^ > configure:2882: $? = 1 > configure: program exited with status 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. */ > | > | static long int longval (void) { return ; } > | static unsigned long int ulongval (void) { return ; } > | #include > | #include > | int > | main (void) > | { > | > | FILE *f = fopen ("conftest.val", "w"); > | if (! f) > | return 1; > | if (() < 0) > | { > | long int i = longval (); > | if (i != ()) > | return 1; > | fprintf (f, "%ld", i); > | } > | else > | { > | unsigned long int i = ulongval (); > | if (i != ()) > | return 1; > | fprintf (f, "%lu", i); > | } > | /* Do not output a trailing newline, as this causes \r\n confusion > | on some platforms. */ > | return ferror (f) || fclose (f) != 0; > | > | ; > | return 0; > | } > configure:2944: updating cache config.cache > configure:2993: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 "" > > configure: exit 0 465. acgeneral.at:25: 465. _AC_COMPUTE_INT (acgeneral.at:25): FAILED (acgeneral.at:25) # -*- compilation -*- 470. acspecific.at:9: testing AC_SYS_LARGEFILE ... ./acspecific.at:9: autoconf --force ./acspecific.at:9: "$SHELL_N" -n configure stderr: ./acspecific.at:9: autoheader ./acspecific.at:9: ./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... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acspecific.at:9: ath_fn_check_env ./acspecific.at:9: ./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) none needed checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:9: ath_fn_check_env ./acspecific.at:9: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acspecific.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acspecific.at:9: autoconf --force ./acspecific.at:9: "$SHELL_N" -n configure stderr: ./acspecific.at:9: autoheader ./acspecific.at:9: ./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... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:9: ath_fn_check_env ./acspecific.at:9: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acspecific.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acspecific.at:9: ./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) none needed checking for special C compiler options needed for large files... (cached) no checking for _FILE_OFFSET_BITS value needed for large files... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:9: ath_fn_check_env ./acspecific.at:9: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acspecific.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acspecific.at:9: autoconf --force stderr: stdout: ./acspecific.at:9: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acspecific.at:9: "$SHELL_N" -n configure stderr: ./acspecific.at:9: autoheader ./acspecific.at:9: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:9: ath_fn_check_env ./acspecific.at:9: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acspecific.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/470/stdout 2022-09-28 19:33:24.182412758 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:33:24.179412688 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:33:24.181412734 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/470 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acspecific.at:9: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1713: creating cache config.cache > configure:2094: checking for g++ > configure:2115: found /usr/bin/g++ > configure:2126: result: g++ > configure:2153: checking for C++ compiler version > configure:2162: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2173: $? = 0 > configure:2162: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2173: $? = 0 > configure:2162: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2173: $? = 1 > configure:2162: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2173: $? = 1 > configure:2193: checking whether the C++ compiler works > configure:2215: g++ conftest.cpp >&5 > configure:2219: $? = 0 > configure:2269: result: yes > configure:2272: checking for C++ compiler default output file name > configure:2274: result: a.out > configure:2280: checking for suffix of executables > configure:2287: g++ -o conftest conftest.cpp >&5 > configure:2291: $? = 0 > configure:2314: result: > configure:2336: checking whether we are cross compiling > configure:2344: g++ -o conftest conftest.cpp >&5 > configure:2348: $? = 0 > configure:2355: ./conftest > configure:2359: $? = 0 > configure:2374: result: no > configure:2379: checking for suffix of object files > configure:2402: g++ -c conftest.cpp >&5 > configure:2406: $? = 0 > configure:2428: result: o > configure:2432: checking whether the compiler supports GNU C++ > configure:2452: g++ -c conftest.cpp >&5 > configure:2452: $? = 0 > configure:2462: result: yes > configure:2473: checking whether g++ accepts -g > configure:2494: g++ -c -g conftest.cpp >&5 > configure:2494: $? = 0 > configure:2538: result: yes > configure:2558: checking for g++ option to enable C++11 features > configure:2573: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2573: $? = 0 > configure:2591: result: none needed > configure:2664: checking for special C compiler options needed for large files > configure:2695: g++ -c -g -O2 conftest.cpp >&5 > configure:2695: $? = 0 > configure:2712: result: no > configure:2718: checking for _FILE_OFFSET_BITS value needed for large files > configure:2744: g++ -c -g -O2 conftest.cpp >&5 > configure:2744: $? = 0 > configure:2778: result: no > configure:2917: updating cache config.cache > configure:2966: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_sys_file_offset_bits=no > ac_cv_sys_largefile_CC=no > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 "" > > configure: exit 0 470. acspecific.at:9: 470. AC_SYS_LARGEFILE (acspecific.at:9): FAILED (acspecific.at:9) # -*- compilation -*- 472. acspecific.at:11: testing AC_SYS_POSIX_TERMIOS ... ./acspecific.at:11: autoconf --force ./acspecific.at:11: "$SHELL_N" -n configure stderr: ./acspecific.at:11: autoheader ./acspecific.at:11: ./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... none needed checking POSIX termios... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acspecific.at:11: ath_fn_check_env ./acspecific.at:11: ./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) none needed checking POSIX termios... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:11: ath_fn_check_env ./acspecific.at:11: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acspecific.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acspecific.at:11: autoconf --force ./acspecific.at:11: "$SHELL_N" -n configure stderr: ./acspecific.at:11: autoheader ./acspecific.at:11: ./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... none needed checking POSIX termios... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:11: ath_fn_check_env ./acspecific.at:11: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acspecific.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acspecific.at:11: ./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) none needed checking POSIX termios... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:11: ath_fn_check_env ./acspecific.at:11: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acspecific.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acspecific.at:11: autoconf --force stderr: stdout: ./acspecific.at:11: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acspecific.at:11: "$SHELL_N" -n configure stderr: ./acspecific.at:11: autoheader ./acspecific.at:11: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking POSIX termios... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:11: ath_fn_check_env ./acspecific.at:11: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acspecific.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/472/stdout 2022-09-28 19:33:26.723471737 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:33:26.720471667 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:33:26.723471737 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/472 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acspecific.at:11: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2696: checking POSIX termios > configure:2717: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2717: $? = 0 > configure:2726: result: yes > configure:2786: updating cache config.cache > configure:2835: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_sys_posix_termios=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 "" > > configure: exit 0 472. acspecific.at:11: 472. AC_SYS_POSIX_TERMIOS (acspecific.at:11): FAILED (acspecific.at:11) # -*- compilation -*- 473. acspecific.at:14: testing AC_AIX ... ./acspecific.at:14: autoconf --force -Wno-obsolete ./acspecific.at:14: "$SHELL_N" -n configure stderr: ./acspecific.at:14: autoheader -Wno-obsolete ./acspecific.at:14: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acspecific.at:14: ath_fn_check_env ./acspecific.at:14: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... (cached) yes checking whether _XOPEN_SOURCE should be defined... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:14: ath_fn_check_env ./acspecific.at:14: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acspecific.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acspecific.at:14: autoconf --force -Wno-obsolete ./acspecific.at:14: "$SHELL_N" -n configure stderr: ./acspecific.at:14: autoheader -Wno-obsolete ./acspecific.at:14: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:14: ath_fn_check_env ./acspecific.at:14: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acspecific.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acspecific.at:14: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... (cached) yes checking whether _XOPEN_SOURCE should be defined... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:14: ath_fn_check_env ./acspecific.at:14: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acspecific.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acspecific.at:14: autoconf --force -Wno-obsolete stderr: stdout: ./acspecific.at:14: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acspecific.at:14: "$SHELL_N" -n configure stderr: ./acspecific.at:14: autoheader -Wno-obsolete ./acspecific.at:14: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:14: ath_fn_check_env ./acspecific.at:14: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acspecific.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/473/stdout 2022-09-28 19:33:29.096526816 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:33:29.093526746 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:33:29.096526816 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/473 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acspecific.at:14: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1771: creating cache config.cache > configure:2163: checking for g++ > configure:2184: found /usr/bin/g++ > configure:2195: result: g++ > configure:2222: checking for C++ compiler version > configure:2231: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2242: $? = 0 > configure:2231: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2242: $? = 0 > configure:2231: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2242: $? = 1 > configure:2231: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2242: $? = 1 > configure:2262: checking whether the C++ compiler works > configure:2284: g++ conftest.cpp >&5 > configure:2288: $? = 0 > configure:2338: result: yes > configure:2341: checking for C++ compiler default output file name > configure:2343: result: a.out > configure:2349: checking for suffix of executables > configure:2356: g++ -o conftest conftest.cpp >&5 > configure:2360: $? = 0 > configure:2383: result: > configure:2405: checking whether we are cross compiling > configure:2413: g++ -o conftest conftest.cpp >&5 > configure:2417: $? = 0 > configure:2424: ./conftest > configure:2428: $? = 0 > configure:2443: result: no > configure:2448: checking for suffix of object files > configure:2471: g++ -c conftest.cpp >&5 > configure:2475: $? = 0 > configure:2497: result: o > configure:2501: checking whether the compiler supports GNU C++ > configure:2521: g++ -c conftest.cpp >&5 > configure:2521: $? = 0 > configure:2531: result: yes > configure:2542: checking whether g++ accepts -g > configure:2563: g++ -c -g conftest.cpp >&5 > configure:2563: $? = 0 > configure:2607: result: yes > configure:2627: checking for g++ option to enable C++11 features > configure:2642: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2642: $? = 0 > configure:2660: result: none needed > configure:2729: checking for stdio.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for stdlib.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for string.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for inttypes.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for stdint.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for strings.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for sys/stat.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for sys/types.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for unistd.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for wchar.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for minix/config.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp:47:10: fatal error: minix/config.h: No such file or directory > 47 | #include > | ^~~~~~~~~~~~~~~~ > compilation terminated. > configure:2729: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_WCHAR_H 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | #include > configure:2729: result: no > configure:2760: checking whether it is safe to define __EXTENSIONS__ > configure:2779: g++ -c -g -O2 conftest.cpp >&5 > configure:2779: $? = 0 > configure:2787: result: yes > configure:2790: checking whether _XOPEN_SOURCE should be defined > configure:2812: g++ -c -g -O2 conftest.cpp >&5 > configure:2812: $? = 0 > configure:2839: result: no > configure:2953: updating cache config.cache > configure:3002: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:684: creating config.h > config.status:774: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_minix_config_h=no > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_header_wchar_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_safe_to_define___extensions__=yes > ac_cv_should_define__xopen_source=no > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define HAVE_WCHAR_H 1 > #define STDC_HEADERS 1 > #define _ALL_SOURCE 1 > #define _DARWIN_C_SOURCE 1 > #define _GNU_SOURCE 1 > #define _HPUX_ALT_XOPEN_SOCKET_API 1 > #define _NETBSD_SOURCE 1 > #define _OPENBSD_SOURCE 1 > #define _POSIX_PTHREAD_SEMANTICS 1 > #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 > #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 > #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 > #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 > #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 > #define __STDC_WANT_LIB_EXT2__ 1 > #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 > #define _TANDEM_SOURCE 1 > #define __EXTENSIONS__ 1 > > configure: exit 0 473. acspecific.at:14: 473. AC_AIX (acspecific.at:14): FAILED (acspecific.at:14) # -*- compilation -*- 477. acspecific.at:16: testing AC_DECL_SYS_SIGLIST ... ./acspecific.at:16: autoconf --force -Wno-obsolete ./acspecific.at:16: "$SHELL_N" -n configure stderr: ./acspecific.at:16: autoheader -Wno-obsolete ./acspecific.at:16: ./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... none needed checking for gcc options needed to detect all undeclared functions... none needed checking whether sys_siglist is declared... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acspecific.at:16: ath_fn_check_env ./acspecific.at:16: ./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) none needed checking for gcc options needed to detect all undeclared functions... (cached) none needed checking whether sys_siglist is declared... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:16: ath_fn_check_env ./acspecific.at:16: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acspecific.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acspecific.at:16: autoconf --force -Wno-obsolete ./acspecific.at:16: "$SHELL_N" -n configure stderr: ./acspecific.at:16: autoheader -Wno-obsolete ./acspecific.at:16: ./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... none needed checking for gcc options needed to detect all undeclared functions... none needed checking whether sys_siglist is declared... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:16: ath_fn_check_env ./acspecific.at:16: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acspecific.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acspecific.at:16: ./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) none needed checking for gcc options needed to detect all undeclared functions... (cached) none needed checking whether sys_siglist is declared... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:16: ath_fn_check_env ./acspecific.at:16: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acspecific.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acspecific.at:16: autoconf --force -Wno-obsolete stderr: stdout: ./acspecific.at:16: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acspecific.at:16: "$SHELL_N" -n configure stderr: ./acspecific.at:16: autoheader -Wno-obsolete ./acspecific.at:16: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for g++ options needed to detect all undeclared functions... none needed checking whether sys_siglist is declared... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:16: ath_fn_check_env ./acspecific.at:16: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acspecific.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/477/stdout 2022-09-28 19:33:34.196645186 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:33:34.193645117 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:33:34.195645163 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/477 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acspecific.at:16: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1758: creating cache config.cache > configure:2139: checking for g++ > configure:2160: found /usr/bin/g++ > configure:2171: result: g++ > configure:2198: checking for C++ compiler version > configure:2207: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2218: $? = 0 > configure:2207: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2218: $? = 0 > configure:2207: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2218: $? = 1 > configure:2207: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2218: $? = 1 > configure:2238: checking whether the C++ compiler works > configure:2260: g++ conftest.cpp >&5 > configure:2264: $? = 0 > configure:2314: result: yes > configure:2317: checking for C++ compiler default output file name > configure:2319: result: a.out > configure:2325: checking for suffix of executables > configure:2332: g++ -o conftest conftest.cpp >&5 > configure:2336: $? = 0 > configure:2359: result: > configure:2381: checking whether we are cross compiling > configure:2389: g++ -o conftest conftest.cpp >&5 > configure:2393: $? = 0 > configure:2400: ./conftest > configure:2404: $? = 0 > configure:2419: result: no > configure:2424: checking for suffix of object files > configure:2447: g++ -c conftest.cpp >&5 > configure:2451: $? = 0 > configure:2473: result: o > configure:2477: checking whether the compiler supports GNU C++ > configure:2497: g++ -c conftest.cpp >&5 > configure:2497: $? = 0 > configure:2507: result: yes > configure:2518: checking whether g++ accepts -g > configure:2539: g++ -c -g conftest.cpp >&5 > configure:2539: $? = 0 > configure:2583: result: yes > configure:2603: checking for g++ option to enable C++11 features > configure:2618: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2618: $? = 0 > configure:2636: result: none needed > configure:2701: checking for g++ options needed to detect all undeclared functions > configure:2723: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:13:8: error: 'strchr' was not declared in this scope > 13 | (void) strchr; > | ^~~~~~ > conftest.cpp:1:1: note: 'strchr' is defined in header ''; did you forget to '#include '? > 1 | /* confdefs.h */ > configure:2723: $? = 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. */ > | > | int > | main (void) > | { > | (void) strchr; > | ; > | return 0; > | } > configure:2750: g++ -c -g -O2 conftest.cpp >&5 > configure:2750: $? = 0 > configure:2767: result: none needed > configure:2781: checking whether sys_siglist is declared > configure:2781: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:21:10: error: 'sys_siglist' was not declared in this scope > 21 | (void) sys_siglist; > | ^~~~~~~~~~~ > configure:2781: $? = 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. */ > | #include > | /* NetBSD declares sys_siglist in unistd.h. */ > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | > | > | int > | main (void) > | { > | #ifndef sys_siglist > | #ifdef __cplusplus > | (void) sys_siglist; > | #else > | (void) sys_siglist; > | #endif > | #endif > | > | ; > | return 0; > | } > configure:2781: result: no > configure:2854: updating cache config.cache > configure:2903: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_cxx_undeclared_builtin_options='none needed' > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_have_decl_sys_siglist=no > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_DECL_SYS_SIGLIST 0 > > configure: exit 0 477. acspecific.at:16: 477. AC_DECL_SYS_SIGLIST (acspecific.at:16): FAILED (acspecific.at:16) # -*- compilation -*- 479. acspecific.at:17: testing AC_DYNIX_SEQ ... ./acspecific.at:17: autoconf --force -Wno-obsolete ./acspecific.at:17: "$SHELL_N" -n configure stderr: ./acspecific.at:17: autoheader -Wno-obsolete ./acspecific.at:17: ./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... none needed checking for library containing getmntent... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acspecific.at:17: ath_fn_check_env ./acspecific.at:17: ./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) none needed checking for library containing getmntent... (cached) none required configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:17: ath_fn_check_env ./acspecific.at:17: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acspecific.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acspecific.at:17: autoconf --force -Wno-obsolete ./acspecific.at:17: "$SHELL_N" -n configure stderr: ./acspecific.at:17: autoheader -Wno-obsolete ./acspecific.at:17: ./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... none needed checking for library containing getmntent... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:17: ath_fn_check_env ./acspecific.at:17: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acspecific.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acspecific.at:17: ./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) none needed checking for library containing getmntent... (cached) none required configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:17: ath_fn_check_env ./acspecific.at:17: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acspecific.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acspecific.at:17: autoconf --force -Wno-obsolete stderr: stdout: ./acspecific.at:17: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acspecific.at:17: "$SHELL_N" -n configure stderr: ./acspecific.at:17: autoheader -Wno-obsolete ./acspecific.at:17: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for library containing getmntent... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:17: ath_fn_check_env ./acspecific.at:17: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acspecific.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/479/stdout 2022-09-28 19:33:37.296717135 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:33:37.293717065 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:33:37.296717135 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/479 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acspecific.at:17: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2698: checking for library containing getmntent > configure:2727: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2747: result: none required > configure:2819: updating cache config.cache > configure:2868: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_getmntent=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_search_getmntent='none required' > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_GETMNTENT 1 > > configure: exit 0 479. acspecific.at:17: 479. AC_DYNIX_SEQ (acspecific.at:17): FAILED (acspecific.at:17) # -*- compilation -*- 483. acspecific.at:19: testing AC_IRIX_SUN ... ./acspecific.at:19: autoconf --force -Wno-obsolete ./acspecific.at:19: "$SHELL_N" -n configure stderr: ./acspecific.at:19: autoheader -Wno-obsolete ./acspecific.at:19: ./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... none needed checking for library containing getmntent... none required checking for getpwnam in -lsun... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acspecific.at:19: ath_fn_check_env ./acspecific.at:19: ./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) none needed checking for library containing getmntent... (cached) none required checking for getpwnam in -lsun... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:19: ath_fn_check_env ./acspecific.at:19: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acspecific.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acspecific.at:19: autoconf --force -Wno-obsolete ./acspecific.at:19: "$SHELL_N" -n configure stderr: ./acspecific.at:19: autoheader -Wno-obsolete ./acspecific.at:19: ./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... none needed checking for library containing getmntent... none required checking for getpwnam in -lsun... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:19: ath_fn_check_env ./acspecific.at:19: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acspecific.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acspecific.at:19: ./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) none needed checking for library containing getmntent... (cached) none required checking for getpwnam in -lsun... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:19: ath_fn_check_env ./acspecific.at:19: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acspecific.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acspecific.at:19: autoconf --force -Wno-obsolete stderr: stdout: ./acspecific.at:19: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acspecific.at:19: "$SHELL_N" -n configure stderr: ./acspecific.at:19: autoheader -Wno-obsolete ./acspecific.at:19: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for library containing getmntent... none required checking for getpwnam in -lsun... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:19: ath_fn_check_env ./acspecific.at:19: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acspecific.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/483/stdout 2022-09-28 19:33:42.080828165 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:33:42.077828095 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:33:42.080828165 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/483 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acspecific.at:19: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2698: checking for library containing getmntent > configure:2727: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2747: result: none required > configure:2762: checking for getpwnam in -lsun > configure:2784: g++ -o conftest -g -O2 conftest.cpp -lsun >&5 > /usr/bin/ld: cannot find -lsun: No such file or directory > collect2: error: ld returned 1 exit status > configure:2784: $? = 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 "" > | #define HAVE_GETMNTENT 1 > | /* end confdefs.h. */ > | > | namespace conftest { > | extern "C" int getpwnam (); > | } > | int > | main (void) > | { > | return conftest::getpwnam (); > | ; > | return 0; > | } > configure:2794: result: no > configure:2861: updating cache config.cache > configure:2910: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_getmntent=yes > ac_cv_lib_sun_getpwnam=no > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_search_getmntent='none required' > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_GETMNTENT 1 > > configure: exit 0 483. acspecific.at:19: 483. AC_IRIX_SUN (acspecific.at:19): FAILED (acspecific.at:19) # -*- compilation -*- 485. acspecific.at:20: testing AC_ISC_POSIX ... ./acspecific.at:20: autoconf --force -Wno-obsolete ./acspecific.at:20: "$SHELL_N" -n configure stderr: ./acspecific.at:20: autoheader -Wno-obsolete ./acspecific.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... none needed checking for library containing strerror... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acspecific.at:20: ath_fn_check_env ./acspecific.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) none needed checking for library containing strerror... (cached) none required configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:20: ath_fn_check_env ./acspecific.at:20: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acspecific.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acspecific.at:20: autoconf --force -Wno-obsolete ./acspecific.at:20: "$SHELL_N" -n configure stderr: ./acspecific.at:20: autoheader -Wno-obsolete ./acspecific.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... none needed checking for library containing strerror... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:20: ath_fn_check_env ./acspecific.at:20: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acspecific.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acspecific.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) none needed checking for library containing strerror... (cached) none required configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:20: ath_fn_check_env ./acspecific.at:20: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acspecific.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acspecific.at:20: autoconf --force -Wno-obsolete stderr: stdout: ./acspecific.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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acspecific.at:20: "$SHELL_N" -n configure stderr: ./acspecific.at:20: autoheader -Wno-obsolete ./acspecific.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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for library containing strerror... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:20: ath_fn_check_env ./acspecific.at:20: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acspecific.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/485/stdout 2022-09-28 19:33:45.168899831 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:33:45.164899738 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:33:45.167899808 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/485 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acspecific.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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2696: checking for library containing strerror > configure:2725: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2725: $? = 0 > configure:2745: result: none required > configure:2811: updating cache config.cache > configure:2860: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_search_strerror='none required' > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 "" > > configure: exit 0 485. acspecific.at:20: 485. AC_ISC_POSIX (acspecific.at:20): FAILED (acspecific.at:20) # -*- compilation -*- 487. acspecific.at:21: testing AC_MINIX ... ./acspecific.at:21: autoconf --force -Wno-obsolete ./acspecific.at:21: "$SHELL_N" -n configure stderr: ./acspecific.at:21: autoheader -Wno-obsolete ./acspecific.at:21: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acspecific.at:21: ath_fn_check_env ./acspecific.at:21: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... (cached) yes checking whether _XOPEN_SOURCE should be defined... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:21: ath_fn_check_env ./acspecific.at:21: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acspecific.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acspecific.at:21: autoconf --force -Wno-obsolete ./acspecific.at:21: "$SHELL_N" -n configure stderr: ./acspecific.at:21: autoheader -Wno-obsolete ./acspecific.at:21: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:21: ath_fn_check_env ./acspecific.at:21: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acspecific.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acspecific.at:21: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... (cached) yes checking whether _XOPEN_SOURCE should be defined... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:21: ath_fn_check_env ./acspecific.at:21: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acspecific.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acspecific.at:21: autoconf --force -Wno-obsolete stderr: stdout: ./acspecific.at:21: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acspecific.at:21: "$SHELL_N" -n configure stderr: ./acspecific.at:21: autoheader -Wno-obsolete ./acspecific.at:21: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:21: ath_fn_check_env ./acspecific.at:21: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acspecific.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/487/stdout 2022-09-28 19:33:48.808984305 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:33:48.805984236 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:33:48.808984305 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/487 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acspecific.at:21: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1771: creating cache config.cache > configure:2163: checking for g++ > configure:2184: found /usr/bin/g++ > configure:2195: result: g++ > configure:2222: checking for C++ compiler version > configure:2231: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2242: $? = 0 > configure:2231: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2242: $? = 0 > configure:2231: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2242: $? = 1 > configure:2231: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2242: $? = 1 > configure:2262: checking whether the C++ compiler works > configure:2284: g++ conftest.cpp >&5 > configure:2288: $? = 0 > configure:2338: result: yes > configure:2341: checking for C++ compiler default output file name > configure:2343: result: a.out > configure:2349: checking for suffix of executables > configure:2356: g++ -o conftest conftest.cpp >&5 > configure:2360: $? = 0 > configure:2383: result: > configure:2405: checking whether we are cross compiling > configure:2413: g++ -o conftest conftest.cpp >&5 > configure:2417: $? = 0 > configure:2424: ./conftest > configure:2428: $? = 0 > configure:2443: result: no > configure:2448: checking for suffix of object files > configure:2471: g++ -c conftest.cpp >&5 > configure:2475: $? = 0 > configure:2497: result: o > configure:2501: checking whether the compiler supports GNU C++ > configure:2521: g++ -c conftest.cpp >&5 > configure:2521: $? = 0 > configure:2531: result: yes > configure:2542: checking whether g++ accepts -g > configure:2563: g++ -c -g conftest.cpp >&5 > configure:2563: $? = 0 > configure:2607: result: yes > configure:2627: checking for g++ option to enable C++11 features > configure:2642: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2642: $? = 0 > configure:2660: result: none needed > configure:2729: checking for stdio.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for stdlib.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for string.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for inttypes.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for stdint.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for strings.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for sys/stat.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for sys/types.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for unistd.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for wchar.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for minix/config.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp:47:10: fatal error: minix/config.h: No such file or directory > 47 | #include > | ^~~~~~~~~~~~~~~~ > compilation terminated. > configure:2729: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_WCHAR_H 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | #include > configure:2729: result: no > configure:2760: checking whether it is safe to define __EXTENSIONS__ > configure:2779: g++ -c -g -O2 conftest.cpp >&5 > configure:2779: $? = 0 > configure:2787: result: yes > configure:2790: checking whether _XOPEN_SOURCE should be defined > configure:2812: g++ -c -g -O2 conftest.cpp >&5 > configure:2812: $? = 0 > configure:2839: result: no > configure:2953: updating cache config.cache > configure:3002: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:684: creating config.h > config.status:774: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_minix_config_h=no > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_header_wchar_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_safe_to_define___extensions__=yes > ac_cv_should_define__xopen_source=no > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define HAVE_WCHAR_H 1 > #define STDC_HEADERS 1 > #define _ALL_SOURCE 1 > #define _DARWIN_C_SOURCE 1 > #define _GNU_SOURCE 1 > #define _HPUX_ALT_XOPEN_SOCKET_API 1 > #define _NETBSD_SOURCE 1 > #define _OPENBSD_SOURCE 1 > #define _POSIX_PTHREAD_SEMANTICS 1 > #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 > #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 > #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 > #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 > #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 > #define __STDC_WANT_LIB_EXT2__ 1 > #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 > #define _TANDEM_SOURCE 1 > #define __EXTENSIONS__ 1 > > configure: exit 0 487. acspecific.at:21: 487. AC_MINIX (acspecific.at:21): FAILED (acspecific.at:21) # -*- compilation -*- 489. acspecific.at:22: testing AC_SCO_INTL ... ./acspecific.at:22: autoconf --force -Wno-obsolete ./acspecific.at:22: "$SHELL_N" -n configure stderr: ./acspecific.at:22: autoheader -Wno-obsolete ./acspecific.at:22: ./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... none needed checking for strftime... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acspecific.at:22: ath_fn_check_env ./acspecific.at:22: ./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) none needed checking for strftime... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:22: ath_fn_check_env ./acspecific.at:22: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acspecific.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acspecific.at:22: autoconf --force -Wno-obsolete ./acspecific.at:22: "$SHELL_N" -n configure stderr: ./acspecific.at:22: autoheader -Wno-obsolete ./acspecific.at:22: ./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... none needed checking for strftime... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:22: ath_fn_check_env ./acspecific.at:22: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acspecific.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acspecific.at:22: ./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) none needed checking for strftime... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:22: ath_fn_check_env ./acspecific.at:22: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acspecific.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acspecific.at:22: autoconf --force -Wno-obsolete stderr: stdout: ./acspecific.at:22: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acspecific.at:22: "$SHELL_N" -n configure stderr: ./acspecific.at:22: autoheader -Wno-obsolete ./acspecific.at:22: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for strftime... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:22: ath_fn_check_env ./acspecific.at:22: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acspecific.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/489/stdout 2022-09-28 19:33:52.223063534 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:33:52.220063464 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:33:52.222063511 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/489 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acspecific.at:22: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1815: creating cache config.cache > configure:2196: checking for g++ > configure:2217: found /usr/bin/g++ > configure:2228: result: g++ > configure:2255: checking for C++ compiler version > configure:2264: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2275: $? = 0 > configure:2264: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2275: $? = 0 > configure:2264: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2275: $? = 1 > configure:2264: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2275: $? = 1 > configure:2295: checking whether the C++ compiler works > configure:2317: g++ conftest.cpp >&5 > configure:2321: $? = 0 > configure:2371: result: yes > configure:2374: checking for C++ compiler default output file name > configure:2376: result: a.out > configure:2382: checking for suffix of executables > configure:2389: g++ -o conftest conftest.cpp >&5 > configure:2393: $? = 0 > configure:2416: result: > configure:2438: checking whether we are cross compiling > configure:2446: g++ -o conftest conftest.cpp >&5 > configure:2450: $? = 0 > configure:2457: ./conftest > configure:2461: $? = 0 > configure:2476: result: no > configure:2481: checking for suffix of object files > configure:2504: g++ -c conftest.cpp >&5 > configure:2508: $? = 0 > configure:2530: result: o > configure:2534: checking whether the compiler supports GNU C++ > configure:2554: g++ -c conftest.cpp >&5 > configure:2554: $? = 0 > configure:2564: result: yes > configure:2575: checking whether g++ accepts -g > configure:2596: g++ -c -g conftest.cpp >&5 > configure:2596: $? = 0 > configure:2640: result: yes > configure:2660: checking for g++ option to enable C++11 features > configure:2675: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2675: $? = 0 > configure:2693: result: none needed > configure:2761: checking for strftime > configure:2761: g++ -o conftest -g -O2 conftest.cpp >&5 > conftest.cpp:25:6: warning: declaration of 'char strftime()' conflicts with built-in declaration 'long unsigned int strftime(char*, long unsigned int, const char*, const void*)' [-Wbuiltin-declaration-mismatch] > 25 | char strftime (); > | ^~~~~~~~ > configure:2761: $? = 0 > configure:2761: result: yes > configure:2869: updating cache config.cache > configure:2918: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_strftime=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STRFTIME 1 > > configure: exit 0 489. acspecific.at:22: 489. AC_SCO_INTL (acspecific.at:22): FAILED (acspecific.at:22) # -*- compilation -*- 491. acspecific.at:23: testing AC_XENIX_DIR ... ./acspecific.at:23: autoconf --force -Wno-obsolete ./acspecific.at:23: "$SHELL_N" -n configure stderr: ./acspecific.at:23: autoheader -Wno-obsolete ./acspecific.at:23: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for Xenix... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acspecific.at:23: ath_fn_check_env ./acspecific.at:23: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for Xenix... no checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:23: ath_fn_check_env ./acspecific.at:23: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acspecific.at:23: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acspecific.at:23: autoconf --force -Wno-obsolete ./acspecific.at:23: "$SHELL_N" -n configure stderr: ./acspecific.at:23: autoheader -Wno-obsolete ./acspecific.at:23: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for Xenix... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:23: ath_fn_check_env ./acspecific.at:23: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acspecific.at:23: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acspecific.at:23: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for Xenix... no checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:23: ath_fn_check_env ./acspecific.at:23: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acspecific.at:23: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acspecific.at:23: autoconf --force -Wno-obsolete stderr: stdout: ./acspecific.at:23: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acspecific.at:23: "$SHELL_N" -n configure stderr: ./acspecific.at:23: autoheader -Wno-obsolete ./acspecific.at:23: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for Xenix... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acspecific.at:23: ath_fn_check_env ./acspecific.at:23: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acspecific.at:23: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/491/stdout 2022-09-28 19:33:55.524140138 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:33:55.521140068 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:33:55.523140115 -0500 +@@ -43,7 +43,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/491 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acspecific.at:23: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1797: creating cache config.cache > configure:2178: checking for g++ > configure:2199: found /usr/bin/g++ > configure:2210: result: g++ > configure:2237: checking for C++ compiler version > configure:2246: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2257: $? = 0 > configure:2246: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2257: $? = 0 > configure:2246: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2257: $? = 1 > configure:2246: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2257: $? = 1 > configure:2277: checking whether the C++ compiler works > configure:2299: g++ conftest.cpp >&5 > configure:2303: $? = 0 > configure:2353: result: yes > configure:2356: checking for C++ compiler default output file name > configure:2358: result: a.out > configure:2364: checking for suffix of executables > configure:2371: g++ -o conftest conftest.cpp >&5 > configure:2375: $? = 0 > configure:2398: result: > configure:2420: checking whether we are cross compiling > configure:2428: g++ -o conftest conftest.cpp >&5 > configure:2432: $? = 0 > configure:2439: ./conftest > configure:2443: $? = 0 > configure:2458: result: no > configure:2463: checking for suffix of object files > configure:2486: g++ -c conftest.cpp >&5 > configure:2490: $? = 0 > configure:2512: result: o > configure:2516: checking whether the compiler supports GNU C++ > configure:2536: g++ -c conftest.cpp >&5 > configure:2536: $? = 0 > configure:2546: result: yes > configure:2557: checking whether g++ accepts -g > configure:2578: g++ -c -g conftest.cpp >&5 > configure:2578: $? = 0 > configure:2622: result: yes > configure:2642: checking for g++ option to enable C++11 features > configure:2657: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2657: $? = 0 > configure:2675: result: none needed > configure:2745: checking how to run the C++ preprocessor > configure:2767: g++ -E conftest.cpp > configure:2767: $? = 0 > configure:2782: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2782: $? = 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. */ > | #include > configure:2809: result: g++ -E > configure:2823: g++ -E conftest.cpp > configure:2823: $? = 0 > configure:2838: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2838: $? = 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. */ > | #include > configure:2869: checking for grep that handles long lines and -e > configure:2933: result: /usr/bin/grep > configure:2938: checking for egrep > configure:3006: result: /usr/bin/grep -E > configure:3011: checking for Xenix > configure:3025: result: no > configure:3034: checking for dirent.h that defines DIR > configure:3054: g++ -c -g -O2 conftest.cpp >&5 > configure:3054: $? = 0 > configure:3063: result: yes > configure:3077: checking for library containing opendir > configure:3106: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3106: $? = 0 > configure:3126: result: none required > configure:3253: updating cache config.cache > configure:3302: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_dirent_dirent_h=yes > ac_cv_objext=o > ac_cv_path_EGREP='/usr/bin/grep -E' > ac_cv_path_GREP=/usr/bin/grep > ac_cv_prog_CXXCPP='g++ -E' > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_search_opendir='none required' > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXCPP='g++ -E' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='/usr/bin/grep -E' > EXEEXT='' > GREP='/usr/bin/grep' > 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_CXX='g++' > 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 HAVE_DIRENT_H 1 > > configure: exit 0 491. acspecific.at:23: 491. AC_XENIX_DIR (acspecific.at:23): FAILED (acspecific.at:23) # -*- compilation -*- 504. acprograms.at:20: testing AC_DECL_YYTEXT ... ./acprograms.at:20: autoconf --force -Wno-obsolete ./acprograms.at:20: "$SHELL_N" -n configure stderr: ./acprograms.at:20: autoheader -Wno-obsolete ./acprograms.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... none needed checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking for library containing yywrap... no checking whether yytext is a pointer... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acprograms.at:20: ath_fn_check_env ./acprograms.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) none needed checking for flex... (cached) flex checking for lex output file root... (cached) lex.yy checking for lex library... (cached) none needed checking for library containing yywrap... (cached) no checking whether yytext is a pointer... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acprograms.at:20: ath_fn_check_env ./acprograms.at:20: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acprograms.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acprograms.at:20: autoconf --force -Wno-obsolete ./acprograms.at:20: "$SHELL_N" -n configure stderr: ./acprograms.at:20: autoheader -Wno-obsolete ./acprograms.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... none needed checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking for library containing yywrap... no checking whether yytext is a pointer... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acprograms.at:20: ath_fn_check_env ./acprograms.at:20: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acprograms.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acprograms.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) none needed checking for flex... (cached) flex checking for lex output file root... (cached) lex.yy checking for lex library... (cached) none needed checking for library containing yywrap... (cached) no checking whether yytext is a pointer... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acprograms.at:20: ath_fn_check_env ./acprograms.at:20: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acprograms.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acprograms.at:20: autoconf --force -Wno-obsolete stderr: stdout: ./acprograms.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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acprograms.at:20: "$SHELL_N" -n configure stderr: ./acprograms.at:20: autoheader -Wno-obsolete ./acprograms.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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking for library containing yywrap... no checking whether yytext is a pointer... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acprograms.at:20: ath_fn_check_env ./acprograms.at:20: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acprograms.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/504/stdout 2022-09-28 19:34:08.285436256 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:08.282436187 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:08.284436233 -0500 +@@ -43,7 +43,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/504 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acprograms.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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1756: creating cache config.cache > configure:2137: checking for g++ > configure:2158: found /usr/bin/g++ > configure:2169: result: g++ > configure:2196: checking for C++ compiler version > configure:2205: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2216: $? = 0 > configure:2205: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2216: $? = 0 > configure:2205: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2216: $? = 1 > configure:2205: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2216: $? = 1 > configure:2236: checking whether the C++ compiler works > configure:2258: g++ conftest.cpp >&5 > configure:2262: $? = 0 > configure:2312: result: yes > configure:2315: checking for C++ compiler default output file name > configure:2317: result: a.out > configure:2323: checking for suffix of executables > configure:2330: g++ -o conftest conftest.cpp >&5 > configure:2334: $? = 0 > configure:2357: result: > configure:2379: checking whether we are cross compiling > configure:2387: g++ -o conftest conftest.cpp >&5 > configure:2391: $? = 0 > configure:2398: ./conftest > configure:2402: $? = 0 > configure:2417: result: no > configure:2422: checking for suffix of object files > configure:2445: g++ -c conftest.cpp >&5 > configure:2449: $? = 0 > configure:2471: result: o > configure:2475: checking whether the compiler supports GNU C++ > configure:2495: g++ -c conftest.cpp >&5 > configure:2495: $? = 0 > configure:2505: result: yes > configure:2516: checking whether g++ accepts -g > configure:2537: g++ -c -g conftest.cpp >&5 > configure:2537: $? = 0 > configure:2581: result: yes > configure:2601: checking for g++ option to enable C++11 features > configure:2616: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2616: $? = 0 > configure:2634: result: none needed > configure:2703: checking for flex > configure:2724: found /usr/bin/flex > configure:2735: result: flex > configure:2784: checking for lex output file root > configure:2797: flex conftest.l > configure:2801: $? = 0 > configure:2809: result: lex.yy > configure:2824: checking for lex library > configure:2849: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2849: $? = 0 > configure:2862: result: none needed > configure:2877: checking for library containing yywrap > configure:2906: g++ -o conftest -g -O2 conftest.cpp >&5 > /usr/bin/ld: /tmp/ccUhJmDZ.o: in function `main': > /sources/autoconf-2.71/tests/testsuite.dir/504/conftest.cpp:16: undefined reference to `yywrap' > collect2: error: ld returned 1 exit status > configure:2906: $? = 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. */ > | > | namespace conftest { > | extern "C" int yywrap (); > | } > | int > | main (void) > | { > | return conftest::yywrap (); > | ; > | return 0; > | } > configure:2906: g++ -o conftest -g -O2 conftest.cpp -lfl >&5 > /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../lib/libfl.so: undefined reference to `yylex' > collect2: error: ld returned 1 exit status > configure:2906: $? = 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. */ > | > | namespace conftest { > | extern "C" int yywrap (); > | } > | int > | main (void) > | { > | return conftest::yywrap (); > | ; > | return 0; > | } > configure:2906: g++ -o conftest -g -O2 conftest.cpp -ll >&5 > /usr/bin/ld: cannot find -ll: No such file or directory > collect2: error: ld returned 1 exit status > configure:2906: $? = 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. */ > | > | namespace conftest { > | extern "C" int yywrap (); > | } > | int > | main (void) > | { > | return conftest::yywrap (); > | ; > | return 0; > | } > configure:2926: result: no > configure:2942: checking whether yytext is a pointer > configure:2958: g++ -c -g -O2 conftest.cpp >&5 > configure:2958: $? = 0 > configure:2965: result: yes > configure:3034: updating cache config.cache > configure:3083: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_lib_lex='none needed' > ac_cv_objext=o > ac_cv_prog_LEX=flex > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_prog_lex_root=lex.yy > ac_cv_prog_lex_yytext_pointer=yes > ac_cv_search_yywrap=no > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EXEEXT='' > LDFLAGS='' > LEX='flex' > LEXLIB='' > LEX_OUTPUT_ROOT='lex.yy' > LIBOBJS='' > LIBS='' > LTLIBOBJS='' > OBJEXT='o' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_URL='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > SHELL='/bin/sh' > ac_ct_CXX='g++' > 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 YYTEXT_POINTER 1 > > configure: exit 0 504. acprograms.at:20: 504. AC_DECL_YYTEXT (acprograms.at:20): FAILED (acprograms.at:20) # -*- compilation -*- 508. acheaders.at:8: testing AC_CHECK_HEADERS_ONCE ... ./acheaders.at:8: autoconf --force ./acheaders.at:8: "$SHELL_N" -n configure stderr: ./acheaders.at:8: autoheader ./acheaders.at:8: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:8: ath_fn_check_env ./acheaders.at:8: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:8: ath_fn_check_env ./acheaders.at:8: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acheaders.at:8: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acheaders.at:8: autoconf --force ./acheaders.at:8: "$SHELL_N" -n configure stderr: ./acheaders.at:8: autoheader ./acheaders.at:8: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:8: ath_fn_check_env ./acheaders.at:8: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acheaders.at:8: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acheaders.at:8: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:8: ath_fn_check_env ./acheaders.at:8: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acheaders.at:8: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acheaders.at:8: autoconf --force stderr: stdout: ./acheaders.at:8: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acheaders.at:8: "$SHELL_N" -n configure stderr: ./acheaders.at:8: autoheader ./acheaders.at:8: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:8: ath_fn_check_env ./acheaders.at:8: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acheaders.at:8: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/508/stdout 2022-09-28 19:34:14.113571486 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:14.110571416 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:14.112571463 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/508 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acheaders.at:8: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1771: creating cache config.cache > configure:2161: checking for g++ > configure:2182: found /usr/bin/g++ > configure:2193: result: g++ > configure:2220: checking for C++ compiler version > configure:2229: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2240: $? = 0 > configure:2229: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2240: $? = 0 > configure:2229: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2240: $? = 1 > configure:2229: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2240: $? = 1 > configure:2260: checking whether the C++ compiler works > configure:2282: g++ conftest.cpp >&5 > configure:2286: $? = 0 > configure:2336: result: yes > configure:2339: checking for C++ compiler default output file name > configure:2341: result: a.out > configure:2347: checking for suffix of executables > configure:2354: g++ -o conftest conftest.cpp >&5 > configure:2358: $? = 0 > configure:2381: result: > configure:2403: checking whether we are cross compiling > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2422: ./conftest > configure:2426: $? = 0 > configure:2441: result: no > configure:2446: checking for suffix of object files > configure:2469: g++ -c conftest.cpp >&5 > configure:2473: $? = 0 > configure:2495: result: o > configure:2499: checking whether the compiler supports GNU C++ > configure:2519: g++ -c conftest.cpp >&5 > configure:2519: $? = 0 > configure:2529: result: yes > configure:2540: checking whether g++ accepts -g > configure:2561: g++ -c -g conftest.cpp >&5 > configure:2561: $? = 0 > configure:2605: result: yes > configure:2625: checking for g++ option to enable C++11 features > configure:2640: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2640: $? = 0 > configure:2658: result: none needed > configure:2727: checking for stdio.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for stdlib.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for string.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for inttypes.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for stdint.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for strings.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for sys/stat.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for sys/types.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for unistd.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2810: updating cache config.cache > configure:2859: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 508. acheaders.at:8: 508. AC_CHECK_HEADERS_ONCE (acheaders.at:8): FAILED (acheaders.at:8) # -*- compilation -*- 509. acheaders.at:9: testing AC_CHECK_HEADER_STDBOOL ... ./acheaders.at:9: autoconf --force ./acheaders.at:9: "$SHELL_N" -n configure stderr: ./acheaders.at:9: autoheader ./acheaders.at:9: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:9: ath_fn_check_env ./acheaders.at:9: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for _Bool... (cached) yes checking for stdbool.h that conforms to C99... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:9: ath_fn_check_env ./acheaders.at:9: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acheaders.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acheaders.at:9: autoconf --force ./acheaders.at:9: "$SHELL_N" -n configure stderr: ./acheaders.at:9: autoheader ./acheaders.at:9: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:9: ath_fn_check_env ./acheaders.at:9: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acheaders.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acheaders.at:9: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for _Bool... (cached) yes checking for stdbool.h that conforms to C99... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:9: ath_fn_check_env ./acheaders.at:9: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acheaders.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acheaders.at:9: autoconf --force stderr: stdout: ./acheaders.at:9: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acheaders.at:9: "$SHELL_N" -n configure stderr: ./acheaders.at:9: autoheader ./acheaders.at:9: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for _Bool... no checking for stdbool.h that conforms to C99... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:9: ath_fn_check_env /usr/bin/sed: -e expression #1, char 24: unterminated address regex /usr/bin/sed: -e expression #1, char 24: unterminated address regex ./acheaders.at:9: $at_diff "at_defines-config-h.c-native-r1" "at_defines-config-h.cxx-native-r1" ./acheaders.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/509/stdout 2022-09-28 19:34:16.404624644 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:16.401624574 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:16.404624644 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/509 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acheaders.at:9: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1828: creating cache config.cache > configure:2218: checking for g++ > configure:2239: found /usr/bin/g++ > configure:2250: result: g++ > configure:2277: checking for C++ compiler version > configure:2286: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2297: $? = 0 > configure:2286: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2297: $? = 0 > configure:2286: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2286: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2317: checking whether the C++ compiler works > configure:2339: g++ conftest.cpp >&5 > configure:2343: $? = 0 > configure:2393: result: yes > configure:2396: checking for C++ compiler default output file name > configure:2398: result: a.out > configure:2404: checking for suffix of executables > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2438: result: > configure:2460: checking whether we are cross compiling > configure:2468: g++ -o conftest conftest.cpp >&5 > configure:2472: $? = 0 > configure:2479: ./conftest > configure:2483: $? = 0 > configure:2498: result: no > configure:2503: checking for suffix of object files > configure:2526: g++ -c conftest.cpp >&5 > configure:2530: $? = 0 > configure:2552: result: o > configure:2556: checking whether the compiler supports GNU C++ > configure:2576: g++ -c conftest.cpp >&5 > configure:2576: $? = 0 > configure:2586: result: yes > configure:2597: checking whether g++ accepts -g > configure:2618: g++ -c -g conftest.cpp >&5 > configure:2618: $? = 0 > configure:2662: result: yes > configure:2682: checking for g++ option to enable C++11 features > configure:2697: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2697: $? = 0 > configure:2715: result: none needed > configure:2784: checking for stdio.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdlib.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for string.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for inttypes.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdint.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for strings.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/stat.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/types.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for unistd.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2809: checking for _Bool > configure:2809: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:50:13: error: '_Bool' was not declared in this scope > 50 | if (sizeof (_Bool)) > | ^~~~~ > configure:2809: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | int > | main (void) > | { > | if (sizeof (_Bool)) > | return 0; > | ; > | return 0; > | } > configure:2809: result: no > configure:2818: checking for stdbool.h that conforms to C99 > configure:2934: g++ -c -g -O2 conftest.cpp >&5 > configure:2934: $? = 0 > configure:2942: result: yes > configure:3002: updating cache config.cache > configure:3051: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdbool_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type__Bool=no > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 509. acheaders.at:9: 509. AC_CHECK_HEADER_STDBOOL (acheaders.at:9): FAILED (acheaders.at:9) # -*- compilation -*- 511. acheaders.at:11: testing AC_HEADER_MAJOR ... ./acheaders.at:11: autoconf --force ./acheaders.at:11: "$SHELL_N" -n configure stderr: ./acheaders.at:11: autoheader ./acheaders.at:11: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/mkdev.h... no checking for sys/sysmacros.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:11: ath_fn_check_env ./acheaders.at:11: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/mkdev.h... (cached) no checking for sys/sysmacros.h... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:11: ath_fn_check_env ./acheaders.at:11: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acheaders.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acheaders.at:11: autoconf --force ./acheaders.at:11: "$SHELL_N" -n configure stderr: ./acheaders.at:11: autoheader ./acheaders.at:11: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/mkdev.h... no checking for sys/sysmacros.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:11: ath_fn_check_env ./acheaders.at:11: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acheaders.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acheaders.at:11: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/mkdev.h... (cached) no checking for sys/sysmacros.h... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:11: ath_fn_check_env ./acheaders.at:11: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acheaders.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acheaders.at:11: autoconf --force stderr: stdout: ./acheaders.at:11: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acheaders.at:11: "$SHELL_N" -n configure stderr: ./acheaders.at:11: autoheader ./acheaders.at:11: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/mkdev.h... no checking for sys/sysmacros.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:11: ath_fn_check_env ./acheaders.at:11: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acheaders.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/511/stdout 2022-09-28 19:34:19.391693949 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:19.388693879 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:19.390693925 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/511 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acheaders.at:11: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1771: creating cache config.cache > configure:2161: checking for g++ > configure:2182: found /usr/bin/g++ > configure:2193: result: g++ > configure:2220: checking for C++ compiler version > configure:2229: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2240: $? = 0 > configure:2229: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2240: $? = 0 > configure:2229: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2240: $? = 1 > configure:2229: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2240: $? = 1 > configure:2260: checking whether the C++ compiler works > configure:2282: g++ conftest.cpp >&5 > configure:2286: $? = 0 > configure:2336: result: yes > configure:2339: checking for C++ compiler default output file name > configure:2341: result: a.out > configure:2347: checking for suffix of executables > configure:2354: g++ -o conftest conftest.cpp >&5 > configure:2358: $? = 0 > configure:2381: result: > configure:2403: checking whether we are cross compiling > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2422: ./conftest > configure:2426: $? = 0 > configure:2441: result: no > configure:2446: checking for suffix of object files > configure:2469: g++ -c conftest.cpp >&5 > configure:2473: $? = 0 > configure:2495: result: o > configure:2499: checking whether the compiler supports GNU C++ > configure:2519: g++ -c conftest.cpp >&5 > configure:2519: $? = 0 > configure:2529: result: yes > configure:2540: checking whether g++ accepts -g > configure:2561: g++ -c -g conftest.cpp >&5 > configure:2561: $? = 0 > configure:2605: result: yes > configure:2625: checking for g++ option to enable C++11 features > configure:2640: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2640: $? = 0 > configure:2658: result: none needed > configure:2727: checking for stdio.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for stdlib.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for string.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for inttypes.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for stdint.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for strings.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for sys/stat.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for sys/types.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for unistd.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2753: checking for sys/mkdev.h > configure:2753: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp:47:10: fatal error: sys/mkdev.h: No such file or directory > 47 | #include > | ^~~~~~~~~~~~~ > compilation terminated. > configure:2753: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | #include > configure:2753: result: no > configure:2762: checking for sys/sysmacros.h > configure:2762: g++ -c -g -O2 conftest.cpp >&5 > configure:2762: $? = 0 > configure:2762: result: yes > configure:2829: updating cache config.cache > configure:2878: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > config.status:758: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_mkdev_h=no > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_sysmacros_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define MAJOR_IN_SYSMACROS 1 > > configure: exit 0 511. acheaders.at:11: 511. AC_HEADER_MAJOR (acheaders.at:11): FAILED (acheaders.at:11) # -*- compilation -*- 512. acheaders.at:12: testing AC_HEADER_RESOLV ... ./acheaders.at:12: autoconf --force ./acheaders.at:12: "$SHELL_N" -n configure stderr: ./acheaders.at:12: autoheader ./acheaders.at:12: ./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... none needed checking for sys/types.h... yes checking for netinet/in.h... yes checking for arpa/nameser.h... yes checking for netdb.h... yes checking for resolv.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:12: ath_fn_check_env ./acheaders.at:12: ./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) none needed checking for sys/types.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/nameser.h... (cached) yes checking for netdb.h... (cached) yes checking for resolv.h... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:12: ath_fn_check_env ./acheaders.at:12: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acheaders.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acheaders.at:12: autoconf --force ./acheaders.at:12: "$SHELL_N" -n configure stderr: ./acheaders.at:12: autoheader ./acheaders.at:12: ./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... none needed checking for sys/types.h... yes checking for netinet/in.h... yes checking for arpa/nameser.h... yes checking for netdb.h... yes checking for resolv.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:12: ath_fn_check_env ./acheaders.at:12: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acheaders.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acheaders.at:12: ./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) none needed checking for sys/types.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/nameser.h... (cached) yes checking for netdb.h... (cached) yes checking for resolv.h... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:12: ath_fn_check_env ./acheaders.at:12: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acheaders.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acheaders.at:12: autoconf --force stderr: stdout: ./acheaders.at:12: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acheaders.at:12: "$SHELL_N" -n configure stderr: ./acheaders.at:12: autoheader ./acheaders.at:12: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for sys/types.h... yes checking for netinet/in.h... yes checking for arpa/nameser.h... yes checking for netdb.h... yes checking for resolv.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:12: ath_fn_check_env ./acheaders.at:12: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acheaders.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/512/stdout 2022-09-28 19:34:21.327738867 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:21.324738798 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:21.326738845 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/512 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acheaders.at:12: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1739: creating cache config.cache > configure:2120: checking for g++ > configure:2141: found /usr/bin/g++ > configure:2152: result: g++ > configure:2179: checking for C++ compiler version > configure:2188: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2199: $? = 0 > configure:2188: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2199: $? = 0 > configure:2188: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2199: $? = 1 > configure:2188: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2199: $? = 1 > configure:2219: checking whether the C++ compiler works > configure:2241: g++ conftest.cpp >&5 > configure:2245: $? = 0 > configure:2295: result: yes > configure:2298: checking for C++ compiler default output file name > configure:2300: result: a.out > configure:2306: checking for suffix of executables > configure:2313: g++ -o conftest conftest.cpp >&5 > configure:2317: $? = 0 > configure:2340: result: > configure:2362: checking whether we are cross compiling > configure:2370: g++ -o conftest conftest.cpp >&5 > configure:2374: $? = 0 > configure:2381: ./conftest > configure:2385: $? = 0 > configure:2400: result: no > configure:2405: checking for suffix of object files > configure:2428: g++ -c conftest.cpp >&5 > configure:2432: $? = 0 > configure:2454: result: o > configure:2458: checking whether the compiler supports GNU C++ > configure:2478: g++ -c conftest.cpp >&5 > configure:2478: $? = 0 > configure:2488: result: yes > configure:2499: checking whether g++ accepts -g > configure:2520: g++ -c -g conftest.cpp >&5 > configure:2520: $? = 0 > configure:2564: result: yes > configure:2584: checking for g++ option to enable C++11 features > configure:2599: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2599: $? = 0 > configure:2617: result: none needed > configure:2682: checking for sys/types.h > configure:2682: g++ -c -g -O2 conftest.cpp >&5 > configure:2682: $? = 0 > configure:2682: result: yes > configure:2700: checking for netinet/in.h > configure:2700: g++ -c -g -O2 conftest.cpp >&5 > configure:2700: $? = 0 > configure:2700: result: yes > configure:2718: checking for arpa/nameser.h > configure:2718: g++ -c -g -O2 conftest.cpp >&5 > configure:2718: $? = 0 > configure:2718: result: yes > configure:2736: checking for netdb.h > configure:2736: g++ -c -g -O2 conftest.cpp >&5 > configure:2736: $? = 0 > configure:2736: result: yes > configure:2754: checking for resolv.h > configure:2754: g++ -c -g -O2 conftest.cpp >&5 > configure:2754: $? = 0 > configure:2754: result: yes > configure:2831: updating cache config.cache > configure:2880: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:662: creating config.h > config.status:752: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_arpa_nameser_h=yes > ac_cv_header_netdb_h=yes > ac_cv_header_netinet_in_h=yes > ac_cv_header_resolv_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_SYS_TYPES_H 1 > #define HAVE_NETINET_IN_H 1 > #define HAVE_ARPA_NAMESER_H 1 > #define HAVE_NETDB_H 1 > #define HAVE_RESOLV_H 1 > > configure: exit 0 512. acheaders.at:12: 512. AC_HEADER_RESOLV (acheaders.at:12): FAILED (acheaders.at:12) # -*- compilation -*- 513. acheaders.at:13: testing AC_HEADER_STAT ... ./acheaders.at:13: autoconf --force ./acheaders.at:13: "$SHELL_N" -n configure stderr: ./acheaders.at:13: autoheader ./acheaders.at:13: ./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... none needed checking whether stat file-mode macros are broken... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:13: ath_fn_check_env ./acheaders.at:13: ./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) none needed checking whether stat file-mode macros are broken... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:13: ath_fn_check_env ./acheaders.at:13: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acheaders.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acheaders.at:13: autoconf --force ./acheaders.at:13: "$SHELL_N" -n configure stderr: ./acheaders.at:13: autoheader ./acheaders.at:13: ./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... none needed checking whether stat file-mode macros are broken... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:13: ath_fn_check_env ./acheaders.at:13: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acheaders.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acheaders.at:13: ./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) none needed checking whether stat file-mode macros are broken... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:13: ath_fn_check_env ./acheaders.at:13: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acheaders.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acheaders.at:13: autoconf --force stderr: stdout: ./acheaders.at:13: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acheaders.at:13: "$SHELL_N" -n configure stderr: ./acheaders.at:13: autoheader ./acheaders.at:13: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking whether stat file-mode macros are broken... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:13: ath_fn_check_env ./acheaders.at:13: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acheaders.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/513/stdout 2022-09-28 19:34:23.070779308 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:23.067779239 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:23.069779285 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/513 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acheaders.at:13: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1706: creating cache config.cache > configure:2087: checking for g++ > configure:2108: found /usr/bin/g++ > configure:2119: result: g++ > configure:2146: checking for C++ compiler version > configure:2155: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2166: $? = 0 > configure:2155: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2166: $? = 0 > configure:2155: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2155: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2186: checking whether the C++ compiler works > configure:2208: g++ conftest.cpp >&5 > configure:2212: $? = 0 > configure:2262: result: yes > configure:2265: checking for C++ compiler default output file name > configure:2267: result: a.out > configure:2273: checking for suffix of executables > configure:2280: g++ -o conftest conftest.cpp >&5 > configure:2284: $? = 0 > configure:2307: result: > configure:2329: checking whether we are cross compiling > configure:2337: g++ -o conftest conftest.cpp >&5 > configure:2341: $? = 0 > configure:2348: ./conftest > configure:2352: $? = 0 > configure:2367: result: no > configure:2372: checking for suffix of object files > configure:2395: g++ -c conftest.cpp >&5 > configure:2399: $? = 0 > configure:2421: result: o > configure:2425: checking whether the compiler supports GNU C++ > configure:2445: g++ -c conftest.cpp >&5 > configure:2445: $? = 0 > configure:2455: result: yes > configure:2466: checking whether g++ accepts -g > configure:2487: g++ -c -g conftest.cpp >&5 > configure:2487: $? = 0 > configure:2531: result: yes > configure:2551: checking for g++ option to enable C++11 features > configure:2566: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2566: $? = 0 > configure:2584: result: none needed > configure:2649: checking whether stat file-mode macros are broken > configure:2677: g++ -c -g -O2 conftest.cpp >&5 > configure:2677: $? = 0 > configure:2685: result: no > configure:2750: updating cache config.cache > configure:2799: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_stat_broken=no > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 "" > > configure: exit 0 513. acheaders.at:13: 513. AC_HEADER_STAT (acheaders.at:13): FAILED (acheaders.at:13) # -*- compilation -*- 514. acheaders.at:14: testing AC_HEADER_STDBOOL ... ./acheaders.at:14: autoconf --force ./acheaders.at:14: "$SHELL_N" -n configure stderr: ./acheaders.at:14: autoheader ./acheaders.at:14: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:14: ath_fn_check_env ./acheaders.at:14: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for _Bool... (cached) yes checking for stdbool.h that conforms to C99... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:14: ath_fn_check_env ./acheaders.at:14: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acheaders.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acheaders.at:14: autoconf --force ./acheaders.at:14: "$SHELL_N" -n configure stderr: ./acheaders.at:14: autoheader ./acheaders.at:14: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:14: ath_fn_check_env ./acheaders.at:14: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acheaders.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acheaders.at:14: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for _Bool... (cached) yes checking for stdbool.h that conforms to C99... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:14: ath_fn_check_env ./acheaders.at:14: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acheaders.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acheaders.at:14: autoconf --force stderr: stdout: ./acheaders.at:14: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acheaders.at:14: "$SHELL_N" -n configure stderr: ./acheaders.at:14: autoheader ./acheaders.at:14: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for _Bool... no checking for stdbool.h that conforms to C99... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:14: ath_fn_check_env /usr/bin/sed: -e expression #1, char 24: unterminated address regex /usr/bin/sed: -e expression #1, char 24: unterminated address regex ./acheaders.at:14: $at_diff "at_defines-config-h.c-native-r1" "at_defines-config-h.cxx-native-r1" ./acheaders.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/514/stdout 2022-09-28 19:34:25.361832463 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:25.358832393 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:25.360832440 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/514 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acheaders.at:14: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1828: creating cache config.cache > configure:2218: checking for g++ > configure:2239: found /usr/bin/g++ > configure:2250: result: g++ > configure:2277: checking for C++ compiler version > configure:2286: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2297: $? = 0 > configure:2286: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2297: $? = 0 > configure:2286: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2286: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2317: checking whether the C++ compiler works > configure:2339: g++ conftest.cpp >&5 > configure:2343: $? = 0 > configure:2393: result: yes > configure:2396: checking for C++ compiler default output file name > configure:2398: result: a.out > configure:2404: checking for suffix of executables > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2438: result: > configure:2460: checking whether we are cross compiling > configure:2468: g++ -o conftest conftest.cpp >&5 > configure:2472: $? = 0 > configure:2479: ./conftest > configure:2483: $? = 0 > configure:2498: result: no > configure:2503: checking for suffix of object files > configure:2526: g++ -c conftest.cpp >&5 > configure:2530: $? = 0 > configure:2552: result: o > configure:2556: checking whether the compiler supports GNU C++ > configure:2576: g++ -c conftest.cpp >&5 > configure:2576: $? = 0 > configure:2586: result: yes > configure:2597: checking whether g++ accepts -g > configure:2618: g++ -c -g conftest.cpp >&5 > configure:2618: $? = 0 > configure:2662: result: yes > configure:2682: checking for g++ option to enable C++11 features > configure:2697: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2697: $? = 0 > configure:2715: result: none needed > configure:2784: checking for stdio.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdlib.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for string.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for inttypes.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdint.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for strings.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/stat.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/types.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for unistd.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2809: checking for _Bool > configure:2809: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:50:13: error: '_Bool' was not declared in this scope > 50 | if (sizeof (_Bool)) > | ^~~~~ > configure:2809: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | int > | main (void) > | { > | if (sizeof (_Bool)) > | return 0; > | ; > | return 0; > | } > configure:2809: result: no > configure:2818: checking for stdbool.h that conforms to C99 > configure:2934: g++ -c -g -O2 conftest.cpp >&5 > configure:2934: $? = 0 > configure:2942: result: yes > configure:3008: updating cache config.cache > configure:3057: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdbool_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type__Bool=no > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_STDBOOL_H 1 > > configure: exit 0 514. acheaders.at:14: 514. AC_HEADER_STDBOOL (acheaders.at:14): FAILED (acheaders.at:14) # -*- compilation -*- 515. acheaders.at:15: testing AC_HEADER_TIOCGWINSZ ... ./acheaders.at:15: autoconf --force ./acheaders.at:15: "$SHELL_N" -n configure stderr: ./acheaders.at:15: autoheader ./acheaders.at:15: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether termios.h defines TIOCGWINSZ... no checking whether sys/ioctl.h defines TIOCGWINSZ... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:15: ath_fn_check_env ./acheaders.at:15: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking whether termios.h defines TIOCGWINSZ... (cached) no checking whether sys/ioctl.h defines TIOCGWINSZ... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:15: ath_fn_check_env ./acheaders.at:15: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acheaders.at:15: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acheaders.at:15: autoconf --force ./acheaders.at:15: "$SHELL_N" -n configure stderr: ./acheaders.at:15: autoheader ./acheaders.at:15: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether termios.h defines TIOCGWINSZ... no checking whether sys/ioctl.h defines TIOCGWINSZ... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:15: ath_fn_check_env ./acheaders.at:15: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acheaders.at:15: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acheaders.at:15: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking whether termios.h defines TIOCGWINSZ... (cached) no checking whether sys/ioctl.h defines TIOCGWINSZ... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:15: ath_fn_check_env ./acheaders.at:15: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acheaders.at:15: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acheaders.at:15: autoconf --force stderr: stdout: ./acheaders.at:15: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acheaders.at:15: "$SHELL_N" -n configure stderr: ./acheaders.at:15: autoheader ./acheaders.at:15: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether termios.h defines TIOCGWINSZ... no checking whether sys/ioctl.h defines TIOCGWINSZ... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:15: ath_fn_check_env ./acheaders.at:15: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acheaders.at:15: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/515/stdout 2022-09-28 19:34:27.233875895 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:27.230875826 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:27.232875872 -0500 +@@ -43,7 +43,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/515 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acheaders.at:15: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1750: creating cache config.cache > configure:2131: checking for g++ > configure:2152: found /usr/bin/g++ > configure:2163: result: g++ > configure:2190: checking for C++ compiler version > configure:2199: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2210: $? = 0 > configure:2199: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2210: $? = 0 > configure:2199: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2210: $? = 1 > configure:2199: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2210: $? = 1 > configure:2230: checking whether the C++ compiler works > configure:2252: g++ conftest.cpp >&5 > configure:2256: $? = 0 > configure:2306: result: yes > configure:2309: checking for C++ compiler default output file name > configure:2311: result: a.out > configure:2317: checking for suffix of executables > configure:2324: g++ -o conftest conftest.cpp >&5 > configure:2328: $? = 0 > configure:2351: result: > configure:2373: checking whether we are cross compiling > configure:2381: g++ -o conftest conftest.cpp >&5 > configure:2385: $? = 0 > configure:2392: ./conftest > configure:2396: $? = 0 > configure:2411: result: no > configure:2416: checking for suffix of object files > configure:2439: g++ -c conftest.cpp >&5 > configure:2443: $? = 0 > configure:2465: result: o > configure:2469: checking whether the compiler supports GNU C++ > configure:2489: g++ -c conftest.cpp >&5 > configure:2489: $? = 0 > configure:2499: result: yes > configure:2510: checking whether g++ accepts -g > configure:2531: g++ -c -g conftest.cpp >&5 > configure:2531: $? = 0 > configure:2575: result: yes > configure:2595: checking for g++ option to enable C++11 features > configure:2610: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2610: $? = 0 > configure:2628: result: none needed > configure:2698: checking how to run the C++ preprocessor > configure:2720: g++ -E conftest.cpp > configure:2720: $? = 0 > configure:2735: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2735: $? = 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. */ > | #include > configure:2762: result: g++ -E > configure:2776: g++ -E conftest.cpp > configure:2776: $? = 0 > configure:2791: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2791: $? = 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. */ > | #include > configure:2822: checking for grep that handles long lines and -e > configure:2886: result: /usr/bin/grep > configure:2891: checking for egrep > configure:2959: result: /usr/bin/grep -E > configure:2964: checking whether termios.h defines TIOCGWINSZ > configure:2989: result: no > configure:2993: checking whether sys/ioctl.h defines TIOCGWINSZ > configure:3018: result: yes > configure:3085: updating cache config.cache > configure:3134: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_path_EGREP='/usr/bin/grep -E' > ac_cv_path_GREP=/usr/bin/grep > ac_cv_prog_CXXCPP='g++ -E' > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes > ac_cv_sys_tiocgwinsz_in_termios_h=no > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXCPP='g++ -E' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='/usr/bin/grep -E' > EXEEXT='' > GREP='/usr/bin/grep' > 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_CXX='g++' > 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 GWINSZ_IN_SYS_IOCTL 1 > > configure: exit 0 515. acheaders.at:15: 515. AC_HEADER_TIOCGWINSZ (acheaders.at:15): FAILED (acheaders.at:15) # -*- compilation -*- 516. acheaders.at:18: testing AC_DIR_HEADER ... ./acheaders.at:18: autoconf --force -Wno-obsolete ./acheaders.at:18: "$SHELL_N" -n configure stderr: ./acheaders.at:18: autoheader -Wno-obsolete ./acheaders.at:18: ./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... none needed checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether closedir returns void... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:18: ath_fn_check_env ./acheaders.at:18: ./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) none needed checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking whether closedir returns void... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:18: ath_fn_check_env ./acheaders.at:18: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acheaders.at:18: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acheaders.at:18: autoconf --force -Wno-obsolete ./acheaders.at:18: "$SHELL_N" -n configure stderr: ./acheaders.at:18: autoheader -Wno-obsolete ./acheaders.at:18: ./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... none needed checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether closedir returns void... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:18: ath_fn_check_env ./acheaders.at:18: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acheaders.at:18: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acheaders.at:18: ./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) none needed checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking whether closedir returns void... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:18: ath_fn_check_env ./acheaders.at:18: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acheaders.at:18: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acheaders.at:18: autoconf --force -Wno-obsolete stderr: stdout: ./acheaders.at:18: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acheaders.at:18: "$SHELL_N" -n configure stderr: ./acheaders.at:18: autoheader -Wno-obsolete ./acheaders.at:18: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether closedir returns void... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:18: ath_fn_check_env ./acheaders.at:18: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acheaders.at:18: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/516/stdout 2022-09-28 19:34:29.153920440 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:29.150920371 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:29.152920417 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/516 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acheaders.at:18: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2699: checking for dirent.h that defines DIR > configure:2719: g++ -c -g -O2 conftest.cpp >&5 > configure:2719: $? = 0 > configure:2728: result: yes > configure:2742: checking for library containing opendir > configure:2771: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2771: $? = 0 > configure:2791: result: none required > configure:2861: checking whether closedir returns void > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2890: result: no > configure:2971: updating cache config.cache > configure:3020: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:662: creating config.h > config.status:752: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_closedir_void=no > ac_cv_header_dirent_dirent_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_search_opendir='none required' > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_DIRENT_H 1 > #define DIRENT 1 > #define SYSNDIR 1 > #define SYSDIR 1 > #define NDIR 1 > > configure: exit 0 516. acheaders.at:18: 516. AC_DIR_HEADER (acheaders.at:18): FAILED (acheaders.at:18) # -*- compilation -*- 518. acheaders.at:19: testing AC_HEADER_STDC ... ./acheaders.at:19: autoconf --force -Wno-obsolete ./acheaders.at:19: "$SHELL_N" -n configure stderr: ./acheaders.at:19: autoheader -Wno-obsolete ./acheaders.at:19: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:19: ath_fn_check_env ./acheaders.at:19: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:19: ath_fn_check_env ./acheaders.at:19: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acheaders.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acheaders.at:19: autoconf --force -Wno-obsolete ./acheaders.at:19: "$SHELL_N" -n configure stderr: ./acheaders.at:19: autoheader -Wno-obsolete ./acheaders.at:19: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:19: ath_fn_check_env ./acheaders.at:19: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acheaders.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acheaders.at:19: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:19: ath_fn_check_env ./acheaders.at:19: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acheaders.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acheaders.at:19: autoconf --force -Wno-obsolete stderr: stdout: ./acheaders.at:19: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acheaders.at:19: "$SHELL_N" -n configure stderr: ./acheaders.at:19: autoheader -Wno-obsolete ./acheaders.at:19: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:19: ath_fn_check_env ./acheaders.at:19: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acheaders.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/518/stdout 2022-09-28 19:34:32.640001316 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:32.636001224 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:32.639001293 -0500 +@@ -43,7 +43,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/518 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acheaders.at:19: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1774: creating cache config.cache > configure:2164: checking for g++ > configure:2185: found /usr/bin/g++ > configure:2196: result: g++ > configure:2223: checking for C++ compiler version > configure:2232: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2243: $? = 0 > configure:2232: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2243: $? = 0 > configure:2232: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2243: $? = 1 > configure:2232: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2243: $? = 1 > configure:2263: checking whether the C++ compiler works > configure:2285: g++ conftest.cpp >&5 > configure:2289: $? = 0 > configure:2339: result: yes > configure:2342: checking for C++ compiler default output file name > configure:2344: result: a.out > configure:2350: checking for suffix of executables > configure:2357: g++ -o conftest conftest.cpp >&5 > configure:2361: $? = 0 > configure:2384: result: > configure:2406: checking whether we are cross compiling > configure:2414: g++ -o conftest conftest.cpp >&5 > configure:2418: $? = 0 > configure:2425: ./conftest > configure:2429: $? = 0 > configure:2444: result: no > configure:2449: checking for suffix of object files > configure:2472: g++ -c conftest.cpp >&5 > configure:2476: $? = 0 > configure:2498: result: o > configure:2502: checking whether the compiler supports GNU C++ > configure:2522: g++ -c conftest.cpp >&5 > configure:2522: $? = 0 > configure:2532: result: yes > configure:2543: checking whether g++ accepts -g > configure:2564: g++ -c -g conftest.cpp >&5 > configure:2564: $? = 0 > configure:2608: result: yes > configure:2628: checking for g++ option to enable C++11 features > configure:2643: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2643: $? = 0 > configure:2661: result: none needed > configure:2730: checking for stdio.h > configure:2730: g++ -c -g -O2 conftest.cpp >&5 > configure:2730: $? = 0 > configure:2730: result: yes > configure:2730: checking for stdlib.h > configure:2730: g++ -c -g -O2 conftest.cpp >&5 > configure:2730: $? = 0 > configure:2730: result: yes > configure:2730: checking for string.h > configure:2730: g++ -c -g -O2 conftest.cpp >&5 > configure:2730: $? = 0 > configure:2730: result: yes > configure:2730: checking for inttypes.h > configure:2730: g++ -c -g -O2 conftest.cpp >&5 > configure:2730: $? = 0 > configure:2730: result: yes > configure:2730: checking for stdint.h > configure:2730: g++ -c -g -O2 conftest.cpp >&5 > configure:2730: $? = 0 > configure:2730: result: yes > configure:2730: checking for strings.h > configure:2730: g++ -c -g -O2 conftest.cpp >&5 > configure:2730: $? = 0 > configure:2730: result: yes > configure:2730: checking for sys/stat.h > configure:2730: g++ -c -g -O2 conftest.cpp >&5 > configure:2730: $? = 0 > configure:2730: result: yes > configure:2730: checking for sys/types.h > configure:2730: g++ -c -g -O2 conftest.cpp >&5 > configure:2730: $? = 0 > configure:2730: result: yes > configure:2730: checking for unistd.h > configure:2730: g++ -c -g -O2 conftest.cpp >&5 > configure:2730: $? = 0 > configure:2730: result: yes > configure:2755: checking for grep that handles long lines and -e > configure:2819: result: /usr/bin/grep > configure:2827: checking for egrep > configure:2895: result: /usr/bin/grep -E > configure:2958: updating cache config.cache > configure:3007: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_path_EGREP='/usr/bin/grep -E' > ac_cv_path_GREP=/usr/bin/grep > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='/usr/bin/grep -E' > EXEEXT='' > GREP='/usr/bin/grep' > 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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 518. acheaders.at:19: 518. AC_HEADER_STDC (acheaders.at:19): FAILED (acheaders.at:19) # -*- compilation -*- 520. acheaders.at:20: testing AC_HEADER_TIME ... ./acheaders.at:20: autoconf --force -Wno-obsolete ./acheaders.at:20: "$SHELL_N" -n configure stderr: ./acheaders.at:20: autoheader -Wno-obsolete ./acheaders.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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:20: ath_fn_check_env ./acheaders.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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/time.h... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:20: ath_fn_check_env ./acheaders.at:20: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acheaders.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acheaders.at:20: autoconf --force -Wno-obsolete ./acheaders.at:20: "$SHELL_N" -n configure stderr: ./acheaders.at:20: autoheader -Wno-obsolete ./acheaders.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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:20: ath_fn_check_env ./acheaders.at:20: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acheaders.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acheaders.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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/time.h... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:20: ath_fn_check_env ./acheaders.at:20: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acheaders.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acheaders.at:20: autoconf --force -Wno-obsolete stderr: stdout: ./acheaders.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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acheaders.at:20: "$SHELL_N" -n configure stderr: ./acheaders.at:20: autoheader -Wno-obsolete ./acheaders.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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:20: ath_fn_check_env ./acheaders.at:20: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acheaders.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/520/stdout 2022-09-28 19:34:36.350087387 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:36.347087318 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:36.349087364 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/520 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acheaders.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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1771: creating cache config.cache > configure:2162: checking for g++ > configure:2183: found /usr/bin/g++ > configure:2194: result: g++ > configure:2221: checking for C++ compiler version > configure:2230: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2241: $? = 0 > configure:2230: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2241: $? = 0 > configure:2230: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2241: $? = 1 > configure:2230: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2241: $? = 1 > configure:2261: checking whether the C++ compiler works > configure:2283: g++ conftest.cpp >&5 > configure:2287: $? = 0 > configure:2337: result: yes > configure:2340: checking for C++ compiler default output file name > configure:2342: result: a.out > configure:2348: checking for suffix of executables > configure:2355: g++ -o conftest conftest.cpp >&5 > configure:2359: $? = 0 > configure:2382: result: > configure:2404: checking whether we are cross compiling > configure:2412: g++ -o conftest conftest.cpp >&5 > configure:2416: $? = 0 > configure:2423: ./conftest > configure:2427: $? = 0 > configure:2442: result: no > configure:2447: checking for suffix of object files > configure:2470: g++ -c conftest.cpp >&5 > configure:2474: $? = 0 > configure:2496: result: o > configure:2500: checking whether the compiler supports GNU C++ > configure:2520: g++ -c conftest.cpp >&5 > configure:2520: $? = 0 > configure:2530: result: yes > configure:2541: checking whether g++ accepts -g > configure:2562: g++ -c -g conftest.cpp >&5 > configure:2562: $? = 0 > configure:2606: result: yes > configure:2626: checking for g++ option to enable C++11 features > configure:2641: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2641: $? = 0 > configure:2659: result: none needed > configure:2728: checking for stdio.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for stdlib.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for string.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for inttypes.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for stdint.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for strings.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for sys/stat.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for sys/types.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for unistd.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for sys/time.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2820: updating cache config.cache > configure:2869: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:669: creating config.h > config.status:759: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_time_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define HAVE_SYS_TIME_H 1 > #define STDC_HEADERS 1 > #define TIME_WITH_SYS_TIME 1 > > configure: exit 0 520. acheaders.at:20: 520. AC_HEADER_TIME (acheaders.at:20): FAILED (acheaders.at:20) # -*- compilation -*- 522. acheaders.at:21: testing AC_MEMORY_H ... ./acheaders.at:21: autoconf --force -Wno-obsolete ./acheaders.at:21: "$SHELL_N" -n configure stderr: ./acheaders.at:21: autoheader -Wno-obsolete ./acheaders.at:21: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for memory.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:21: ath_fn_check_env ./acheaders.at:21: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for memory.h... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:21: ath_fn_check_env ./acheaders.at:21: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acheaders.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acheaders.at:21: autoconf --force -Wno-obsolete ./acheaders.at:21: "$SHELL_N" -n configure stderr: ./acheaders.at:21: autoheader -Wno-obsolete ./acheaders.at:21: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for memory.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:21: ath_fn_check_env ./acheaders.at:21: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acheaders.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acheaders.at:21: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for memory.h... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:21: ath_fn_check_env ./acheaders.at:21: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acheaders.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acheaders.at:21: autoconf --force -Wno-obsolete stderr: stdout: ./acheaders.at:21: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acheaders.at:21: "$SHELL_N" -n configure stderr: ./acheaders.at:21: autoheader -Wno-obsolete ./acheaders.at:21: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for memory.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:21: ath_fn_check_env ./acheaders.at:21: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acheaders.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/522/stdout 2022-09-28 19:34:40.086174059 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:40.083173990 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:40.085174036 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/522 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acheaders.at:21: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1771: creating cache config.cache > configure:2162: checking for g++ > configure:2183: found /usr/bin/g++ > configure:2194: result: g++ > configure:2221: checking for C++ compiler version > configure:2230: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2241: $? = 0 > configure:2230: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2241: $? = 0 > configure:2230: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2241: $? = 1 > configure:2230: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2241: $? = 1 > configure:2261: checking whether the C++ compiler works > configure:2283: g++ conftest.cpp >&5 > configure:2287: $? = 0 > configure:2337: result: yes > configure:2340: checking for C++ compiler default output file name > configure:2342: result: a.out > configure:2348: checking for suffix of executables > configure:2355: g++ -o conftest conftest.cpp >&5 > configure:2359: $? = 0 > configure:2382: result: > configure:2404: checking whether we are cross compiling > configure:2412: g++ -o conftest conftest.cpp >&5 > configure:2416: $? = 0 > configure:2423: ./conftest > configure:2427: $? = 0 > configure:2442: result: no > configure:2447: checking for suffix of object files > configure:2470: g++ -c conftest.cpp >&5 > configure:2474: $? = 0 > configure:2496: result: o > configure:2500: checking whether the compiler supports GNU C++ > configure:2520: g++ -c conftest.cpp >&5 > configure:2520: $? = 0 > configure:2530: result: yes > configure:2541: checking whether g++ accepts -g > configure:2562: g++ -c -g conftest.cpp >&5 > configure:2562: $? = 0 > configure:2606: result: yes > configure:2626: checking for g++ option to enable C++11 features > configure:2641: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2641: $? = 0 > configure:2659: result: none needed > configure:2728: checking for stdio.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for stdlib.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for string.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for inttypes.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for stdint.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for strings.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for sys/stat.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for sys/types.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for unistd.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2728: checking for memory.h > configure:2728: g++ -c -g -O2 conftest.cpp >&5 > configure:2728: $? = 0 > configure:2728: result: yes > configure:2820: updating cache config.cache > configure:2869: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:669: creating config.h > config.status:759: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_memory_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define HAVE_MEMORY_H 1 > #define STDC_HEADERS 1 > #define NEED_MEMORY_H 1 > > configure: exit 0 522. acheaders.at:21: 522. AC_MEMORY_H (acheaders.at:21): FAILED (acheaders.at:21) # -*- compilation -*- 524. acheaders.at:22: testing AC_UNISTD_H ... ./acheaders.at:22: autoconf --force -Wno-obsolete ./acheaders.at:22: "$SHELL_N" -n configure stderr: ./acheaders.at:22: autoheader -Wno-obsolete ./acheaders.at:22: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:22: ath_fn_check_env ./acheaders.at:22: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:22: ath_fn_check_env ./acheaders.at:22: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acheaders.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acheaders.at:22: autoconf --force -Wno-obsolete ./acheaders.at:22: "$SHELL_N" -n configure stderr: ./acheaders.at:22: autoheader -Wno-obsolete ./acheaders.at:22: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:22: ath_fn_check_env ./acheaders.at:22: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acheaders.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acheaders.at:22: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:22: ath_fn_check_env ./acheaders.at:22: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acheaders.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acheaders.at:22: autoconf --force -Wno-obsolete stderr: stdout: ./acheaders.at:22: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acheaders.at:22: "$SHELL_N" -n configure stderr: ./acheaders.at:22: autoheader -Wno-obsolete ./acheaders.at:22: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:22: ath_fn_check_env ./acheaders.at:22: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acheaders.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/524/stdout 2022-09-28 19:34:43.753259129 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:43.751259082 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:43.753259129 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/524 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acheaders.at:22: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1771: creating cache config.cache > configure:2161: checking for g++ > configure:2182: found /usr/bin/g++ > configure:2193: result: g++ > configure:2220: checking for C++ compiler version > configure:2229: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2240: $? = 0 > configure:2229: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2240: $? = 0 > configure:2229: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2240: $? = 1 > configure:2229: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2240: $? = 1 > configure:2260: checking whether the C++ compiler works > configure:2282: g++ conftest.cpp >&5 > configure:2286: $? = 0 > configure:2336: result: yes > configure:2339: checking for C++ compiler default output file name > configure:2341: result: a.out > configure:2347: checking for suffix of executables > configure:2354: g++ -o conftest conftest.cpp >&5 > configure:2358: $? = 0 > configure:2381: result: > configure:2403: checking whether we are cross compiling > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2422: ./conftest > configure:2426: $? = 0 > configure:2441: result: no > configure:2446: checking for suffix of object files > configure:2469: g++ -c conftest.cpp >&5 > configure:2473: $? = 0 > configure:2495: result: o > configure:2499: checking whether the compiler supports GNU C++ > configure:2519: g++ -c conftest.cpp >&5 > configure:2519: $? = 0 > configure:2529: result: yes > configure:2540: checking whether g++ accepts -g > configure:2561: g++ -c -g conftest.cpp >&5 > configure:2561: $? = 0 > configure:2605: result: yes > configure:2625: checking for g++ option to enable C++11 features > configure:2640: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2640: $? = 0 > configure:2658: result: none needed > configure:2727: checking for stdio.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for stdlib.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for string.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for inttypes.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for stdint.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for strings.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for sys/stat.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for sys/types.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for unistd.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2812: updating cache config.cache > configure:2861: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 524. acheaders.at:22: 524. AC_UNISTD_H (acheaders.at:22): FAILED (acheaders.at:22) # -*- compilation -*- 526. acheaders.at:23: testing AC_USG ... ./acheaders.at:23: autoconf --force -Wno-obsolete ./acheaders.at:23: "$SHELL_N" -n configure stderr: ./acheaders.at:23: autoheader -Wno-obsolete ./acheaders.at:23: ./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... none needed checking for BSD string and memory functions... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:23: ath_fn_check_env ./acheaders.at:23: ./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) none needed checking for BSD string and memory functions... yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:23: ath_fn_check_env ./acheaders.at:23: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acheaders.at:23: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acheaders.at:23: autoconf --force -Wno-obsolete ./acheaders.at:23: "$SHELL_N" -n configure stderr: ./acheaders.at:23: autoheader -Wno-obsolete ./acheaders.at:23: ./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... none needed checking for BSD string and memory functions... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:23: ath_fn_check_env ./acheaders.at:23: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acheaders.at:23: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acheaders.at:23: ./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) none needed checking for BSD string and memory functions... yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:23: ath_fn_check_env ./acheaders.at:23: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acheaders.at:23: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acheaders.at:23: autoconf --force -Wno-obsolete stderr: stdout: ./acheaders.at:23: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acheaders.at:23: "$SHELL_N" -n configure stderr: ./acheaders.at:23: autoheader -Wno-obsolete ./acheaders.at:23: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for BSD string and memory functions... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:23: ath_fn_check_env ./acheaders.at:23: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acheaders.at:23: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/526/stdout 2022-09-28 19:34:47.062335890 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:47.059335821 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:47.061335867 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/526 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acheaders.at:23: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2697: checking for BSD string and memory functions > configure:2710: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2710: $? = 0 > configure:2712: result: yes > configure:2782: updating cache config.cache > configure:2831: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 "" > > configure: exit 0 526. acheaders.at:23: 526. AC_USG (acheaders.at:23): FAILED (acheaders.at:23) # -*- compilation -*- 528. acheaders.at:24: testing _AC_CHECK_HEADER_MONGREL ... ./acheaders.at:24: autoconf --force -Wno-obsolete ./acheaders.at:24: "$SHELL_N" -n configure stderr: ./acheaders.at:24: autoheader -Wno-obsolete ./acheaders.at:24: ./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... none needed checking how to run the C preprocessor... gcc -E checking for ... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acheaders.at:24: ath_fn_check_env ./acheaders.at:24: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for ... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:24: ath_fn_check_env ./acheaders.at:24: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acheaders.at:24: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acheaders.at:24: autoconf --force -Wno-obsolete ./acheaders.at:24: "$SHELL_N" -n configure stderr: ./acheaders.at:24: autoheader -Wno-obsolete ./acheaders.at:24: ./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... none needed checking how to run the C preprocessor... gcc -E checking for ... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:24: ath_fn_check_env ./acheaders.at:24: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acheaders.at:24: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acheaders.at:24: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for ... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:24: ath_fn_check_env ./acheaders.at:24: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acheaders.at:24: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acheaders.at:24: autoconf --force -Wno-obsolete stderr: stdout: ./acheaders.at:24: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acheaders.at:24: "$SHELL_N" -n configure stderr: ./acheaders.at:24: autoheader -Wno-obsolete ./acheaders.at:24: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E checking for ... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acheaders.at:24: ath_fn_check_env ./acheaders.at:24: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acheaders.at:24: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/528/stdout 2022-09-28 19:34:50.172408034 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:50.169407965 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:50.171408011 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/528 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acheaders.at:24: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1779: creating cache config.cache > configure:2160: checking for g++ > configure:2181: found /usr/bin/g++ > configure:2192: result: g++ > configure:2219: checking for C++ compiler version > configure:2228: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2239: $? = 0 > configure:2228: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2239: $? = 0 > configure:2228: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2239: $? = 1 > configure:2228: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2239: $? = 1 > configure:2259: checking whether the C++ compiler works > configure:2281: g++ conftest.cpp >&5 > configure:2285: $? = 0 > configure:2335: result: yes > configure:2338: checking for C++ compiler default output file name > configure:2340: result: a.out > configure:2346: checking for suffix of executables > configure:2353: g++ -o conftest conftest.cpp >&5 > configure:2357: $? = 0 > configure:2380: result: > configure:2402: checking whether we are cross compiling > configure:2410: g++ -o conftest conftest.cpp >&5 > configure:2414: $? = 0 > configure:2421: ./conftest > configure:2425: $? = 0 > configure:2440: result: no > configure:2445: checking for suffix of object files > configure:2468: g++ -c conftest.cpp >&5 > configure:2472: $? = 0 > configure:2494: result: o > configure:2498: checking whether the compiler supports GNU C++ > configure:2518: g++ -c conftest.cpp >&5 > configure:2518: $? = 0 > configure:2528: result: yes > configure:2539: checking whether g++ accepts -g > configure:2560: g++ -c -g conftest.cpp >&5 > configure:2560: $? = 0 > configure:2604: result: yes > configure:2624: checking for g++ option to enable C++11 features > configure:2639: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2639: $? = 0 > configure:2657: result: none needed > configure:2727: checking how to run the C++ preprocessor > configure:2749: g++ -E conftest.cpp > configure:2749: $? = 0 > configure:2764: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2764: $? = 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. */ > | #include > configure:2791: result: g++ -E > configure:2805: g++ -E conftest.cpp > configure:2805: $? = 0 > configure:2820: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2820: $? = 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. */ > | #include > configure:2851: checking for > configure:2851: g++ -E conftest.cpp > conftest.cpp:9:10: error: empty filename in #include > 9 | #include <> > | ^~ > configure:2851: $? = 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. */ > | #include <> > configure:2851: result: no > configure:2914: updating cache config.cache > configure:2963: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_=no > ac_cv_objext=o > ac_cv_prog_CXXCPP='g++ -E' > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXCPP='g++ -E' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 "" > > configure: exit 0 528. acheaders.at:24: 528. _AC_CHECK_HEADER_MONGREL (acheaders.at:24): FAILED (acheaders.at:24) # -*- compilation -*- 530. actypes.at:8: testing AC_STRUCT_DIRENT_D_INO ... ./actypes.at:8: autoconf --force ./actypes.at:8: "$SHELL_N" -n configure stderr: ./actypes.at:8: autoheader ./actypes.at:8: ./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... none needed checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for struct dirent.d_ino... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:8: ath_fn_check_env ./actypes.at:8: ./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) none needed checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking for struct dirent.d_ino... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:8: ath_fn_check_env ./actypes.at:8: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:8: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:8: autoconf --force ./actypes.at:8: "$SHELL_N" -n configure stderr: ./actypes.at:8: autoheader ./actypes.at:8: ./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... none needed checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for struct dirent.d_ino... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:8: ath_fn_check_env ./actypes.at:8: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:8: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:8: ./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) none needed checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking for struct dirent.d_ino... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:8: ath_fn_check_env ./actypes.at:8: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:8: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:8: autoconf --force stderr: stdout: ./actypes.at:8: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:8: "$SHELL_N" -n configure stderr: ./actypes.at:8: autoheader ./actypes.at:8: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for struct dirent.d_ino... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:8: ath_fn_check_env ./actypes.at:8: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:8: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/530/stdout 2022-09-28 19:34:53.373482287 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:53.370482218 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:53.372482264 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/530 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:8: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1813: creating cache config.cache > configure:2194: checking for g++ > configure:2215: found /usr/bin/g++ > configure:2226: result: g++ > configure:2253: checking for C++ compiler version > configure:2262: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2273: $? = 0 > configure:2262: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2273: $? = 0 > configure:2262: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2273: $? = 1 > configure:2262: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2273: $? = 1 > configure:2293: checking whether the C++ compiler works > configure:2315: g++ conftest.cpp >&5 > configure:2319: $? = 0 > configure:2369: result: yes > configure:2372: checking for C++ compiler default output file name > configure:2374: result: a.out > configure:2380: checking for suffix of executables > configure:2387: g++ -o conftest conftest.cpp >&5 > configure:2391: $? = 0 > configure:2414: result: > configure:2436: checking whether we are cross compiling > configure:2444: g++ -o conftest conftest.cpp >&5 > configure:2448: $? = 0 > configure:2455: ./conftest > configure:2459: $? = 0 > configure:2474: result: no > configure:2479: checking for suffix of object files > configure:2502: g++ -c conftest.cpp >&5 > configure:2506: $? = 0 > configure:2528: result: o > configure:2532: checking whether the compiler supports GNU C++ > configure:2552: g++ -c conftest.cpp >&5 > configure:2552: $? = 0 > configure:2562: result: yes > configure:2573: checking whether g++ accepts -g > configure:2594: g++ -c -g conftest.cpp >&5 > configure:2594: $? = 0 > configure:2638: result: yes > configure:2658: checking for g++ option to enable C++11 features > configure:2673: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2673: $? = 0 > configure:2691: result: none needed > configure:2759: checking for dirent.h that defines DIR > configure:2779: g++ -c -g -O2 conftest.cpp >&5 > configure:2779: $? = 0 > configure:2788: result: yes > configure:2802: checking for library containing opendir > configure:2831: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2831: $? = 0 > configure:2851: result: none required > configure:2923: checking for struct dirent.d_ino > configure:2923: g++ -c -g -O2 conftest.cpp >&5 > configure:2923: $? = 0 > configure:2923: result: yes > configure:3007: updating cache config.cache > configure:3056: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:659: creating config.h > config.status:749: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_dirent_dirent_h=yes > ac_cv_member_struct_dirent_d_ino=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_search_opendir='none required' > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_DIRENT_H 1 > #define HAVE_STRUCT_DIRENT_D_INO 1 > > configure: exit 0 530. actypes.at:8: 530. AC_STRUCT_DIRENT_D_INO (actypes.at:8): FAILED (actypes.at:8) # -*- compilation -*- 531. actypes.at:9: testing AC_STRUCT_DIRENT_D_TYPE ... ./actypes.at:9: autoconf --force ./actypes.at:9: "$SHELL_N" -n configure stderr: ./actypes.at:9: autoheader ./actypes.at:9: ./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... none needed checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for struct dirent.d_type... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:9: ath_fn_check_env ./actypes.at:9: ./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) none needed checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking for struct dirent.d_type... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:9: ath_fn_check_env ./actypes.at:9: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:9: autoconf --force ./actypes.at:9: "$SHELL_N" -n configure stderr: ./actypes.at:9: autoheader ./actypes.at:9: ./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... none needed checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for struct dirent.d_type... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:9: ath_fn_check_env ./actypes.at:9: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:9: ./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) none needed checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking for struct dirent.d_type... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:9: ath_fn_check_env ./actypes.at:9: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:9: autoconf --force stderr: stdout: ./actypes.at:9: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:9: "$SHELL_N" -n configure stderr: ./actypes.at:9: autoheader ./actypes.at:9: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for struct dirent.d_type... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:9: ath_fn_check_env ./actypes.at:9: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/531/stdout 2022-09-28 19:34:55.294526848 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:55.291526778 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:55.293526824 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/531 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:9: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1813: creating cache config.cache > configure:2194: checking for g++ > configure:2215: found /usr/bin/g++ > configure:2226: result: g++ > configure:2253: checking for C++ compiler version > configure:2262: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2273: $? = 0 > configure:2262: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2273: $? = 0 > configure:2262: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2273: $? = 1 > configure:2262: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2273: $? = 1 > configure:2293: checking whether the C++ compiler works > configure:2315: g++ conftest.cpp >&5 > configure:2319: $? = 0 > configure:2369: result: yes > configure:2372: checking for C++ compiler default output file name > configure:2374: result: a.out > configure:2380: checking for suffix of executables > configure:2387: g++ -o conftest conftest.cpp >&5 > configure:2391: $? = 0 > configure:2414: result: > configure:2436: checking whether we are cross compiling > configure:2444: g++ -o conftest conftest.cpp >&5 > configure:2448: $? = 0 > configure:2455: ./conftest > configure:2459: $? = 0 > configure:2474: result: no > configure:2479: checking for suffix of object files > configure:2502: g++ -c conftest.cpp >&5 > configure:2506: $? = 0 > configure:2528: result: o > configure:2532: checking whether the compiler supports GNU C++ > configure:2552: g++ -c conftest.cpp >&5 > configure:2552: $? = 0 > configure:2562: result: yes > configure:2573: checking whether g++ accepts -g > configure:2594: g++ -c -g conftest.cpp >&5 > configure:2594: $? = 0 > configure:2638: result: yes > configure:2658: checking for g++ option to enable C++11 features > configure:2673: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2673: $? = 0 > configure:2691: result: none needed > configure:2759: checking for dirent.h that defines DIR > configure:2779: g++ -c -g -O2 conftest.cpp >&5 > configure:2779: $? = 0 > configure:2788: result: yes > configure:2802: checking for library containing opendir > configure:2831: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2831: $? = 0 > configure:2851: result: none required > configure:2923: checking for struct dirent.d_type > configure:2923: g++ -c -g -O2 conftest.cpp >&5 > configure:2923: $? = 0 > configure:2923: result: yes > configure:3007: updating cache config.cache > configure:3056: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:659: creating config.h > config.status:749: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_dirent_dirent_h=yes > ac_cv_member_struct_dirent_d_type=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_search_opendir='none required' > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_DIRENT_H 1 > #define HAVE_STRUCT_DIRENT_D_TYPE 1 > > configure: exit 0 531. actypes.at:9: 531. AC_STRUCT_DIRENT_D_TYPE (actypes.at:9): FAILED (actypes.at:9) # -*- compilation -*- 532. actypes.at:10: testing AC_STRUCT_ST_BLOCKS ... ./actypes.at:10: autoconf --force ./actypes.at:10: "$SHELL_N" -n configure stderr: ./actypes.at:10: autoheader ./actypes.at:10: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for struct stat.st_blocks... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:10: ath_fn_check_env ./actypes.at:10: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for struct stat.st_blocks... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:10: ath_fn_check_env ./actypes.at:10: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:10: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:10: autoconf --force ./actypes.at:10: "$SHELL_N" -n configure stderr: ./actypes.at:10: autoheader ./actypes.at:10: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for struct stat.st_blocks... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:10: ath_fn_check_env ./actypes.at:10: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:10: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:10: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for struct stat.st_blocks... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:10: ath_fn_check_env ./actypes.at:10: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:10: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:10: autoconf --force stderr: stdout: ./actypes.at:10: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:10: "$SHELL_N" -n configure stderr: ./actypes.at:10: autoheader ./actypes.at:10: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for struct stat.st_blocks... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:10: ath_fn_check_env ./actypes.at:10: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:10: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/532/stdout 2022-09-28 19:34:57.513578320 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:57.510578251 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:57.512578296 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/532 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:10: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1831: creating cache config.cache > configure:2221: checking for g++ > configure:2242: found /usr/bin/g++ > configure:2253: result: g++ > configure:2280: checking for C++ compiler version > configure:2289: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2300: $? = 0 > configure:2289: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2300: $? = 0 > configure:2289: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2300: $? = 1 > configure:2289: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2300: $? = 1 > configure:2320: checking whether the C++ compiler works > configure:2342: g++ conftest.cpp >&5 > configure:2346: $? = 0 > configure:2396: result: yes > configure:2399: checking for C++ compiler default output file name > configure:2401: result: a.out > configure:2407: checking for suffix of executables > configure:2414: g++ -o conftest conftest.cpp >&5 > configure:2418: $? = 0 > configure:2441: result: > configure:2463: checking whether we are cross compiling > configure:2471: g++ -o conftest conftest.cpp >&5 > configure:2475: $? = 0 > configure:2482: ./conftest > configure:2486: $? = 0 > configure:2501: result: no > configure:2506: checking for suffix of object files > configure:2529: g++ -c conftest.cpp >&5 > configure:2533: $? = 0 > configure:2555: result: o > configure:2559: checking whether the compiler supports GNU C++ > configure:2579: g++ -c conftest.cpp >&5 > configure:2579: $? = 0 > configure:2589: result: yes > configure:2600: checking whether g++ accepts -g > configure:2621: g++ -c -g conftest.cpp >&5 > configure:2621: $? = 0 > configure:2665: result: yes > configure:2685: checking for g++ option to enable C++11 features > configure:2700: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2700: $? = 0 > configure:2718: result: none needed > configure:2787: checking for stdio.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for stdlib.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for string.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for inttypes.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for stdint.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for strings.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for sys/stat.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for sys/types.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for unistd.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2812: checking for struct stat.st_blocks > configure:2812: g++ -c -g -O2 conftest.cpp >&5 > configure:2812: $? = 0 > configure:2812: result: yes > configure:2888: updating cache config.cache > configure:2937: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:669: creating config.h > config.status:759: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_member_struct_stat_st_blocks=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_STRUCT_STAT_ST_BLOCKS 1 > #define HAVE_ST_BLOCKS 1 > > configure: exit 0 532. actypes.at:10: 532. AC_STRUCT_ST_BLOCKS (actypes.at:10): FAILED (actypes.at:10) # -*- compilation -*- 533. actypes.at:11: testing AC_STRUCT_TIMEZONE ... ./actypes.at:11: autoconf --force ./actypes.at:11: "$SHELL_N" -n configure stderr: ./actypes.at:11: autoheader ./actypes.at:11: ./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... none needed checking whether struct tm is in sys/time.h or time.h... time.h checking for gcc options needed to detect all undeclared functions... none needed checking for struct tm.tm_zone... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:11: ath_fn_check_env ./actypes.at:11: ./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) none needed checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for gcc options needed to detect all undeclared functions... (cached) none needed checking for struct tm.tm_zone... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:11: ath_fn_check_env ./actypes.at:11: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:11: autoconf --force ./actypes.at:11: "$SHELL_N" -n configure stderr: ./actypes.at:11: autoheader ./actypes.at:11: ./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... none needed checking whether struct tm is in sys/time.h or time.h... time.h checking for gcc options needed to detect all undeclared functions... none needed checking for struct tm.tm_zone... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:11: ath_fn_check_env ./actypes.at:11: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:11: ./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) none needed checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for gcc options needed to detect all undeclared functions... (cached) none needed checking for struct tm.tm_zone... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:11: ath_fn_check_env ./actypes.at:11: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:11: autoconf --force stderr: stdout: ./actypes.at:11: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:11: "$SHELL_N" -n configure stderr: ./actypes.at:11: autoheader ./actypes.at:11: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking whether struct tm is in sys/time.h or time.h... time.h checking for g++ options needed to detect all undeclared functions... none needed checking for struct tm.tm_zone... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:11: ath_fn_check_env ./actypes.at:11: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/533/stdout 2022-09-28 19:34:59.400622090 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:34:59.396621998 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:34:59.399622067 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/533 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:11: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1865: creating cache config.cache > configure:2246: checking for g++ > configure:2267: found /usr/bin/g++ > configure:2278: result: g++ > configure:2305: checking for C++ compiler version > configure:2314: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2325: $? = 0 > configure:2314: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2325: $? = 0 > configure:2314: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2325: $? = 1 > configure:2314: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2325: $? = 1 > configure:2345: checking whether the C++ compiler works > configure:2367: g++ conftest.cpp >&5 > configure:2371: $? = 0 > configure:2421: result: yes > configure:2424: checking for C++ compiler default output file name > configure:2426: result: a.out > configure:2432: checking for suffix of executables > configure:2439: g++ -o conftest conftest.cpp >&5 > configure:2443: $? = 0 > configure:2466: result: > configure:2488: checking whether we are cross compiling > configure:2496: g++ -o conftest conftest.cpp >&5 > configure:2500: $? = 0 > configure:2507: ./conftest > configure:2511: $? = 0 > configure:2526: result: no > configure:2531: checking for suffix of object files > configure:2554: g++ -c conftest.cpp >&5 > configure:2558: $? = 0 > configure:2580: result: o > configure:2584: checking whether the compiler supports GNU C++ > configure:2604: g++ -c conftest.cpp >&5 > configure:2604: $? = 0 > configure:2614: result: yes > configure:2625: checking whether g++ accepts -g > configure:2646: g++ -c -g conftest.cpp >&5 > configure:2646: $? = 0 > configure:2690: result: yes > configure:2710: checking for g++ option to enable C++11 features > configure:2725: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2725: $? = 0 > configure:2743: result: none needed > configure:2808: checking whether struct tm is in sys/time.h or time.h > configure:2829: g++ -c -g -O2 conftest.cpp >&5 > configure:2829: $? = 0 > configure:2837: result: time.h > configure:2845: checking for g++ options needed to detect all undeclared functions > configure:2867: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:13:8: error: 'strchr' was not declared in this scope > 13 | (void) strchr; > | ^~~~~~ > conftest.cpp:1:1: note: 'strchr' is defined in header ''; did you forget to '#include '? > 1 | /* confdefs.h */ > configure:2867: $? = 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. */ > | > | int > | main (void) > | { > | (void) strchr; > | ; > | return 0; > | } > configure:2894: g++ -c -g -O2 conftest.cpp >&5 > configure:2894: $? = 0 > configure:2911: result: none needed > configure:2925: checking for struct tm.tm_zone > configure:2925: g++ -c -g -O2 conftest.cpp >&5 > configure:2925: $? = 0 > configure:2925: result: yes > configure:3048: updating cache config.cache > configure:3097: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:659: creating config.h > config.status:749: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_cxx_undeclared_builtin_options='none needed' > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_member_struct_tm_tm_zone=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_struct_tm=time.h > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STRUCT_TM_TM_ZONE 1 > #define HAVE_TM_ZONE 1 > > configure: exit 0 533. actypes.at:11: 533. AC_STRUCT_TIMEZONE (actypes.at:11): FAILED (actypes.at:11) # -*- compilation -*- 534. actypes.at:12: testing AC_TYPE_INT16_T ... ./actypes.at:12: autoconf --force ./actypes.at:12: "$SHELL_N" -n configure stderr: ./actypes.at:12: autoheader ./actypes.at:12: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for int16_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:12: ath_fn_check_env ./actypes.at:12: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for int16_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:12: ath_fn_check_env ./actypes.at:12: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:12: autoconf --force ./actypes.at:12: "$SHELL_N" -n configure stderr: ./actypes.at:12: autoheader ./actypes.at:12: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for int16_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:12: ath_fn_check_env ./actypes.at:12: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:12: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for int16_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:12: ath_fn_check_env ./actypes.at:12: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:12: autoconf --force stderr: stdout: ./actypes.at:12: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:12: "$SHELL_N" -n configure stderr: ./actypes.at:12: autoheader ./actypes.at:12: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for int16_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:12: ath_fn_check_env ./actypes.at:12: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/534/stdout 2022-09-28 19:35:01.678674930 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:01.675674860 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:01.677674906 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/534 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:12: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1851: creating cache config.cache > configure:2241: checking for g++ > configure:2262: found /usr/bin/g++ > configure:2273: result: g++ > configure:2300: checking for C++ compiler version > configure:2309: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2320: $? = 0 > configure:2309: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2320: $? = 0 > configure:2309: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2320: $? = 1 > configure:2309: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2320: $? = 1 > configure:2340: checking whether the C++ compiler works > configure:2362: g++ conftest.cpp >&5 > configure:2366: $? = 0 > configure:2416: result: yes > configure:2419: checking for C++ compiler default output file name > configure:2421: result: a.out > configure:2427: checking for suffix of executables > configure:2434: g++ -o conftest conftest.cpp >&5 > configure:2438: $? = 0 > configure:2461: result: > configure:2483: checking whether we are cross compiling > configure:2491: g++ -o conftest conftest.cpp >&5 > configure:2495: $? = 0 > configure:2502: ./conftest > configure:2506: $? = 0 > configure:2521: result: no > configure:2526: checking for suffix of object files > configure:2549: g++ -c conftest.cpp >&5 > configure:2553: $? = 0 > configure:2575: result: o > configure:2579: checking whether the compiler supports GNU C++ > configure:2599: g++ -c conftest.cpp >&5 > configure:2599: $? = 0 > configure:2609: result: yes > configure:2620: checking whether g++ accepts -g > configure:2641: g++ -c -g conftest.cpp >&5 > configure:2641: $? = 0 > configure:2685: result: yes > configure:2705: checking for g++ option to enable C++11 features > configure:2720: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2720: $? = 0 > configure:2738: result: none needed > configure:2807: checking for stdio.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for stdlib.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for string.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for inttypes.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for stdint.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for strings.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for sys/stat.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for sys/types.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for unistd.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2832: checking for int16_t > configure:2832: g++ -c -g -O2 conftest.cpp >&5 > configure:2832: $? = 0 > configure:2832: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:52:72: error: narrowing conversion of '-1' from 'int' to 'long unsigned int' [-Wnarrowing] > 52 | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))]; > | ^ > conftest.cpp:51:26: error: size '-1' of array 'test_array' is negative > 51 | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) > | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 52 | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))]; > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > configure:2832: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | enum { N = 16 / 2 - 1 }; > | int > | main (void) > | { > | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) > | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))]; > | test_array [0] = 0; > | return test_array [0]; > | > | ; > | return 0; > | } > configure:2832: result: yes > configure:2898: updating cache config.cache > configure:2947: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_int16_t=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 534. actypes.at:12: 534. AC_TYPE_INT16_T (actypes.at:12): FAILED (actypes.at:12) # -*- compilation -*- 535. actypes.at:13: testing AC_TYPE_INT32_T ... ./actypes.at:13: autoconf --force ./actypes.at:13: "$SHELL_N" -n configure stderr: ./actypes.at:13: autoheader ./actypes.at:13: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for int32_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:13: ath_fn_check_env ./actypes.at:13: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for int32_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:13: ath_fn_check_env ./actypes.at:13: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:13: autoconf --force ./actypes.at:13: "$SHELL_N" -n configure stderr: ./actypes.at:13: autoheader ./actypes.at:13: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for int32_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:13: ath_fn_check_env ./actypes.at:13: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:13: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for int32_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:13: ath_fn_check_env ./actypes.at:13: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:13: autoconf --force stderr: stdout: ./actypes.at:13: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:13: "$SHELL_N" -n configure stderr: ./actypes.at:13: autoheader ./actypes.at:13: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for int32_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:13: ath_fn_check_env ./actypes.at:13: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/535/stdout 2022-09-28 19:35:03.958727815 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:03.955727745 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:03.958727815 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/535 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:13: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1851: creating cache config.cache > configure:2241: checking for g++ > configure:2262: found /usr/bin/g++ > configure:2273: result: g++ > configure:2300: checking for C++ compiler version > configure:2309: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2320: $? = 0 > configure:2309: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2320: $? = 0 > configure:2309: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2320: $? = 1 > configure:2309: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2320: $? = 1 > configure:2340: checking whether the C++ compiler works > configure:2362: g++ conftest.cpp >&5 > configure:2366: $? = 0 > configure:2416: result: yes > configure:2419: checking for C++ compiler default output file name > configure:2421: result: a.out > configure:2427: checking for suffix of executables > configure:2434: g++ -o conftest conftest.cpp >&5 > configure:2438: $? = 0 > configure:2461: result: > configure:2483: checking whether we are cross compiling > configure:2491: g++ -o conftest conftest.cpp >&5 > configure:2495: $? = 0 > configure:2502: ./conftest > configure:2506: $? = 0 > configure:2521: result: no > configure:2526: checking for suffix of object files > configure:2549: g++ -c conftest.cpp >&5 > configure:2553: $? = 0 > configure:2575: result: o > configure:2579: checking whether the compiler supports GNU C++ > configure:2599: g++ -c conftest.cpp >&5 > configure:2599: $? = 0 > configure:2609: result: yes > configure:2620: checking whether g++ accepts -g > configure:2641: g++ -c -g conftest.cpp >&5 > configure:2641: $? = 0 > configure:2685: result: yes > configure:2705: checking for g++ option to enable C++11 features > configure:2720: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2720: $? = 0 > configure:2738: result: none needed > configure:2807: checking for stdio.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for stdlib.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for string.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for inttypes.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for stdint.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for strings.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for sys/stat.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for sys/types.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for unistd.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2832: checking for int32_t > configure:2832: g++ -c -g -O2 conftest.cpp >&5 > configure:2832: $? = 0 > configure:2832: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:52:67: warning: integer overflow in expression of type 'int32_t' {aka 'int'} results in '-2147483648' [-Woverflow] > 52 | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ > conftest.cpp:51:26: error: size '-1' of array 'test_array' is negative > 51 | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) > | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 52 | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > configure:2832: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | enum { N = 32 / 2 - 1 }; > | int > | main (void) > | { > | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) > | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; > | test_array [0] = 0; > | return test_array [0]; > | > | ; > | return 0; > | } > configure:2832: result: yes > configure:2898: updating cache config.cache > configure:2947: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_int32_t=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 535. actypes.at:13: 535. AC_TYPE_INT32_T (actypes.at:13): FAILED (actypes.at:13) # -*- compilation -*- 536. actypes.at:14: testing AC_TYPE_INT64_T ... ./actypes.at:14: autoconf --force ./actypes.at:14: "$SHELL_N" -n configure stderr: ./actypes.at:14: autoheader ./actypes.at:14: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for int64_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:14: ath_fn_check_env ./actypes.at:14: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for int64_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:14: ath_fn_check_env ./actypes.at:14: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:14: autoconf --force ./actypes.at:14: "$SHELL_N" -n configure stderr: ./actypes.at:14: autoheader ./actypes.at:14: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for int64_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:14: ath_fn_check_env ./actypes.at:14: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:14: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for int64_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:14: ath_fn_check_env ./actypes.at:14: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:14: autoconf --force stderr: stdout: ./actypes.at:14: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:14: "$SHELL_N" -n configure stderr: ./actypes.at:14: autoheader ./actypes.at:14: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for int64_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:14: ath_fn_check_env ./actypes.at:14: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/536/stdout 2022-09-28 19:35:06.237780675 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:06.233780583 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:06.236780653 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/536 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:14: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1851: creating cache config.cache > configure:2241: checking for g++ > configure:2262: found /usr/bin/g++ > configure:2273: result: g++ > configure:2300: checking for C++ compiler version > configure:2309: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2320: $? = 0 > configure:2309: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2320: $? = 0 > configure:2309: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2320: $? = 1 > configure:2309: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2320: $? = 1 > configure:2340: checking whether the C++ compiler works > configure:2362: g++ conftest.cpp >&5 > configure:2366: $? = 0 > configure:2416: result: yes > configure:2419: checking for C++ compiler default output file name > configure:2421: result: a.out > configure:2427: checking for suffix of executables > configure:2434: g++ -o conftest conftest.cpp >&5 > configure:2438: $? = 0 > configure:2461: result: > configure:2483: checking whether we are cross compiling > configure:2491: g++ -o conftest conftest.cpp >&5 > configure:2495: $? = 0 > configure:2502: ./conftest > configure:2506: $? = 0 > configure:2521: result: no > configure:2526: checking for suffix of object files > configure:2549: g++ -c conftest.cpp >&5 > configure:2553: $? = 0 > configure:2575: result: o > configure:2579: checking whether the compiler supports GNU C++ > configure:2599: g++ -c conftest.cpp >&5 > configure:2599: $? = 0 > configure:2609: result: yes > configure:2620: checking whether g++ accepts -g > configure:2641: g++ -c -g conftest.cpp >&5 > configure:2641: $? = 0 > configure:2685: result: yes > configure:2705: checking for g++ option to enable C++11 features > configure:2720: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2720: $? = 0 > configure:2738: result: none needed > configure:2807: checking for stdio.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for stdlib.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for string.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for inttypes.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for stdint.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for strings.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for sys/stat.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for sys/types.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for unistd.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2832: checking for int64_t > configure:2832: g++ -c -g -O2 conftest.cpp >&5 > configure:2832: $? = 0 > configure:2832: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:52:67: warning: integer overflow in expression of type 'int64_t' {aka 'long int'} results in '-9223372036854775808' [-Woverflow] > 52 | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ > conftest.cpp:51:26: error: size '-1' of array 'test_array' is negative > 51 | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) > | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 52 | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > configure:2832: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | enum { N = 64 / 2 - 1 }; > | int > | main (void) > | { > | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) > | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; > | test_array [0] = 0; > | return test_array [0]; > | > | ; > | return 0; > | } > configure:2832: result: yes > configure:2898: updating cache config.cache > configure:2947: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_int64_t=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 536. actypes.at:14: 536. AC_TYPE_INT64_T (actypes.at:14): FAILED (actypes.at:14) # -*- compilation -*- 537. actypes.at:15: testing AC_TYPE_INT8_T ... ./actypes.at:15: autoconf --force ./actypes.at:15: "$SHELL_N" -n configure stderr: ./actypes.at:15: autoheader ./actypes.at:15: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for int8_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:15: ath_fn_check_env ./actypes.at:15: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for int8_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:15: ath_fn_check_env ./actypes.at:15: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:15: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:15: autoconf --force ./actypes.at:15: "$SHELL_N" -n configure stderr: ./actypes.at:15: autoheader ./actypes.at:15: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for int8_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:15: ath_fn_check_env ./actypes.at:15: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:15: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:15: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for int8_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:15: ath_fn_check_env ./actypes.at:15: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:15: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:15: autoconf --force stderr: stdout: ./actypes.at:15: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:15: "$SHELL_N" -n configure stderr: ./actypes.at:15: autoheader ./actypes.at:15: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for int8_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:15: ath_fn_check_env ./actypes.at:15: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:15: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/537/stdout 2022-09-28 19:35:08.512833443 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:08.510833397 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:08.512833443 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/537 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:15: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1851: creating cache config.cache > configure:2241: checking for g++ > configure:2262: found /usr/bin/g++ > configure:2273: result: g++ > configure:2300: checking for C++ compiler version > configure:2309: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2320: $? = 0 > configure:2309: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2320: $? = 0 > configure:2309: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2320: $? = 1 > configure:2309: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2320: $? = 1 > configure:2340: checking whether the C++ compiler works > configure:2362: g++ conftest.cpp >&5 > configure:2366: $? = 0 > configure:2416: result: yes > configure:2419: checking for C++ compiler default output file name > configure:2421: result: a.out > configure:2427: checking for suffix of executables > configure:2434: g++ -o conftest conftest.cpp >&5 > configure:2438: $? = 0 > configure:2461: result: > configure:2483: checking whether we are cross compiling > configure:2491: g++ -o conftest conftest.cpp >&5 > configure:2495: $? = 0 > configure:2502: ./conftest > configure:2506: $? = 0 > configure:2521: result: no > configure:2526: checking for suffix of object files > configure:2549: g++ -c conftest.cpp >&5 > configure:2553: $? = 0 > configure:2575: result: o > configure:2579: checking whether the compiler supports GNU C++ > configure:2599: g++ -c conftest.cpp >&5 > configure:2599: $? = 0 > configure:2609: result: yes > configure:2620: checking whether g++ accepts -g > configure:2641: g++ -c -g conftest.cpp >&5 > configure:2641: $? = 0 > configure:2685: result: yes > configure:2705: checking for g++ option to enable C++11 features > configure:2720: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2720: $? = 0 > configure:2738: result: none needed > configure:2807: checking for stdio.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for stdlib.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for string.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for inttypes.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for stdint.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for strings.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for sys/stat.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for sys/types.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2807: checking for unistd.h > configure:2807: g++ -c -g -O2 conftest.cpp >&5 > configure:2807: $? = 0 > configure:2807: result: yes > configure:2832: checking for int8_t > configure:2832: g++ -c -g -O2 conftest.cpp >&5 > configure:2832: $? = 0 > configure:2832: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:52:70: error: narrowing conversion of '-1' from 'int' to 'long unsigned int' [-Wnarrowing] > 52 | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))]; > | ^ > conftest.cpp:51:26: error: size '-1' of array 'test_array' is negative > 51 | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) > | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 52 | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))]; > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > configure:2832: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | enum { N = 8 / 2 - 1 }; > | int > | main (void) > | { > | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) > | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))]; > | test_array [0] = 0; > | return test_array [0]; > | > | ; > | return 0; > | } > configure:2832: result: yes > configure:2898: updating cache config.cache > configure:2947: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_int8_t=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 537. actypes.at:15: 537. AC_TYPE_INT8_T (actypes.at:15): FAILED (actypes.at:15) # -*- compilation -*- 538. actypes.at:16: testing AC_TYPE_INTMAX_T ... ./actypes.at:16: autoconf --force ./actypes.at:16: "$SHELL_N" -n configure stderr: ./actypes.at:16: autoheader ./actypes.at:16: ./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... none needed checking for unsigned long long int... yes checking for long long int... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for intmax_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:16: ath_fn_check_env ./actypes.at:16: ./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) none needed checking for unsigned long long int... (cached) yes checking for long long int... (cached) yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for intmax_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:16: ath_fn_check_env ./actypes.at:16: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:16: autoconf --force ./actypes.at:16: "$SHELL_N" -n configure stderr: ./actypes.at:16: autoheader ./actypes.at:16: ./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... none needed checking for unsigned long long int... yes checking for long long int... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for intmax_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:16: ath_fn_check_env ./actypes.at:16: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:16: ./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) none needed checking for unsigned long long int... (cached) yes checking for long long int... (cached) yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for intmax_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:16: ath_fn_check_env ./actypes.at:16: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:16: autoconf --force stderr: stdout: ./actypes.at:16: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:16: "$SHELL_N" -n configure stderr: ./actypes.at:16: autoheader ./actypes.at:16: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for unsigned long long int... yes checking for long long int... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for intmax_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:16: ath_fn_check_env ./actypes.at:16: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/538/stdout 2022-09-28 19:35:10.962890269 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:10.959890199 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:10.961890245 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/538 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:16: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1918: creating cache config.cache > configure:2308: checking for g++ > configure:2329: found /usr/bin/g++ > configure:2340: result: g++ > configure:2367: checking for C++ compiler version > configure:2376: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2387: $? = 0 > configure:2376: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2387: $? = 0 > configure:2376: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2387: $? = 1 > configure:2376: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2387: $? = 1 > configure:2407: checking whether the C++ compiler works > configure:2429: g++ conftest.cpp >&5 > configure:2433: $? = 0 > configure:2483: result: yes > configure:2486: checking for C++ compiler default output file name > configure:2488: result: a.out > configure:2494: checking for suffix of executables > configure:2501: g++ -o conftest conftest.cpp >&5 > configure:2505: $? = 0 > configure:2528: result: > configure:2550: checking whether we are cross compiling > configure:2558: g++ -o conftest conftest.cpp >&5 > configure:2562: $? = 0 > configure:2569: ./conftest > configure:2573: $? = 0 > configure:2588: result: no > configure:2593: checking for suffix of object files > configure:2616: g++ -c conftest.cpp >&5 > configure:2620: $? = 0 > configure:2642: result: o > configure:2646: checking whether the compiler supports GNU C++ > configure:2666: g++ -c conftest.cpp >&5 > configure:2666: $? = 0 > configure:2676: result: yes > configure:2687: checking whether g++ accepts -g > configure:2708: g++ -c -g conftest.cpp >&5 > configure:2708: $? = 0 > configure:2752: result: yes > configure:2772: checking for g++ option to enable C++11 features > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2787: $? = 0 > configure:2805: result: none needed > configure:2871: checking for unsigned long long int > configure:2913: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2913: $? = 0 > configure:2923: result: yes > configure:2933: checking for long long int > configure:2975: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2975: $? = 0 > configure:2975: ./conftest > configure:2975: $? = 0 > configure:2988: result: yes > configure:3000: checking for stdio.h > configure:3000: g++ -c -g -O2 conftest.cpp >&5 > configure:3000: $? = 0 > configure:3000: result: yes > configure:3000: checking for stdlib.h > configure:3000: g++ -c -g -O2 conftest.cpp >&5 > configure:3000: $? = 0 > configure:3000: result: yes > configure:3000: checking for string.h > configure:3000: g++ -c -g -O2 conftest.cpp >&5 > configure:3000: $? = 0 > configure:3000: result: yes > configure:3000: checking for inttypes.h > configure:3000: g++ -c -g -O2 conftest.cpp >&5 > configure:3000: $? = 0 > configure:3000: result: yes > configure:3000: checking for stdint.h > configure:3000: g++ -c -g -O2 conftest.cpp >&5 > configure:3000: $? = 0 > configure:3000: result: yes > configure:3000: checking for strings.h > configure:3000: g++ -c -g -O2 conftest.cpp >&5 > configure:3000: $? = 0 > configure:3000: result: yes > configure:3000: checking for sys/stat.h > configure:3000: g++ -c -g -O2 conftest.cpp >&5 > configure:3000: $? = 0 > configure:3000: result: yes > configure:3000: checking for sys/types.h > configure:3000: g++ -c -g -O2 conftest.cpp >&5 > configure:3000: $? = 0 > configure:3000: result: yes > configure:3000: checking for unistd.h > configure:3000: g++ -c -g -O2 conftest.cpp >&5 > configure:3000: $? = 0 > configure:3000: result: yes > configure:3027: checking for intmax_t > configure:3027: g++ -c -g -O2 conftest.cpp >&5 > configure:3027: $? = 0 > configure:3027: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:52:22: error: expected primary-expression before ')' token > 52 | if (sizeof ((intmax_t))) > | ^ > configure:3027: $? = 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 "" > | #define HAVE_UNSIGNED_LONG_LONG_INT 1 > | #define HAVE_LONG_LONG_INT 1 > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | int > | main (void) > | { > | if (sizeof ((intmax_t))) > | return 0; > | ; > | return 0; > | } > configure:3027: result: yes > configure:3100: updating cache config.cache > configure:3149: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:670: creating config.h > config.status:760: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_intmax_t=yes > ac_cv_type_long_long_int=yes > ac_cv_type_unsigned_long_long_int=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_UNSIGNED_LONG_LONG_INT 1 > #define HAVE_LONG_LONG_INT 1 > #define HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_INTMAX_T 1 > > configure: exit 0 538. actypes.at:16: 538. AC_TYPE_INTMAX_T (actypes.at:16): FAILED (actypes.at:16) # -*- compilation -*- 539. actypes.at:17: testing AC_TYPE_INTPTR_T ... ./actypes.at:17: autoconf --force ./actypes.at:17: "$SHELL_N" -n configure stderr: ./actypes.at:17: autoheader ./actypes.at:17: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for intptr_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:17: ath_fn_check_env ./actypes.at:17: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for intptr_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:17: ath_fn_check_env ./actypes.at:17: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:17: autoconf --force ./actypes.at:17: "$SHELL_N" -n configure stderr: ./actypes.at:17: autoheader ./actypes.at:17: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for intptr_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:17: ath_fn_check_env ./actypes.at:17: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:17: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for intptr_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:17: ath_fn_check_env ./actypes.at:17: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:17: autoconf --force stderr: stdout: ./actypes.at:17: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:17: "$SHELL_N" -n configure stderr: ./actypes.at:17: autoheader ./actypes.at:17: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for intptr_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:17: ath_fn_check_env ./actypes.at:17: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/539/stdout 2022-09-28 19:35:13.240943104 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:13.236943011 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:13.239943080 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/539 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:17: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1828: creating cache config.cache > configure:2218: checking for g++ > configure:2239: found /usr/bin/g++ > configure:2250: result: g++ > configure:2277: checking for C++ compiler version > configure:2286: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2297: $? = 0 > configure:2286: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2297: $? = 0 > configure:2286: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2286: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2317: checking whether the C++ compiler works > configure:2339: g++ conftest.cpp >&5 > configure:2343: $? = 0 > configure:2393: result: yes > configure:2396: checking for C++ compiler default output file name > configure:2398: result: a.out > configure:2404: checking for suffix of executables > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2438: result: > configure:2460: checking whether we are cross compiling > configure:2468: g++ -o conftest conftest.cpp >&5 > configure:2472: $? = 0 > configure:2479: ./conftest > configure:2483: $? = 0 > configure:2498: result: no > configure:2503: checking for suffix of object files > configure:2526: g++ -c conftest.cpp >&5 > configure:2530: $? = 0 > configure:2552: result: o > configure:2556: checking whether the compiler supports GNU C++ > configure:2576: g++ -c conftest.cpp >&5 > configure:2576: $? = 0 > configure:2586: result: yes > configure:2597: checking whether g++ accepts -g > configure:2618: g++ -c -g conftest.cpp >&5 > configure:2618: $? = 0 > configure:2662: result: yes > configure:2682: checking for g++ option to enable C++11 features > configure:2697: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2697: $? = 0 > configure:2715: result: none needed > configure:2784: checking for stdio.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdlib.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for string.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for inttypes.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdint.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for strings.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/stat.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/types.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for unistd.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2810: checking for intptr_t > configure:2810: g++ -c -g -O2 conftest.cpp >&5 > configure:2810: $? = 0 > configure:2810: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:50:22: error: expected primary-expression before ')' token > 50 | if (sizeof ((intptr_t))) > | ^ > configure:2810: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | int > | main (void) > | { > | if (sizeof ((intptr_t))) > | return 0; > | ; > | return 0; > | } > configure:2810: result: yes > configure:2902: updating cache config.cache > configure:2951: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > config.status:758: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_intptr_t=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_INTPTR_T 1 > > configure: exit 0 539. actypes.at:17: 539. AC_TYPE_INTPTR_T (actypes.at:17): FAILED (actypes.at:17) # -*- compilation -*- 540. actypes.at:18: testing AC_TYPE_LONG_DOUBLE ... ./actypes.at:18: autoconf --force ./actypes.at:18: "$SHELL_N" -n configure stderr: ./actypes.at:18: autoheader ./actypes.at:18: ./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... none needed checking for long double... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:18: ath_fn_check_env ./actypes.at:18: ./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) none needed checking for long double... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:18: ath_fn_check_env ./actypes.at:18: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:18: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:18: autoconf --force ./actypes.at:18: "$SHELL_N" -n configure stderr: ./actypes.at:18: autoheader ./actypes.at:18: ./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... none needed checking for long double... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:18: ath_fn_check_env ./actypes.at:18: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:18: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:18: ./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) none needed checking for long double... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:18: ath_fn_check_env ./actypes.at:18: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:18: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:18: autoconf --force stderr: stdout: ./actypes.at:18: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:18: "$SHELL_N" -n configure stderr: ./actypes.at:18: autoheader ./actypes.at:18: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for long double... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:18: ath_fn_check_env ./actypes.at:18: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:18: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/540/stdout 2022-09-28 19:35:14.961983019 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:14.958982950 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:14.960982996 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/540 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:18: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1706: creating cache config.cache > configure:2087: checking for g++ > configure:2108: found /usr/bin/g++ > configure:2119: result: g++ > configure:2146: checking for C++ compiler version > configure:2155: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2166: $? = 0 > configure:2155: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2166: $? = 0 > configure:2155: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2155: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2186: checking whether the C++ compiler works > configure:2208: g++ conftest.cpp >&5 > configure:2212: $? = 0 > configure:2262: result: yes > configure:2265: checking for C++ compiler default output file name > configure:2267: result: a.out > configure:2273: checking for suffix of executables > configure:2280: g++ -o conftest conftest.cpp >&5 > configure:2284: $? = 0 > configure:2307: result: > configure:2329: checking whether we are cross compiling > configure:2337: g++ -o conftest conftest.cpp >&5 > configure:2341: $? = 0 > configure:2348: ./conftest > configure:2352: $? = 0 > configure:2367: result: no > configure:2372: checking for suffix of object files > configure:2395: g++ -c conftest.cpp >&5 > configure:2399: $? = 0 > configure:2421: result: o > configure:2425: checking whether the compiler supports GNU C++ > configure:2445: g++ -c conftest.cpp >&5 > configure:2445: $? = 0 > configure:2455: result: yes > configure:2466: checking whether g++ accepts -g > configure:2487: g++ -c -g conftest.cpp >&5 > configure:2487: $? = 0 > configure:2531: result: yes > configure:2551: checking for g++ option to enable C++11 features > configure:2566: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2566: $? = 0 > configure:2584: result: none needed > configure:2650: checking for long double > configure:2676: g++ -c -g -O2 conftest.cpp >&5 > configure:2676: $? = 0 > configure:2685: result: yes > configure:2750: updating cache config.cache > configure:2799: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_long_double=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_LONG_DOUBLE 1 > > configure: exit 0 540. actypes.at:18: 540. AC_TYPE_LONG_DOUBLE (actypes.at:18): FAILED (actypes.at:18) # -*- compilation -*- 541. actypes.at:19: testing AC_TYPE_LONG_DOUBLE_WIDER ... ./actypes.at:19: autoconf --force ./actypes.at:19: "$SHELL_N" -n configure stderr: ./actypes.at:19: autoheader ./actypes.at:19: ./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... none needed checking for long double with more range or precision than double... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:19: ath_fn_check_env ./actypes.at:19: ./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) none needed checking for long double with more range or precision than double... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:19: ath_fn_check_env ./actypes.at:19: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:19: autoconf --force ./actypes.at:19: "$SHELL_N" -n configure stderr: ./actypes.at:19: autoheader ./actypes.at:19: ./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... none needed checking for long double with more range or precision than double... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:19: ath_fn_check_env ./actypes.at:19: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:19: ./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) none needed checking for long double with more range or precision than double... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:19: ath_fn_check_env ./actypes.at:19: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:19: autoconf --force stderr: stdout: ./actypes.at:19: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:19: "$SHELL_N" -n configure stderr: ./actypes.at:19: autoheader ./actypes.at:19: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for long double with more range or precision than double... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:19: ath_fn_check_env ./actypes.at:19: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/541/stdout 2022-09-28 19:35:16.722023839 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:16.718023746 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:16.721023816 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/541 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:19: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1706: creating cache config.cache > configure:2087: checking for g++ > configure:2108: found /usr/bin/g++ > configure:2119: result: g++ > configure:2146: checking for C++ compiler version > configure:2155: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2166: $? = 0 > configure:2155: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2166: $? = 0 > configure:2155: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2155: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2186: checking whether the C++ compiler works > configure:2208: g++ conftest.cpp >&5 > configure:2212: $? = 0 > configure:2262: result: yes > configure:2265: checking for C++ compiler default output file name > configure:2267: result: a.out > configure:2273: checking for suffix of executables > configure:2280: g++ -o conftest conftest.cpp >&5 > configure:2284: $? = 0 > configure:2307: result: > configure:2329: checking whether we are cross compiling > configure:2337: g++ -o conftest conftest.cpp >&5 > configure:2341: $? = 0 > configure:2348: ./conftest > configure:2352: $? = 0 > configure:2367: result: no > configure:2372: checking for suffix of object files > configure:2395: g++ -c conftest.cpp >&5 > configure:2399: $? = 0 > configure:2421: result: o > configure:2425: checking whether the compiler supports GNU C++ > configure:2445: g++ -c conftest.cpp >&5 > configure:2445: $? = 0 > configure:2455: result: yes > configure:2466: checking whether g++ accepts -g > configure:2487: g++ -c -g conftest.cpp >&5 > configure:2487: $? = 0 > configure:2531: result: yes > configure:2551: checking for g++ option to enable C++11 features > configure:2566: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2566: $? = 0 > configure:2584: result: none needed > configure:2650: checking for long double with more range or precision than double > configure:2687: g++ -c -g -O2 conftest.cpp >&5 > configure:2687: $? = 0 > configure:2695: result: yes > configure:2760: updating cache config.cache > configure:2809: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_long_double_wider=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_LONG_DOUBLE_WIDER 1 > > configure: exit 0 541. actypes.at:19: 541. AC_TYPE_LONG_DOUBLE_WIDER (actypes.at:19): FAILED (actypes.at:19) # -*- compilation -*- 542. actypes.at:20: testing AC_TYPE_MODE_T ... ./actypes.at:20: autoconf --force ./actypes.at:20: "$SHELL_N" -n configure stderr: ./actypes.at:20: autoheader ./actypes.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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for mode_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:20: ath_fn_check_env ./actypes.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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for mode_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:20: ath_fn_check_env ./actypes.at:20: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:20: autoconf --force ./actypes.at:20: "$SHELL_N" -n configure stderr: ./actypes.at:20: autoheader ./actypes.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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for mode_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:20: ath_fn_check_env ./actypes.at:20: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for mode_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:20: ath_fn_check_env ./actypes.at:20: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:20: autoconf --force stderr: stdout: ./actypes.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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:20: "$SHELL_N" -n configure stderr: ./actypes.at:20: autoheader ./actypes.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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for mode_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:20: ath_fn_check_env ./actypes.at:20: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/542/stdout 2022-09-28 19:35:18.999076649 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:18.996076580 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:18.999076649 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/542 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1828: creating cache config.cache > configure:2218: checking for g++ > configure:2239: found /usr/bin/g++ > configure:2250: result: g++ > configure:2277: checking for C++ compiler version > configure:2286: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2297: $? = 0 > configure:2286: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2297: $? = 0 > configure:2286: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2286: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2317: checking whether the C++ compiler works > configure:2339: g++ conftest.cpp >&5 > configure:2343: $? = 0 > configure:2393: result: yes > configure:2396: checking for C++ compiler default output file name > configure:2398: result: a.out > configure:2404: checking for suffix of executables > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2438: result: > configure:2460: checking whether we are cross compiling > configure:2468: g++ -o conftest conftest.cpp >&5 > configure:2472: $? = 0 > configure:2479: ./conftest > configure:2483: $? = 0 > configure:2498: result: no > configure:2503: checking for suffix of object files > configure:2526: g++ -c conftest.cpp >&5 > configure:2530: $? = 0 > configure:2552: result: o > configure:2556: checking whether the compiler supports GNU C++ > configure:2576: g++ -c conftest.cpp >&5 > configure:2576: $? = 0 > configure:2586: result: yes > configure:2597: checking whether g++ accepts -g > configure:2618: g++ -c -g conftest.cpp >&5 > configure:2618: $? = 0 > configure:2662: result: yes > configure:2682: checking for g++ option to enable C++11 features > configure:2697: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2697: $? = 0 > configure:2715: result: none needed > configure:2784: checking for stdio.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdlib.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for string.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for inttypes.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdint.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for strings.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/stat.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/types.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for unistd.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2809: checking for mode_t > configure:2809: g++ -c -g -O2 conftest.cpp >&5 > configure:2809: $? = 0 > configure:2809: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:50:20: error: expected primary-expression before ')' token > 50 | if (sizeof ((mode_t))) > | ^ > configure:2809: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | int > | main (void) > | { > | if (sizeof ((mode_t))) > | return 0; > | ; > | return 0; > | } > configure:2809: result: yes > configure:2876: updating cache config.cache > configure:2925: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_mode_t=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 542. actypes.at:20: 542. AC_TYPE_MODE_T (actypes.at:20): FAILED (actypes.at:20) # -*- compilation -*- 543. actypes.at:21: testing AC_TYPE_OFF_T ... ./actypes.at:21: autoconf --force ./actypes.at:21: "$SHELL_N" -n configure stderr: ./actypes.at:21: autoheader ./actypes.at:21: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for off_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:21: ath_fn_check_env ./actypes.at:21: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for off_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:21: ath_fn_check_env ./actypes.at:21: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:21: autoconf --force ./actypes.at:21: "$SHELL_N" -n configure stderr: ./actypes.at:21: autoheader ./actypes.at:21: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for off_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:21: ath_fn_check_env ./actypes.at:21: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:21: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for off_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:21: ath_fn_check_env ./actypes.at:21: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:21: autoconf --force stderr: stdout: ./actypes.at:21: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:21: "$SHELL_N" -n configure stderr: ./actypes.at:21: autoheader ./actypes.at:21: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for off_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:21: ath_fn_check_env ./actypes.at:21: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/543/stdout 2022-09-28 19:35:21.281129574 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:21.278129505 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:21.280129551 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/543 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:21: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1828: creating cache config.cache > configure:2218: checking for g++ > configure:2239: found /usr/bin/g++ > configure:2250: result: g++ > configure:2277: checking for C++ compiler version > configure:2286: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2297: $? = 0 > configure:2286: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2297: $? = 0 > configure:2286: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2286: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2317: checking whether the C++ compiler works > configure:2339: g++ conftest.cpp >&5 > configure:2343: $? = 0 > configure:2393: result: yes > configure:2396: checking for C++ compiler default output file name > configure:2398: result: a.out > configure:2404: checking for suffix of executables > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2438: result: > configure:2460: checking whether we are cross compiling > configure:2468: g++ -o conftest conftest.cpp >&5 > configure:2472: $? = 0 > configure:2479: ./conftest > configure:2483: $? = 0 > configure:2498: result: no > configure:2503: checking for suffix of object files > configure:2526: g++ -c conftest.cpp >&5 > configure:2530: $? = 0 > configure:2552: result: o > configure:2556: checking whether the compiler supports GNU C++ > configure:2576: g++ -c conftest.cpp >&5 > configure:2576: $? = 0 > configure:2586: result: yes > configure:2597: checking whether g++ accepts -g > configure:2618: g++ -c -g conftest.cpp >&5 > configure:2618: $? = 0 > configure:2662: result: yes > configure:2682: checking for g++ option to enable C++11 features > configure:2697: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2697: $? = 0 > configure:2715: result: none needed > configure:2784: checking for stdio.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdlib.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for string.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for inttypes.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdint.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for strings.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/stat.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/types.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for unistd.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2809: checking for off_t > configure:2809: g++ -c -g -O2 conftest.cpp >&5 > configure:2809: $? = 0 > configure:2809: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:50:19: error: expected primary-expression before ')' token > 50 | if (sizeof ((off_t))) > | ^ > configure:2809: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | int > | main (void) > | { > | if (sizeof ((off_t))) > | return 0; > | ; > | return 0; > | } > configure:2809: result: yes > configure:2876: updating cache config.cache > configure:2925: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_off_t=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 543. actypes.at:21: 543. AC_TYPE_OFF_T (actypes.at:21): FAILED (actypes.at:21) # -*- compilation -*- 544. actypes.at:22: testing AC_TYPE_SSIZE_T ... ./actypes.at:22: autoconf --force ./actypes.at:22: "$SHELL_N" -n configure stderr: ./actypes.at:22: autoheader ./actypes.at:22: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for ssize_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:22: ath_fn_check_env ./actypes.at:22: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for ssize_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:22: ath_fn_check_env ./actypes.at:22: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:22: autoconf --force ./actypes.at:22: "$SHELL_N" -n configure stderr: ./actypes.at:22: autoheader ./actypes.at:22: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for ssize_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:22: ath_fn_check_env ./actypes.at:22: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:22: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for ssize_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:22: ath_fn_check_env ./actypes.at:22: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:22: autoconf --force stderr: stdout: ./actypes.at:22: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:22: "$SHELL_N" -n configure stderr: ./actypes.at:22: autoheader ./actypes.at:22: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for ssize_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:22: ath_fn_check_env ./actypes.at:22: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/544/stdout 2022-09-28 19:35:23.562182475 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:23.559182406 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:23.561182452 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/544 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:22: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1828: creating cache config.cache > configure:2218: checking for g++ > configure:2239: found /usr/bin/g++ > configure:2250: result: g++ > configure:2277: checking for C++ compiler version > configure:2286: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2297: $? = 0 > configure:2286: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2297: $? = 0 > configure:2286: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2286: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2317: checking whether the C++ compiler works > configure:2339: g++ conftest.cpp >&5 > configure:2343: $? = 0 > configure:2393: result: yes > configure:2396: checking for C++ compiler default output file name > configure:2398: result: a.out > configure:2404: checking for suffix of executables > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2438: result: > configure:2460: checking whether we are cross compiling > configure:2468: g++ -o conftest conftest.cpp >&5 > configure:2472: $? = 0 > configure:2479: ./conftest > configure:2483: $? = 0 > configure:2498: result: no > configure:2503: checking for suffix of object files > configure:2526: g++ -c conftest.cpp >&5 > configure:2530: $? = 0 > configure:2552: result: o > configure:2556: checking whether the compiler supports GNU C++ > configure:2576: g++ -c conftest.cpp >&5 > configure:2576: $? = 0 > configure:2586: result: yes > configure:2597: checking whether g++ accepts -g > configure:2618: g++ -c -g conftest.cpp >&5 > configure:2618: $? = 0 > configure:2662: result: yes > configure:2682: checking for g++ option to enable C++11 features > configure:2697: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2697: $? = 0 > configure:2715: result: none needed > configure:2784: checking for stdio.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdlib.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for string.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for inttypes.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdint.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for strings.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/stat.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/types.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for unistd.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2809: checking for ssize_t > configure:2809: g++ -c -g -O2 conftest.cpp >&5 > configure:2809: $? = 0 > configure:2809: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:50:21: error: expected primary-expression before ')' token > 50 | if (sizeof ((ssize_t))) > | ^ > configure:2809: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | int > | main (void) > | { > | if (sizeof ((ssize_t))) > | return 0; > | ; > | return 0; > | } > configure:2809: result: yes > configure:2876: updating cache config.cache > configure:2925: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_ssize_t=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 544. actypes.at:22: 544. AC_TYPE_SSIZE_T (actypes.at:22): FAILED (actypes.at:22) # -*- compilation -*- 545. actypes.at:23: testing AC_TYPE_UINT16_T ... ./actypes.at:23: autoconf --force ./actypes.at:23: "$SHELL_N" -n configure stderr: ./actypes.at:23: autoheader ./actypes.at:23: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uint16_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:23: ath_fn_check_env ./actypes.at:23: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for uint16_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:23: ath_fn_check_env ./actypes.at:23: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:23: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:23: autoconf --force ./actypes.at:23: "$SHELL_N" -n configure stderr: ./actypes.at:23: autoheader ./actypes.at:23: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uint16_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:23: ath_fn_check_env ./actypes.at:23: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:23: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:23: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for uint16_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:23: ath_fn_check_env ./actypes.at:23: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:23: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:23: autoconf --force stderr: stdout: ./actypes.at:23: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:23: "$SHELL_N" -n configure stderr: ./actypes.at:23: autoheader ./actypes.at:23: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uint16_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:23: ath_fn_check_env ./actypes.at:23: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:23: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/545/stdout 2022-09-28 19:35:25.784234007 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:25.781233938 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:25.783233984 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/545 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:23: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1828: creating cache config.cache > configure:2218: checking for g++ > configure:2239: found /usr/bin/g++ > configure:2250: result: g++ > configure:2277: checking for C++ compiler version > configure:2286: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2297: $? = 0 > configure:2286: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2297: $? = 0 > configure:2286: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2286: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2317: checking whether the C++ compiler works > configure:2339: g++ conftest.cpp >&5 > configure:2343: $? = 0 > configure:2393: result: yes > configure:2396: checking for C++ compiler default output file name > configure:2398: result: a.out > configure:2404: checking for suffix of executables > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2438: result: > configure:2460: checking whether we are cross compiling > configure:2468: g++ -o conftest conftest.cpp >&5 > configure:2472: $? = 0 > configure:2479: ./conftest > configure:2483: $? = 0 > configure:2498: result: no > configure:2503: checking for suffix of object files > configure:2526: g++ -c conftest.cpp >&5 > configure:2530: $? = 0 > configure:2552: result: o > configure:2556: checking whether the compiler supports GNU C++ > configure:2576: g++ -c conftest.cpp >&5 > configure:2576: $? = 0 > configure:2586: result: yes > configure:2597: checking whether g++ accepts -g > configure:2618: g++ -c -g conftest.cpp >&5 > configure:2618: $? = 0 > configure:2662: result: yes > configure:2682: checking for g++ option to enable C++11 features > configure:2697: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2697: $? = 0 > configure:2715: result: none needed > configure:2784: checking for stdio.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdlib.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for string.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for inttypes.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdint.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for strings.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/stat.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/types.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for unistd.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2809: checking for uint16_t > configure:2809: g++ -c -g -O2 conftest.cpp >&5 > configure:2809: $? = 0 > configure:2809: result: yes > configure:2876: updating cache config.cache > configure:2925: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_uint16_t=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 545. actypes.at:23: 545. AC_TYPE_UINT16_T (actypes.at:23): FAILED (actypes.at:23) # -*- compilation -*- 546. actypes.at:24: testing AC_TYPE_UINT32_T ... ./actypes.at:24: autoconf --force ./actypes.at:24: "$SHELL_N" -n configure stderr: ./actypes.at:24: autoheader ./actypes.at:24: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uint32_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:24: ath_fn_check_env ./actypes.at:24: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for uint32_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:24: ath_fn_check_env ./actypes.at:24: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:24: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:24: autoconf --force ./actypes.at:24: "$SHELL_N" -n configure stderr: ./actypes.at:24: autoheader ./actypes.at:24: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uint32_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:24: ath_fn_check_env ./actypes.at:24: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:24: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:24: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for uint32_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:24: ath_fn_check_env ./actypes.at:24: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:24: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:24: autoconf --force stderr: stdout: ./actypes.at:24: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:24: "$SHELL_N" -n configure stderr: ./actypes.at:24: autoheader ./actypes.at:24: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uint32_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:24: ath_fn_check_env ./actypes.at:24: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:24: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/546/stdout 2022-09-28 19:35:28.008285585 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:28.005285515 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:28.007285561 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/546 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:24: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1828: creating cache config.cache > configure:2218: checking for g++ > configure:2239: found /usr/bin/g++ > configure:2250: result: g++ > configure:2277: checking for C++ compiler version > configure:2286: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2297: $? = 0 > configure:2286: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2297: $? = 0 > configure:2286: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2286: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2317: checking whether the C++ compiler works > configure:2339: g++ conftest.cpp >&5 > configure:2343: $? = 0 > configure:2393: result: yes > configure:2396: checking for C++ compiler default output file name > configure:2398: result: a.out > configure:2404: checking for suffix of executables > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2438: result: > configure:2460: checking whether we are cross compiling > configure:2468: g++ -o conftest conftest.cpp >&5 > configure:2472: $? = 0 > configure:2479: ./conftest > configure:2483: $? = 0 > configure:2498: result: no > configure:2503: checking for suffix of object files > configure:2526: g++ -c conftest.cpp >&5 > configure:2530: $? = 0 > configure:2552: result: o > configure:2556: checking whether the compiler supports GNU C++ > configure:2576: g++ -c conftest.cpp >&5 > configure:2576: $? = 0 > configure:2586: result: yes > configure:2597: checking whether g++ accepts -g > configure:2618: g++ -c -g conftest.cpp >&5 > configure:2618: $? = 0 > configure:2662: result: yes > configure:2682: checking for g++ option to enable C++11 features > configure:2697: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2697: $? = 0 > configure:2715: result: none needed > configure:2784: checking for stdio.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdlib.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for string.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for inttypes.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdint.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for strings.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/stat.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/types.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for unistd.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2809: checking for uint32_t > configure:2809: g++ -c -g -O2 conftest.cpp >&5 > configure:2809: $? = 0 > configure:2809: result: yes > configure:2878: updating cache config.cache > configure:2927: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_uint32_t=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 546. actypes.at:24: 546. AC_TYPE_UINT32_T (actypes.at:24): FAILED (actypes.at:24) # -*- compilation -*- 547. actypes.at:25: testing AC_TYPE_UINT64_T ... ./actypes.at:25: autoconf --force ./actypes.at:25: "$SHELL_N" -n configure stderr: ./actypes.at:25: autoheader ./actypes.at:25: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uint64_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:25: ath_fn_check_env ./actypes.at:25: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for uint64_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:25: ath_fn_check_env ./actypes.at:25: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:25: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:25: autoconf --force ./actypes.at:25: "$SHELL_N" -n configure stderr: ./actypes.at:25: autoheader ./actypes.at:25: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uint64_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:25: ath_fn_check_env ./actypes.at:25: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:25: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:25: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for uint64_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:25: ath_fn_check_env ./actypes.at:25: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:25: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:25: autoconf --force stderr: stdout: ./actypes.at:25: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:25: "$SHELL_N" -n configure stderr: ./actypes.at:25: autoheader ./actypes.at:25: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uint64_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:25: ath_fn_check_env ./actypes.at:25: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:25: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/547/stdout 2022-09-28 19:35:30.239337324 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:30.236337254 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:30.239337324 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/547 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:25: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1828: creating cache config.cache > configure:2218: checking for g++ > configure:2239: found /usr/bin/g++ > configure:2250: result: g++ > configure:2277: checking for C++ compiler version > configure:2286: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2297: $? = 0 > configure:2286: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2297: $? = 0 > configure:2286: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2286: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2317: checking whether the C++ compiler works > configure:2339: g++ conftest.cpp >&5 > configure:2343: $? = 0 > configure:2393: result: yes > configure:2396: checking for C++ compiler default output file name > configure:2398: result: a.out > configure:2404: checking for suffix of executables > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2438: result: > configure:2460: checking whether we are cross compiling > configure:2468: g++ -o conftest conftest.cpp >&5 > configure:2472: $? = 0 > configure:2479: ./conftest > configure:2483: $? = 0 > configure:2498: result: no > configure:2503: checking for suffix of object files > configure:2526: g++ -c conftest.cpp >&5 > configure:2530: $? = 0 > configure:2552: result: o > configure:2556: checking whether the compiler supports GNU C++ > configure:2576: g++ -c conftest.cpp >&5 > configure:2576: $? = 0 > configure:2586: result: yes > configure:2597: checking whether g++ accepts -g > configure:2618: g++ -c -g conftest.cpp >&5 > configure:2618: $? = 0 > configure:2662: result: yes > configure:2682: checking for g++ option to enable C++11 features > configure:2697: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2697: $? = 0 > configure:2715: result: none needed > configure:2784: checking for stdio.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdlib.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for string.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for inttypes.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdint.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for strings.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/stat.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/types.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for unistd.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2809: checking for uint64_t > configure:2809: g++ -c -g -O2 conftest.cpp >&5 > configure:2809: $? = 0 > configure:2809: result: yes > configure:2878: updating cache config.cache > configure:2927: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_uint64_t=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 547. actypes.at:25: 547. AC_TYPE_UINT64_T (actypes.at:25): FAILED (actypes.at:25) # -*- compilation -*- 548. actypes.at:26: testing AC_TYPE_UINT8_T ... ./actypes.at:26: autoconf --force ./actypes.at:26: "$SHELL_N" -n configure stderr: ./actypes.at:26: autoheader ./actypes.at:26: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uint8_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:26: ath_fn_check_env ./actypes.at:26: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for uint8_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:26: ath_fn_check_env ./actypes.at:26: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:26: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:26: autoconf --force ./actypes.at:26: "$SHELL_N" -n configure stderr: ./actypes.at:26: autoheader ./actypes.at:26: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uint8_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:26: ath_fn_check_env ./actypes.at:26: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:26: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:26: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for uint8_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:26: ath_fn_check_env ./actypes.at:26: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:26: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:26: autoconf --force stderr: stdout: ./actypes.at:26: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:26: "$SHELL_N" -n configure stderr: ./actypes.at:26: autoheader ./actypes.at:26: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uint8_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:26: ath_fn_check_env ./actypes.at:26: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:26: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/548/stdout 2022-09-28 19:35:32.462388876 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:32.459388807 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:32.461388853 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/548 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:26: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1828: creating cache config.cache > configure:2218: checking for g++ > configure:2239: found /usr/bin/g++ > configure:2250: result: g++ > configure:2277: checking for C++ compiler version > configure:2286: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2297: $? = 0 > configure:2286: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2297: $? = 0 > configure:2286: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2286: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2317: checking whether the C++ compiler works > configure:2339: g++ conftest.cpp >&5 > configure:2343: $? = 0 > configure:2393: result: yes > configure:2396: checking for C++ compiler default output file name > configure:2398: result: a.out > configure:2404: checking for suffix of executables > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2438: result: > configure:2460: checking whether we are cross compiling > configure:2468: g++ -o conftest conftest.cpp >&5 > configure:2472: $? = 0 > configure:2479: ./conftest > configure:2483: $? = 0 > configure:2498: result: no > configure:2503: checking for suffix of object files > configure:2526: g++ -c conftest.cpp >&5 > configure:2530: $? = 0 > configure:2552: result: o > configure:2556: checking whether the compiler supports GNU C++ > configure:2576: g++ -c conftest.cpp >&5 > configure:2576: $? = 0 > configure:2586: result: yes > configure:2597: checking whether g++ accepts -g > configure:2618: g++ -c -g conftest.cpp >&5 > configure:2618: $? = 0 > configure:2662: result: yes > configure:2682: checking for g++ option to enable C++11 features > configure:2697: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2697: $? = 0 > configure:2715: result: none needed > configure:2784: checking for stdio.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdlib.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for string.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for inttypes.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdint.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for strings.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/stat.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/types.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for unistd.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2809: checking for uint8_t > configure:2809: g++ -c -g -O2 conftest.cpp >&5 > configure:2809: $? = 0 > configure:2809: result: yes > configure:2878: updating cache config.cache > configure:2927: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_uint8_t=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 548. actypes.at:26: 548. AC_TYPE_UINT8_T (actypes.at:26): FAILED (actypes.at:26) # -*- compilation -*- 549. actypes.at:27: testing AC_TYPE_UINTMAX_T ... ./actypes.at:27: autoconf --force ./actypes.at:27: "$SHELL_N" -n configure stderr: ./actypes.at:27: autoheader ./actypes.at:27: ./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... none needed checking for unsigned long long int... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uintmax_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:27: ath_fn_check_env ./actypes.at:27: ./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) none needed checking for unsigned long long int... (cached) yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for uintmax_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:27: ath_fn_check_env ./actypes.at:27: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:27: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:27: autoconf --force ./actypes.at:27: "$SHELL_N" -n configure stderr: ./actypes.at:27: autoheader ./actypes.at:27: ./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... none needed checking for unsigned long long int... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uintmax_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:27: ath_fn_check_env ./actypes.at:27: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:27: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:27: ./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) none needed checking for unsigned long long int... (cached) yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for uintmax_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:27: ath_fn_check_env ./actypes.at:27: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:27: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:27: autoconf --force stderr: stdout: ./actypes.at:27: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:27: "$SHELL_N" -n configure stderr: ./actypes.at:27: autoheader ./actypes.at:27: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for unsigned long long int... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uintmax_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:27: ath_fn_check_env ./actypes.at:27: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:27: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/549/stdout 2022-09-28 19:35:34.846444162 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:34.843444093 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:34.845444139 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/549 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:27: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1875: creating cache config.cache > configure:2265: checking for g++ > configure:2286: found /usr/bin/g++ > configure:2297: result: g++ > configure:2324: checking for C++ compiler version > configure:2333: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2344: $? = 0 > configure:2333: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2344: $? = 0 > configure:2333: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2344: $? = 1 > configure:2333: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2344: $? = 1 > configure:2364: checking whether the C++ compiler works > configure:2386: g++ conftest.cpp >&5 > configure:2390: $? = 0 > configure:2440: result: yes > configure:2443: checking for C++ compiler default output file name > configure:2445: result: a.out > configure:2451: checking for suffix of executables > configure:2458: g++ -o conftest conftest.cpp >&5 > configure:2462: $? = 0 > configure:2485: result: > configure:2507: checking whether we are cross compiling > configure:2515: g++ -o conftest conftest.cpp >&5 > configure:2519: $? = 0 > configure:2526: ./conftest > configure:2530: $? = 0 > configure:2545: result: no > configure:2550: checking for suffix of object files > configure:2573: g++ -c conftest.cpp >&5 > configure:2577: $? = 0 > configure:2599: result: o > configure:2603: checking whether the compiler supports GNU C++ > configure:2623: g++ -c conftest.cpp >&5 > configure:2623: $? = 0 > configure:2633: result: yes > configure:2644: checking whether g++ accepts -g > configure:2665: g++ -c -g conftest.cpp >&5 > configure:2665: $? = 0 > configure:2709: result: yes > configure:2729: checking for g++ option to enable C++11 features > configure:2744: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2744: $? = 0 > configure:2762: result: none needed > configure:2828: checking for unsigned long long int > configure:2870: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2870: $? = 0 > configure:2880: result: yes > configure:2892: checking for stdio.h > configure:2892: g++ -c -g -O2 conftest.cpp >&5 > configure:2892: $? = 0 > configure:2892: result: yes > configure:2892: checking for stdlib.h > configure:2892: g++ -c -g -O2 conftest.cpp >&5 > configure:2892: $? = 0 > configure:2892: result: yes > configure:2892: checking for string.h > configure:2892: g++ -c -g -O2 conftest.cpp >&5 > configure:2892: $? = 0 > configure:2892: result: yes > configure:2892: checking for inttypes.h > configure:2892: g++ -c -g -O2 conftest.cpp >&5 > configure:2892: $? = 0 > configure:2892: result: yes > configure:2892: checking for stdint.h > configure:2892: g++ -c -g -O2 conftest.cpp >&5 > configure:2892: $? = 0 > configure:2892: result: yes > configure:2892: checking for strings.h > configure:2892: g++ -c -g -O2 conftest.cpp >&5 > configure:2892: $? = 0 > configure:2892: result: yes > configure:2892: checking for sys/stat.h > configure:2892: g++ -c -g -O2 conftest.cpp >&5 > configure:2892: $? = 0 > configure:2892: result: yes > configure:2892: checking for sys/types.h > configure:2892: g++ -c -g -O2 conftest.cpp >&5 > configure:2892: $? = 0 > configure:2892: result: yes > configure:2892: checking for unistd.h > configure:2892: g++ -c -g -O2 conftest.cpp >&5 > configure:2892: $? = 0 > configure:2892: result: yes > configure:2919: checking for uintmax_t > configure:2919: g++ -c -g -O2 conftest.cpp >&5 > configure:2919: $? = 0 > configure:2919: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:51:23: error: expected primary-expression before ')' token > 51 | if (sizeof ((uintmax_t))) > | ^ > configure:2919: $? = 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 "" > | #define HAVE_UNSIGNED_LONG_LONG_INT 1 > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | int > | main (void) > | { > | if (sizeof ((uintmax_t))) > | return 0; > | ; > | return 0; > | } > configure:2919: result: yes > configure:2992: updating cache config.cache > configure:3041: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:669: creating config.h > config.status:759: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_uintmax_t=yes > ac_cv_type_unsigned_long_long_int=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_UNSIGNED_LONG_LONG_INT 1 > #define HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_UINTMAX_T 1 > > configure: exit 0 549. actypes.at:27: 549. AC_TYPE_UINTMAX_T (actypes.at:27): FAILED (actypes.at:27) # -*- compilation -*- 550. actypes.at:28: testing AC_TYPE_UINTPTR_T ... ./actypes.at:28: autoconf --force ./actypes.at:28: "$SHELL_N" -n configure stderr: ./actypes.at:28: autoheader ./actypes.at:28: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uintptr_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:28: ath_fn_check_env ./actypes.at:28: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for uintptr_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:28: ath_fn_check_env ./actypes.at:28: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:28: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:28: autoconf --force ./actypes.at:28: "$SHELL_N" -n configure stderr: ./actypes.at:28: autoheader ./actypes.at:28: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uintptr_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:28: ath_fn_check_env ./actypes.at:28: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:28: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:28: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for uintptr_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:28: ath_fn_check_env ./actypes.at:28: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:28: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:28: autoconf --force stderr: stdout: ./actypes.at:28: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:28: "$SHELL_N" -n configure stderr: ./actypes.at:28: autoheader ./actypes.at:28: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for uintptr_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:28: ath_fn_check_env ./actypes.at:28: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:28: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/550/stdout 2022-09-28 19:35:37.118496851 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:37.115496780 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:37.117496828 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/550 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:28: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1828: creating cache config.cache > configure:2218: checking for g++ > configure:2239: found /usr/bin/g++ > configure:2250: result: g++ > configure:2277: checking for C++ compiler version > configure:2286: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2297: $? = 0 > configure:2286: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2297: $? = 0 > configure:2286: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2286: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2317: checking whether the C++ compiler works > configure:2339: g++ conftest.cpp >&5 > configure:2343: $? = 0 > configure:2393: result: yes > configure:2396: checking for C++ compiler default output file name > configure:2398: result: a.out > configure:2404: checking for suffix of executables > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2438: result: > configure:2460: checking whether we are cross compiling > configure:2468: g++ -o conftest conftest.cpp >&5 > configure:2472: $? = 0 > configure:2479: ./conftest > configure:2483: $? = 0 > configure:2498: result: no > configure:2503: checking for suffix of object files > configure:2526: g++ -c conftest.cpp >&5 > configure:2530: $? = 0 > configure:2552: result: o > configure:2556: checking whether the compiler supports GNU C++ > configure:2576: g++ -c conftest.cpp >&5 > configure:2576: $? = 0 > configure:2586: result: yes > configure:2597: checking whether g++ accepts -g > configure:2618: g++ -c -g conftest.cpp >&5 > configure:2618: $? = 0 > configure:2662: result: yes > configure:2682: checking for g++ option to enable C++11 features > configure:2697: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2697: $? = 0 > configure:2715: result: none needed > configure:2784: checking for stdio.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdlib.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for string.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for inttypes.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdint.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for strings.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/stat.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/types.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for unistd.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2810: checking for uintptr_t > configure:2810: g++ -c -g -O2 conftest.cpp >&5 > configure:2810: $? = 0 > configure:2810: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:50:23: error: expected primary-expression before ')' token > 50 | if (sizeof ((uintptr_t))) > | ^ > configure:2810: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | int > | main (void) > | { > | if (sizeof ((uintptr_t))) > | return 0; > | ; > | return 0; > | } > configure:2810: result: yes > configure:2903: updating cache config.cache > configure:2952: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > config.status:758: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_uintptr_t=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_UINTPTR_T 1 > > configure: exit 0 550. actypes.at:28: 550. AC_TYPE_UINTPTR_T (actypes.at:28): FAILED (actypes.at:28) # -*- compilation -*- 551. actypes.at:31: testing AC_C_LONG_DOUBLE ... ./actypes.at:31: autoconf --force -Wno-obsolete ./actypes.at:31: "$SHELL_N" -n configure stderr: ./actypes.at:31: autoheader -Wno-obsolete ./actypes.at:31: ./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... none needed checking for long double with more range or precision than double... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:31: ath_fn_check_env ./actypes.at:31: ./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) none needed checking for long double with more range or precision than double... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:31: ath_fn_check_env ./actypes.at:31: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:31: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:31: autoconf --force -Wno-obsolete ./actypes.at:31: "$SHELL_N" -n configure stderr: ./actypes.at:31: autoheader -Wno-obsolete ./actypes.at:31: ./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... none needed checking for long double with more range or precision than double... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:31: ath_fn_check_env ./actypes.at:31: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:31: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:31: ./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) none needed checking for long double with more range or precision than double... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:31: ath_fn_check_env ./actypes.at:31: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:31: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:31: autoconf --force -Wno-obsolete stderr: stdout: ./actypes.at:31: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:31: "$SHELL_N" -n configure stderr: ./actypes.at:31: autoheader -Wno-obsolete ./actypes.at:31: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for long double with more range or precision than double... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:31: ath_fn_check_env ./actypes.at:31: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:31: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/551/stdout 2022-09-28 19:35:38.882537757 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:38.879537687 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:38.881537734 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/551 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:31: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1706: creating cache config.cache > configure:2087: checking for g++ > configure:2108: found /usr/bin/g++ > configure:2119: result: g++ > configure:2146: checking for C++ compiler version > configure:2155: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2166: $? = 0 > configure:2155: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2166: $? = 0 > configure:2155: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2155: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2186: checking whether the C++ compiler works > configure:2208: g++ conftest.cpp >&5 > configure:2212: $? = 0 > configure:2262: result: yes > configure:2265: checking for C++ compiler default output file name > configure:2267: result: a.out > configure:2273: checking for suffix of executables > configure:2280: g++ -o conftest conftest.cpp >&5 > configure:2284: $? = 0 > configure:2307: result: > configure:2329: checking whether we are cross compiling > configure:2337: g++ -o conftest conftest.cpp >&5 > configure:2341: $? = 0 > configure:2348: ./conftest > configure:2352: $? = 0 > configure:2367: result: no > configure:2372: checking for suffix of object files > configure:2395: g++ -c conftest.cpp >&5 > configure:2399: $? = 0 > configure:2421: result: o > configure:2425: checking whether the compiler supports GNU C++ > configure:2445: g++ -c conftest.cpp >&5 > configure:2445: $? = 0 > configure:2455: result: yes > configure:2466: checking whether g++ accepts -g > configure:2487: g++ -c -g conftest.cpp >&5 > configure:2487: $? = 0 > configure:2531: result: yes > configure:2551: checking for g++ option to enable C++11 features > configure:2566: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2566: $? = 0 > configure:2584: result: none needed > configure:2651: checking for long double with more range or precision than double > configure:2688: g++ -c -g -O2 conftest.cpp >&5 > configure:2688: $? = 0 > configure:2696: result: yes > configure:2768: updating cache config.cache > configure:2817: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:659: creating config.h > config.status:749: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_c_long_double=yes > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_long_double_wider=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_LONG_DOUBLE_WIDER 1 > #define HAVE_LONG_DOUBLE 1 > > configure: exit 0 551. actypes.at:31: 551. AC_C_LONG_DOUBLE (actypes.at:31): FAILED (actypes.at:31) # -*- compilation -*- 553. actypes.at:32: testing AC_INT_16_BITS ... ./actypes.at:32: autoconf --force -Wno-obsolete ./actypes.at:32: "$SHELL_N" -n configure stderr: ./actypes.at:32: autoheader -Wno-obsolete ./actypes.at:32: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking size of int... 4 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:32: ath_fn_check_env ./actypes.at:32: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking size of int... (cached) 4 configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:32: ath_fn_check_env ./actypes.at:32: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:32: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:32: autoconf --force -Wno-obsolete ./actypes.at:32: "$SHELL_N" -n configure stderr: ./actypes.at:32: autoheader -Wno-obsolete ./actypes.at:32: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking size of int... 4 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:32: ath_fn_check_env ./actypes.at:32: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:32: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:32: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking size of int... (cached) 4 configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:32: ath_fn_check_env ./actypes.at:32: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:32: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:32: autoconf --force -Wno-obsolete stderr: stdout: ./actypes.at:32: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:32: "$SHELL_N" -n configure stderr: ./actypes.at:32: autoheader -Wno-obsolete ./actypes.at:32: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking size of int... 4 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:32: ath_fn_check_env ./actypes.at:32: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:32: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/553/stdout 2022-09-28 19:35:42.529622327 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:42.525622235 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:42.528622304 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/553 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:32: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:2004: creating cache config.cache > configure:2394: checking for g++ > configure:2415: found /usr/bin/g++ > configure:2426: result: g++ > configure:2453: checking for C++ compiler version > configure:2462: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2473: $? = 0 > configure:2462: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2473: $? = 0 > configure:2462: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2473: $? = 1 > configure:2462: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2473: $? = 1 > configure:2493: checking whether the C++ compiler works > configure:2515: g++ conftest.cpp >&5 > configure:2519: $? = 0 > configure:2569: result: yes > configure:2572: checking for C++ compiler default output file name > configure:2574: result: a.out > configure:2580: checking for suffix of executables > configure:2587: g++ -o conftest conftest.cpp >&5 > configure:2591: $? = 0 > configure:2614: result: > configure:2636: checking whether we are cross compiling > configure:2644: g++ -o conftest conftest.cpp >&5 > configure:2648: $? = 0 > configure:2655: ./conftest > configure:2659: $? = 0 > configure:2674: result: no > configure:2679: checking for suffix of object files > configure:2702: g++ -c conftest.cpp >&5 > configure:2706: $? = 0 > configure:2728: result: o > configure:2732: checking whether the compiler supports GNU C++ > configure:2752: g++ -c conftest.cpp >&5 > configure:2752: $? = 0 > configure:2762: result: yes > configure:2773: checking whether g++ accepts -g > configure:2794: g++ -c -g conftest.cpp >&5 > configure:2794: $? = 0 > configure:2838: result: yes > configure:2858: checking for g++ option to enable C++11 features > configure:2873: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2873: $? = 0 > configure:2891: result: none needed > configure:2960: checking for stdio.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for stdlib.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for string.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for inttypes.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for stdint.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for strings.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for sys/stat.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for sys/types.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for unistd.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2989: checking size of int > configure:2995: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2995: $? = 0 > configure:2995: ./conftest > configure:2995: $? = 0 > configure:3010: result: 4 > configure:3080: updating cache config.cache > configure:3129: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > config.status:758: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_sizeof_int=4 > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define SIZEOF_INT 4 > > configure: exit 0 553. actypes.at:32: 553. AC_INT_16_BITS (actypes.at:32): FAILED (actypes.at:32) # -*- compilation -*- 555. actypes.at:33: testing AC_LONG_64_BITS ... ./actypes.at:33: autoconf --force -Wno-obsolete ./actypes.at:33: "$SHELL_N" -n configure stderr: ./actypes.at:33: autoheader -Wno-obsolete ./actypes.at:33: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking size of long int... 8 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:33: ath_fn_check_env ./actypes.at:33: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking size of long int... (cached) 8 configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:33: ath_fn_check_env ./actypes.at:33: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:33: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:33: autoconf --force -Wno-obsolete ./actypes.at:33: "$SHELL_N" -n configure stderr: ./actypes.at:33: autoheader -Wno-obsolete ./actypes.at:33: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking size of long int... 8 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:33: ath_fn_check_env ./actypes.at:33: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:33: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:33: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking size of long int... (cached) 8 configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:33: ath_fn_check_env ./actypes.at:33: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:33: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:33: autoconf --force -Wno-obsolete stderr: stdout: ./actypes.at:33: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:33: "$SHELL_N" -n configure stderr: ./actypes.at:33: autoheader -Wno-obsolete ./actypes.at:33: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking size of long int... 8 configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:33: ath_fn_check_env ./actypes.at:33: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:33: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/555/stdout 2022-09-28 19:35:46.536715244 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:46.533715174 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:46.535715221 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/555 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:33: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:2004: creating cache config.cache > configure:2394: checking for g++ > configure:2415: found /usr/bin/g++ > configure:2426: result: g++ > configure:2453: checking for C++ compiler version > configure:2462: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2473: $? = 0 > configure:2462: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2473: $? = 0 > configure:2462: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2473: $? = 1 > configure:2462: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2473: $? = 1 > configure:2493: checking whether the C++ compiler works > configure:2515: g++ conftest.cpp >&5 > configure:2519: $? = 0 > configure:2569: result: yes > configure:2572: checking for C++ compiler default output file name > configure:2574: result: a.out > configure:2580: checking for suffix of executables > configure:2587: g++ -o conftest conftest.cpp >&5 > configure:2591: $? = 0 > configure:2614: result: > configure:2636: checking whether we are cross compiling > configure:2644: g++ -o conftest conftest.cpp >&5 > configure:2648: $? = 0 > configure:2655: ./conftest > configure:2659: $? = 0 > configure:2674: result: no > configure:2679: checking for suffix of object files > configure:2702: g++ -c conftest.cpp >&5 > configure:2706: $? = 0 > configure:2728: result: o > configure:2732: checking whether the compiler supports GNU C++ > configure:2752: g++ -c conftest.cpp >&5 > configure:2752: $? = 0 > configure:2762: result: yes > configure:2773: checking whether g++ accepts -g > configure:2794: g++ -c -g conftest.cpp >&5 > configure:2794: $? = 0 > configure:2838: result: yes > configure:2858: checking for g++ option to enable C++11 features > configure:2873: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2873: $? = 0 > configure:2891: result: none needed > configure:2960: checking for stdio.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for stdlib.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for string.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for inttypes.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for stdint.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for strings.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for sys/stat.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for sys/types.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2960: checking for unistd.h > configure:2960: g++ -c -g -O2 conftest.cpp >&5 > configure:2960: $? = 0 > configure:2960: result: yes > configure:2989: checking size of long int > configure:2995: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2995: $? = 0 > configure:2995: ./conftest > configure:2995: $? = 0 > configure:3010: result: 8 > configure:3080: updating cache config.cache > configure:3129: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:669: creating config.h > config.status:759: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_sizeof_long_int=8 > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define SIZEOF_LONG_INT 8 > #define LONG_64_BITS 1 > > configure: exit 0 555. actypes.at:33: 555. AC_LONG_64_BITS (actypes.at:33): FAILED (actypes.at:33) # -*- compilation -*- 557. actypes.at:34: testing AC_STRUCT_ST_BLKSIZE ... ./actypes.at:34: autoconf --force -Wno-obsolete ./actypes.at:34: "$SHELL_N" -n configure stderr: ./actypes.at:34: autoheader -Wno-obsolete ./actypes.at:34: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for struct stat.st_blksize... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:34: ath_fn_check_env ./actypes.at:34: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for struct stat.st_blksize... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:34: ath_fn_check_env ./actypes.at:34: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:34: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:34: autoconf --force -Wno-obsolete ./actypes.at:34: "$SHELL_N" -n configure stderr: ./actypes.at:34: autoheader -Wno-obsolete ./actypes.at:34: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for struct stat.st_blksize... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:34: ath_fn_check_env ./actypes.at:34: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:34: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:34: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for struct stat.st_blksize... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:34: ath_fn_check_env ./actypes.at:34: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:34: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:34: autoconf --force -Wno-obsolete stderr: stdout: ./actypes.at:34: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:34: "$SHELL_N" -n configure stderr: ./actypes.at:34: autoheader -Wno-obsolete ./actypes.at:34: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for struct stat.st_blksize... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:34: ath_fn_check_env ./actypes.at:34: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:34: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/557/stdout 2022-09-28 19:35:50.344803543 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:50.341803474 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:50.344803543 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/557 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:34: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1831: creating cache config.cache > configure:2221: checking for g++ > configure:2242: found /usr/bin/g++ > configure:2253: result: g++ > configure:2280: checking for C++ compiler version > configure:2289: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2300: $? = 0 > configure:2289: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2300: $? = 0 > configure:2289: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2300: $? = 1 > configure:2289: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2300: $? = 1 > configure:2320: checking whether the C++ compiler works > configure:2342: g++ conftest.cpp >&5 > configure:2346: $? = 0 > configure:2396: result: yes > configure:2399: checking for C++ compiler default output file name > configure:2401: result: a.out > configure:2407: checking for suffix of executables > configure:2414: g++ -o conftest conftest.cpp >&5 > configure:2418: $? = 0 > configure:2441: result: > configure:2463: checking whether we are cross compiling > configure:2471: g++ -o conftest conftest.cpp >&5 > configure:2475: $? = 0 > configure:2482: ./conftest > configure:2486: $? = 0 > configure:2501: result: no > configure:2506: checking for suffix of object files > configure:2529: g++ -c conftest.cpp >&5 > configure:2533: $? = 0 > configure:2555: result: o > configure:2559: checking whether the compiler supports GNU C++ > configure:2579: g++ -c conftest.cpp >&5 > configure:2579: $? = 0 > configure:2589: result: yes > configure:2600: checking whether g++ accepts -g > configure:2621: g++ -c -g conftest.cpp >&5 > configure:2621: $? = 0 > configure:2665: result: yes > configure:2685: checking for g++ option to enable C++11 features > configure:2700: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2700: $? = 0 > configure:2718: result: none needed > configure:2787: checking for stdio.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for stdlib.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for string.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for inttypes.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for stdint.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for strings.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for sys/stat.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for sys/types.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for unistd.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2812: checking for struct stat.st_blksize > configure:2812: g++ -c -g -O2 conftest.cpp >&5 > configure:2812: $? = 0 > configure:2812: result: yes > configure:2881: updating cache config.cache > configure:2930: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:669: creating config.h > config.status:759: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_member_struct_stat_st_blksize=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_STRUCT_STAT_ST_BLKSIZE 1 > #define HAVE_ST_BLKSIZE 1 > > configure: exit 0 557. actypes.at:34: 557. AC_STRUCT_ST_BLKSIZE (actypes.at:34): FAILED (actypes.at:34) # -*- compilation -*- 559. actypes.at:35: testing AC_STRUCT_ST_RDEV ... ./actypes.at:35: autoconf --force -Wno-obsolete ./actypes.at:35: "$SHELL_N" -n configure stderr: ./actypes.at:35: autoheader -Wno-obsolete ./actypes.at:35: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for struct stat.st_rdev... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:35: ath_fn_check_env ./actypes.at:35: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for struct stat.st_rdev... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:35: ath_fn_check_env ./actypes.at:35: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:35: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:35: autoconf --force -Wno-obsolete ./actypes.at:35: "$SHELL_N" -n configure stderr: ./actypes.at:35: autoheader -Wno-obsolete ./actypes.at:35: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for struct stat.st_rdev... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:35: ath_fn_check_env ./actypes.at:35: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:35: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:35: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for struct stat.st_rdev... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:35: ath_fn_check_env ./actypes.at:35: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:35: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:35: autoconf --force -Wno-obsolete stderr: stdout: ./actypes.at:35: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:35: "$SHELL_N" -n configure stderr: ./actypes.at:35: autoheader -Wno-obsolete ./actypes.at:35: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for struct stat.st_rdev... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:35: ath_fn_check_env ./actypes.at:35: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:35: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/559/stdout 2022-09-28 19:35:54.118891052 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:54.115890983 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:54.117891029 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/559 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:35: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1831: creating cache config.cache > configure:2221: checking for g++ > configure:2242: found /usr/bin/g++ > configure:2253: result: g++ > configure:2280: checking for C++ compiler version > configure:2289: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2300: $? = 0 > configure:2289: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2300: $? = 0 > configure:2289: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2300: $? = 1 > configure:2289: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2300: $? = 1 > configure:2320: checking whether the C++ compiler works > configure:2342: g++ conftest.cpp >&5 > configure:2346: $? = 0 > configure:2396: result: yes > configure:2399: checking for C++ compiler default output file name > configure:2401: result: a.out > configure:2407: checking for suffix of executables > configure:2414: g++ -o conftest conftest.cpp >&5 > configure:2418: $? = 0 > configure:2441: result: > configure:2463: checking whether we are cross compiling > configure:2471: g++ -o conftest conftest.cpp >&5 > configure:2475: $? = 0 > configure:2482: ./conftest > configure:2486: $? = 0 > configure:2501: result: no > configure:2506: checking for suffix of object files > configure:2529: g++ -c conftest.cpp >&5 > configure:2533: $? = 0 > configure:2555: result: o > configure:2559: checking whether the compiler supports GNU C++ > configure:2579: g++ -c conftest.cpp >&5 > configure:2579: $? = 0 > configure:2589: result: yes > configure:2600: checking whether g++ accepts -g > configure:2621: g++ -c -g conftest.cpp >&5 > configure:2621: $? = 0 > configure:2665: result: yes > configure:2685: checking for g++ option to enable C++11 features > configure:2700: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2700: $? = 0 > configure:2718: result: none needed > configure:2787: checking for stdio.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for stdlib.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for string.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for inttypes.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for stdint.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for strings.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for sys/stat.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for sys/types.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2787: checking for unistd.h > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2787: result: yes > configure:2812: checking for struct stat.st_rdev > configure:2812: g++ -c -g -O2 conftest.cpp >&5 > configure:2812: $? = 0 > configure:2812: result: yes > configure:2881: updating cache config.cache > configure:2930: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:669: creating config.h > config.status:759: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_member_struct_stat_st_rdev=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_STRUCT_STAT_ST_RDEV 1 > #define HAVE_ST_RDEV 1 > > configure: exit 0 559. actypes.at:35: 559. AC_STRUCT_ST_RDEV (actypes.at:35): FAILED (actypes.at:35) # -*- compilation -*- 561. actypes.at:36: testing AC_TYPE_SIGNAL ... ./actypes.at:36: autoconf --force -Wno-obsolete ./actypes.at:36: "$SHELL_N" -n configure stderr: ./actypes.at:36: autoheader -Wno-obsolete ./actypes.at:36: ./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... none needed checking return type of signal handlers... void configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:36: ath_fn_check_env ./actypes.at:36: ./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) none needed checking return type of signal handlers... (cached) void configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:36: ath_fn_check_env ./actypes.at:36: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:36: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:36: autoconf --force -Wno-obsolete ./actypes.at:36: "$SHELL_N" -n configure stderr: ./actypes.at:36: autoheader -Wno-obsolete ./actypes.at:36: ./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... none needed checking return type of signal handlers... void configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:36: ath_fn_check_env ./actypes.at:36: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:36: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:36: ./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) none needed checking return type of signal handlers... (cached) void configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:36: ath_fn_check_env ./actypes.at:36: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:36: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:36: autoconf --force -Wno-obsolete stderr: stdout: ./actypes.at:36: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:36: "$SHELL_N" -n configure stderr: ./actypes.at:36: autoheader -Wno-obsolete ./actypes.at:36: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking return type of signal handlers... void configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:36: ath_fn_check_env ./actypes.at:36: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:36: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/561/stdout 2022-09-28 19:35:57.414967476 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:35:57.411967406 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:35:57.413967453 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/561 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:36: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1706: creating cache config.cache > configure:2087: checking for g++ > configure:2108: found /usr/bin/g++ > configure:2119: result: g++ > configure:2146: checking for C++ compiler version > configure:2155: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2166: $? = 0 > configure:2155: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2166: $? = 0 > configure:2155: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2155: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2186: checking whether the C++ compiler works > configure:2208: g++ conftest.cpp >&5 > configure:2212: $? = 0 > configure:2262: result: yes > configure:2265: checking for C++ compiler default output file name > configure:2267: result: a.out > configure:2273: checking for suffix of executables > configure:2280: g++ -o conftest conftest.cpp >&5 > configure:2284: $? = 0 > configure:2307: result: > configure:2329: checking whether we are cross compiling > configure:2337: g++ -o conftest conftest.cpp >&5 > configure:2341: $? = 0 > configure:2348: ./conftest > configure:2352: $? = 0 > configure:2367: result: no > configure:2372: checking for suffix of object files > configure:2395: g++ -c conftest.cpp >&5 > configure:2399: $? = 0 > configure:2421: result: o > configure:2425: checking whether the compiler supports GNU C++ > configure:2445: g++ -c conftest.cpp >&5 > configure:2445: $? = 0 > configure:2455: result: yes > configure:2466: checking whether g++ accepts -g > configure:2487: g++ -c -g conftest.cpp >&5 > configure:2487: $? = 0 > configure:2531: result: yes > configure:2551: checking for g++ option to enable C++11 features > configure:2566: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2566: $? = 0 > configure:2584: result: none needed > configure:2649: checking return type of signal handlers > configure:2668: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:15:25: error: void value not ignored as it ought to be > 15 | return *(signal (0, 0)) (0) == 1; > | ~~~~~~~~~~~~~~~~^~~ > configure:2668: $? = 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. */ > | #include > | #include > | > | int > | main (void) > | { > | return *(signal (0, 0)) (0) == 1; > | ; > | return 0; > | } > configure:2676: result: void > configure:2739: updating cache config.cache > configure:2788: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_signal=void > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 RETSIGTYPE void > > configure: exit 0 561. actypes.at:36: 561. AC_TYPE_SIGNAL (actypes.at:36): FAILED (actypes.at:36) # -*- compilation -*- 563. actypes.at:37: testing AM_TYPE_PTRDIFF_T ... ./actypes.at:37: autoconf --force -Wno-obsolete ./actypes.at:37: "$SHELL_N" -n configure stderr: ./actypes.at:37: autoheader -Wno-obsolete ./actypes.at:37: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for ptrdiff_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./actypes.at:37: ath_fn_check_env ./actypes.at:37: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for ptrdiff_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:37: ath_fn_check_env ./actypes.at:37: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./actypes.at:37: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./actypes.at:37: autoconf --force -Wno-obsolete ./actypes.at:37: "$SHELL_N" -n configure stderr: ./actypes.at:37: autoheader -Wno-obsolete ./actypes.at:37: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for ptrdiff_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:37: ath_fn_check_env ./actypes.at:37: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./actypes.at:37: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./actypes.at:37: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for ptrdiff_t... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:37: ath_fn_check_env ./actypes.at:37: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./actypes.at:37: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./actypes.at:37: autoconf --force -Wno-obsolete stderr: stdout: ./actypes.at:37: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./actypes.at:37: "$SHELL_N" -n configure stderr: ./actypes.at:37: autoheader -Wno-obsolete ./actypes.at:37: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for ptrdiff_t... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./actypes.at:37: ath_fn_check_env ./actypes.at:37: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./actypes.at:37: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/563/stdout 2022-09-28 19:36:00.974049995 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:00.971049926 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:00.974049995 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/563 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./actypes.at:37: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1828: creating cache config.cache > configure:2218: checking for g++ > configure:2239: found /usr/bin/g++ > configure:2250: result: g++ > configure:2277: checking for C++ compiler version > configure:2286: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2297: $? = 0 > configure:2286: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2297: $? = 0 > configure:2286: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2286: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2297: $? = 1 > configure:2317: checking whether the C++ compiler works > configure:2339: g++ conftest.cpp >&5 > configure:2343: $? = 0 > configure:2393: result: yes > configure:2396: checking for C++ compiler default output file name > configure:2398: result: a.out > configure:2404: checking for suffix of executables > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2438: result: > configure:2460: checking whether we are cross compiling > configure:2468: g++ -o conftest conftest.cpp >&5 > configure:2472: $? = 0 > configure:2479: ./conftest > configure:2483: $? = 0 > configure:2498: result: no > configure:2503: checking for suffix of object files > configure:2526: g++ -c conftest.cpp >&5 > configure:2530: $? = 0 > configure:2552: result: o > configure:2556: checking whether the compiler supports GNU C++ > configure:2576: g++ -c conftest.cpp >&5 > configure:2576: $? = 0 > configure:2586: result: yes > configure:2597: checking whether g++ accepts -g > configure:2618: g++ -c -g conftest.cpp >&5 > configure:2618: $? = 0 > configure:2662: result: yes > configure:2682: checking for g++ option to enable C++11 features > configure:2697: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2697: $? = 0 > configure:2715: result: none needed > configure:2784: checking for stdio.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdlib.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for string.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for inttypes.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for stdint.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for strings.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/stat.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for sys/types.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2784: checking for unistd.h > configure:2784: g++ -c -g -O2 conftest.cpp >&5 > configure:2784: $? = 0 > configure:2784: result: yes > configure:2809: checking for ptrdiff_t > configure:2809: g++ -c -g -O2 conftest.cpp >&5 > configure:2809: $? = 0 > configure:2809: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:50:23: error: expected primary-expression before ')' token > 50 | if (sizeof ((ptrdiff_t))) > | ^ > configure:2809: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | int > | main (void) > | { > | if (sizeof ((ptrdiff_t))) > | return 0; > | ; > | return 0; > | } > configure:2809: result: yes > configure:2875: updating cache config.cache > configure:2924: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > config.status:758: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_ptrdiff_t=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_PTRDIFF_T 1 > > configure: exit 0 563. actypes.at:37: 563. AM_TYPE_PTRDIFF_T (actypes.at:37): FAILED (actypes.at:37) # -*- compilation -*- 566. acfunctions.at:9: testing AC_FUNC_CHOWN ... ./acfunctions.at:9: autoconf --force ./acfunctions.at:9: "$SHELL_N" -n configure stderr: ./acfunctions.at:9: autoheader ./acfunctions.at:9: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for uid_t in sys/types.h... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for working chown... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:9: ath_fn_check_env ./acfunctions.at:9: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for uid_t in sys/types.h... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for working chown... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:9: ath_fn_check_env ./acfunctions.at:9: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:9: autoconf --force stderr: stdout: ./acfunctions.at:9: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:9: "$SHELL_N" -n configure stderr: ./acfunctions.at:9: autoheader ./acfunctions.at:9: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for uid_t in sys/types.h... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for working chown... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:9: ath_fn_check_env ./acfunctions.at:9: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:9: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/566/stdout 2022-09-28 19:36:04.980142877 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:04.976142784 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:04.979142854 -0500 +@@ -43,7 +43,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/566 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:9: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1870: creating cache config.cache > configure:2114: looking for aux files: config.guess config.sub > configure:2127: trying ./ > configure:2156: ./config.guess found > configure:2156: ./config.sub found > configure:2358: checking for g++ > configure:2379: found /usr/bin/g++ > configure:2390: result: g++ > configure:2417: checking for C++ compiler version > configure:2426: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2437: $? = 0 > configure:2426: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2437: $? = 0 > configure:2426: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2437: $? = 1 > configure:2426: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2437: $? = 1 > configure:2457: checking whether the C++ compiler works > configure:2479: g++ conftest.cpp >&5 > configure:2483: $? = 0 > configure:2533: result: yes > configure:2536: checking for C++ compiler default output file name > configure:2538: result: a.out > configure:2544: checking for suffix of executables > configure:2551: g++ -o conftest conftest.cpp >&5 > configure:2555: $? = 0 > configure:2578: result: > configure:2600: checking whether we are cross compiling > configure:2608: g++ -o conftest conftest.cpp >&5 > configure:2612: $? = 0 > configure:2619: ./conftest > configure:2623: $? = 0 > configure:2638: result: no > configure:2643: checking for suffix of object files > configure:2666: g++ -c conftest.cpp >&5 > configure:2670: $? = 0 > configure:2692: result: o > configure:2696: checking whether the compiler supports GNU C++ > configure:2716: g++ -c conftest.cpp >&5 > configure:2716: $? = 0 > configure:2726: result: yes > configure:2737: checking whether g++ accepts -g > configure:2758: g++ -c -g conftest.cpp >&5 > configure:2758: $? = 0 > configure:2802: result: yes > configure:2822: checking for g++ option to enable C++11 features > configure:2837: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2837: $? = 0 > configure:2855: result: none needed > configure:2925: checking how to run the C++ preprocessor > configure:2947: g++ -E conftest.cpp > configure:2947: $? = 0 > configure:2962: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:2962: $? = 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. */ > | #include > configure:2989: result: g++ -E > configure:3003: g++ -E conftest.cpp > configure:3003: $? = 0 > configure:3018: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:3018: $? = 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. */ > | #include > configure:3049: checking for grep that handles long lines and -e > configure:3113: result: /usr/bin/grep > configure:3118: checking for egrep > configure:3186: result: /usr/bin/grep -E > configure:3191: checking for uid_t in sys/types.h > configure:3212: result: yes > configure:3230: checking build system type > configure:3245: result: x86_64-pc-linux-gnu > configure:3265: checking host system type > configure:3279: result: x86_64-pc-linux-gnu > configure:3303: checking for stdio.h > configure:3303: g++ -c -g -O2 conftest.cpp >&5 > configure:3303: $? = 0 > configure:3303: result: yes > configure:3303: checking for stdlib.h > configure:3303: g++ -c -g -O2 conftest.cpp >&5 > configure:3303: $? = 0 > configure:3303: result: yes > configure:3303: checking for string.h > configure:3303: g++ -c -g -O2 conftest.cpp >&5 > configure:3303: $? = 0 > configure:3303: result: yes > configure:3303: checking for inttypes.h > configure:3303: g++ -c -g -O2 conftest.cpp >&5 > configure:3303: $? = 0 > configure:3303: result: yes > configure:3303: checking for stdint.h > configure:3303: g++ -c -g -O2 conftest.cpp >&5 > configure:3303: $? = 0 > configure:3303: result: yes > configure:3303: checking for strings.h > configure:3303: g++ -c -g -O2 conftest.cpp >&5 > configure:3303: $? = 0 > configure:3303: result: yes > configure:3303: checking for sys/stat.h > configure:3303: g++ -c -g -O2 conftest.cpp >&5 > configure:3303: $? = 0 > configure:3303: result: yes > configure:3303: checking for sys/types.h > configure:3303: g++ -c -g -O2 conftest.cpp >&5 > configure:3303: $? = 0 > configure:3303: result: yes > configure:3303: checking for unistd.h > configure:3303: g++ -c -g -O2 conftest.cpp >&5 > configure:3303: $? = 0 > configure:3303: result: yes > configure:3328: checking for working chown > configure:3368: g++ -o conftest -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:52:13: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] > 52 | char *f = "conftest.chown"; > | ^~~~~~~~~~~~~~~~ > configure:3368: $? = 0 > configure:3368: ./conftest > configure:3368: $? = 0 > configure:3381: result: yes > configure:3446: updating cache config.cache > configure:3495: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > config.status:758: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=x86_64-pc-linux-gnu > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_chown_works=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_host=x86_64-pc-linux-gnu > ac_cv_objext=o > ac_cv_path_EGREP='/usr/bin/grep -E' > ac_cv_path_GREP=/usr/bin/grep > ac_cv_prog_CXXCPP='g++ -E' > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_uid_t=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXCPP='g++ -E' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='/usr/bin/grep -E' > EXEEXT='' > GREP='/usr/bin/grep' > 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_CXX='g++' > bindir='${exec_prefix}/bin' > build='x86_64-pc-linux-gnu' > build_alias='' > build_cpu='x86_64' > build_os='linux-gnu' > build_vendor='pc' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='x86_64-pc-linux-gnu' > host_alias='' > host_cpu='x86_64' > host_os='linux-gnu' > host_vendor='pc' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_CHOWN 1 > > configure: exit 0 566. acfunctions.at:9: 566. AC_FUNC_CHOWN (acfunctions.at:9): FAILED (acfunctions.at:9) # -*- compilation -*- 567. acfunctions.at:10: testing AC_FUNC_CLOSEDIR_VOID ... ./acfunctions.at:10: autoconf --force ./acfunctions.at:10: "$SHELL_N" -n configure stderr: ./acfunctions.at:10: autoheader ./acfunctions.at:10: ./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... none needed checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether closedir returns void... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:10: ath_fn_check_env ./acfunctions.at:10: ./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) none needed checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking whether closedir returns void... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:10: ath_fn_check_env ./acfunctions.at:10: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:10: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:10: autoconf --force ./acfunctions.at:10: "$SHELL_N" -n configure stderr: ./acfunctions.at:10: autoheader ./acfunctions.at:10: ./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... none needed checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether closedir returns void... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:10: ath_fn_check_env ./acfunctions.at:10: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acfunctions.at:10: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acfunctions.at:10: ./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) none needed checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... (cached) none required checking whether closedir returns void... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:10: ath_fn_check_env ./acfunctions.at:10: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acfunctions.at:10: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acfunctions.at:10: autoconf --force stderr: stdout: ./acfunctions.at:10: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:10: "$SHELL_N" -n configure stderr: ./acfunctions.at:10: autoheader ./acfunctions.at:10: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether closedir returns void... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:10: ath_fn_check_env ./acfunctions.at:10: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:10: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/567/stdout 2022-09-28 19:36:06.899187369 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:06.896187300 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:06.898187346 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/567 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:10: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2699: checking for dirent.h that defines DIR > configure:2719: g++ -c -g -O2 conftest.cpp >&5 > configure:2719: $? = 0 > configure:2728: result: yes > configure:2742: checking for library containing opendir > configure:2771: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2771: $? = 0 > configure:2791: result: none required > configure:2861: checking whether closedir returns void > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2890: result: no > configure:2955: updating cache config.cache > configure:3004: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_closedir_void=no > ac_cv_header_dirent_dirent_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_search_opendir='none required' > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_DIRENT_H 1 > > configure: exit 0 567. acfunctions.at:10: 567. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:10): FAILED (acfunctions.at:10) # -*- compilation -*- 568. acfunctions.at:11: testing AC_FUNC_ERROR_AT_LINE ... ./acfunctions.at:11: autoconf --force ./acfunctions.at:11: "$SHELL_N" -n configure stderr: ./acfunctions.at:11: autoheader ./acfunctions.at:11: ./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... none needed checking for error_at_line... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:11: ath_fn_check_env ./acfunctions.at:11: ./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) none needed checking for error_at_line... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:11: ath_fn_check_env ./acfunctions.at:11: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:11: autoconf --force ./acfunctions.at:11: "$SHELL_N" -n configure stderr: ./acfunctions.at:11: autoheader ./acfunctions.at:11: ./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... none needed checking for error_at_line... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:11: ath_fn_check_env ./acfunctions.at:11: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acfunctions.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acfunctions.at:11: ./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) none needed checking for error_at_line... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:11: ath_fn_check_env ./acfunctions.at:11: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acfunctions.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acfunctions.at:11: autoconf --force stderr: stdout: ./acfunctions.at:11: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:11: "$SHELL_N" -n configure stderr: ./acfunctions.at:11: autoheader ./acfunctions.at:11: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for error_at_line... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:11: ath_fn_check_env ./acfunctions.at:11: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:11: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/568/stdout 2022-09-28 19:36:08.711229380 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:08.708229311 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:08.711229380 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/568 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:11: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2696: checking for error_at_line > configure:2713: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2713: $? = 0 > configure:2722: result: yes > configure:2790: updating cache config.cache > configure:2839: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:657: creating config.h > config.status:747: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_lib_error_at_line=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 "" > > configure: exit 0 568. acfunctions.at:11: 568. AC_FUNC_ERROR_AT_LINE (acfunctions.at:11): FAILED (acfunctions.at:11) # -*- compilation -*- 569. acfunctions.at:12: testing AC_FUNC_FNMATCH ... ./acfunctions.at:12: autoconf --force ./acfunctions.at:12: "$SHELL_N" -n configure stderr: ./acfunctions.at:12: autoheader ./acfunctions.at:12: ./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... none needed checking for working POSIX fnmatch... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:12: ath_fn_check_env ./acfunctions.at:12: ./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) none needed checking for working POSIX fnmatch... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:12: ath_fn_check_env ./acfunctions.at:12: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:12: autoconf --force stderr: stdout: ./acfunctions.at:12: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:12: "$SHELL_N" -n configure stderr: ./acfunctions.at:12: autoheader ./acfunctions.at:12: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for working POSIX fnmatch... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:12: ath_fn_check_env ./acfunctions.at:12: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:12: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/569/stdout 2022-09-28 19:36:09.940257874 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:09.936257782 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:09.939257851 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/569 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:12: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1749: creating cache config.cache > configure:2130: checking for g++ > configure:2151: found /usr/bin/g++ > configure:2162: result: g++ > configure:2189: checking for C++ compiler version > configure:2198: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2209: $? = 0 > configure:2198: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2209: $? = 0 > configure:2198: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2209: $? = 1 > configure:2198: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2209: $? = 1 > configure:2229: checking whether the C++ compiler works > configure:2251: g++ conftest.cpp >&5 > configure:2255: $? = 0 > configure:2305: result: yes > configure:2308: checking for C++ compiler default output file name > configure:2310: result: a.out > configure:2316: checking for suffix of executables > configure:2323: g++ -o conftest conftest.cpp >&5 > configure:2327: $? = 0 > configure:2350: result: > configure:2372: checking whether we are cross compiling > configure:2380: g++ -o conftest conftest.cpp >&5 > configure:2384: $? = 0 > configure:2391: ./conftest > configure:2395: $? = 0 > configure:2410: result: no > configure:2415: checking for suffix of object files > configure:2438: g++ -c conftest.cpp >&5 > configure:2442: $? = 0 > configure:2464: result: o > configure:2468: checking whether the compiler supports GNU C++ > configure:2488: g++ -c conftest.cpp >&5 > configure:2488: $? = 0 > configure:2498: result: yes > configure:2509: checking whether g++ accepts -g > configure:2530: g++ -c -g conftest.cpp >&5 > configure:2530: $? = 0 > configure:2574: result: yes > configure:2594: checking for g++ option to enable C++11 features > configure:2609: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2609: $? = 0 > configure:2627: result: none needed > configure:2692: checking for working POSIX fnmatch > configure:2727: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: ./conftest > configure:2727: $? = 0 > configure:2738: result: yes > configure:2805: updating cache config.cache > configure:2854: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_fnmatch_works=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_FNMATCH 1 > > configure: exit 0 569. acfunctions.at:12: 569. AC_FUNC_FNMATCH (acfunctions.at:12): FAILED (acfunctions.at:12) # -*- compilation -*- 570. acfunctions.at:13: testing AC_FUNC_FORK ... ./acfunctions.at:13: autoconf --force ./acfunctions.at:13: "$SHELL_N" -n configure stderr: ./acfunctions.at:13: autoheader ./acfunctions.at:13: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for vfork.h... no checking for pid_t... yes checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:13: ath_fn_check_env ./acfunctions.at:13: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for vfork.h... (cached) no checking for pid_t... (cached) yes checking for fork... (cached) yes checking for vfork... (cached) yes checking for working fork... (cached) yes checking for working vfork... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:13: ath_fn_check_env ./acfunctions.at:13: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:13: autoconf --force stderr: stdout: ./acfunctions.at:13: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:13: "$SHELL_N" -n configure stderr: ./acfunctions.at:13: autoheader ./acfunctions.at:13: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for vfork.h... no checking for pid_t... yes checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:13: ath_fn_check_env ./acfunctions.at:13: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:13: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/570/stdout 2022-09-28 19:36:11.770300301 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:11.767300232 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:11.769300278 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/570 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:13: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1981: creating cache config.cache > configure:2374: checking for g++ > configure:2395: found /usr/bin/g++ > configure:2406: result: g++ > configure:2433: checking for C++ compiler version > configure:2442: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2453: $? = 0 > configure:2442: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2453: $? = 0 > configure:2442: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2453: $? = 1 > configure:2442: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2453: $? = 1 > configure:2473: checking whether the C++ compiler works > configure:2495: g++ conftest.cpp >&5 > configure:2499: $? = 0 > configure:2549: result: yes > configure:2552: checking for C++ compiler default output file name > configure:2554: result: a.out > configure:2560: checking for suffix of executables > configure:2567: g++ -o conftest conftest.cpp >&5 > configure:2571: $? = 0 > configure:2594: result: > configure:2616: checking whether we are cross compiling > configure:2624: g++ -o conftest conftest.cpp >&5 > configure:2628: $? = 0 > configure:2635: ./conftest > configure:2639: $? = 0 > configure:2654: result: no > configure:2659: checking for suffix of object files > configure:2682: g++ -c conftest.cpp >&5 > configure:2686: $? = 0 > configure:2708: result: o > configure:2712: checking whether the compiler supports GNU C++ > configure:2732: g++ -c conftest.cpp >&5 > configure:2732: $? = 0 > configure:2742: result: yes > configure:2753: checking whether g++ accepts -g > configure:2774: g++ -c -g conftest.cpp >&5 > configure:2774: $? = 0 > configure:2818: result: yes > configure:2838: checking for g++ option to enable C++11 features > configure:2853: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2853: $? = 0 > configure:2871: result: none needed > configure:2940: checking for stdio.h > configure:2940: g++ -c -g -O2 conftest.cpp >&5 > configure:2940: $? = 0 > configure:2940: result: yes > configure:2940: checking for stdlib.h > configure:2940: g++ -c -g -O2 conftest.cpp >&5 > configure:2940: $? = 0 > configure:2940: result: yes > configure:2940: checking for string.h > configure:2940: g++ -c -g -O2 conftest.cpp >&5 > configure:2940: $? = 0 > configure:2940: result: yes > configure:2940: checking for inttypes.h > configure:2940: g++ -c -g -O2 conftest.cpp >&5 > configure:2940: $? = 0 > configure:2940: result: yes > configure:2940: checking for stdint.h > configure:2940: g++ -c -g -O2 conftest.cpp >&5 > configure:2940: $? = 0 > configure:2940: result: yes > configure:2940: checking for strings.h > configure:2940: g++ -c -g -O2 conftest.cpp >&5 > configure:2940: $? = 0 > configure:2940: result: yes > configure:2940: checking for sys/stat.h > configure:2940: g++ -c -g -O2 conftest.cpp >&5 > configure:2940: $? = 0 > configure:2940: result: yes > configure:2940: checking for sys/types.h > configure:2940: g++ -c -g -O2 conftest.cpp >&5 > configure:2940: $? = 0 > configure:2940: result: yes > configure:2940: checking for unistd.h > configure:2940: g++ -c -g -O2 conftest.cpp >&5 > configure:2940: $? = 0 > configure:2940: result: yes > configure:2940: checking for vfork.h > configure:2940: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp:46:10: fatal error: vfork.h: No such file or directory > 46 | #include > | ^~~~~~~~~ > compilation terminated. > configure:2940: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | #include > configure:2940: result: no > configure:2966: checking for pid_t > configure:2966: g++ -c -g -O2 conftest.cpp >&5 > configure:2966: $? = 0 > configure:2966: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:51:19: error: expected primary-expression before ')' token > 51 | if (sizeof ((pid_t))) > | ^ > configure:2966: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | > | int > | main (void) > | { > | if (sizeof ((pid_t))) > | return 0; > | ; > | return 0; > | } > configure:2966: result: yes > configure:3007: checking for fork > configure:3007: g++ -o conftest -g -O2 conftest.cpp >&5 > conftest.cpp:35:6: warning: declaration of 'char fork()' conflicts with built-in declaration 'int fork()' [-Wbuiltin-declaration-mismatch] > 35 | char fork (); > | ^~~~ > configure:3007: $? = 0 > configure:3007: result: yes > configure:3007: checking for vfork > configure:3007: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3007: $? = 0 > configure:3007: result: yes > configure:3020: checking for working fork > configure:3044: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3044: $? = 0 > configure:3044: ./conftest > configure:3044: $? = 0 > configure:3055: result: yes > configure:3076: checking for working vfork > configure:3205: result: yes > configure:3287: updating cache config.cache > configure:3336: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:671: creating config.h > config.status:761: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_fork=yes > ac_cv_func_fork_works=yes > ac_cv_func_vfork=yes > ac_cv_func_vfork_works=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_header_vfork_h=no > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_pid_t=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_FORK 1 > #define HAVE_VFORK 1 > #define HAVE_WORKING_VFORK 1 > #define HAVE_WORKING_FORK 1 > > configure: exit 0 570. acfunctions.at:13: 570. AC_FUNC_FORK (acfunctions.at:13): FAILED (acfunctions.at:13) # -*- compilation -*- 571. acfunctions.at:14: testing AC_FUNC_FSEEKO ... ./acfunctions.at:14: autoconf --force ./acfunctions.at:14: "$SHELL_N" -n configure stderr: ./acfunctions.at:14: autoheader ./acfunctions.at:14: ./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... none needed checking for _LARGEFILE_SOURCE value needed for large files... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:14: ath_fn_check_env ./acfunctions.at:14: ./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) none needed checking for _LARGEFILE_SOURCE value needed for large files... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:14: ath_fn_check_env ./acfunctions.at:14: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:14: autoconf --force ./acfunctions.at:14: "$SHELL_N" -n configure stderr: ./acfunctions.at:14: autoheader ./acfunctions.at:14: ./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... none needed checking for _LARGEFILE_SOURCE value needed for large files... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:14: ath_fn_check_env ./acfunctions.at:14: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acfunctions.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acfunctions.at:14: ./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) none needed checking for _LARGEFILE_SOURCE value needed for large files... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:14: ath_fn_check_env ./acfunctions.at:14: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acfunctions.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acfunctions.at:14: autoconf --force stderr: stdout: ./acfunctions.at:14: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:14: "$SHELL_N" -n configure stderr: ./acfunctions.at:14: autoheader ./acfunctions.at:14: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for _LARGEFILE_SOURCE value needed for large files... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:14: ath_fn_check_env ./acfunctions.at:14: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:14: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/571/stdout 2022-09-28 19:36:13.597342659 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:13.594342589 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:13.596342636 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/571 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:14: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2696: checking for _LARGEFILE_SOURCE value needed for large files > configure:2716: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2716: $? = 0 > configure:2746: result: no > configure:2822: updating cache config.cache > configure:2871: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_sys_largefile_source=no > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_FSEEKO 1 > > configure: exit 0 571. acfunctions.at:14: 571. AC_FUNC_FSEEKO (acfunctions.at:14): FAILED (acfunctions.at:14) # -*- compilation -*- 572. acfunctions.at:15: testing AC_FUNC_GETGROUPS ... ./acfunctions.at:15: autoconf --force ./acfunctions.at:15: "$SHELL_N" -n configure stderr: ./acfunctions.at:15: autoheader ./acfunctions.at:15: ./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... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for uid_t in sys/types.h... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking type of array argument to getgroups... gid_t checking for size_t... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for getgroups... yes checking for working getgroups... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:15: ath_fn_check_env ./acfunctions.at:15: ./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) none needed checking how to run the C preprocessor... (cached) gcc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/grep -E checking for uid_t in sys/types.h... (cached) yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking type of array argument to getgroups... (cached) gid_t checking for size_t... (cached) yes checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for getgroups... (cached) yes checking for working getgroups... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:15: ath_fn_check_env ./acfunctions.at:15: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:15: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:15: autoconf --force stderr: stdout: ./acfunctions.at:15: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:15: "$SHELL_N" -n configure stderr: ./acfunctions.at:15: autoheader ./acfunctions.at:15: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for uid_t in sys/types.h... yes checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking type of array argument to getgroups... gid_t checking for size_t... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for getgroups... yes checking for working getgroups... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:15: ath_fn_check_env ./acfunctions.at:15: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:15: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/572/stdout 2022-09-28 19:36:15.582388679 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:15.579388609 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:15.581388655 -0500 +@@ -43,7 +43,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/572 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:15: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:2036: creating cache config.cache > configure:2280: looking for aux files: config.guess config.sub > configure:2293: trying ./ > configure:2322: ./config.guess found > configure:2322: ./config.sub found > configure:2524: checking for g++ > configure:2545: found /usr/bin/g++ > configure:2556: result: g++ > configure:2583: checking for C++ compiler version > configure:2592: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2603: $? = 0 > configure:2592: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2603: $? = 0 > configure:2592: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2603: $? = 1 > configure:2592: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2603: $? = 1 > configure:2623: checking whether the C++ compiler works > configure:2645: g++ conftest.cpp >&5 > configure:2649: $? = 0 > configure:2699: result: yes > configure:2702: checking for C++ compiler default output file name > configure:2704: result: a.out > configure:2710: checking for suffix of executables > configure:2717: g++ -o conftest conftest.cpp >&5 > configure:2721: $? = 0 > configure:2744: result: > configure:2766: checking whether we are cross compiling > configure:2774: g++ -o conftest conftest.cpp >&5 > configure:2778: $? = 0 > configure:2785: ./conftest > configure:2789: $? = 0 > configure:2804: result: no > configure:2809: checking for suffix of object files > configure:2832: g++ -c conftest.cpp >&5 > configure:2836: $? = 0 > configure:2858: result: o > configure:2862: checking whether the compiler supports GNU C++ > configure:2882: g++ -c conftest.cpp >&5 > configure:2882: $? = 0 > configure:2892: result: yes > configure:2903: checking whether g++ accepts -g > configure:2924: g++ -c -g conftest.cpp >&5 > configure:2924: $? = 0 > configure:2968: result: yes > configure:2988: checking for g++ option to enable C++11 features > configure:3003: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:3003: $? = 0 > configure:3021: result: none needed > configure:3091: checking how to run the C++ preprocessor > configure:3113: g++ -E conftest.cpp > configure:3113: $? = 0 > configure:3128: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:3128: $? = 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. */ > | #include > configure:3155: result: g++ -E > configure:3169: g++ -E conftest.cpp > configure:3169: $? = 0 > configure:3184: g++ -E conftest.cpp > conftest.cpp:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:3184: $? = 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. */ > | #include > configure:3215: checking for grep that handles long lines and -e > configure:3279: result: /usr/bin/grep > configure:3284: checking for egrep > configure:3352: result: /usr/bin/grep -E > configure:3357: checking for uid_t in sys/types.h > configure:3378: result: yes > configure:3393: checking for stdio.h > configure:3393: g++ -c -g -O2 conftest.cpp >&5 > configure:3393: $? = 0 > configure:3393: result: yes > configure:3393: checking for stdlib.h > configure:3393: g++ -c -g -O2 conftest.cpp >&5 > configure:3393: $? = 0 > configure:3393: result: yes > configure:3393: checking for string.h > configure:3393: g++ -c -g -O2 conftest.cpp >&5 > configure:3393: $? = 0 > configure:3393: result: yes > configure:3393: checking for inttypes.h > configure:3393: g++ -c -g -O2 conftest.cpp >&5 > configure:3393: $? = 0 > configure:3393: result: yes > configure:3393: checking for stdint.h > configure:3393: g++ -c -g -O2 conftest.cpp >&5 > configure:3393: $? = 0 > configure:3393: result: yes > configure:3393: checking for strings.h > configure:3393: g++ -c -g -O2 conftest.cpp >&5 > configure:3393: $? = 0 > configure:3393: result: yes > configure:3393: checking for sys/stat.h > configure:3393: g++ -c -g -O2 conftest.cpp >&5 > configure:3393: $? = 0 > configure:3393: result: yes > configure:3393: checking for sys/types.h > configure:3393: g++ -c -g -O2 conftest.cpp >&5 > configure:3393: $? = 0 > configure:3393: result: yes > configure:3393: checking for unistd.h > configure:3393: g++ -c -g -O2 conftest.cpp >&5 > configure:3393: $? = 0 > configure:3393: result: yes > configure:3418: checking type of array argument to getgroups > configure:3454: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3454: $? = 0 > configure:3454: ./conftest > configure:3454: $? = 0 > configure:3481: result: gid_t > configure:3487: checking for size_t > configure:3487: g++ -c -g -O2 conftest.cpp >&5 > configure:3487: $? = 0 > configure:3487: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:51:20: error: expected primary-expression before ')' token > 51 | if (sizeof ((size_t))) > | ^ > configure:3487: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | #define GETGROUPS_T gid_t > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | int > | main (void) > | { > | if (sizeof ((size_t))) > | return 0; > | ; > | return 0; > | } > configure:3487: result: yes > configure:3504: checking build system type > configure:3519: result: x86_64-pc-linux-gnu > configure:3539: checking host system type > configure:3553: result: x86_64-pc-linux-gnu > configure:3573: checking for getgroups > configure:3573: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3573: $? = 0 > configure:3573: result: yes > configure:3628: checking for working getgroups > configure:3655: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3655: $? = 0 > configure:3655: ./conftest > configure:3655: $? = 0 > configure:3667: result: yes > configure:3738: updating cache config.cache > configure:3787: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:669: creating config.h > config.status:759: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=x86_64-pc-linux-gnu > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_getgroups=yes > ac_cv_func_getgroups_works=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_host=x86_64-pc-linux-gnu > ac_cv_objext=o > ac_cv_path_EGREP='/usr/bin/grep -E' > ac_cv_path_GREP=/usr/bin/grep > ac_cv_prog_CXXCPP='g++ -E' > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_type_getgroups=gid_t > ac_cv_type_size_t=yes > ac_cv_type_uid_t=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXCPP='g++ -E' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='/usr/bin/grep -E' > EXEEXT='' > GREP='/usr/bin/grep' > 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_CXX='g++' > bindir='${exec_prefix}/bin' > build='x86_64-pc-linux-gnu' > build_alias='' > build_cpu='x86_64' > build_os='linux-gnu' > build_vendor='pc' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='x86_64-pc-linux-gnu' > host_alias='' > host_cpu='x86_64' > host_os='linux-gnu' > host_vendor='pc' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define GETGROUPS_T gid_t > #define HAVE_GETGROUPS 1 > > configure: exit 0 572. acfunctions.at:15: 572. AC_FUNC_GETGROUPS (acfunctions.at:15): FAILED (acfunctions.at:15) # -*- compilation -*- 573. acfunctions.at:16: testing AC_FUNC_GETMNTENT ... ./acfunctions.at:16: autoconf --force ./acfunctions.at:16: "$SHELL_N" -n configure stderr: ./acfunctions.at:16: autoheader ./acfunctions.at:16: ./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... none needed checking for library containing getmntent... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:16: ath_fn_check_env ./acfunctions.at:16: ./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) none needed checking for library containing getmntent... (cached) none required configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:16: ath_fn_check_env ./acfunctions.at:16: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:16: autoconf --force ./acfunctions.at:16: "$SHELL_N" -n configure stderr: ./acfunctions.at:16: autoheader ./acfunctions.at:16: ./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... none needed checking for library containing getmntent... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:16: ath_fn_check_env ./acfunctions.at:16: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acfunctions.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acfunctions.at:16: ./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) none needed checking for library containing getmntent... (cached) none required configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:16: ath_fn_check_env ./acfunctions.at:16: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acfunctions.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acfunctions.at:16: autoconf --force stderr: stdout: ./acfunctions.at:16: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:16: "$SHELL_N" -n configure stderr: ./acfunctions.at:16: autoheader ./acfunctions.at:16: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for library containing getmntent... none required configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:16: ath_fn_check_env ./acfunctions.at:16: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:16: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/573/stdout 2022-09-28 19:36:17.386430501 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:17.383430432 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:17.385430478 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/573 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:16: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2698: checking for library containing getmntent > configure:2727: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2747: result: none required > configure:2819: updating cache config.cache > configure:2868: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_getmntent=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_search_getmntent='none required' > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_GETMNTENT 1 > > configure: exit 0 573. acfunctions.at:16: 573. AC_FUNC_GETMNTENT (acfunctions.at:16): FAILED (acfunctions.at:16) # -*- compilation -*- 574. acfunctions.at:17: testing AC_FUNC_GETPGRP ... ./acfunctions.at:17: autoconf --force ./acfunctions.at:17: "$SHELL_N" -n configure stderr: ./acfunctions.at:17: autoheader ./acfunctions.at:17: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether getpgrp requires zero arguments... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:17: ath_fn_check_env ./acfunctions.at:17: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether getpgrp requires zero arguments... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:17: ath_fn_check_env ./acfunctions.at:17: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:17: autoconf --force ./acfunctions.at:17: "$SHELL_N" -n configure stderr: ./acfunctions.at:17: autoheader ./acfunctions.at:17: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether getpgrp requires zero arguments... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:17: ath_fn_check_env ./acfunctions.at:17: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acfunctions.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acfunctions.at:17: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether getpgrp requires zero arguments... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:17: ath_fn_check_env ./acfunctions.at:17: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acfunctions.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acfunctions.at:17: autoconf --force stderr: stdout: ./acfunctions.at:17: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:17: "$SHELL_N" -n configure stderr: ./acfunctions.at:17: autoheader ./acfunctions.at:17: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether getpgrp requires zero arguments... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:17: ath_fn_check_env ./acfunctions.at:17: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:17: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/574/stdout 2022-09-28 19:36:19.594481691 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:19.591481621 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:19.593481668 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/574 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:17: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1771: creating cache config.cache > configure:2161: checking for g++ > configure:2182: found /usr/bin/g++ > configure:2193: result: g++ > configure:2220: checking for C++ compiler version > configure:2229: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2240: $? = 0 > configure:2229: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2240: $? = 0 > configure:2229: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2240: $? = 1 > configure:2229: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2240: $? = 1 > configure:2260: checking whether the C++ compiler works > configure:2282: g++ conftest.cpp >&5 > configure:2286: $? = 0 > configure:2336: result: yes > configure:2339: checking for C++ compiler default output file name > configure:2341: result: a.out > configure:2347: checking for suffix of executables > configure:2354: g++ -o conftest conftest.cpp >&5 > configure:2358: $? = 0 > configure:2381: result: > configure:2403: checking whether we are cross compiling > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2422: ./conftest > configure:2426: $? = 0 > configure:2441: result: no > configure:2446: checking for suffix of object files > configure:2469: g++ -c conftest.cpp >&5 > configure:2473: $? = 0 > configure:2495: result: o > configure:2499: checking whether the compiler supports GNU C++ > configure:2519: g++ -c conftest.cpp >&5 > configure:2519: $? = 0 > configure:2529: result: yes > configure:2540: checking whether g++ accepts -g > configure:2561: g++ -c -g conftest.cpp >&5 > configure:2561: $? = 0 > configure:2605: result: yes > configure:2625: checking for g++ option to enable C++11 features > configure:2640: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2640: $? = 0 > configure:2658: result: none needed > configure:2727: checking for stdio.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for stdlib.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for string.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for inttypes.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for stdint.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for strings.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for sys/stat.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for sys/types.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for unistd.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2752: checking whether getpgrp requires zero arguments > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:50:9: error: too many arguments to function '__pid_t getpgrp()' > 50 | getpgrp (0); > | ~~~~~~~~^~~ > In file included from conftest.cpp:45: > /usr/include/unistd.h:656:16: note: declared here > 656 | extern __pid_t getpgrp (void) __THROW; > | ^~~~~~~ > configure:2770: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | int > | main (void) > | { > | getpgrp (0); > | ; > | return 0; > | } > configure:2779: result: yes > configure:2844: updating cache config.cache > configure:2893: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > config.status:758: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_getpgrp_void=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define GETPGRP_VOID 1 > > configure: exit 0 574. acfunctions.at:17: 574. AC_FUNC_GETPGRP (acfunctions.at:17): FAILED (acfunctions.at:17) # -*- compilation -*- 575. acfunctions.at:18: testing AC_FUNC_LSTAT ... ./acfunctions.at:18: autoconf --force ./acfunctions.at:18: "$SHELL_N" -n configure stderr: ./acfunctions.at:18: autoheader ./acfunctions.at:18: ./configure $configure_options -C stdout: configure: creating cache config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether lstat correctly handles trailing slash... yes checking whether lstat accepts an empty string... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:18: ath_fn_check_env ./acfunctions.at:18: ./configure $configure_options -C stdout: configure: loading cache config.cache checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu 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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether lstat correctly handles trailing slash... (cached) yes checking whether lstat accepts an empty string... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:18: ath_fn_check_env ./acfunctions.at:18: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:18: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:18: autoconf --force stderr: stdout: ./acfunctions.at:18: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:18: "$SHELL_N" -n configure stderr: ./acfunctions.at:18: autoheader ./acfunctions.at:18: ./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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether lstat correctly handles trailing slash... yes checking whether lstat accepts an empty string... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:18: ath_fn_check_env ./acfunctions.at:18: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:18: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/575/stdout 2022-09-28 19:36:21.309521449 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:21.306521380 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:21.308521426 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/575 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:18: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1826: creating cache config.cache > configure:2070: looking for aux files: config.guess config.sub > configure:2083: trying ./ > configure:2112: ./config.guess found > configure:2112: ./config.sub found > configure:2252: checking build system type > configure:2267: result: x86_64-pc-linux-gnu > configure:2287: checking host system type > configure:2301: result: x86_64-pc-linux-gnu > configure:2390: checking for g++ > configure:2411: found /usr/bin/g++ > configure:2422: result: g++ > configure:2449: checking for C++ compiler version > configure:2458: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2469: $? = 0 > configure:2458: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2469: $? = 0 > configure:2458: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2469: $? = 1 > configure:2458: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2469: $? = 1 > configure:2489: checking whether the C++ compiler works > configure:2511: g++ conftest.cpp >&5 > configure:2515: $? = 0 > configure:2565: result: yes > configure:2568: checking for C++ compiler default output file name > configure:2570: result: a.out > configure:2576: checking for suffix of executables > configure:2583: g++ -o conftest conftest.cpp >&5 > configure:2587: $? = 0 > configure:2610: result: > configure:2632: checking whether we are cross compiling > configure:2640: g++ -o conftest conftest.cpp >&5 > configure:2644: $? = 0 > configure:2651: ./conftest > configure:2655: $? = 0 > configure:2670: result: no > configure:2675: checking for suffix of object files > configure:2698: g++ -c conftest.cpp >&5 > configure:2702: $? = 0 > configure:2724: result: o > configure:2728: checking whether the compiler supports GNU C++ > configure:2748: g++ -c conftest.cpp >&5 > configure:2748: $? = 0 > configure:2758: result: yes > configure:2769: checking whether g++ accepts -g > configure:2790: g++ -c -g conftest.cpp >&5 > configure:2790: $? = 0 > configure:2834: result: yes > configure:2854: checking for g++ option to enable C++11 features > configure:2869: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2869: $? = 0 > configure:2887: result: none needed > configure:2956: checking for stdio.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for stdlib.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for string.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for inttypes.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for stdint.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for strings.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for sys/stat.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for sys/types.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for unistd.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2981: checking whether lstat correctly handles trailing slash > configure:3014: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3014: $? = 0 > configure:3014: ./conftest > configure:3014: $? = 0 > configure:3032: result: yes > configure:3049: checking whether lstat accepts an empty string > configure:3071: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3071: $? = 0 > configure:3071: ./conftest > configure:3071: $? = 0 > configure:3082: result: no > configure:3153: updating cache config.cache > configure:3202: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > config.status:758: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=x86_64-pc-linux-gnu > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_lstat_dereferences_slashed_symlink=yes > ac_cv_func_lstat_empty_string_bug=no > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_host=x86_64-pc-linux-gnu > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > bindir='${exec_prefix}/bin' > build='x86_64-pc-linux-gnu' > build_alias='' > build_cpu='x86_64' > build_os='linux-gnu' > build_vendor='pc' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='x86_64-pc-linux-gnu' > host_alias='' > host_cpu='x86_64' > host_os='linux-gnu' > host_vendor='pc' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 > > configure: exit 0 575. acfunctions.at:18: 575. AC_FUNC_LSTAT (acfunctions.at:18): FAILED (acfunctions.at:18) # -*- compilation -*- 576. acfunctions.at:19: testing AC_FUNC_MALLOC ... ./acfunctions.at:19: autoconf --force ./acfunctions.at:19: "$SHELL_N" -n configure stderr: ./acfunctions.at:19: autoheader ./acfunctions.at:19: ./configure $configure_options -C stdout: configure: creating cache config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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... none needed checking for GNU libc compatible malloc... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:19: ath_fn_check_env ./acfunctions.at:19: ./configure $configure_options -C stdout: configure: loading cache config.cache checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu 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) none needed checking for GNU libc compatible malloc... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:19: ath_fn_check_env ./acfunctions.at:19: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:19: autoconf --force stderr: stdout: ./acfunctions.at:19: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:19: "$SHELL_N" -n configure stderr: ./acfunctions.at:19: autoheader ./acfunctions.at:19: ./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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for GNU libc compatible malloc... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:19: ath_fn_check_env ./acfunctions.at:19: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:19: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/576/stdout 2022-09-28 19:36:22.611551633 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:22.608551564 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:22.610551610 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/576 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:19: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1761: creating cache config.cache > configure:1996: looking for aux files: config.guess config.sub > configure:2009: trying ./ > configure:2038: ./config.guess found > configure:2038: ./config.sub found > configure:2178: checking build system type > configure:2193: result: x86_64-pc-linux-gnu > configure:2213: checking host system type > configure:2227: result: x86_64-pc-linux-gnu > configure:2316: checking for g++ > configure:2337: found /usr/bin/g++ > configure:2348: result: g++ > configure:2375: checking for C++ compiler version > configure:2384: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2395: $? = 0 > configure:2384: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2395: $? = 0 > configure:2384: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2395: $? = 1 > configure:2384: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2395: $? = 1 > configure:2415: checking whether the C++ compiler works > configure:2437: g++ conftest.cpp >&5 > configure:2441: $? = 0 > configure:2491: result: yes > configure:2494: checking for C++ compiler default output file name > configure:2496: result: a.out > configure:2502: checking for suffix of executables > configure:2509: g++ -o conftest conftest.cpp >&5 > configure:2513: $? = 0 > configure:2536: result: > configure:2558: checking whether we are cross compiling > configure:2566: g++ -o conftest conftest.cpp >&5 > configure:2570: $? = 0 > configure:2577: ./conftest > configure:2581: $? = 0 > configure:2596: result: no > configure:2601: checking for suffix of object files > configure:2624: g++ -c conftest.cpp >&5 > configure:2628: $? = 0 > configure:2650: result: o > configure:2654: checking whether the compiler supports GNU C++ > configure:2674: g++ -c conftest.cpp >&5 > configure:2674: $? = 0 > configure:2684: result: yes > configure:2695: checking whether g++ accepts -g > configure:2716: g++ -c -g conftest.cpp >&5 > configure:2716: $? = 0 > configure:2760: result: yes > configure:2780: checking for g++ option to enable C++11 features > configure:2795: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2795: $? = 0 > configure:2813: result: none needed > configure:2878: checking for GNU libc compatible malloc > configure:2910: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2910: $? = 0 > configure:2910: ./conftest > configure:2910: $? = 0 > configure:2921: result: yes > configure:3000: updating cache config.cache > configure:3049: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=x86_64-pc-linux-gnu > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_malloc_0_nonnull=yes > ac_cv_host=x86_64-pc-linux-gnu > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > bindir='${exec_prefix}/bin' > build='x86_64-pc-linux-gnu' > build_alias='' > build_cpu='x86_64' > build_os='linux-gnu' > build_vendor='pc' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='x86_64-pc-linux-gnu' > host_alias='' > host_cpu='x86_64' > host_os='linux-gnu' > host_vendor='pc' > 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 HAVE_MALLOC 1 > > configure: exit 0 576. acfunctions.at:19: 576. AC_FUNC_MALLOC (acfunctions.at:19): FAILED (acfunctions.at:19) # -*- compilation -*- 577. acfunctions.at:20: testing AC_FUNC_MBRTOWC ... ./acfunctions.at:20: autoconf --force ./acfunctions.at:20: "$SHELL_N" -n configure stderr: ./acfunctions.at:20: autoheader ./acfunctions.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... none needed checking whether mbrtowc and mbstate_t are properly declared... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:20: ath_fn_check_env ./acfunctions.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) none needed checking whether mbrtowc and mbstate_t are properly declared... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:20: ath_fn_check_env ./acfunctions.at:20: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:20: autoconf --force ./acfunctions.at:20: "$SHELL_N" -n configure stderr: ./acfunctions.at:20: autoheader ./acfunctions.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... none needed checking whether mbrtowc and mbstate_t are properly declared... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:20: ath_fn_check_env ./acfunctions.at:20: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acfunctions.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acfunctions.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) none needed checking whether mbrtowc and mbstate_t are properly declared... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:20: ath_fn_check_env ./acfunctions.at:20: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acfunctions.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acfunctions.at:20: autoconf --force stderr: stdout: ./acfunctions.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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:20: "$SHELL_N" -n configure stderr: ./acfunctions.at:20: autoheader ./acfunctions.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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking whether mbrtowc and mbstate_t are properly declared... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:20: ath_fn_check_env ./acfunctions.at:20: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:20: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/577/stdout 2022-09-28 19:36:24.427593732 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:24.424593663 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:24.426593709 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/577 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1753: creating cache config.cache > configure:2134: checking for g++ > configure:2155: found /usr/bin/g++ > configure:2166: result: g++ > configure:2193: checking for C++ compiler version > configure:2202: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2213: $? = 0 > configure:2202: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2213: $? = 0 > configure:2202: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2202: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2213: $? = 1 > configure:2233: checking whether the C++ compiler works > configure:2255: g++ conftest.cpp >&5 > configure:2259: $? = 0 > configure:2309: result: yes > configure:2312: checking for C++ compiler default output file name > configure:2314: result: a.out > configure:2320: checking for suffix of executables > configure:2327: g++ -o conftest conftest.cpp >&5 > configure:2331: $? = 0 > configure:2354: result: > configure:2376: checking whether we are cross compiling > configure:2384: g++ -o conftest conftest.cpp >&5 > configure:2388: $? = 0 > configure:2395: ./conftest > configure:2399: $? = 0 > configure:2414: result: no > configure:2419: checking for suffix of object files > configure:2442: g++ -c conftest.cpp >&5 > configure:2446: $? = 0 > configure:2468: result: o > configure:2472: checking whether the compiler supports GNU C++ > configure:2492: g++ -c conftest.cpp >&5 > configure:2492: $? = 0 > configure:2502: result: yes > configure:2513: checking whether g++ accepts -g > configure:2534: g++ -c -g conftest.cpp >&5 > configure:2534: $? = 0 > configure:2578: result: yes > configure:2598: checking for g++ option to enable C++11 features > configure:2613: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2613: $? = 0 > configure:2631: result: none needed > configure:2697: checking whether mbrtowc and mbstate_t are properly declared > configure:2718: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2718: $? = 0 > configure:2727: result: yes > configure:2792: updating cache config.cache > configure:2841: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_mbrtowc=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_MBRTOWC 1 > > configure: exit 0 577. acfunctions.at:20: 577. AC_FUNC_MBRTOWC (acfunctions.at:20): FAILED (acfunctions.at:20) # -*- compilation -*- 578. acfunctions.at:21: testing AC_FUNC_MEMCMP ... ./acfunctions.at:21: autoconf --force ./acfunctions.at:21: "$SHELL_N" -n configure stderr: ./acfunctions.at:21: autoheader ./acfunctions.at:21: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for working memcmp... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:21: ath_fn_check_env ./acfunctions.at:21: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for working memcmp... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:21: ath_fn_check_env ./acfunctions.at:21: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:21: autoconf --force stderr: stdout: ./acfunctions.at:21: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:21: "$SHELL_N" -n configure stderr: ./acfunctions.at:21: autoheader ./acfunctions.at:21: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for working memcmp... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:21: ath_fn_check_env ./acfunctions.at:21: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:21: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/578/stdout 2022-09-28 19:36:25.990629966 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:25.987629896 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:25.989629942 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/578 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:21: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1814: creating cache config.cache > configure:2204: checking for g++ > configure:2225: found /usr/bin/g++ > configure:2236: result: g++ > configure:2263: checking for C++ compiler version > configure:2272: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2283: $? = 0 > configure:2272: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2283: $? = 0 > configure:2272: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2283: $? = 1 > configure:2272: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2283: $? = 1 > configure:2303: checking whether the C++ compiler works > configure:2325: g++ conftest.cpp >&5 > configure:2329: $? = 0 > configure:2379: result: yes > configure:2382: checking for C++ compiler default output file name > configure:2384: result: a.out > configure:2390: checking for suffix of executables > configure:2397: g++ -o conftest conftest.cpp >&5 > configure:2401: $? = 0 > configure:2424: result: > configure:2446: checking whether we are cross compiling > configure:2454: g++ -o conftest conftest.cpp >&5 > configure:2458: $? = 0 > configure:2465: ./conftest > configure:2469: $? = 0 > configure:2484: result: no > configure:2489: checking for suffix of object files > configure:2512: g++ -c conftest.cpp >&5 > configure:2516: $? = 0 > configure:2538: result: o > configure:2542: checking whether the compiler supports GNU C++ > configure:2562: g++ -c conftest.cpp >&5 > configure:2562: $? = 0 > configure:2572: result: yes > configure:2583: checking whether g++ accepts -g > configure:2604: g++ -c -g conftest.cpp >&5 > configure:2604: $? = 0 > configure:2648: result: yes > configure:2668: checking for g++ option to enable C++11 features > configure:2683: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2683: $? = 0 > configure:2701: result: none needed > configure:2770: checking for stdio.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for stdlib.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for string.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for inttypes.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for stdint.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for strings.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for sys/stat.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for sys/types.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2770: checking for unistd.h > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > configure:2770: $? = 0 > configure:2770: result: yes > configure:2795: checking for working memcmp > configure:2840: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2840: $? = 0 > configure:2840: ./conftest > configure:2840: $? = 0 > configure:2851: result: yes > configure:2917: updating cache config.cache > configure:2966: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_memcmp_working=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 578. acfunctions.at:21: 578. AC_FUNC_MEMCMP (acfunctions.at:21): FAILED (acfunctions.at:21) # -*- compilation -*- 579. acfunctions.at:22: testing AC_FUNC_MKTIME ... ./acfunctions.at:22: autoconf --force ./acfunctions.at:22: "$SHELL_N" -n configure stderr: ./acfunctions.at:22: autoheader ./acfunctions.at:22: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes checking for alarm... yes checking for working mktime... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:22: ath_fn_check_env ./acfunctions.at:22: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/time.h... (cached) yes checking for alarm... (cached) yes checking for working mktime... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:22: ath_fn_check_env ./acfunctions.at:22: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:22: autoconf --force stderr: stdout: ./acfunctions.at:22: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:22: "$SHELL_N" -n configure stderr: ./acfunctions.at:22: autoheader ./acfunctions.at:22: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes checking for alarm... yes checking for working mktime... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:22: ath_fn_check_env ./acfunctions.at:22: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:22: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/579/stdout 2022-09-28 19:36:27.734670395 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:27.731670326 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:27.733670372 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/579 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:22: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1924: creating cache config.cache > configure:2316: checking for g++ > configure:2337: found /usr/bin/g++ > configure:2348: result: g++ > configure:2375: checking for C++ compiler version > configure:2384: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2395: $? = 0 > configure:2384: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2395: $? = 0 > configure:2384: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2395: $? = 1 > configure:2384: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2395: $? = 1 > configure:2415: checking whether the C++ compiler works > configure:2437: g++ conftest.cpp >&5 > configure:2441: $? = 0 > configure:2491: result: yes > configure:2494: checking for C++ compiler default output file name > configure:2496: result: a.out > configure:2502: checking for suffix of executables > configure:2509: g++ -o conftest conftest.cpp >&5 > configure:2513: $? = 0 > configure:2536: result: > configure:2558: checking whether we are cross compiling > configure:2566: g++ -o conftest conftest.cpp >&5 > configure:2570: $? = 0 > configure:2577: ./conftest > configure:2581: $? = 0 > configure:2596: result: no > configure:2601: checking for suffix of object files > configure:2624: g++ -c conftest.cpp >&5 > configure:2628: $? = 0 > configure:2650: result: o > configure:2654: checking whether the compiler supports GNU C++ > configure:2674: g++ -c conftest.cpp >&5 > configure:2674: $? = 0 > configure:2684: result: yes > configure:2695: checking whether g++ accepts -g > configure:2716: g++ -c -g conftest.cpp >&5 > configure:2716: $? = 0 > configure:2760: result: yes > configure:2780: checking for g++ option to enable C++11 features > configure:2795: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2795: $? = 0 > configure:2813: result: none needed > configure:2882: checking for stdio.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for stdlib.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for string.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for inttypes.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for stdint.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for strings.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for sys/stat.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for sys/types.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for unistd.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for sys/time.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2912: checking for alarm > configure:2912: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2912: $? = 0 > configure:2912: result: yes > configure:2923: checking for working mktime > configure:3121: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3121: $? = 0 > configure:3121: ./conftest > configure:3121: $? = 0 > configure:3132: result: yes > configure:3200: updating cache config.cache > configure:3249: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:669: creating config.h > config.status:759: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_alarm=yes > ac_cv_func_working_mktime=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_time_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define HAVE_SYS_TIME_H 1 > #define STDC_HEADERS 1 > #define HAVE_ALARM 1 > > configure: exit 0 579. acfunctions.at:22: 579. AC_FUNC_MKTIME (acfunctions.at:22): FAILED (acfunctions.at:22) # -*- compilation -*- 580. acfunctions.at:23: testing AC_FUNC_MMAP ... ./acfunctions.at:23: autoconf --force ./acfunctions.at:23: "$SHELL_N" -n configure stderr: ./acfunctions.at:23: autoheader ./acfunctions.at:23: ./configure $configure_options -C stdout: configure: creating cache config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:23: ath_fn_check_env ./acfunctions.at:23: ./configure $configure_options -C stdout: configure: loading cache config.cache checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu 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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:23: ath_fn_check_env ./acfunctions.at:23: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:23: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:23: autoconf --force stderr: stdout: ./acfunctions.at:23: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:23: "$SHELL_N" -n configure stderr: ./acfunctions.at:23: autoheader ./acfunctions.at:23: ./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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:23: ath_fn_check_env ./acfunctions.at:23: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:23: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/580/stdout 2022-09-28 19:36:29.512711611 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:29.508711519 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:29.511711588 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/580 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:23: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1936: creating cache config.cache > configure:2182: looking for aux files: config.guess config.sub > configure:2195: trying ./ > configure:2224: ./config.guess found > configure:2224: ./config.sub found > configure:2364: checking build system type > configure:2379: result: x86_64-pc-linux-gnu > configure:2399: checking host system type > configure:2413: result: x86_64-pc-linux-gnu > configure:2502: checking for g++ > configure:2523: found /usr/bin/g++ > configure:2534: result: g++ > configure:2561: checking for C++ compiler version > configure:2570: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2581: $? = 0 > configure:2570: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2581: $? = 0 > configure:2570: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2581: $? = 1 > configure:2570: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2581: $? = 1 > configure:2601: checking whether the C++ compiler works > configure:2623: g++ conftest.cpp >&5 > configure:2627: $? = 0 > configure:2677: result: yes > configure:2680: checking for C++ compiler default output file name > configure:2682: result: a.out > configure:2688: checking for suffix of executables > configure:2695: g++ -o conftest conftest.cpp >&5 > configure:2699: $? = 0 > configure:2722: result: > configure:2744: checking whether we are cross compiling > configure:2752: g++ -o conftest conftest.cpp >&5 > configure:2756: $? = 0 > configure:2763: ./conftest > configure:2767: $? = 0 > configure:2782: result: no > configure:2787: checking for suffix of object files > configure:2810: g++ -c conftest.cpp >&5 > configure:2814: $? = 0 > configure:2836: result: o > configure:2840: checking whether the compiler supports GNU C++ > configure:2860: g++ -c conftest.cpp >&5 > configure:2860: $? = 0 > configure:2870: result: yes > configure:2881: checking whether g++ accepts -g > configure:2902: g++ -c -g conftest.cpp >&5 > configure:2902: $? = 0 > configure:2946: result: yes > configure:2966: checking for g++ option to enable C++11 features > configure:2981: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2981: $? = 0 > configure:2999: result: none needed > configure:3068: checking for stdio.h > configure:3068: g++ -c -g -O2 conftest.cpp >&5 > configure:3068: $? = 0 > configure:3068: result: yes > configure:3068: checking for stdlib.h > configure:3068: g++ -c -g -O2 conftest.cpp >&5 > configure:3068: $? = 0 > configure:3068: result: yes > configure:3068: checking for string.h > configure:3068: g++ -c -g -O2 conftest.cpp >&5 > configure:3068: $? = 0 > configure:3068: result: yes > configure:3068: checking for inttypes.h > configure:3068: g++ -c -g -O2 conftest.cpp >&5 > configure:3068: $? = 0 > configure:3068: result: yes > configure:3068: checking for stdint.h > configure:3068: g++ -c -g -O2 conftest.cpp >&5 > configure:3068: $? = 0 > configure:3068: result: yes > configure:3068: checking for strings.h > configure:3068: g++ -c -g -O2 conftest.cpp >&5 > configure:3068: $? = 0 > configure:3068: result: yes > configure:3068: checking for sys/stat.h > configure:3068: g++ -c -g -O2 conftest.cpp >&5 > configure:3068: $? = 0 > configure:3068: result: yes > configure:3068: checking for sys/types.h > configure:3068: g++ -c -g -O2 conftest.cpp >&5 > configure:3068: $? = 0 > configure:3068: result: yes > configure:3068: checking for unistd.h > configure:3068: g++ -c -g -O2 conftest.cpp >&5 > configure:3068: $? = 0 > configure:3068: result: yes > configure:3068: checking for sys/param.h > configure:3068: g++ -c -g -O2 conftest.cpp >&5 > configure:3068: $? = 0 > configure:3068: result: yes > configure:3098: checking for getpagesize > configure:3098: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3098: $? = 0 > configure:3098: result: yes > configure:3109: checking for working mmap > configure:3261: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3261: $? = 0 > configure:3261: ./conftest > configure:3261: $? = 0 > configure:3272: result: yes > configure:3338: updating cache config.cache > configure:3387: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:670: creating config.h > config.status:760: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=x86_64-pc-linux-gnu > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_getpagesize=yes > ac_cv_func_mmap_fixed_mapped=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_param_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_host=x86_64-pc-linux-gnu > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > bindir='${exec_prefix}/bin' > build='x86_64-pc-linux-gnu' > build_alias='' > build_cpu='x86_64' > build_os='linux-gnu' > build_vendor='pc' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='x86_64-pc-linux-gnu' > host_alias='' > host_cpu='x86_64' > host_os='linux-gnu' > host_vendor='pc' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define HAVE_SYS_PARAM_H 1 > #define STDC_HEADERS 1 > #define HAVE_GETPAGESIZE 1 > #define HAVE_MMAP 1 > > configure: exit 0 580. acfunctions.at:23: 580. AC_FUNC_MMAP (acfunctions.at:23): FAILED (acfunctions.at:23) # -*- compilation -*- 581. acfunctions.at:24: testing AC_FUNC_OBSTACK ... ./acfunctions.at:24: autoconf --force ./acfunctions.at:24: "$SHELL_N" -n configure stderr: ./acfunctions.at:24: autoheader ./acfunctions.at:24: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for obstacks... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:24: ath_fn_check_env ./acfunctions.at:24: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for obstacks... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:24: ath_fn_check_env ./acfunctions.at:24: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:24: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:24: autoconf --force ./acfunctions.at:24: "$SHELL_N" -n configure stderr: ./acfunctions.at:24: autoheader ./acfunctions.at:24: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for obstacks... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:24: ath_fn_check_env ./acfunctions.at:24: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acfunctions.at:24: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acfunctions.at:24: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for obstacks... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:24: ath_fn_check_env ./acfunctions.at:24: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acfunctions.at:24: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acfunctions.at:24: autoconf --force stderr: stdout: ./acfunctions.at:24: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:24: "$SHELL_N" -n configure stderr: ./acfunctions.at:24: autoheader ./acfunctions.at:24: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for obstacks... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:24: ath_fn_check_env ./acfunctions.at:24: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:24: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/581/stdout 2022-09-28 19:36:31.796764558 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:31.793764488 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:31.795764535 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/581 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:24: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1818: creating cache config.cache > configure:2208: checking for g++ > configure:2229: found /usr/bin/g++ > configure:2240: result: g++ > configure:2267: checking for C++ compiler version > configure:2276: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2287: $? = 0 > configure:2276: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2287: $? = 0 > configure:2276: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2287: $? = 1 > configure:2276: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2287: $? = 1 > configure:2307: checking whether the C++ compiler works > configure:2329: g++ conftest.cpp >&5 > configure:2333: $? = 0 > configure:2383: result: yes > configure:2386: checking for C++ compiler default output file name > configure:2388: result: a.out > configure:2394: checking for suffix of executables > configure:2401: g++ -o conftest conftest.cpp >&5 > configure:2405: $? = 0 > configure:2428: result: > configure:2450: checking whether we are cross compiling > configure:2458: g++ -o conftest conftest.cpp >&5 > configure:2462: $? = 0 > configure:2469: ./conftest > configure:2473: $? = 0 > configure:2488: result: no > configure:2493: checking for suffix of object files > configure:2516: g++ -c conftest.cpp >&5 > configure:2520: $? = 0 > configure:2542: result: o > configure:2546: checking whether the compiler supports GNU C++ > configure:2566: g++ -c conftest.cpp >&5 > configure:2566: $? = 0 > configure:2576: result: yes > configure:2587: checking whether g++ accepts -g > configure:2608: g++ -c -g conftest.cpp >&5 > configure:2608: $? = 0 > configure:2652: result: yes > configure:2672: checking for g++ option to enable C++11 features > configure:2687: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2687: $? = 0 > configure:2705: result: none needed > configure:2774: checking for stdio.h > configure:2774: g++ -c -g -O2 conftest.cpp >&5 > configure:2774: $? = 0 > configure:2774: result: yes > configure:2774: checking for stdlib.h > configure:2774: g++ -c -g -O2 conftest.cpp >&5 > configure:2774: $? = 0 > configure:2774: result: yes > configure:2774: checking for string.h > configure:2774: g++ -c -g -O2 conftest.cpp >&5 > configure:2774: $? = 0 > configure:2774: result: yes > configure:2774: checking for inttypes.h > configure:2774: g++ -c -g -O2 conftest.cpp >&5 > configure:2774: $? = 0 > configure:2774: result: yes > configure:2774: checking for stdint.h > configure:2774: g++ -c -g -O2 conftest.cpp >&5 > configure:2774: $? = 0 > configure:2774: result: yes > configure:2774: checking for strings.h > configure:2774: g++ -c -g -O2 conftest.cpp >&5 > configure:2774: $? = 0 > configure:2774: result: yes > configure:2774: checking for sys/stat.h > configure:2774: g++ -c -g -O2 conftest.cpp >&5 > configure:2774: $? = 0 > configure:2774: result: yes > configure:2774: checking for sys/types.h > configure:2774: g++ -c -g -O2 conftest.cpp >&5 > configure:2774: $? = 0 > configure:2774: result: yes > configure:2774: checking for unistd.h > configure:2774: g++ -c -g -O2 conftest.cpp >&5 > configure:2774: $? = 0 > configure:2774: result: yes > configure:2799: checking for obstacks > configure:2821: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2821: $? = 0 > configure:2830: result: yes > configure:2902: updating cache config.cache > configure:2951: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > config.status:758: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_obstack=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_OBSTACK 1 > > configure: exit 0 581. acfunctions.at:24: 581. AC_FUNC_OBSTACK (acfunctions.at:24): FAILED (acfunctions.at:24) # -*- compilation -*- 582. acfunctions.at:25: testing AC_FUNC_REALLOC ... ./acfunctions.at:25: autoconf --force ./acfunctions.at:25: "$SHELL_N" -n configure stderr: ./acfunctions.at:25: autoheader ./acfunctions.at:25: ./configure $configure_options -C stdout: configure: creating cache config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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... none needed checking for GNU libc compatible realloc... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:25: ath_fn_check_env ./acfunctions.at:25: ./configure $configure_options -C stdout: configure: loading cache config.cache checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu 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) none needed checking for GNU libc compatible realloc... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:25: ath_fn_check_env ./acfunctions.at:25: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:25: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:25: autoconf --force stderr: stdout: ./acfunctions.at:25: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:25: "$SHELL_N" -n configure stderr: ./acfunctions.at:25: autoheader ./acfunctions.at:25: ./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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for GNU libc compatible realloc... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:25: ath_fn_check_env ./acfunctions.at:25: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:25: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/582/stdout 2022-09-28 19:36:33.096794693 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:33.093794624 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:33.095794670 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/582 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:25: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1761: creating cache config.cache > configure:1996: looking for aux files: config.guess config.sub > configure:2009: trying ./ > configure:2038: ./config.guess found > configure:2038: ./config.sub found > configure:2178: checking build system type > configure:2193: result: x86_64-pc-linux-gnu > configure:2213: checking host system type > configure:2227: result: x86_64-pc-linux-gnu > configure:2316: checking for g++ > configure:2337: found /usr/bin/g++ > configure:2348: result: g++ > configure:2375: checking for C++ compiler version > configure:2384: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2395: $? = 0 > configure:2384: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2395: $? = 0 > configure:2384: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2395: $? = 1 > configure:2384: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2395: $? = 1 > configure:2415: checking whether the C++ compiler works > configure:2437: g++ conftest.cpp >&5 > configure:2441: $? = 0 > configure:2491: result: yes > configure:2494: checking for C++ compiler default output file name > configure:2496: result: a.out > configure:2502: checking for suffix of executables > configure:2509: g++ -o conftest conftest.cpp >&5 > configure:2513: $? = 0 > configure:2536: result: > configure:2558: checking whether we are cross compiling > configure:2566: g++ -o conftest conftest.cpp >&5 > configure:2570: $? = 0 > configure:2577: ./conftest > configure:2581: $? = 0 > configure:2596: result: no > configure:2601: checking for suffix of object files > configure:2624: g++ -c conftest.cpp >&5 > configure:2628: $? = 0 > configure:2650: result: o > configure:2654: checking whether the compiler supports GNU C++ > configure:2674: g++ -c conftest.cpp >&5 > configure:2674: $? = 0 > configure:2684: result: yes > configure:2695: checking whether g++ accepts -g > configure:2716: g++ -c -g conftest.cpp >&5 > configure:2716: $? = 0 > configure:2760: result: yes > configure:2780: checking for g++ option to enable C++11 features > configure:2795: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2795: $? = 0 > configure:2813: result: none needed > configure:2878: checking for GNU libc compatible realloc > configure:2910: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2910: $? = 0 > configure:2910: ./conftest > configure:2910: $? = 0 > configure:2921: result: yes > configure:3000: updating cache config.cache > configure:3049: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=x86_64-pc-linux-gnu > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_realloc_0_nonnull=yes > ac_cv_host=x86_64-pc-linux-gnu > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > bindir='${exec_prefix}/bin' > build='x86_64-pc-linux-gnu' > build_alias='' > build_cpu='x86_64' > build_os='linux-gnu' > build_vendor='pc' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='x86_64-pc-linux-gnu' > host_alias='' > host_cpu='x86_64' > host_os='linux-gnu' > host_vendor='pc' > 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 HAVE_REALLOC 1 > > configure: exit 0 582. acfunctions.at:25: 582. AC_FUNC_REALLOC (acfunctions.at:25): FAILED (acfunctions.at:25) # -*- compilation -*- 583. acfunctions.at:26: testing AC_FUNC_SELECT_ARGTYPES ... ./acfunctions.at:26: autoconf --force ./acfunctions.at:26: "$SHELL_N" -n configure stderr: ./acfunctions.at:26: autoheader ./acfunctions.at:26: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking types of arguments for select... int,fd_set *,struct timeval * configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:26: ath_fn_check_env ./acfunctions.at:26: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... (cached) int,fd_set *,struct timeval * configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:26: ath_fn_check_env ./acfunctions.at:26: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:26: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:26: autoconf --force ./acfunctions.at:26: "$SHELL_N" -n configure stderr: ./acfunctions.at:26: autoheader ./acfunctions.at:26: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking types of arguments for select... int,fd_set *,struct timeval * configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:26: ath_fn_check_env ./acfunctions.at:26: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acfunctions.at:26: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acfunctions.at:26: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... (cached) int,fd_set *,struct timeval * configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:26: ath_fn_check_env ./acfunctions.at:26: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acfunctions.at:26: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acfunctions.at:26: autoconf --force stderr: stdout: ./acfunctions.at:26: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:26: "$SHELL_N" -n configure stderr: ./acfunctions.at:26: autoheader ./acfunctions.at:26: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking types of arguments for select... int,fd_set *,struct timeval * configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:26: ath_fn_check_env ./acfunctions.at:26: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:26: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/583/stdout 2022-09-28 19:36:35.445849144 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:35.442849075 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:35.444849121 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/583 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:26: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1771: creating cache config.cache > configure:2163: checking for g++ > configure:2184: found /usr/bin/g++ > configure:2195: result: g++ > configure:2222: checking for C++ compiler version > configure:2231: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2242: $? = 0 > configure:2231: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2242: $? = 0 > configure:2231: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2242: $? = 1 > configure:2231: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2242: $? = 1 > configure:2262: checking whether the C++ compiler works > configure:2284: g++ conftest.cpp >&5 > configure:2288: $? = 0 > configure:2338: result: yes > configure:2341: checking for C++ compiler default output file name > configure:2343: result: a.out > configure:2349: checking for suffix of executables > configure:2356: g++ -o conftest conftest.cpp >&5 > configure:2360: $? = 0 > configure:2383: result: > configure:2405: checking whether we are cross compiling > configure:2413: g++ -o conftest conftest.cpp >&5 > configure:2417: $? = 0 > configure:2424: ./conftest > configure:2428: $? = 0 > configure:2443: result: no > configure:2448: checking for suffix of object files > configure:2471: g++ -c conftest.cpp >&5 > configure:2475: $? = 0 > configure:2497: result: o > configure:2501: checking whether the compiler supports GNU C++ > configure:2521: g++ -c conftest.cpp >&5 > configure:2521: $? = 0 > configure:2531: result: yes > configure:2542: checking whether g++ accepts -g > configure:2563: g++ -c -g conftest.cpp >&5 > configure:2563: $? = 0 > configure:2607: result: yes > configure:2627: checking for g++ option to enable C++11 features > configure:2642: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2642: $? = 0 > configure:2660: result: none needed > configure:2729: checking for stdio.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for stdlib.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for string.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for inttypes.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for stdint.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for strings.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for sys/stat.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for sys/types.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for unistd.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for sys/select.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2729: checking for sys/socket.h > configure:2729: g++ -c -g -O2 conftest.cpp >&5 > configure:2729: $? = 0 > configure:2729: result: yes > configure:2757: checking types of arguments for select > configure:2787: g++ -c -g -O2 conftest.cpp >&5 > configure:2787: $? = 0 > configure:2797: result: int,fd_set *,struct timeval * > configure:2871: updating cache config.cache > configure:2920: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:672: creating config.h > config.status:762: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_select_args='int,fd_set *,struct timeval *' > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_select_h=yes > ac_cv_header_sys_socket_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define HAVE_SYS_SELECT_H 1 > #define HAVE_SYS_SOCKET_H 1 > #define STDC_HEADERS 1 > #define SELECT_TYPE_ARG1 int > #define SELECT_TYPE_ARG234 (fd_set *) > #define SELECT_TYPE_ARG5 (struct timeval *) > > configure: exit 0 583. acfunctions.at:26: 583. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:26): FAILED (acfunctions.at:26) # -*- compilation -*- 584. acfunctions.at:27: testing AC_FUNC_SETPGRP ... ./acfunctions.at:27: autoconf --force ./acfunctions.at:27: "$SHELL_N" -n configure stderr: ./acfunctions.at:27: autoheader ./acfunctions.at:27: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether setpgrp requires zero arguments... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:27: ath_fn_check_env ./acfunctions.at:27: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether setpgrp requires zero arguments... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:27: ath_fn_check_env ./acfunctions.at:27: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:27: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:27: autoconf --force ./acfunctions.at:27: "$SHELL_N" -n configure stderr: ./acfunctions.at:27: autoheader ./acfunctions.at:27: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether setpgrp requires zero arguments... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:27: ath_fn_check_env ./acfunctions.at:27: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acfunctions.at:27: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acfunctions.at:27: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether setpgrp requires zero arguments... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:27: ath_fn_check_env ./acfunctions.at:27: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acfunctions.at:27: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acfunctions.at:27: autoconf --force stderr: stdout: ./acfunctions.at:27: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:27: "$SHELL_N" -n configure stderr: ./acfunctions.at:27: autoheader ./acfunctions.at:27: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether setpgrp requires zero arguments... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:27: ath_fn_check_env ./acfunctions.at:27: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:27: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/584/stdout 2022-09-28 19:36:37.659900466 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:37.655900373 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:37.658900442 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/584 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:27: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1771: creating cache config.cache > configure:2161: checking for g++ > configure:2182: found /usr/bin/g++ > configure:2193: result: g++ > configure:2220: checking for C++ compiler version > configure:2229: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2240: $? = 0 > configure:2229: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2240: $? = 0 > configure:2229: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2240: $? = 1 > configure:2229: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2240: $? = 1 > configure:2260: checking whether the C++ compiler works > configure:2282: g++ conftest.cpp >&5 > configure:2286: $? = 0 > configure:2336: result: yes > configure:2339: checking for C++ compiler default output file name > configure:2341: result: a.out > configure:2347: checking for suffix of executables > configure:2354: g++ -o conftest conftest.cpp >&5 > configure:2358: $? = 0 > configure:2381: result: > configure:2403: checking whether we are cross compiling > configure:2411: g++ -o conftest conftest.cpp >&5 > configure:2415: $? = 0 > configure:2422: ./conftest > configure:2426: $? = 0 > configure:2441: result: no > configure:2446: checking for suffix of object files > configure:2469: g++ -c conftest.cpp >&5 > configure:2473: $? = 0 > configure:2495: result: o > configure:2499: checking whether the compiler supports GNU C++ > configure:2519: g++ -c conftest.cpp >&5 > configure:2519: $? = 0 > configure:2529: result: yes > configure:2540: checking whether g++ accepts -g > configure:2561: g++ -c -g conftest.cpp >&5 > configure:2561: $? = 0 > configure:2605: result: yes > configure:2625: checking for g++ option to enable C++11 features > configure:2640: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2640: $? = 0 > configure:2658: result: none needed > configure:2727: checking for stdio.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for stdlib.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for string.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for inttypes.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for stdint.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for strings.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for sys/stat.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for sys/types.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2727: checking for unistd.h > configure:2727: g++ -c -g -O2 conftest.cpp >&5 > configure:2727: $? = 0 > configure:2727: result: yes > configure:2752: checking whether setpgrp requires zero arguments > configure:2770: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:50:8: error: too many arguments to function 'int setpgrp()' > 50 | setpgrp(0, 0); > | ~~~~~~~^~~~~~ > In file included from conftest.cpp:45: > /usr/include/unistd.h:682:12: note: declared here > 682 | extern int setpgrp (void) __THROW; > | ^~~~~~~ > configure:2770: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define STDC_HEADERS 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | int > | main (void) > | { > | setpgrp(0, 0); > | ; > | return 0; > | } > configure:2779: result: yes > configure:2844: updating cache config.cache > configure:2893: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > config.status:758: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_setpgrp_void=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define SETPGRP_VOID 1 > > configure: exit 0 584. acfunctions.at:27: 584. AC_FUNC_SETPGRP (acfunctions.at:27): FAILED (acfunctions.at:27) # -*- compilation -*- 585. acfunctions.at:28: testing AC_FUNC_STAT ... ./acfunctions.at:28: autoconf --force ./acfunctions.at:28: "$SHELL_N" -n configure stderr: ./acfunctions.at:28: autoheader ./acfunctions.at:28: ./configure $configure_options -C stdout: configure: creating cache config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:28: ath_fn_check_env ./acfunctions.at:28: ./configure $configure_options -C stdout: configure: loading cache config.cache checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu 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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether lstat correctly handles trailing slash... (cached) yes checking whether stat accepts an empty string... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:28: ath_fn_check_env ./acfunctions.at:28: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:28: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:28: autoconf --force stderr: stdout: ./acfunctions.at:28: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:28: "$SHELL_N" -n configure stderr: ./acfunctions.at:28: autoheader ./acfunctions.at:28: ./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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:28: ath_fn_check_env ./acfunctions.at:28: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:28: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/585/stdout 2022-09-28 19:36:39.380940358 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:39.377940289 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:39.380940358 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/585 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:28: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1826: creating cache config.cache > configure:2070: looking for aux files: config.guess config.sub > configure:2083: trying ./ > configure:2112: ./config.guess found > configure:2112: ./config.sub found > configure:2252: checking build system type > configure:2267: result: x86_64-pc-linux-gnu > configure:2287: checking host system type > configure:2301: result: x86_64-pc-linux-gnu > configure:2390: checking for g++ > configure:2411: found /usr/bin/g++ > configure:2422: result: g++ > configure:2449: checking for C++ compiler version > configure:2458: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2469: $? = 0 > configure:2458: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2469: $? = 0 > configure:2458: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2469: $? = 1 > configure:2458: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2469: $? = 1 > configure:2489: checking whether the C++ compiler works > configure:2511: g++ conftest.cpp >&5 > configure:2515: $? = 0 > configure:2565: result: yes > configure:2568: checking for C++ compiler default output file name > configure:2570: result: a.out > configure:2576: checking for suffix of executables > configure:2583: g++ -o conftest conftest.cpp >&5 > configure:2587: $? = 0 > configure:2610: result: > configure:2632: checking whether we are cross compiling > configure:2640: g++ -o conftest conftest.cpp >&5 > configure:2644: $? = 0 > configure:2651: ./conftest > configure:2655: $? = 0 > configure:2670: result: no > configure:2675: checking for suffix of object files > configure:2698: g++ -c conftest.cpp >&5 > configure:2702: $? = 0 > configure:2724: result: o > configure:2728: checking whether the compiler supports GNU C++ > configure:2748: g++ -c conftest.cpp >&5 > configure:2748: $? = 0 > configure:2758: result: yes > configure:2769: checking whether g++ accepts -g > configure:2790: g++ -c -g conftest.cpp >&5 > configure:2790: $? = 0 > configure:2834: result: yes > configure:2854: checking for g++ option to enable C++11 features > configure:2869: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2869: $? = 0 > configure:2887: result: none needed > configure:2956: checking for stdio.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for stdlib.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for string.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for inttypes.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for stdint.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for strings.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for sys/stat.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for sys/types.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for unistd.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2981: checking whether lstat correctly handles trailing slash > configure:3014: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3014: $? = 0 > configure:3014: ./conftest > configure:3014: $? = 0 > configure:3032: result: yes > configure:3049: checking whether stat accepts an empty string > configure:3071: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3071: $? = 0 > configure:3071: ./conftest > configure:3071: $? = 0 > configure:3082: result: no > configure:3153: updating cache config.cache > configure:3202: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > config.status:758: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=x86_64-pc-linux-gnu > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_lstat_dereferences_slashed_symlink=yes > ac_cv_func_stat_empty_string_bug=no > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_host=x86_64-pc-linux-gnu > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > bindir='${exec_prefix}/bin' > build='x86_64-pc-linux-gnu' > build_alias='' > build_cpu='x86_64' > build_os='linux-gnu' > build_vendor='pc' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='x86_64-pc-linux-gnu' > host_alias='' > host_cpu='x86_64' > host_os='linux-gnu' > host_vendor='pc' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 > > configure: exit 0 585. acfunctions.at:28: 585. AC_FUNC_STAT (acfunctions.at:28): FAILED (acfunctions.at:28) # -*- compilation -*- 586. acfunctions.at:29: testing AC_FUNC_STRCOLL ... ./acfunctions.at:29: autoconf --force ./acfunctions.at:29: "$SHELL_N" -n configure stderr: ./acfunctions.at:29: autoheader ./acfunctions.at:29: ./configure $configure_options -C stdout: configure: creating cache config.cache checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for working strcoll... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:29: ath_fn_check_env ./acfunctions.at:29: ./configure $configure_options -C stdout: configure: loading cache config.cache checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu 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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for working strcoll... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:29: ath_fn_check_env ./acfunctions.at:29: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:29: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:29: autoconf --force stderr: stdout: ./acfunctions.at:29: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:29: "$SHELL_N" -n configure stderr: ./acfunctions.at:29: autoheader ./acfunctions.at:29: ./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 build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for working strcoll... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:29: ath_fn_check_env ./acfunctions.at:29: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:29: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/586/stdout 2022-09-28 19:36:41.006978049 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:41.003977979 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:41.006978049 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/586 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:29: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1826: creating cache config.cache > configure:2070: looking for aux files: config.guess config.sub > configure:2083: trying ./ > configure:2112: ./config.guess found > configure:2112: ./config.sub found > configure:2252: checking build system type > configure:2267: result: x86_64-pc-linux-gnu > configure:2287: checking host system type > configure:2301: result: x86_64-pc-linux-gnu > configure:2390: checking for g++ > configure:2411: found /usr/bin/g++ > configure:2422: result: g++ > configure:2449: checking for C++ compiler version > configure:2458: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2469: $? = 0 > configure:2458: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2469: $? = 0 > configure:2458: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2469: $? = 1 > configure:2458: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2469: $? = 1 > configure:2489: checking whether the C++ compiler works > configure:2511: g++ conftest.cpp >&5 > configure:2515: $? = 0 > configure:2565: result: yes > configure:2568: checking for C++ compiler default output file name > configure:2570: result: a.out > configure:2576: checking for suffix of executables > configure:2583: g++ -o conftest conftest.cpp >&5 > configure:2587: $? = 0 > configure:2610: result: > configure:2632: checking whether we are cross compiling > configure:2640: g++ -o conftest conftest.cpp >&5 > configure:2644: $? = 0 > configure:2651: ./conftest > configure:2655: $? = 0 > configure:2670: result: no > configure:2675: checking for suffix of object files > configure:2698: g++ -c conftest.cpp >&5 > configure:2702: $? = 0 > configure:2724: result: o > configure:2728: checking whether the compiler supports GNU C++ > configure:2748: g++ -c conftest.cpp >&5 > configure:2748: $? = 0 > configure:2758: result: yes > configure:2769: checking whether g++ accepts -g > configure:2790: g++ -c -g conftest.cpp >&5 > configure:2790: $? = 0 > configure:2834: result: yes > configure:2854: checking for g++ option to enable C++11 features > configure:2869: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2869: $? = 0 > configure:2887: result: none needed > configure:2956: checking for stdio.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for stdlib.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for string.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for inttypes.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for stdint.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for strings.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for sys/stat.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for sys/types.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2956: checking for unistd.h > configure:2956: g++ -c -g -O2 conftest.cpp >&5 > configure:2956: $? = 0 > configure:2956: result: yes > configure:2981: checking for working strcoll > configure:3009: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3009: $? = 0 > configure:3009: ./conftest > configure:3009: $? = 0 > configure:3020: result: yes > configure:3085: updating cache config.cache > configure:3134: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:668: creating config.h > config.status:758: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=x86_64-pc-linux-gnu > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_strcoll_works=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_host=x86_64-pc-linux-gnu > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > bindir='${exec_prefix}/bin' > build='x86_64-pc-linux-gnu' > build_alias='' > build_cpu='x86_64' > build_os='linux-gnu' > build_vendor='pc' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='x86_64-pc-linux-gnu' > host_alias='' > host_cpu='x86_64' > host_os='linux-gnu' > host_vendor='pc' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_STRCOLL 1 > > configure: exit 0 586. acfunctions.at:29: 586. AC_FUNC_STRCOLL (acfunctions.at:29): FAILED (acfunctions.at:29) # -*- compilation -*- 587. acfunctions.at:30: testing AC_FUNC_STRERROR_R ... ./acfunctions.at:30: autoconf --force ./acfunctions.at:30: "$SHELL_N" -n configure stderr: ./acfunctions.at:30: autoheader ./acfunctions.at:30: ./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... none needed checking for gcc options needed to detect all undeclared functions... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether strerror_r is declared... yes checking whether strerror_r returns char *... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:30: ath_fn_check_env ./acfunctions.at:30: ./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) none needed checking for gcc options needed to detect all undeclared functions... (cached) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether strerror_r is declared... (cached) yes checking whether strerror_r returns char *... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:30: ath_fn_check_env ./acfunctions.at:30: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:30: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:30: autoconf --force ./acfunctions.at:30: "$SHELL_N" -n configure stderr: ./acfunctions.at:30: autoheader ./acfunctions.at:30: ./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... none needed checking for gcc options needed to detect all undeclared functions... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether strerror_r is declared... yes checking whether strerror_r returns char *... no configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:30: ath_fn_check_env ./acfunctions.at:30: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acfunctions.at:30: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acfunctions.at:30: ./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) none needed checking for gcc options needed to detect all undeclared functions... (cached) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking whether strerror_r is declared... (cached) yes checking whether strerror_r returns char *... (cached) no configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:30: ath_fn_check_env ./acfunctions.at:30: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acfunctions.at:30: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acfunctions.at:30: autoconf --force stderr: stdout: ./acfunctions.at:30: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:30: "$SHELL_N" -n configure stderr: ./acfunctions.at:30: autoheader ./acfunctions.at:30: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for g++ options needed to detect all undeclared functions... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking whether strerror_r is declared... yes checking whether strerror_r returns char *... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:30: ath_fn_check_env /usr/bin/sed: -e expression #1, char 31: unterminated address regex /usr/bin/sed: -e expression #1, char 31: unterminated address regex ./acfunctions.at:30: $at_diff "at_defines-config-h.c-native-r1" "at_defines-config-h.cxx-native-r1" ./acfunctions.at:30: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/587/stdout 2022-09-28 19:36:43.349032335 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:43.346032265 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:43.348032311 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/587 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:30: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1823: creating cache config.cache > configure:2213: checking for g++ > configure:2234: found /usr/bin/g++ > configure:2245: result: g++ > configure:2272: checking for C++ compiler version > configure:2281: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2292: $? = 0 > configure:2281: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2292: $? = 0 > configure:2281: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2292: $? = 1 > configure:2281: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2292: $? = 1 > configure:2312: checking whether the C++ compiler works > configure:2334: g++ conftest.cpp >&5 > configure:2338: $? = 0 > configure:2388: result: yes > configure:2391: checking for C++ compiler default output file name > configure:2393: result: a.out > configure:2399: checking for suffix of executables > configure:2406: g++ -o conftest conftest.cpp >&5 > configure:2410: $? = 0 > configure:2433: result: > configure:2455: checking whether we are cross compiling > configure:2463: g++ -o conftest conftest.cpp >&5 > configure:2467: $? = 0 > configure:2474: ./conftest > configure:2478: $? = 0 > configure:2493: result: no > configure:2498: checking for suffix of object files > configure:2521: g++ -c conftest.cpp >&5 > configure:2525: $? = 0 > configure:2547: result: o > configure:2551: checking whether the compiler supports GNU C++ > configure:2571: g++ -c conftest.cpp >&5 > configure:2571: $? = 0 > configure:2581: result: yes > configure:2592: checking whether g++ accepts -g > configure:2613: g++ -c -g conftest.cpp >&5 > configure:2613: $? = 0 > configure:2657: result: yes > configure:2677: checking for g++ option to enable C++11 features > configure:2692: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2692: $? = 0 > configure:2710: result: none needed > configure:2775: checking for g++ options needed to detect all undeclared functions > configure:2797: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:13:8: error: 'strchr' was not declared in this scope > 13 | (void) strchr; > | ^~~~~~ > conftest.cpp:1:1: note: 'strchr' is defined in header ''; did you forget to '#include '? > 1 | /* confdefs.h */ > configure:2797: $? = 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. */ > | > | int > | main (void) > | { > | (void) strchr; > | ; > | return 0; > | } > configure:2824: g++ -c -g -O2 conftest.cpp >&5 > configure:2824: $? = 0 > configure:2841: result: none needed > configure:2859: checking for stdio.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for stdlib.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for string.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for inttypes.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for stdint.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for strings.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for sys/stat.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for sys/types.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2859: checking for unistd.h > configure:2859: g++ -c -g -O2 conftest.cpp >&5 > configure:2859: $? = 0 > configure:2859: result: yes > configure:2884: checking whether strerror_r is declared > configure:2884: g++ -c -g -O2 conftest.cpp >&5 > configure:2884: $? = 0 > configure:2884: result: yes > configure:2903: checking whether strerror_r returns char * > configure:2928: g++ -c -g -O2 conftest.cpp >&5 > configure:2928: $? = 0 > configure:2937: result: yes > configure:3002: updating cache config.cache > configure:3051: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:670: creating config.h > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_cxx_undeclared_builtin_options='none needed' > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_strerror_r_char_p=yes > ac_cv_have_decl_strerror_r=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > #define HAVE_DECL_STRERROR_R 1 > #define HAVE_STRERROR_R 1 > #define STRERROR_R_CHAR_P 1 > > configure: exit 0 587. acfunctions.at:30: 587. AC_FUNC_STRERROR_R (acfunctions.at:30): FAILED (acfunctions.at:30) # -*- compilation -*- 588. acfunctions.at:31: testing AC_FUNC_STRFTIME ... ./acfunctions.at:31: autoconf --force ./acfunctions.at:31: "$SHELL_N" -n configure stderr: ./acfunctions.at:31: autoheader ./acfunctions.at:31: ./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... none needed checking for strftime... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:31: ath_fn_check_env ./acfunctions.at:31: ./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) none needed checking for strftime... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:31: ath_fn_check_env ./acfunctions.at:31: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:31: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:31: autoconf --force ./acfunctions.at:31: "$SHELL_N" -n configure stderr: ./acfunctions.at:31: autoheader ./acfunctions.at:31: ./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... none needed checking for strftime... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:31: ath_fn_check_env ./acfunctions.at:31: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acfunctions.at:31: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acfunctions.at:31: ./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) none needed checking for strftime... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:31: ath_fn_check_env ./acfunctions.at:31: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acfunctions.at:31: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acfunctions.at:31: autoconf --force stderr: stdout: ./acfunctions.at:31: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:31: "$SHELL_N" -n configure stderr: ./acfunctions.at:31: autoheader ./acfunctions.at:31: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for strftime... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:31: ath_fn_check_env ./acfunctions.at:31: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:31: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/588/stdout 2022-09-28 19:36:45.167074475 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:45.164074405 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:45.167074475 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/588 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:31: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1815: creating cache config.cache > configure:2196: checking for g++ > configure:2217: found /usr/bin/g++ > configure:2228: result: g++ > configure:2255: checking for C++ compiler version > configure:2264: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2275: $? = 0 > configure:2264: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2275: $? = 0 > configure:2264: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2275: $? = 1 > configure:2264: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2275: $? = 1 > configure:2295: checking whether the C++ compiler works > configure:2317: g++ conftest.cpp >&5 > configure:2321: $? = 0 > configure:2371: result: yes > configure:2374: checking for C++ compiler default output file name > configure:2376: result: a.out > configure:2382: checking for suffix of executables > configure:2389: g++ -o conftest conftest.cpp >&5 > configure:2393: $? = 0 > configure:2416: result: > configure:2438: checking whether we are cross compiling > configure:2446: g++ -o conftest conftest.cpp >&5 > configure:2450: $? = 0 > configure:2457: ./conftest > configure:2461: $? = 0 > configure:2476: result: no > configure:2481: checking for suffix of object files > configure:2504: g++ -c conftest.cpp >&5 > configure:2508: $? = 0 > configure:2530: result: o > configure:2534: checking whether the compiler supports GNU C++ > configure:2554: g++ -c conftest.cpp >&5 > configure:2554: $? = 0 > configure:2564: result: yes > configure:2575: checking whether g++ accepts -g > configure:2596: g++ -c -g conftest.cpp >&5 > configure:2596: $? = 0 > configure:2640: result: yes > configure:2660: checking for g++ option to enable C++11 features > configure:2675: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2675: $? = 0 > configure:2693: result: none needed > configure:2761: checking for strftime > configure:2761: g++ -o conftest -g -O2 conftest.cpp >&5 > conftest.cpp:25:6: warning: declaration of 'char strftime()' conflicts with built-in declaration 'long unsigned int strftime(char*, long unsigned int, const char*, const void*)' [-Wbuiltin-declaration-mismatch] > 25 | char strftime (); > | ^~~~~~~~ > configure:2761: $? = 0 > configure:2761: result: yes > configure:2869: updating cache config.cache > configure:2918: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_strftime=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STRFTIME 1 > > configure: exit 0 588. acfunctions.at:31: 588. AC_FUNC_STRFTIME (acfunctions.at:31): FAILED (acfunctions.at:31) # -*- compilation -*- 589. acfunctions.at:32: testing AC_FUNC_STRNLEN ... ./acfunctions.at:32: autoconf --force ./acfunctions.at:32: "$SHELL_N" -n configure stderr: ./acfunctions.at:32: autoheader ./acfunctions.at:32: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for working strnlen... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:32: ath_fn_check_env ./acfunctions.at:32: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... (cached) no checking whether it is safe to define __EXTENSIONS__... (cached) yes checking whether _XOPEN_SOURCE should be defined... (cached) no checking build system type... (cached) x86_64-pc-linux-gnu checking host system type... (cached) x86_64-pc-linux-gnu checking for working strnlen... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:32: ath_fn_check_env ./acfunctions.at:32: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:32: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:32: autoconf --force stderr: stdout: ./acfunctions.at:32: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:32: "$SHELL_N" -n configure stderr: ./acfunctions.at:32: autoheader ./acfunctions.at:32: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for working strnlen... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:32: ath_fn_check_env ./acfunctions.at:32: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:32: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/589/stdout 2022-09-28 19:36:46.960116034 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:46.957115965 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:46.960116034 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/589 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:32: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1826: creating cache config.cache > configure:2072: looking for aux files: config.guess config.sub > configure:2085: trying ./ > configure:2114: ./config.guess found > configure:2114: ./config.sub found > configure:2316: checking for g++ > configure:2337: found /usr/bin/g++ > configure:2348: result: g++ > configure:2375: checking for C++ compiler version > configure:2384: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2395: $? = 0 > configure:2384: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2395: $? = 0 > configure:2384: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2395: $? = 1 > configure:2384: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2395: $? = 1 > configure:2415: checking whether the C++ compiler works > configure:2437: g++ conftest.cpp >&5 > configure:2441: $? = 0 > configure:2491: result: yes > configure:2494: checking for C++ compiler default output file name > configure:2496: result: a.out > configure:2502: checking for suffix of executables > configure:2509: g++ -o conftest conftest.cpp >&5 > configure:2513: $? = 0 > configure:2536: result: > configure:2558: checking whether we are cross compiling > configure:2566: g++ -o conftest conftest.cpp >&5 > configure:2570: $? = 0 > configure:2577: ./conftest > configure:2581: $? = 0 > configure:2596: result: no > configure:2601: checking for suffix of object files > configure:2624: g++ -c conftest.cpp >&5 > configure:2628: $? = 0 > configure:2650: result: o > configure:2654: checking whether the compiler supports GNU C++ > configure:2674: g++ -c conftest.cpp >&5 > configure:2674: $? = 0 > configure:2684: result: yes > configure:2695: checking whether g++ accepts -g > configure:2716: g++ -c -g conftest.cpp >&5 > configure:2716: $? = 0 > configure:2760: result: yes > configure:2780: checking for g++ option to enable C++11 features > configure:2795: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2795: $? = 0 > configure:2813: result: none needed > configure:2882: checking for stdio.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for stdlib.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for string.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for inttypes.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for stdint.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for strings.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for sys/stat.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for sys/types.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for unistd.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for wchar.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > configure:2882: $? = 0 > configure:2882: result: yes > configure:2882: checking for minix/config.h > configure:2882: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp:47:10: fatal error: minix/config.h: No such file or directory > 47 | #include > | ^~~~~~~~~~~~~~~~ > compilation terminated. > configure:2882: $? = 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 "" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_WCHAR_H 1 > | /* end confdefs.h. */ > | #include > | #ifdef HAVE_STDIO_H > | # include > | #endif > | #ifdef HAVE_STDLIB_H > | # include > | #endif > | #ifdef HAVE_STRING_H > | # include > | #endif > | #ifdef HAVE_INTTYPES_H > | # include > | #endif > | #ifdef HAVE_STDINT_H > | # include > | #endif > | #ifdef HAVE_STRINGS_H > | # include > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include > | #endif > | #ifdef HAVE_UNISTD_H > | # include > | #endif > | #include > configure:2882: result: no > configure:2913: checking whether it is safe to define __EXTENSIONS__ > configure:2932: g++ -c -g -O2 conftest.cpp >&5 > configure:2932: $? = 0 > configure:2940: result: yes > configure:2943: checking whether _XOPEN_SOURCE should be defined > configure:2965: g++ -c -g -O2 conftest.cpp >&5 > configure:2965: $? = 0 > configure:2992: result: no > configure:3055: checking build system type > configure:3070: result: x86_64-pc-linux-gnu > configure:3090: checking host system type > configure:3104: result: x86_64-pc-linux-gnu > configure:3124: checking for working strnlen > configure:3164: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:3164: $? = 0 > configure:3164: ./conftest > configure:3164: $? = 0 > configure:3175: result: yes > configure:3241: updating cache config.cache > configure:3290: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:684: creating config.h > config.status:774: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=x86_64-pc-linux-gnu > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_strnlen_working=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_minix_config_h=no > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_header_wchar_h=yes > ac_cv_host=x86_64-pc-linux-gnu > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_safe_to_define___extensions__=yes > ac_cv_should_define__xopen_source=no > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > bindir='${exec_prefix}/bin' > build='x86_64-pc-linux-gnu' > build_alias='' > build_cpu='x86_64' > build_os='linux-gnu' > build_vendor='pc' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='x86_64-pc-linux-gnu' > host_alias='' > host_cpu='x86_64' > host_os='linux-gnu' > host_vendor='pc' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define HAVE_WCHAR_H 1 > #define STDC_HEADERS 1 > #define _ALL_SOURCE 1 > #define _DARWIN_C_SOURCE 1 > #define _GNU_SOURCE 1 > #define _HPUX_ALT_XOPEN_SOCKET_API 1 > #define _NETBSD_SOURCE 1 > #define _OPENBSD_SOURCE 1 > #define _POSIX_PTHREAD_SEMANTICS 1 > #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 > #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 > #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 > #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 > #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 > #define __STDC_WANT_LIB_EXT2__ 1 > #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 > #define _TANDEM_SOURCE 1 > #define __EXTENSIONS__ 1 > > configure: exit 0 589. acfunctions.at:32: 589. AC_FUNC_STRNLEN (acfunctions.at:32): FAILED (acfunctions.at:32) # -*- compilation -*- 590. acfunctions.at:33: testing AC_FUNC_STRTOD ... ./acfunctions.at:33: autoconf --force ./acfunctions.at:33: "$SHELL_N" -n configure stderr: ./acfunctions.at:33: autoheader ./acfunctions.at:33: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for working strtod... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:33: ath_fn_check_env ./acfunctions.at:33: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for working strtod... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:33: ath_fn_check_env ./acfunctions.at:33: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:33: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:33: autoconf --force stderr: stdout: ./acfunctions.at:33: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:33: "$SHELL_N" -n configure stderr: ./acfunctions.at:33: autoheader ./acfunctions.at:33: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for working strtod... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:33: ath_fn_check_env ./acfunctions.at:33: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:33: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/590/stdout 2022-09-28 19:36:48.521152216 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:48.518152146 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:48.520152193 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/590 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:33: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1924: creating cache config.cache > configure:2314: checking for g++ > configure:2335: found /usr/bin/g++ > configure:2346: result: g++ > configure:2373: checking for C++ compiler version > configure:2382: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2393: $? = 0 > configure:2382: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2393: $? = 0 > configure:2382: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2393: $? = 1 > configure:2382: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2393: $? = 1 > configure:2413: checking whether the C++ compiler works > configure:2435: g++ conftest.cpp >&5 > configure:2439: $? = 0 > configure:2489: result: yes > configure:2492: checking for C++ compiler default output file name > configure:2494: result: a.out > configure:2500: checking for suffix of executables > configure:2507: g++ -o conftest conftest.cpp >&5 > configure:2511: $? = 0 > configure:2534: result: > configure:2556: checking whether we are cross compiling > configure:2564: g++ -o conftest conftest.cpp >&5 > configure:2568: $? = 0 > configure:2575: ./conftest > configure:2579: $? = 0 > configure:2594: result: no > configure:2599: checking for suffix of object files > configure:2622: g++ -c conftest.cpp >&5 > configure:2626: $? = 0 > configure:2648: result: o > configure:2652: checking whether the compiler supports GNU C++ > configure:2672: g++ -c conftest.cpp >&5 > configure:2672: $? = 0 > configure:2682: result: yes > configure:2693: checking whether g++ accepts -g > configure:2714: g++ -c -g conftest.cpp >&5 > configure:2714: $? = 0 > configure:2758: result: yes > configure:2778: checking for g++ option to enable C++11 features > configure:2793: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2793: $? = 0 > configure:2811: result: none needed > configure:2880: checking for stdio.h > configure:2880: g++ -c -g -O2 conftest.cpp >&5 > configure:2880: $? = 0 > configure:2880: result: yes > configure:2880: checking for stdlib.h > configure:2880: g++ -c -g -O2 conftest.cpp >&5 > configure:2880: $? = 0 > configure:2880: result: yes > configure:2880: checking for string.h > configure:2880: g++ -c -g -O2 conftest.cpp >&5 > configure:2880: $? = 0 > configure:2880: result: yes > configure:2880: checking for inttypes.h > configure:2880: g++ -c -g -O2 conftest.cpp >&5 > configure:2880: $? = 0 > configure:2880: result: yes > configure:2880: checking for stdint.h > configure:2880: g++ -c -g -O2 conftest.cpp >&5 > configure:2880: $? = 0 > configure:2880: result: yes > configure:2880: checking for strings.h > configure:2880: g++ -c -g -O2 conftest.cpp >&5 > configure:2880: $? = 0 > configure:2880: result: yes > configure:2880: checking for sys/stat.h > configure:2880: g++ -c -g -O2 conftest.cpp >&5 > configure:2880: $? = 0 > configure:2880: result: yes > configure:2880: checking for sys/types.h > configure:2880: g++ -c -g -O2 conftest.cpp >&5 > configure:2880: $? = 0 > configure:2880: result: yes > configure:2880: checking for unistd.h > configure:2880: g++ -c -g -O2 conftest.cpp >&5 > configure:2880: $? = 0 > configure:2880: result: yes > configure:2905: checking for working strtod > configure:2948: g++ -o conftest -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main()': > conftest.cpp:56:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] > 56 | char *string = " +69"; > | ^~~~~~ > conftest.cpp:67:20: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] > 67 | char *string = "NaN"; > | ^~~~~ > configure:2948: $? = 0 > configure:2948: ./conftest > configure:2948: $? = 0 > configure:2959: result: yes > configure:3078: updating cache config.cache > configure:3127: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:667: creating config.h > config.status:757: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_strtod=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EXEEXT='' > LDFLAGS='' > LIBOBJS='' > LIBS='' > LTLIBOBJS='' > OBJEXT='o' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_URL='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > POW_LIB='' > SHELL='/bin/sh' > ac_ct_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define STDC_HEADERS 1 > > configure: exit 0 590. acfunctions.at:33: 590. AC_FUNC_STRTOD (acfunctions.at:33): FAILED (acfunctions.at:33) # -*- compilation -*- 591. acfunctions.at:34: testing AC_FUNC_STRTOLD ... ./acfunctions.at:34: autoconf --force ./acfunctions.at:34: "$SHELL_N" -n configure stderr: ./acfunctions.at:34: autoheader ./acfunctions.at:34: ./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... none needed checking whether strtold conforms to C99... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:34: ath_fn_check_env ./acfunctions.at:34: ./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) none needed checking whether strtold conforms to C99... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:34: ath_fn_check_env ./acfunctions.at:34: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:34: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:34: autoconf --force ./acfunctions.at:34: "$SHELL_N" -n configure stderr: ./acfunctions.at:34: autoheader ./acfunctions.at:34: ./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... none needed checking whether strtold conforms to C99... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:34: ath_fn_check_env ./acfunctions.at:34: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acfunctions.at:34: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acfunctions.at:34: ./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) none needed checking whether strtold conforms to C99... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:34: ath_fn_check_env ./acfunctions.at:34: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acfunctions.at:34: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acfunctions.at:34: autoconf --force stderr: stdout: ./acfunctions.at:34: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:34: "$SHELL_N" -n configure stderr: ./acfunctions.at:34: autoheader ./acfunctions.at:34: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking whether strtold conforms to C99... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:34: ath_fn_check_env ./acfunctions.at:34: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:34: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/591/stdout 2022-09-28 19:36:50.294193311 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:50.291193242 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:50.293193288 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/591 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:34: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1706: creating cache config.cache > configure:2087: checking for g++ > configure:2108: found /usr/bin/g++ > configure:2119: result: g++ > configure:2146: checking for C++ compiler version > configure:2155: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2166: $? = 0 > configure:2155: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2166: $? = 0 > configure:2155: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2155: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2166: $? = 1 > configure:2186: checking whether the C++ compiler works > configure:2208: g++ conftest.cpp >&5 > configure:2212: $? = 0 > configure:2262: result: yes > configure:2265: checking for C++ compiler default output file name > configure:2267: result: a.out > configure:2273: checking for suffix of executables > configure:2280: g++ -o conftest conftest.cpp >&5 > configure:2284: $? = 0 > configure:2307: result: > configure:2329: checking whether we are cross compiling > configure:2337: g++ -o conftest conftest.cpp >&5 > configure:2341: $? = 0 > configure:2348: ./conftest > configure:2352: $? = 0 > configure:2367: result: no > configure:2372: checking for suffix of object files > configure:2395: g++ -c conftest.cpp >&5 > configure:2399: $? = 0 > configure:2421: result: o > configure:2425: checking whether the compiler supports GNU C++ > configure:2445: g++ -c conftest.cpp >&5 > configure:2445: $? = 0 > configure:2455: result: yes > configure:2466: checking whether g++ accepts -g > configure:2487: g++ -c -g conftest.cpp >&5 > configure:2487: $? = 0 > configure:2531: result: yes > configure:2551: checking for g++ option to enable C++11 features > configure:2566: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2566: $? = 0 > configure:2584: result: none needed > configure:2650: checking whether strtold conforms to C99 > configure:2678: g++ -c -g -O2 conftest.cpp >&5 > configure:2678: $? = 0 > configure:2686: result: yes > configure:2751: updating cache config.cache > configure:2800: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_strtold=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STRTOLD 1 > > configure: exit 0 591. acfunctions.at:34: 591. AC_FUNC_STRTOLD (acfunctions.at:34): FAILED (acfunctions.at:34) # -*- compilation -*- 592. acfunctions.at:35: testing AC_FUNC_UTIME_NULL ... ./acfunctions.at:35: autoconf --force ./acfunctions.at:35: "$SHELL_N" -n configure stderr: ./acfunctions.at:35: autoheader ./acfunctions.at:35: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for utime.h... yes checking whether utime accepts a null argument... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:35: ath_fn_check_env ./acfunctions.at:35: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for utime.h... (cached) yes checking whether utime accepts a null argument... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:35: ath_fn_check_env ./acfunctions.at:35: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:35: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:35: autoconf --force ./acfunctions.at:35: "$SHELL_N" -n configure stderr: ./acfunctions.at:35: autoheader ./acfunctions.at:35: ./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... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for utime.h... yes checking whether utime accepts a null argument... guessing yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:35: ath_fn_check_env ./acfunctions.at:35: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acfunctions.at:35: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acfunctions.at:35: ./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) none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for utime.h... (cached) yes checking whether utime accepts a null argument... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:35: ath_fn_check_env ./acfunctions.at:35: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acfunctions.at:35: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acfunctions.at:35: autoconf --force stderr: stdout: ./acfunctions.at:35: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:35: "$SHELL_N" -n configure stderr: ./acfunctions.at:35: autoheader ./acfunctions.at:35: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for utime.h... yes checking whether utime accepts a null argument... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:35: ath_fn_check_env ./acfunctions.at:35: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:35: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/592/stdout 2022-09-28 19:36:52.609246968 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:52.606246898 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:52.608246945 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/592 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:35: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1814: creating cache config.cache > configure:2205: checking for g++ > configure:2226: found /usr/bin/g++ > configure:2237: result: g++ > configure:2264: checking for C++ compiler version > configure:2273: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2284: $? = 0 > configure:2273: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2284: $? = 0 > configure:2273: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2284: $? = 1 > configure:2273: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2284: $? = 1 > configure:2304: checking whether the C++ compiler works > configure:2326: g++ conftest.cpp >&5 > configure:2330: $? = 0 > configure:2380: result: yes > configure:2383: checking for C++ compiler default output file name > configure:2385: result: a.out > configure:2391: checking for suffix of executables > configure:2398: g++ -o conftest conftest.cpp >&5 > configure:2402: $? = 0 > configure:2425: result: > configure:2447: checking whether we are cross compiling > configure:2455: g++ -o conftest conftest.cpp >&5 > configure:2459: $? = 0 > configure:2466: ./conftest > configure:2470: $? = 0 > configure:2485: result: no > configure:2490: checking for suffix of object files > configure:2513: g++ -c conftest.cpp >&5 > configure:2517: $? = 0 > configure:2539: result: o > configure:2543: checking whether the compiler supports GNU C++ > configure:2563: g++ -c conftest.cpp >&5 > configure:2563: $? = 0 > configure:2573: result: yes > configure:2584: checking whether g++ accepts -g > configure:2605: g++ -c -g conftest.cpp >&5 > configure:2605: $? = 0 > configure:2649: result: yes > configure:2669: checking for g++ option to enable C++11 features > configure:2684: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2684: $? = 0 > configure:2702: result: none needed > configure:2771: checking for stdio.h > configure:2771: g++ -c -g -O2 conftest.cpp >&5 > configure:2771: $? = 0 > configure:2771: result: yes > configure:2771: checking for stdlib.h > configure:2771: g++ -c -g -O2 conftest.cpp >&5 > configure:2771: $? = 0 > configure:2771: result: yes > configure:2771: checking for string.h > configure:2771: g++ -c -g -O2 conftest.cpp >&5 > configure:2771: $? = 0 > configure:2771: result: yes > configure:2771: checking for inttypes.h > configure:2771: g++ -c -g -O2 conftest.cpp >&5 > configure:2771: $? = 0 > configure:2771: result: yes > configure:2771: checking for stdint.h > configure:2771: g++ -c -g -O2 conftest.cpp >&5 > configure:2771: $? = 0 > configure:2771: result: yes > configure:2771: checking for strings.h > configure:2771: g++ -c -g -O2 conftest.cpp >&5 > configure:2771: $? = 0 > configure:2771: result: yes > configure:2771: checking for sys/stat.h > configure:2771: g++ -c -g -O2 conftest.cpp >&5 > configure:2771: $? = 0 > configure:2771: result: yes > configure:2771: checking for sys/types.h > configure:2771: g++ -c -g -O2 conftest.cpp >&5 > configure:2771: $? = 0 > configure:2771: result: yes > configure:2771: checking for unistd.h > configure:2771: g++ -c -g -O2 conftest.cpp >&5 > configure:2771: $? = 0 > configure:2771: result: yes > configure:2771: checking for utime.h > configure:2771: g++ -c -g -O2 conftest.cpp >&5 > configure:2771: $? = 0 > configure:2771: result: yes > configure:2798: checking whether utime accepts a null argument > configure:2829: g++ -o conftest -g -O2 conftest.cpp >&5 > configure:2829: $? = 0 > configure:2829: ./conftest > configure:2829: $? = 0 > configure:2840: result: yes > configure:2907: updating cache config.cache > configure:2956: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:669: creating config.h > config.status:759: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_utime_null=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_header_utime_h=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define HAVE_UTIME_H 1 > #define STDC_HEADERS 1 > #define HAVE_UTIME_NULL 1 > > configure: exit 0 592. acfunctions.at:35: 592. AC_FUNC_UTIME_NULL (acfunctions.at:35): FAILED (acfunctions.at:35) # -*- compilation -*- 593. acfunctions.at:36: testing AC_FUNC_VPRINTF ... ./acfunctions.at:36: autoconf --force ./acfunctions.at:36: "$SHELL_N" -n configure stderr: ./acfunctions.at:36: autoheader ./acfunctions.at:36: ./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... none needed checking for vprintf... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h ./acfunctions.at:36: ath_fn_check_env ./acfunctions.at:36: ./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) none needed checking for vprintf... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:36: ath_fn_check_env ./acfunctions.at:36: $at_diff "config-h.c-native-r1" "config-h.c-native-r2" ./acfunctions.at:36: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-native-r2" ./acfunctions.at:36: autoconf --force ./acfunctions.at:36: "$SHELL_N" -n configure stderr: ./acfunctions.at:36: autoheader ./acfunctions.at:36: ./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... none needed checking for vprintf... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:36: ath_fn_check_env ./acfunctions.at:36: $at_diff "config-h.c-native-r1" "config-h.c-cross-r1" ./acfunctions.at:36: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r1" ./acfunctions.at:36: ./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) none needed checking for vprintf... (cached) yes configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:36: ath_fn_check_env ./acfunctions.at:36: $at_diff "config-h.c-native-r1" "config-h.c-cross-r2" ./acfunctions.at:36: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.c-cross-r2" ./acfunctions.at:36: autoconf --force stderr: stdout: ./acfunctions.at:36: 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/: C\(annot open \)\([^`:]*\):/: c\1`\2'\'':/ s/: include:\( cannot open\)/:\1/ 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: ./acfunctions.at:36: "$SHELL_N" -n configure stderr: ./acfunctions.at:36: autoheader ./acfunctions.at:36: ./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 g++... g++ 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 g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking for vprintf... yes configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h config.status: config.h is unchanged ./acfunctions.at:36: ath_fn_check_env ./acfunctions.at:36: $at_diff "config-h.c-native-r1" "config-h.cxx-native-r1" ./acfunctions.at:36: $at_diff "at_config_vars-state-env.c-native-r1" "at_config_vars-state-env.cxx-native-r1" --- /dev/null 2022-09-28 11:51:17.497135735 -0500 +++ /sources/autoconf-2.71/tests/testsuite.dir/at-groups/593/stdout 2022-09-28 19:36:54.427289105 -0500 @@ -0,0 +1,11 @@ +--- at_config_vars-state-env.c-native-r1 2022-09-28 19:36:54.424289036 -0500 ++++ at_config_vars-state-env.cxx-native-r1 2022-09-28 19:36:54.426289082 -0500 +@@ -41,7 +41,7 @@ + PWD=/sources/autoconf-2.71/tests/testsuite.dir/593 + SHELL=/bin/sh + SHELLOPTS=braceexpand:hashall:interactive-comments:posix +-SHLVL=2 ++SHLVL=3 + TAR_OPTIONS='--owner=0 --group=0 --numeric-owner' + TERM=xterm + UID=0 ./acfunctions.at:36: 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.71. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = pippin112 > uname -m = x86_64 > uname -r = 5.19.2-lfs11.1-rc1 > uname -s = Linux > uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /sources/autoconf-2.71/tests/ > PATH: /sources/autoconf-2.71/tests/ > PATH: /usr/bin/ > PATH: /usr/sbin/ > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1816: creating cache config.cache > configure:2198: checking for g++ > configure:2219: found /usr/bin/g++ > configure:2230: result: g++ > configure:2257: checking for C++ compiler version > configure:2266: g++ --version >&5 > g++ (GCC) 12.2.0 > Copyright (C) 2022 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. > > configure:2277: $? = 0 > configure:2266: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/12.2.0/lto-wrapper > Target: x86_64-pc-linux-gnu > Configured with: ../configure --prefix=/usr LD=ld --enable-languages=c,c++ --enable-default-pie --enable-default-ssp --disable-multilib --disable-bootstrap --with-system-zlib > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 12.2.0 (GCC) > configure:2277: $? = 0 > configure:2266: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:2277: $? = 1 > configure:2266: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean '--version'? > g++: fatal error: no input files > compilation terminated. > configure:2277: $? = 1 > configure:2297: checking whether the C++ compiler works > configure:2319: g++ conftest.cpp >&5 > configure:2323: $? = 0 > configure:2373: result: yes > configure:2376: checking for C++ compiler default output file name > configure:2378: result: a.out > configure:2384: checking for suffix of executables > configure:2391: g++ -o conftest conftest.cpp >&5 > configure:2395: $? = 0 > configure:2418: result: > configure:2440: checking whether we are cross compiling > configure:2448: g++ -o conftest conftest.cpp >&5 > configure:2452: $? = 0 > configure:2459: ./conftest > configure:2463: $? = 0 > configure:2478: result: no > configure:2483: checking for suffix of object files > configure:2506: g++ -c conftest.cpp >&5 > configure:2510: $? = 0 > configure:2532: result: o > configure:2536: checking whether the compiler supports GNU C++ > configure:2556: g++ -c conftest.cpp >&5 > configure:2556: $? = 0 > configure:2566: result: yes > configure:2577: checking whether g++ accepts -g > configure:2598: g++ -c -g conftest.cpp >&5 > configure:2598: $? = 0 > configure:2642: result: yes > configure:2662: checking for g++ option to enable C++11 features > configure:2677: g++ -c -g -O2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:175:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] > 175 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:175:25: note: remove parentheses to default-initialize a variable > 175 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:175:25: note: or replace parentheses with braces to value-initialize a variable > configure:2677: $? = 0 > configure:2695: result: none needed > configure:2764: checking for vprintf > configure:2764: g++ -o conftest -g -O2 conftest.cpp >&5 > conftest.cpp:25:6: warning: declaration of 'char vprintf()' conflicts with built-in declaration 'int vprintf(const char*, __va_list_tag*)' [-Wbuiltin-declaration-mismatch] > 25 | char vprintf (); > | ^~~~~~~ > configure:2764: $? = 0 > configure:2764: result: yes > configure:2842: updating cache config.cache > configure:2891: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.71. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on pippin112 > > config.status:658: creating config.h > config.status:748: config.h is unchanged > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_CXXFLAGS_set= > ac_cv_env_CXXFLAGS_value= > ac_cv_env_CXX_set= > ac_cv_env_CXX_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_func_vprintf=yes > ac_cv_objext=o > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CPPFLAGS='' > CXX='g++' > CXXFLAGS='-g -O2' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-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_CXX='g++' > 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 HAVE_VPRINTF 1 > > configure: exit 0 593. acfunctions.at:36: 593. AC_FUNC_VPRINTF (acfunctions.at:36): FAILED (acfunctions.at:36) ## ------------- ## ## ../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.71, which was | generated by GNU Autoconf 2.71. Invocation command line was | | $ ./configure --prefix=/usr | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = pippin112 | uname -m = x86_64 | uname -r = 5.19.2-lfs11.1-rc1 | uname -s = Linux | uname -v = #8 SMP PREEMPT_DYNAMIC Mon Aug 22 13:13:47 CDT 2022 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = unknown | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /usr/bin/ | PATH: /usr/sbin/ | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:1760: looking for aux files: config.guess config.sub missing install-sh | configure:1773: trying ./build-aux/ | configure:1802: ./build-aux/config.guess found | configure:1802: ./build-aux/config.sub found | configure:1802: ./build-aux/missing found | configure:1784: ./build-aux/install-sh found | configure:1935: checking for a BSD-compatible install | configure:2008: result: /usr/bin/install -c | configure:2019: checking whether build environment is sane | configure:2074: result: yes | configure:2233: checking for a race-free mkdir -p | configure:2277: result: /usr/bin/mkdir -p | configure:2284: checking for gawk | configure:2305: found /usr/bin/gawk | configure:2316: result: gawk | configure:2327: checking whether make sets $(MAKE) | configure:2350: result: yes | configure:2380: checking whether make supports nested variables | configure:2398: result: yes | configure:2532: checking build system type | configure:2547: result: x86_64-pc-linux-gnu | configure:2567: checking host system type | configure:2581: result: x86_64-pc-linux-gnu | configure:2608: autobuild project... GNU Autoconf | configure:2614: autobuild revision... 2.71 | configure:2619: autobuild hostname... pippin112 | configure:2630: autobuild timestamp... 20220928T234904Z | configure:2657: checking for a shell whose -n mode is known to work | configure:2689: result: /bin/sh | configure:2694: checking for characters that cannot appear in file names | configure:2715: result: none | configure:2721: checking whether directories can have trailing spaces | configure:2736: result: yes | configure:2747: checking for expr | configure:2770: found /usr/bin/expr | configure:2782: result: /usr/bin/expr | configure:2801: checking for GNU M4 that supports accurate traces | configure:2856: result: /usr/bin/m4 | configure:2859: checking whether /usr/bin/m4 accepts --gnu | configure:2870: result: yes | configure:2887: checking how m4 supports trace files | configure:2898: result: --debugfile | configure:2920: checking for perl | configure:2943: found /usr/bin/perl | configure:2956: result: /usr/bin/perl | configure:2975: checking whether /usr/bin/perl Fcntl::flock is implemented | configure:2990: result: yes | configure:3006: checking for emacs | configure:3041: result: no | configure:3006: checking for xemacs | configure:3041: result: no | configure:3098: checking for emacs | configure:3130: result: no | configure:3155: checking where .elc files should go | configure:3185: result: ${datadir}/emacs/site-lisp | configure:3198: checking for grep that handles long lines and -e | configure:3262: result: /usr/bin/grep | configure:3267: checking for egrep | configure:3335: result: /usr/bin/grep -E | configure:3340: checking for a sed that does not truncate output | configure:3410: result: /usr/bin/sed | configure:3423: checking whether make is case sensitive | configure:3439: result: yes | configure:3599: checking that generated files are newer than configure | configure:3605: result: done | configure:3617: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU Autoconf config.status 2.71, which was | generated by GNU Autoconf 2.71. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on pippin112 | | config.status:784: creating tests/atlocal | config.status:784: creating Makefile | config.status:987: executing tests/atconfig commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=x86_64-pc-linux-gnu | ac_cv_dir_trailing_space=yes | ac_cv_env_EMACSLOADPATH_set= | ac_cv_env_EMACSLOADPATH_value= | ac_cv_env_EMACS_set= | ac_cv_env_EMACS_value= | ac_cv_env_M4_set= | ac_cv_env_M4_value= | ac_cv_env_build_alias_set= | ac_cv_env_build_alias_value= | ac_cv_env_host_alias_set= | ac_cv_env_host_alias_value= | ac_cv_env_target_alias_set= | ac_cv_env_target_alias_value= | ac_cv_host=x86_64-pc-linux-gnu | ac_cv_path_EGREP='/usr/bin/grep -E' | ac_cv_path_EXPR=/usr/bin/expr | ac_cv_path_GREP=/usr/bin/grep | ac_cv_path_M4=/usr/bin/m4 | ac_cv_path_PERL=/usr/bin/perl | ac_cv_path_SED=/usr/bin/sed | ac_cv_path_install='/usr/bin/install -c' | ac_cv_path_mkdir=/usr/bin/mkdir | ac_cv_perl_flock_implemented=yes | ac_cv_prog_AWK=gawk | ac_cv_prog_EMACS=no | ac_cv_prog_gnu_m4_debugfile=--debugfile | ac_cv_prog_gnu_m4_gnu=yes | ac_cv_prog_make_make_case=yes | ac_cv_prog_make_make_set=yes | ac_cv_sh_working_n=/bin/sh | ac_cv_unsupported_fs_chars= | am_cv_lispdir='${datadir}/emacs/site-lisp' | am_cv_make_support_nested_variables=yes | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} '\''/sources/autoconf-2.71/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} '\''/sources/autoconf-2.71/build-aux/missing'\'' autoconf' | AUTOHEADER='${SHELL} '\''/sources/autoconf-2.71/build-aux/missing'\'' autoheader' | AUTOMAKE='${SHELL} '\''/sources/autoconf-2.71/build-aux/missing'\'' automake-1.16' | AWK='gawk' | CYGPATH_W='echo' | DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" -DPACKAGE_VERSION=\"2.71\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 2.71\" -DPACKAGE_BUGREPORT=\"bug-autoconf@gnu.org\" -DPACKAGE_URL=\"https://www.gnu.org/software/autoconf/\" -DPACKAGE=\"autoconf\" -DVERSION=\"2.71\"' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/usr/bin/grep -E' | EMACS='no' | EMACSLOADPATH='' | EXPR='/usr/bin/expr' | GREP='/usr/bin/grep' | HELP2MAN='${SHELL} '\''/sources/autoconf-2.71/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='/usr/bin/m4' | M4_DEBUGFILE='--debugfile' | M4_GNU='--gnu' | MAKEINFO='${SHELL} '\''/sources/autoconf-2.71/build-aux/missing'\'' makeinfo' | MAKE_CASE_SENSITIVE_FALSE='#' | MAKE_CASE_SENSITIVE_TRUE='' | MKDIR_P='/usr/bin/mkdir -p' | PACKAGE='autoconf' | PACKAGE_BUGREPORT='bug-autoconf@gnu.org' | PACKAGE_NAME='GNU Autoconf' | PACKAGE_STRING='GNU Autoconf 2.71' | PACKAGE_TARNAME='autoconf' | PACKAGE_URL='https://www.gnu.org/software/autoconf/' | PACKAGE_VERSION='2.71' | PATH_SEPARATOR=':' | PERL='/usr/bin/perl' | PERL_FLOCK='yes' | RELEASE_YEAR='2021' | SED='/usr/bin/sed' | SET_MAKE='' | SHELL='/bin/sh' | SHELL_N='/bin/sh' | STRIP='' | TEST_EMACS='no' | VERSION='2.71' | ac_cv_dir_trailing_space='yes' | ac_cv_unsupported_fs_chars='' | am__isrc='' | am__leading_dot='.' | am__tar='$${TAR-tar} chof - "$$tardir"' | am__untar='$${TAR-tar} xf -' | bindir='${exec_prefix}/bin' | build='x86_64-pc-linux-gnu' | build_alias='' | build_cpu='x86_64' | build_os='linux-gnu' | build_vendor='pc' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host='x86_64-pc-linux-gnu' | host_alias='' | host_cpu='x86_64' | host_os='linux-gnu' | host_vendor='pc' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /sources/autoconf-2.71/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | lispdir='${datadir}/emacs/site-lisp' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='$(MKDIR_P)' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/usr' | 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.71" | #define PACKAGE_STRING "GNU Autoconf 2.71" | #define PACKAGE_BUGREPORT "bug-autoconf@gnu.org" | #define PACKAGE_URL "https://www.gnu.org/software/autoconf/" | #define PACKAGE "autoconf" | #define VERSION "2.71" | | configure: exit 0